diff --git a/archivers/Makefile b/archivers/Makefile index c7985a39003..e6980078f52 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -42,10 +42,6 @@ SUBDIR += hffzip SUBDIR += hlextract SUBDIR += hpack.non-usa.only - SUBDIR += hs-tar - SUBDIR += hs-zip-archive - SUBDIR += hs-zlib - SUBDIR += hs-zlib-bindings SUBDIR += innoextract SUBDIR += javatar SUBDIR += jzlib diff --git a/archivers/hs-tar/Makefile b/archivers/hs-tar/Makefile deleted file mode 100644 index ebe2ecaebda..00000000000 --- a/archivers/hs-tar/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tar -PORTVERSION= 0.5.1.0 -PORTREVISION= 3 -CATEGORIES= archivers haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Reading, writing, and manipulating ".tar" archive files - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/archivers/hs-tar/distinfo b/archivers/hs-tar/distinfo deleted file mode 100644 index 265e3e44990..00000000000 --- a/archivers/hs-tar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523301281 -SHA256 (cabal/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 -SIZE (cabal/tar-0.5.1.0.tar.gz) = 39271 diff --git a/archivers/hs-tar/files/patch-tar.cabal b/archivers/hs-tar/files/patch-tar.cabal deleted file mode 100644 index 95780361a04..00000000000 --- a/archivers/hs-tar/files/patch-tar.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- tar.cabal.orig 2018-03-09 15:46:26 UTC -+++ tar.cabal -@@ -41,7 +41,7 @@ library - build-depends: base == 4.*, - filepath < 1.5, - array < 0.6, -- containers >= 0.2 && < 0.6, -+ containers >= 0.2 && < 0.7, - deepseq >= 1.1 && < 1.5 - - if flag(old-time) diff --git a/archivers/hs-tar/pkg-descr b/archivers/hs-tar/pkg-descr deleted file mode 100644 index 0af4d174b39..00000000000 --- a/archivers/hs-tar/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This library is for working with ".tar" archive files. It can read and -write a range of common variations of archive format including V7, -USTAR, POSIX and GNU formats. It provides support for packing and -unpacking portable archives. This makes it suitable for distribution -but not backup because details like file ownership and exact -permissions are not preserved. - -WWW: http://hackage.haskell.org/package/tar diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile deleted file mode 100644 index 5487ed7b1fe..00000000000 --- a/archivers/hs-zip-archive/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= zip-archive -PORTVERSION= 0.4 -PORTREVISION= 1 -CATEGORIES= archivers haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for creating and modifying zip archives - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= digest>=0.0.0.1 mtl old-time zlib - -FLAGS_DEFINE= EXECUTABLE - -EXECUTABLE_DESC= Build the Zip executable -EXECUTABLE_FLAG_ENABLE= executable -EXECUTABLE_FLAG_EXECUTABLE= Zip - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/archivers/hs-zip-archive/distinfo b/archivers/hs-zip-archive/distinfo deleted file mode 100644 index ea184c490de..00000000000 --- a/archivers/hs-zip-archive/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546094995 -SHA256 (cabal/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 -SIZE (cabal/zip-archive-0.4.tar.gz) = 20859 diff --git a/archivers/hs-zip-archive/pkg-descr b/archivers/hs-zip-archive/pkg-descr deleted file mode 100644 index 857b5ac1c06..00000000000 --- a/archivers/hs-zip-archive/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The zip-archive library provides functions for creating, modifying, and -extracting files from zip archives. - -WWW: https://github.com/jgm/zip-archive diff --git a/archivers/hs-zlib-bindings/Makefile b/archivers/hs-zlib-bindings/Makefile deleted file mode 100644 index f93adfa4a9f..00000000000 --- a/archivers/hs-zlib-bindings/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= zlib-bindings -PORTVERSION= 0.1.1.5 -PORTREVISION= 5 -CATEGORIES= archivers haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Low-level bindings to the zlib package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= zlib>=0.5.2.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/archivers/hs-zlib-bindings/distinfo b/archivers/hs-zlib-bindings/distinfo deleted file mode 100644 index 11fb154fec7..00000000000 --- a/archivers/hs-zlib-bindings/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cabal/zlib-bindings-0.1.1.5.tar.gz) = c83bb438f9b6c5fe860982731eb8ac7eff993e8b56cbc15ef5b471f229f79109 -SIZE (cabal/zlib-bindings-0.1.1.5.tar.gz) = 54770 diff --git a/archivers/hs-zlib-bindings/pkg-descr b/archivers/hs-zlib-bindings/pkg-descr deleted file mode 100644 index ff36144dc6c..00000000000 --- a/archivers/hs-zlib-bindings/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides necessary functions for producing a streaming interface. This -is used for example by zlib-conduit and zlib-enum. - -WWW: https://github.com/snoyberg/zlib-bindings diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile deleted file mode 100644 index 0a11be2ffd7..00000000000 --- a/archivers/hs-zlib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Samy Al Bahra -# $FreeBSD$ - -PORTNAME= zlib -PORTVERSION= 0.6.1.2 -PORTREVISION= 4 -CATEGORIES= archivers haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compression and decompression in the gzip and zlib formats - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/archivers/hs-zlib/distinfo b/archivers/hs-zlib/distinfo deleted file mode 100644 index d1cc5d2620f..00000000000 --- a/archivers/hs-zlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499611868 -SHA256 (cabal/zlib-0.6.1.2.tar.gz) = e4eb4e636caf07a16a9730ce469a00b65d5748f259f43edd904dd457b198a2bb -SIZE (cabal/zlib-0.6.1.2.tar.gz) = 142413 diff --git a/archivers/hs-zlib/pkg-descr b/archivers/hs-zlib/pkg-descr deleted file mode 100644 index 67b4950c2d0..00000000000 --- a/archivers/hs-zlib/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This package provides a pure interface for compressing and decompressing -streams of data represented as lazy ByteStrings. It uses the zlib C -library so it has high performance. It supports the "zlib", "gzip" and -"raw" compression formats. - -It provides a convenient high level API suitable for most tasks and for -the few cases where more control is needed it provides access to the -full zlib feature set. - -WWW: http://hackage.haskell.org/package/zlib diff --git a/astro/gnuastro/Makefile b/astro/gnuastro/Makefile index 6bcc7b7bc7f..f35f7e19eb7 100644 --- a/astro/gnuastro/Makefile +++ b/astro/gnuastro/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuastro -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= astro MASTER_SITES= GNU diff --git a/astro/gnuastro/distinfo b/astro/gnuastro/distinfo index 31717fd1db0..1cc2d74cf2c 100644 --- a/astro/gnuastro/distinfo +++ b/astro/gnuastro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553427026 -SHA256 (gnuastro-0.8.tar.gz) = 3a8070f9dd896a463f1d898be82b1fe5abcd39e6407be9162f4dbea7fe9caed4 -SIZE (gnuastro-0.8.tar.gz) = 5140848 +TIMESTAMP = 1555520218 +SHA256 (gnuastro-0.9.tar.gz) = c98dba97f022960d1792ffdba1f3bd411fb2945cd577902f79c73296799b6818 +SIZE (gnuastro-0.9.tar.gz) = 5312132 diff --git a/astro/gnuastro/files/patch-bin_script_sort-by-night.in b/astro/gnuastro/files/patch-bin_script_sort-by-night.in new file mode 100644 index 00000000000..79f43a00097 --- /dev/null +++ b/astro/gnuastro/files/patch-bin_script_sort-by-night.in @@ -0,0 +1,53 @@ +--- bin/script/sort-by-night.in.orig 2019-04-11 18:40:12 UTC ++++ bin/script/sort-by-night.in +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # Separate input datasets into multiple nights, run with `--help', or see + # description under `print_help' (below) for more. +@@ -127,7 +127,7 @@ EOF + + + # Functions to check option values and complain if necessary. +-function on_off_option_error() { ++on_off_option_error() { + if [ "x$2" = x ]; then + echo "$scriptname: '$1' doesn't take any values." + else +@@ -136,7 +136,7 @@ function on_off_option_error() { + exit 1 + } + +-function check_v() { ++check_v() { + if [ x"$2" = x ]; then + echo "$scriptname: option '$1' requires an argument." + echo "Try '$scriptname --help' for more information." +@@ -172,7 +172,7 @@ function check_v() { + # if a value is appended to the short format it should crash. So in the + # second test for these (`-l*') will account for both the case where we + # have an equal sign and where we don't. +-while [[ $# -gt 0 ]] ++while [ $# -gt 0 ] + do + case "$1" in + # Input parameters. +@@ -242,8 +242,8 @@ fi + list=$(for f in $inputs; do + astfits $f --datetosec=$key --hdu=$hdu -q \ + | awk -vh=$hour \ +- '{d=int($1/86400); print "'$f'", $1, \ +- int($1)%86400<(h*3600) ? d-1 : d }' ++ '{d=int($1/86400); print "'$f'", $1; \ ++ if (int($1)%86400<(h*3600)) print d-1; else print d }' + done) + + +@@ -302,5 +302,5 @@ echo "$unique" | while read l; do + done + + # Increment the night-counter. +- ((counter++)) ++ counter=$((counter+1)) + done diff --git a/astro/gnuastro/pkg-plist b/astro/gnuastro/pkg-plist index 940bad135a4..41a5598acf9 100644 --- a/astro/gnuastro/pkg-plist +++ b/astro/gnuastro/pkg-plist @@ -10,6 +10,7 @@ bin/astmkcatalog bin/astmknoise bin/astmkprof bin/astnoisechisel +bin/astscript-sort-by-night bin/astsegment bin/aststatistics bin/asttable @@ -64,8 +65,8 @@ include/gnuastro/type.h include/gnuastro/wcs.h lib/libgnuastro.a lib/libgnuastro.so -lib/libgnuastro.so.6 -lib/libgnuastro.so.6.0.0 +lib/libgnuastro.so.7 +lib/libgnuastro.so.7.0.0 libdata/pkgconfig/gnuastro.pc man/man1/astarithmetic.1.gz man/man1/astbuildprog.1.gz @@ -79,10 +80,12 @@ man/man1/astmkcatalog.1.gz man/man1/astmknoise.1.gz man/man1/astmkprof.1.gz man/man1/astnoisechisel.1.gz +man/man1/astscript-sort-by-night.1.gz man/man1/astsegment.1.gz man/man1/aststatistics.1.gz man/man1/asttable.1.gz man/man1/astwarp.1.gz +share/info/gnuastro-figures/README share/info/gnuastro-figures/epicycles.eps share/info/gnuastro-figures/epicycles.png share/info/gnuastro-figures/epicycles.txt diff --git a/audio/Makefile b/audio/Makefile index 8cb0f2d7b04..28cc15c9c9a 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -324,9 +324,6 @@ SUBDIR += harp SUBDIR += herrie SUBDIR += hexter - SUBDIR += hs-ALUT - SUBDIR += hs-OpenAL - SUBDIR += hs-libmpd SUBDIR += hts_engine-API SUBDIR += hvl2wav SUBDIR += hydrogen diff --git a/audio/avldrums-lv2/Makefile b/audio/avldrums-lv2/Makefile index 8037e582667..d493346b3ba 100644 --- a/audio/avldrums-lv2/Makefile +++ b/audio/avldrums-lv2/Makefile @@ -2,7 +2,7 @@ PORTNAME= avldrums DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 +DISTVERSION= 0.3.5 CATEGORIES= audio PKGNAMESUFFIX= -lv2 diff --git a/audio/avldrums-lv2/distinfo b/audio/avldrums-lv2/distinfo index b6f8831defa..b54dd1ed91a 100644 --- a/audio/avldrums-lv2/distinfo +++ b/audio/avldrums-lv2/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1552168304 -SHA256 (x42-avldrums.lv2-v0.3.4_GH0.tar.gz) = fd0a21e2f6d638b396a8795e26c7663a33c4b0ed41040eac50fc3ee9ac5f2843 -SIZE (x42-avldrums.lv2-v0.3.4_GH0.tar.gz) = 35236003 +TIMESTAMP = 1557377155 +SHA256 (x42-avldrums.lv2-v0.3.5_GH0.tar.gz) = 802df73695e7024c93458ab14676d132d190bdec824f252eec0c31d9d16624b4 +SIZE (x42-avldrums.lv2-v0.3.5_GH0.tar.gz) = 35233812 SHA256 (x42-robtk-bad6354_GH0.tar.gz) = 00324fa0a8c498cec4e2d8930599ea471ad69193a3251c6fc8e844ad4f490de1 SIZE (x42-robtk-bad6354_GH0.tar.gz) = 114562 diff --git a/audio/hs-ALUT/Makefile b/audio/hs-ALUT/Makefile deleted file mode 100644 index ef2b5428912..00000000000 --- a/audio/hs-ALUT/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= ALUT -PORTVERSION= 2.4.0.2 -PORTREVISION= 4 -CATEGORIES= audio haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenAL Utility Toolkit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenAL>=1.7 StateVar>=1.1 -USES= openal:al,alut - -INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/audio/hs-ALUT/distinfo b/audio/hs-ALUT/distinfo deleted file mode 100644 index 2e6cad4ceab..00000000000 --- a/audio/hs-ALUT/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499612631 -SHA256 (cabal/ALUT-2.4.0.2.tar.gz) = b8364da380f5f1d85d13e427851a153be2809e1838d16393e37566f34b384b87 -SIZE (cabal/ALUT-2.4.0.2.tar.gz) = 26231 diff --git a/audio/hs-ALUT/pkg-descr b/audio/hs-ALUT/pkg-descr deleted file mode 100644 index e3411af8a3e..00000000000 --- a/audio/hs-ALUT/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A Haskell binding for the OpenAL Utility Toolkit, which makes managing -of OpenAL contexts, loading sounds in various formats and creating -waveforms very easy. - -WWW: https://github.com/haskell-openal/ALUT diff --git a/audio/hs-OpenAL/Makefile b/audio/hs-OpenAL/Makefile deleted file mode 100644 index 9084f044efb..00000000000 --- a/audio/hs-OpenAL/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= OpenAL -PORTVERSION= 1.7.0.4 -PORTREVISION= 4 -CATEGORIES= audio haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the OpenAL cross-platform 3D audio API - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= ObjectName>=1.1 OpenGL>=2.12 StateVar>=1.1 -USES= openal:al - -INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/audio/hs-OpenAL/distinfo b/audio/hs-OpenAL/distinfo deleted file mode 100644 index 7527203781c..00000000000 --- a/audio/hs-OpenAL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499612648 -SHA256 (cabal/OpenAL-1.7.0.4.tar.gz) = 3989f6c4fe437843551004dd011c4308bf63d787ae4fbb8ce71d44b1b0b1f118 -SIZE (cabal/OpenAL-1.7.0.4.tar.gz) = 40801 diff --git a/audio/hs-OpenAL/pkg-descr b/audio/hs-OpenAL/pkg-descr deleted file mode 100644 index 16ca51ea183..00000000000 --- a/audio/hs-OpenAL/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell binding for the OpenAL cross-platform 3D audio API, appropriate for -use with gaming applications and many other types of audio applications. - -WWW: https://github.com/haskell-openal/ALUT diff --git a/audio/hs-libmpd/Makefile b/audio/hs-libmpd/Makefile deleted file mode 100644 index 1107f95dabd..00000000000 --- a/audio/hs-libmpd/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libmpd -PORTVERSION= 0.9.0.9 -PORTREVISION= 1 -CATEGORIES= audio haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= MPD client library - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10.1 data-default-class>=0.0.1 mtl>=2.0 \ - network>=2.1 old-locale>=1.0 utf8-string>=0.3.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/audio/hs-libmpd/distinfo b/audio/hs-libmpd/distinfo deleted file mode 100644 index 064673f83d9..00000000000 --- a/audio/hs-libmpd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545836737 -SHA256 (cabal/libmpd-0.9.0.9.tar.gz) = 5b867ee675de1f490e58f5cb3903e1ea7e430ebca4b6d86e6b9c2c1c87a861a4 -SIZE (cabal/libmpd-0.9.0.9.tar.gz) = 38960 diff --git a/audio/hs-libmpd/pkg-descr b/audio/hs-libmpd/pkg-descr deleted file mode 100644 index f43abd5820e..00000000000 --- a/audio/hs-libmpd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A client library for MPD, the Music Player Daemon. - -WWW: https://github.com/vimus/libmpd-haskell#readme diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ddf8d9136e5..d8bc43251f0 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -27,8 +27,6 @@ SUBDIR += hey SUBDIR += himenobench SUBDIR += hpl - SUBDIR += hs-criterion - SUBDIR += hs-criterion-measurement SUBDIR += httperf SUBDIR += hyperfine SUBDIR += imb diff --git a/benchmarks/hs-criterion-measurement/Makefile b/benchmarks/hs-criterion-measurement/Makefile deleted file mode 100644 index a8b7a40de61..00000000000 --- a/benchmarks/hs-criterion-measurement/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= criterion-measurement -PORTVERSION= 0.1.1.0 -PORTREVISION= 1 -CATEGORIES= benchmarks haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Criterion measurement functionality and associated types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson base-compat vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/benchmarks/hs-criterion-measurement/distinfo b/benchmarks/hs-criterion-measurement/distinfo deleted file mode 100644 index 6ccdbb723f7..00000000000 --- a/benchmarks/hs-criterion-measurement/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546179688 -SHA256 (cabal/criterion-measurement-0.1.1.0.tar.gz) = f5f87769386a927dbf487d2f256fc6804f2902078e86dcf113e35178a582ab56 -SIZE (cabal/criterion-measurement-0.1.1.0.tar.gz) = 16423 diff --git a/benchmarks/hs-criterion-measurement/pkg-descr b/benchmarks/hs-criterion-measurement/pkg-descr deleted file mode 100644 index 64825fc44c7..00000000000 --- a/benchmarks/hs-criterion-measurement/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Measurement-related functionality extracted from Criterion, with minimal -dependencies. The rationale for this is to enable alternative analysis front-ends. - -WWW: https://github.com/bos/criterion diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile deleted file mode 100644 index b485b8cf7d3..00000000000 --- a/benchmarks/hs-criterion/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= criterion -PORTVERSION= 1.5.3.0 -PORTREVISION= 1 -CATEGORIES= benchmarks haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Robust, reliable performance measurement and analysis - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson ansi-wl-pprint base-compat base-compat-batteries \ - cassava code-page criterion-measurement exceptions Glob \ - js-flot js-jquery microstache mtl mwc-random \ - optparse-applicative statistics transformers-compat vector \ - vector-algorithms - -INSTALL_PORTEXAMPLES= \ - cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DATADIR} - -EXECUTABLE= criterion-report - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/benchmarks/hs-criterion/distinfo b/benchmarks/hs-criterion/distinfo deleted file mode 100644 index b7962fe1a0a..00000000000 --- a/benchmarks/hs-criterion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546158685 -SHA256 (cabal/criterion-1.5.3.0.tar.gz) = b602a99439de710778b8d8ad4a3799caf872db4c8c793bfd13b725aa936c049f -SIZE (cabal/criterion-1.5.3.0.tar.gz) = 118552 diff --git a/benchmarks/hs-criterion/pkg-descr b/benchmarks/hs-criterion/pkg-descr deleted file mode 100644 index 334e1e8792c..00000000000 --- a/benchmarks/hs-criterion/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library provides a powerful but simple way to measure sofware -performance. It provides both a framework for executing and analysing -benchmarks and a set of driver functions that makes it easy to build and -run benchmarks, and to analyse their results. - -WWW: http://www.serpentine.com/criterion diff --git a/comms/pear-Horde_ActiveSync/Makefile b/comms/pear-Horde_ActiveSync/Makefile index 2f95afcc79b..f12c8d4d058 100644 --- a/comms/pear-Horde_ActiveSync/Makefile +++ b/comms/pear-Horde_ActiveSync/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Horde_ActiveSync -DISTVERSION= 2.39.8 +DISTVERSION= 2.39.9 CATEGORIES= comms www pear MAINTAINER= horde@FreeBSD.org diff --git a/comms/pear-Horde_ActiveSync/distinfo b/comms/pear-Horde_ActiveSync/distinfo index 16c5472e72f..75f9074e554 100644 --- a/comms/pear-Horde_ActiveSync/distinfo +++ b/comms/pear-Horde_ActiveSync/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553073390 -SHA256 (Horde/Horde_ActiveSync-2.39.8.tgz) = 469d7457b0577cab9b189f4a0f45c0257c4cc04643627d6f108f632549aef0fb -SIZE (Horde/Horde_ActiveSync-2.39.8.tgz) = 402139 +TIMESTAMP = 1557387823 +SHA256 (Horde/Horde_ActiveSync-2.39.9.tgz) = 439a82e212ff1e6a46e989312f08de79cf456f79a1c2f7062c1e9bf590cda716 +SIZE (Horde/Horde_ActiveSync-2.39.9.tgz) = 402195 diff --git a/converters/Makefile b/converters/Makefile index f78bcb5107f..6879bf444b1 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -32,11 +32,7 @@ SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv - SUBDIR += hs-aeson - SUBDIR += hs-aeson-compat SUBDIR += hs-aeson-pretty - SUBDIR += hs-json - SUBDIR += hs-sandi SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html diff --git a/converters/cl-babel-sbcl/Makefile b/converters/cl-babel-sbcl/Makefile index 4660f28521e..d99df7b10ab 100644 --- a/converters/cl-babel-sbcl/Makefile +++ b/converters/cl-babel-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/converters/hs-aeson-compat/Makefile b/converters/hs-aeson-compat/Makefile deleted file mode 100644 index 7446458c4ab..00000000000 --- a/converters/hs-aeson-compat/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= aeson-compat -PORTVERSION= 0.3.9 -PORTREVISION= 1 -CATEGORIES= converters haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast JSON parsing and encoding - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson attoparsec attoparsec-iso8601 base-compat exceptions \ - hashable scientific semigroups tagged time-locale-compat \ - unordered-containers vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/converters/hs-aeson-compat/distinfo b/converters/hs-aeson-compat/distinfo deleted file mode 100644 index 00762e554d5..00000000000 --- a/converters/hs-aeson-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545681160 -SHA256 (cabal/aeson-compat-0.3.9.tar.gz) = e043941ba761c13a3854fc087521b864b56b2df874154e42aedb67b2a77f23c8 -SIZE (cabal/aeson-compat-0.3.9.tar.gz) = 7441 diff --git a/converters/hs-aeson-compat/pkg-descr b/converters/hs-aeson-compat/pkg-descr deleted file mode 100644 index e63d60d4528..00000000000 --- a/converters/hs-aeson-compat/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Compatibility layer for aeson - -WWW: https://hackage.haskell.org/package/aeson-compat diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile index 46c7ffd3c77..e45f7ed3d30 100644 --- a/converters/hs-aeson-pretty/Makefile +++ b/converters/hs-aeson-pretty/Makefile @@ -2,19 +2,21 @@ PORTNAME= aeson-pretty PORTVERSION= 0.8.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= JSON pretty-printing library and command-line tool +COMMENT= JSON pretty-printing command-line tool LICENSE= BSD3CLAUSE -USE_CABAL= aeson attoparsec base-compat cmdargs scientific \ - unordered-containers vector +USES= cabal -FLAGS_DISABLE= lib-only -EXECUTABLE= aeson-pretty +USE_CABAL= aeson-1.4.2.0 attoparsec-0.13.2.2 base-compat-0.10.5 \ + cmdargs-0.10.20 dlist-0.8.0.5 hashable-1.2.7.0_1 \ + integer-logarithms-1.0.2.2 primitive-0.6.4.0_1 random-1.1_1 \ + scientific-0.3.6.2 tagged-0.8.6 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 unordered-containers-0.2.10.0 \ + uuid-types-1.0.3 vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/converters/hs-aeson-pretty/distinfo b/converters/hs-aeson-pretty/distinfo index d47f61e70d9..3c347a57a04 100644 --- a/converters/hs-aeson-pretty/distinfo +++ b/converters/hs-aeson-pretty/distinfo @@ -1,3 +1,41 @@ -TIMESTAMP = 1524342480 +TIMESTAMP = 1553423001 SHA256 (cabal/aeson-pretty-0.8.7.tar.gz) = c1c1ecc5e3abd004a6c4c256ee6f61da2a43d7f1452ffa391dee250df43b27d5 SIZE (cabal/aeson-pretty-0.8.7.tar.gz) = 5610 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/converters/hs-aeson-pretty/pkg-descr b/converters/hs-aeson-pretty/pkg-descr index bbbe6e11394..6b36bacffec 100644 --- a/converters/hs-aeson-pretty/pkg-descr +++ b/converters/hs-aeson-pretty/pkg-descr @@ -1,9 +1,6 @@ -A JSON pretty-printing library compatible with aeson as well as a -command-line tool to improve readabilty of streams of JSON data. The -/library/ provides the function "encodePretty". It is a drop-in -replacement for aeson's "encode" function, producing JSON-ByteStrings -for human readers. The /command-line tool/ reads JSON from stdin and -writes prettified JSON to stdout. It also offers a complementary -"compact"-mode, essentially the opposite of pretty-printing. +A JSON pretty-printing command-line tool to improve readabilty of +streams of JSON data. It reads JSON from stdin and writes prettified JSON +to stdout. It also offers a complementary "compact"-mode, essentially +the opposite of pretty-printing. WWW: https://github.com/informatikr/aeson-pretty diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile deleted file mode 100644 index 289faacf759..00000000000 --- a/converters/hs-aeson/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= aeson -PORTVERSION= 1.3.1.0 -PORTREVISION= 2 -CATEGORIES= converters haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast JSON parsing and encoding - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.13.0.1 base-compat>=0.9.1 dlist>=0.6 hashable>=1.1.2.0 \ - scientific>=0.3.1 tagged th-abstraction time-locale-compat>=0.1.1 \ - unordered-containers>=0.2.3.0 uuid-types>=1.0.3 vector>=0.8 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/converters/hs-aeson/distinfo b/converters/hs-aeson/distinfo deleted file mode 100644 index b659c49c7de..00000000000 --- a/converters/hs-aeson/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523782803 -SHA256 (cabal/aeson-1.3.1.0.tar.gz) = 3977f17b1588bd530755e3517d272024229e72d8a110f15b5b78fc15df6c5652 -SIZE (cabal/aeson-1.3.1.0.tar.gz) = 261732 diff --git a/converters/hs-aeson/pkg-descr b/converters/hs-aeson/pkg-descr deleted file mode 100644 index e7d553fc30a..00000000000 --- a/converters/hs-aeson/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A JSON parsing and encoding library optimized for ease of use and high -performance. (A note on naming: in Greek mythology, Aeson was the -father of Jason.) - -WWW: https://github.com/bos/aeson diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile deleted file mode 100644 index 089a2980a66..00000000000 --- a/converters/hs-json/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= json -PORTVERSION= 0.9.2 -PORTREVISION= 2 -CATEGORIES= converters haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Support for serialising Haskell to and from JSON - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/converters/hs-json/distinfo b/converters/hs-json/distinfo deleted file mode 100644 index 70a6dab8dbe..00000000000 --- a/converters/hs-json/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523994029 -SHA256 (cabal/json-0.9.2.tar.gz) = e6bb16fa791cc3833ae7b459b7e7885c1c2b11b0d294b7e095287c54fa73738e -SIZE (cabal/json-0.9.2.tar.gz) = 22650 diff --git a/converters/hs-json/pkg-descr b/converters/hs-json/pkg-descr deleted file mode 100644 index e24a828afc8..00000000000 --- a/converters/hs-json/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -JSON (JavaScript Object Notation) is a lightweight data-interchange format. -It is easy for humans to read and write. It is easy for machines to parse -and generate. It is based on a subset of the JavaScript Programming -Language, Standard ECMA-262 3rd Edition - December 1999. This library -provides a parser and pretty printer for converting between Haskell values -and JSON. - -WWW: http://hackage.haskell.org/package/json diff --git a/converters/hs-sandi/Makefile b/converters/hs-sandi/Makefile deleted file mode 100644 index 37335a5b686..00000000000 --- a/converters/hs-sandi/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= sandi -PORTVERSION= 0.4.3 -PORTREVISION= 1 -CATEGORIES= converters haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Data encoding library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -CONFLICTS_INSTALL= hs-dataenc-[0-9]* - -USE_CABAL= conduit exceptions stringsearch - -post-extract: - ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs - ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/converters/hs-sandi/distinfo b/converters/hs-sandi/distinfo deleted file mode 100644 index 49114eccdc7..00000000000 --- a/converters/hs-sandi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835387 -SHA256 (cabal/sandi-0.4.3.tar.gz) = 76dc1332023b49635d9ae2fa7f3d0618f05fbe6dfdfe54416d19c16993fd214a -SIZE (cabal/sandi-0.4.3.tar.gz) = 19237 diff --git a/converters/hs-sandi/pkg-descr b/converters/hs-sandi/pkg-descr deleted file mode 100644 index 17ff49ea45d..00000000000 --- a/converters/hs-sandi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Reasonably fast data encoding library. - -WWW: http://hackage.haskell.org/package/sandi diff --git a/databases/Makefile b/databases/Makefile index 771f07522bb..cc2bddf8e15 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -106,12 +106,6 @@ SUBDIR += hashtypes SUBDIR += hbase SUBDIR += hiredis - SUBDIR += hs-esqueleto - SUBDIR += hs-hedis - SUBDIR += hs-mysql - SUBDIR += hs-persistent - SUBDIR += hs-persistent-sqlite - SUBDIR += hs-persistent-template SUBDIR += hsqldb SUBDIR += influxdb SUBDIR += innotop @@ -886,7 +880,6 @@ SUBDIR += rrdtool SUBDIR += rrdtool12 SUBDIR += ruby-bdb - SUBDIR += ruby-odbc SUBDIR += ruby-qdbm SUBDIR += ruby-tokyocabinet SUBDIR += ruby-xapian @@ -917,7 +910,6 @@ SUBDIR += rubygem-data_objects SUBDIR += rubygem-datamapper SUBDIR += rubygem-dbd-mysql - SUBDIR += rubygem-dbd-odbc SUBDIR += rubygem-dbd-pg SUBDIR += rubygem-dbd-sqlite3 SUBDIR += rubygem-dbf diff --git a/databases/hs-esqueleto/Makefile b/databases/hs-esqueleto/Makefile deleted file mode 100644 index 007e7d52981..00000000000 --- a/databases/hs-esqueleto/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= esqueleto -PORTVERSION= 2.5.3 -PORTREVISION= 4 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type-safe EDSL for SQL queries on persistent backends - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-html conduit monad-logger persistent \ - resourcet tagged unordered-containers - -IGNORE= Doesn't build with recent Persistent - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-esqueleto/distinfo b/databases/hs-esqueleto/distinfo deleted file mode 100644 index c40bdd28fc6..00000000000 --- a/databases/hs-esqueleto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499619928 -SHA256 (cabal/esqueleto-2.5.3.tar.gz) = 3d997551fe9e42b39b5eb8215d5daf4c59e33d55da5bc9eff193ae8a7f4ec482 -SIZE (cabal/esqueleto-2.5.3.tar.gz) = 40259 diff --git a/databases/hs-esqueleto/pkg-descr b/databases/hs-esqueleto/pkg-descr deleted file mode 100644 index 0db52257c36..00000000000 --- a/databases/hs-esqueleto/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -esqueleto is a bare bones, type-safe EDSL for SQL queries that works -with unmodified persistent SQL backends. Its language closely resembles -SQL, so you don't have to learn new concepts, just new syntax, and it's -fairly easy to predict the generated SQL and optimize it for your -backend. Most kinds of errors committed when writing SQL are caught as -compile-time errors---although it is possible to write type-checked -esqueleto queries that fail at runtime. - -WWW: https://github.com/prowdsponsor/esqueleto diff --git a/databases/hs-hedis/Makefile b/databases/hs-hedis/Makefile deleted file mode 100644 index ba8f34a6e44..00000000000 --- a/databases/hs-hedis/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: martin@sugioarto.com -# $FreeBSD$ - -PORTNAME= hedis -PORTVERSION= 0.10.1 -PORTREVISION= 3 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Client library for the Redis datastore - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async bytestring-lexing errors HTTP mtl network network-uri \ - resource-pool scanner unordered-containers vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-hedis/distinfo b/databases/hs-hedis/distinfo deleted file mode 100644 index 399fe1ec2c4..00000000000 --- a/databases/hs-hedis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524158122 -SHA256 (cabal/hedis-0.10.1.tar.gz) = 56afcf52d8b32f23a79de7c50bcaf309f0dfd610cceacb6174dfdce0c051f5f7 -SIZE (cabal/hedis-0.10.1.tar.gz) = 42203 diff --git a/databases/hs-hedis/pkg-descr b/databases/hs-hedis/pkg-descr deleted file mode 100644 index a6a74e2854c..00000000000 --- a/databases/hs-hedis/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Redis is an open source, advanced key-value store. It is often referred to -as a data structure server since keys can contain strings, hashes, lists, -sets and sorted sets. This library is a Haskell client for the Redis -datastore. - -WWW: https://github.com/informatikr/hedis diff --git a/databases/hs-mysql/Makefile b/databases/hs-mysql/Makefile deleted file mode 100644 index c341f5fb85e..00000000000 --- a/databases/hs-mysql/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: jyyou@cs.nctu.edu.tw -# $FreeBSD$ - -PORTNAME= mysql -PORTVERSION= 0.1.5 -PORTREVISION= 2 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Low-level MySQL client library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= mysql ssl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-mysql/distinfo b/databases/hs-mysql/distinfo deleted file mode 100644 index 784ee195e86..00000000000 --- a/databases/hs-mysql/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524151121 -SHA256 (cabal/mysql-0.1.5.tar.gz) = 49b367d07f6d93fd4cbd08390f83bbf8e40c66156a1d2b0f570b68921e6f3075 -SIZE (cabal/mysql-0.1.5.tar.gz) = 16389 diff --git a/databases/hs-mysql/pkg-descr b/databases/hs-mysql/pkg-descr deleted file mode 100644 index 683488cf0fe..00000000000 --- a/databases/hs-mysql/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A low-level client library for the MySQL database, implemented as bindings to -the C mysqlclient API. - -WWW: https://github.com/bos/mysql diff --git a/databases/hs-persistent-sqlite/Makefile b/databases/hs-persistent-sqlite/Makefile deleted file mode 100644 index 20c8e6fa459..00000000000 --- a/databases/hs-persistent-sqlite/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= persistent-sqlite -PORTVERSION= 2.9.1 -PORTREVISION= 1 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Backend for the persistent library using sqlite3 - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson conduit microlens-th monad-control monad-logger \ - old-locale persistent resource-pool resourcet \ - unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-persistent-sqlite/distinfo b/databases/hs-persistent-sqlite/distinfo deleted file mode 100644 index fb57fcff0a9..00000000000 --- a/databases/hs-persistent-sqlite/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546102088 -SHA256 (cabal/persistent-sqlite-2.9.1.tar.gz) = 52407dd8195f36462e0dce9cea75176b9eaa3f0adf2feef6ca3ff01f422905d2 -SIZE (cabal/persistent-sqlite-2.9.1.tar.gz) = 2169017 diff --git a/databases/hs-persistent-sqlite/pkg-descr b/databases/hs-persistent-sqlite/pkg-descr deleted file mode 100644 index aa47ae6bf96..00000000000 --- a/databases/hs-persistent-sqlite/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package includes a thin sqlite3 wrapper based on the direct-sqlite -package, as well as the entire C library, so there are no system -dependencies. - -WWW: http://www.yesodweb.com/book/persistent diff --git a/databases/hs-persistent-template/Makefile b/databases/hs-persistent-template/Makefile deleted file mode 100644 index f7888913a1e..00000000000 --- a/databases/hs-persistent-template/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= persistent-template -PORTVERSION= 2.5.4 -PORTREVISION= 3 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type-safe, non-relational, multi-backend persistence - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson aeson-compat http-api-data monad-control monad-logger \ - path-pieces persistent tagged unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-persistent-template/distinfo b/databases/hs-persistent-template/distinfo deleted file mode 100644 index c2e94a6f3ab..00000000000 --- a/databases/hs-persistent-template/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525178560 -SHA256 (cabal/persistent-template-2.5.4.tar.gz) = 4cae740ce92f98cb3ae9e092e740753394d5687b887399ee5f87af7f3c730a01 -SIZE (cabal/persistent-template-2.5.4.tar.gz) = 21079 diff --git a/databases/hs-persistent-template/files/patch-persistent-template.cabal b/databases/hs-persistent-template/files/patch-persistent-template.cabal deleted file mode 100644 index 04b06971482..00000000000 --- a/databases/hs-persistent-template/files/patch-persistent-template.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- persistent-template.cabal.orig 2018-03-08 15:56:53 UTC -+++ persistent-template.cabal -@@ -23,13 +23,13 @@ library - , text >= 0.5 - , transformers >= 0.2 && < 0.6 - , containers -- , aeson >= 0.7 && < 1.3 -+ , aeson >= 0.7 && < 1.4 - , aeson-compat >= 0.3.2.0 && < 0.4 - , monad-logger - , unordered-containers - , tagged - , path-pieces -- , http-api-data >= 0.2 && < 0.4 -+ , http-api-data >= 0.2 && < 0.5 - , ghc-prim - exposed-modules: Database.Persist.TH - ghc-options: -Wall diff --git a/databases/hs-persistent-template/pkg-descr b/databases/hs-persistent-template/pkg-descr deleted file mode 100644 index 670d67a81eb..00000000000 --- a/databases/hs-persistent-template/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library provides just the general interface and helper functions. -You must use a specific backend in order to make this useful. - -WWW: http://www.yesodweb.com/book/persistent diff --git a/databases/hs-persistent/Makefile b/databases/hs-persistent/Makefile deleted file mode 100644 index 081d327b936..00000000000 --- a/databases/hs-persistent/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= persistent -PORTVERSION= 2.9.0 -PORTREVISION= 1 -CATEGORIES= databases haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type-safe, multi-backend data serialization - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.5 attoparsec base64-bytestring blaze-html>=0.5 \ - blaze-markup>=0.5.1 conduit>=1.0 exceptions>=0.6 \ - fast-logger>=2.1 haskell-src-meta http-api-data lifted-base \ - monad-control>=0.3 monad-logger>=0.3 mtl old-locale \ - path-pieces>=0.1 resource-pool resourcet>=1.1 scientific \ - silently tagged transformers-base unordered-containers vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/databases/hs-persistent/distinfo b/databases/hs-persistent/distinfo deleted file mode 100644 index 5dddd4ac79f..00000000000 --- a/databases/hs-persistent/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546018609 -SHA256 (cabal/persistent-2.9.0.tar.gz) = e7865ceb4aa1e93ca8c65c789f92c8046a39ecf41283682bcace33e89b77f261 -SIZE (cabal/persistent-2.9.0.tar.gz) = 60901 diff --git a/databases/hs-persistent/files/patch-persistent.cabal b/databases/hs-persistent/files/patch-persistent.cabal deleted file mode 100644 index 3494ecaa613..00000000000 --- a/databases/hs-persistent/files/patch-persistent.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- persistent.cabal.orig 2018-10-14 06:53:03 UTC -+++ persistent.cabal -@@ -33,7 +33,7 @@ library - , resourcet >= 1.1.10 - , resource-pool >= 0.2.2.0 - , path-pieces >= 0.1 -- , http-api-data >= 0.2 && < 0.4 -+ , http-api-data >= 0.2 && < 0.5 - , aeson >= 0.5 - , monad-logger >= 0.3.28 - , base64-bytestring diff --git a/databases/hs-persistent/pkg-descr b/databases/hs-persistent/pkg-descr deleted file mode 100644 index 8814d00f5b1..00000000000 --- a/databases/hs-persistent/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Type-safe, data serialization. You must use a specific backend in order -to make this useful. - -WWW: http://www.yesodweb.com/book/persistent diff --git a/databases/ruby-odbc/Makefile b/databases/ruby-odbc/Makefile deleted file mode 100644 index 7dc518652a3..00000000000 --- a/databases/ruby-odbc/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: Akinori MUSHA aka knu -# $FreeBSD$ - -PORTNAME= odbc -PORTVERSION= 0.99991 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= http://www.ch-werner.de/rubyodbc/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby extension library to use ODBC data sources - -BROKEN_RUBY24= yes -BROKEN_RUBY25= yes -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -OPTIONS_DEFINE= DOCS EXAMPLES - -LIB_DEPENDS= libodbc.so:databases/unixODBC - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -CONFIGURE_WRKSRC= ${WRKSRC}/ext -BUILD_WRKSRC= ${WRKSRC}/ext -INSTALL_WRKSRC= ${WRKSRC}/ext - -INSTALL_TARGET= site-install - -MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" - -PLIST_FILES= %%RUBY_SITEARCHLIBDIR%%/odbc.so \ - %%RUBY_SITELIBDIR%%/cqgen.rb - -EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR} -PORTEXAMPLES= test - -DOCSDIR= ${RUBY_MODDOCDIR} -PORTDOCS= COPYING ChangeLog README doc - -post-extract: - cd ${WRKSRC} && ${MV} lib ext/ - -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} -.for f in ${PORTEXAMPLES} - cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${EXAMPLESDIR}/ -.endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${DOCSDIR}/ -.endfor - -.include diff --git a/databases/ruby-odbc/distinfo b/databases/ruby-odbc/distinfo deleted file mode 100644 index 22e1d959dea..00000000000 --- a/databases/ruby-odbc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/ruby-odbc-0.99991.tar.gz) = f4e0b215af6cec4c98f5b9cc75ebb2d952417a79c93db9f1a7e4b3efb6f8cfa7 -SIZE (ruby/ruby-odbc-0.99991.tar.gz) = 69908 diff --git a/databases/ruby-odbc/pkg-descr b/databases/ruby-odbc/pkg-descr deleted file mode 100644 index 830a7dc0151..00000000000 --- a/databases/ruby-odbc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is an extension library to use ODBC data sources from Ruby. - -WWW: http://www.ch-werner.de/rubyodbc/ diff --git a/databases/rubygem-dbd-odbc/Makefile b/databases/rubygem-dbd-odbc/Makefile deleted file mode 100644 index 51f1578def7..00000000000 --- a/databases/rubygem-dbd-odbc/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dbd-odbc -PORTVERSION= 0.2.5 -CATEGORIES= databases rubygems -MASTER_SITES= RG - -MAINTAINER= ruby@FreeBSD.org -COMMENT= ODBC driver for DBI-for-Ruby - -LICENSE= BSD3CLAUSE - -BROKEN= depends on broken ruby-odbc -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -RUN_DEPENDS= rubygem-dbi>=0:databases/rubygem-dbi \ - ${RUBY_SITEARCHLIBDIR}/odbc.so:databases/ruby-odbc - -NO_ARCH= yes - -USE_RUBY= yes -USES= gem - -.include diff --git a/databases/rubygem-dbd-odbc/distinfo b/databases/rubygem-dbd-odbc/distinfo deleted file mode 100644 index 880f4f756d2..00000000000 --- a/databases/rubygem-dbd-odbc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/dbd-odbc-0.2.5.gem) = 85f4c70f76c860df290b86505bedadd673d2529927dc9d0228037558d249926f -SIZE (rubygem/dbd-odbc-0.2.5.gem) = 44032 diff --git a/databases/rubygem-dbd-odbc/pkg-descr b/databases/rubygem-dbd-odbc/pkg-descr deleted file mode 100644 index 4e09cc2e1af..00000000000 --- a/databases/rubygem-dbd-odbc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is the ODBC driver for DBI-for-Ruby. - -WWW: http://ruby-dbi.sourceforge.net diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index da5d5ceb411..044a4f420f3 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sqlitebrowser -PORTVERSION= 3.11.1 +PORTVERSION= 3.11.2 DISTVERSIONPREFIX= v CATEGORIES= databases diff --git a/databases/sqlitebrowser/distinfo b/databases/sqlitebrowser/distinfo index 5ad609e4b25..fdeaa87113a 100644 --- a/databases/sqlitebrowser/distinfo +++ b/databases/sqlitebrowser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551457304 -SHA256 (sqlitebrowser-sqlitebrowser-v3.11.1_GH0.tar.gz) = eb97a0457932d5ba0e1f10df0743c93207785c0d5915aec663543de478231ca8 -SIZE (sqlitebrowser-sqlitebrowser-v3.11.1_GH0.tar.gz) = 2523481 +TIMESTAMP = 1556652171 +SHA256 (sqlitebrowser-sqlitebrowser-v3.11.2_GH0.tar.gz) = 298acb28878aa712277a1c35c185b07a5a1671cc3e2c6a21b323477b91d486fc +SIZE (sqlitebrowser-sqlitebrowser-v3.11.2_GH0.tar.gz) = 2530497 diff --git a/deskutils/Makefile b/deskutils/Makefile index 7aafb6de74f..b2f7a8935b0 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -117,7 +117,6 @@ SUBDIR += horde-nag SUBDIR += hot-babe SUBDIR += howm - SUBDIR += hs-fdo-notify SUBDIR += ical SUBDIR += jjclient SUBDIR += jlj diff --git a/deskutils/hs-fdo-notify/Makefile b/deskutils/hs-fdo-notify/Makefile deleted file mode 100644 index e87ac3b0282..00000000000 --- a/deskutils/hs-fdo-notify/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fdo-notify -PORTVERSION= 0.3.1 -PORTREVISION= 4 -CATEGORIES= deskutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Desktop Notifications client - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dbus - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/deskutils/hs-fdo-notify/distinfo b/deskutils/hs-fdo-notify/distinfo deleted file mode 100644 index 7550fabf49e..00000000000 --- a/deskutils/hs-fdo-notify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501336223 -SHA256 (cabal/fdo-notify-0.3.1.tar.gz) = 7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8 -SIZE (cabal/fdo-notify-0.3.1.tar.gz) = 4882 diff --git a/deskutils/hs-fdo-notify/pkg-descr b/deskutils/hs-fdo-notify/pkg-descr deleted file mode 100644 index b8766c4c639..00000000000 --- a/deskutils/hs-fdo-notify/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A library for issuing notifications using FreeDesktop.org's Desktop -Notifications protcol. This protocol is supported by services such -as Ubuntu's NotifyOSD. - -WWW: http://bitbucket.org/taejo/fdo-notify/ - - diff --git a/devel/Makefile b/devel/Makefile index 01bc437aff9..d3aaebb17b6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -469,7 +469,6 @@ SUBDIR += ditrack SUBDIR += djgpp-binutils SUBDIR += djgpp-crx - SUBDIR += dlangui SUBDIR += dlib SUBDIR += dmake SUBDIR += dmalloc @@ -905,290 +904,24 @@ SUBDIR += hp48cc SUBDIR += hp48xgcc SUBDIR += hpx - SUBDIR += hs-Boolean - SUBDIR += hs-BoundedChan - SUBDIR += hs-ConfigFile - SUBDIR += hs-EdisonAPI - SUBDIR += hs-EdisonCore - SUBDIR += hs-GenericPretty - SUBDIR += hs-Glob - SUBDIR += hs-HUnit - SUBDIR += hs-IfElse - SUBDIR += hs-List - SUBDIR += hs-ListLike - SUBDIR += hs-MemoTrie - SUBDIR += hs-MissingH - SUBDIR += hs-MonadRandom - SUBDIR += hs-ObjectName - SUBDIR += hs-Only - SUBDIR += hs-QuickCheck - SUBDIR += hs-ReadArgs - SUBDIR += hs-STMonadTrans - SUBDIR += hs-SafeSemaphore SUBDIR += hs-ShellCheck - SUBDIR += hs-StateVar - SUBDIR += hs-Stream - SUBDIR += hs-abstract-deque - SUBDIR += hs-abstract-par - SUBDIR += hs-activehs-base SUBDIR += hs-alex - SUBDIR += hs-ansi-terminal - SUBDIR += hs-ansi-wl-pprint - SUBDIR += hs-arrows - SUBDIR += hs-asn1-data - SUBDIR += hs-asn1-encoding - SUBDIR += hs-asn1-parse - SUBDIR += hs-asn1-types - SUBDIR += hs-async - SUBDIR += hs-atomic-primops - SUBDIR += hs-auto-update - SUBDIR += hs-base-compat - SUBDIR += hs-base-compat-batteries - SUBDIR += hs-base-orphans - SUBDIR += hs-base-unicode-symbols - SUBDIR += hs-base16-bytestring - SUBDIR += hs-base64-bytestring - SUBDIR += hs-basement - SUBDIR += hs-basic-prelude - SUBDIR += hs-bifunctors - SUBDIR += hs-bitarray - SUBDIR += hs-bits-atomic - SUBDIR += hs-blaze-builder - SUBDIR += hs-blaze-textual - SUBDIR += hs-bloomfilter - SUBDIR += hs-boxes - SUBDIR += hs-bsd-sysctl - SUBDIR += hs-byteable - SUBDIR += hs-byteorder - SUBDIR += hs-bytestring-lexing - SUBDIR += hs-bytestring-mmap SUBDIR += hs-bytestring-nums - SUBDIR += hs-bytestring-show SUBDIR += hs-c2hs SUBDIR += hs-cabal-install - SUBDIR += hs-call-stack - SUBDIR += hs-cereal - SUBDIR += hs-checkers - SUBDIR += hs-chunked-data - SUBDIR += hs-classy-prelude - SUBDIR += hs-classy-prelude-conduit - SUBDIR += hs-clock - SUBDIR += hs-cmdargs - SUBDIR += hs-code-page - SUBDIR += hs-colour - SUBDIR += hs-concurrent-output - SUBDIR += hs-conduit - SUBDIR += hs-conduit-combinators - SUBDIR += hs-conduit-extra - SUBDIR += hs-configurator - SUBDIR += hs-constraints - SUBDIR += hs-convertible SUBDIR += hs-cpphs SUBDIR += hs-darcs - SUBDIR += hs-data-default - SUBDIR += hs-data-default-class - SUBDIR += hs-data-default-instances-base - SUBDIR += hs-data-default-instances-containers - SUBDIR += hs-data-default-instances-dlist - SUBDIR += hs-data-default-instances-old-locale - SUBDIR += hs-data-endian - SUBDIR += hs-data-hash - SUBDIR += hs-data-ordlist - SUBDIR += hs-data-pprint - SUBDIR += hs-date-cache - SUBDIR += hs-datetime - SUBDIR += hs-dbus - SUBDIR += hs-deepseq-generics - SUBDIR += hs-directory-tree - SUBDIR += hs-dlist - SUBDIR += hs-dlist-instances - SUBDIR += hs-easy-file - SUBDIR += hs-echo - SUBDIR += hs-edit-distance - SUBDIR += hs-either - SUBDIR += hs-enclosed-exceptions - SUBDIR += hs-equivalence - SUBDIR += hs-errors - SUBDIR += hs-exceptions - SUBDIR += hs-extensible-exceptions - SUBDIR += hs-extra - SUBDIR += hs-fast-logger - SUBDIR += hs-fgl - SUBDIR += hs-file-embed - SUBDIR += hs-filemanip - SUBDIR += hs-filestore - SUBDIR += hs-fmlist - SUBDIR += hs-fortran-src - SUBDIR += hs-foundation - SUBDIR += hs-free - SUBDIR += hs-fsnotify - SUBDIR += hs-gconf - SUBDIR += hs-generic-deriving - SUBDIR += hs-geniplate-mirror SUBDIR += hs-ghc-events - SUBDIR += hs-ghc-mtl - SUBDIR += hs-ghc-paths - SUBDIR += hs-gio SUBDIR += hs-git-annex - SUBDIR += hs-gitrev - SUBDIR += hs-glib - SUBDIR += hs-gtk2hs-buildtools SUBDIR += hs-haddock - SUBDIR += hs-haddock-api - SUBDIR += hs-haddock-library SUBDIR += hs-happy - SUBDIR += hs-hashable - SUBDIR += hs-hashtables - SUBDIR += hs-haskell-lexer - SUBDIR += hs-haskell-src - SUBDIR += hs-haskell-src-exts - SUBDIR += hs-haskell-src-exts-util - SUBDIR += hs-haskell-src-meta SUBDIR += hs-hasktags - SUBDIR += hs-hex - SUBDIR += hs-hinotify - SUBDIR += hs-hint - SUBDIR += hs-hlibev SUBDIR += hs-hlint SUBDIR += hs-hoogle - SUBDIR += hs-hourglass - SUBDIR += hs-hsb2hs - SUBDIR += hs-hslogger - SUBDIR += hs-hslua - SUBDIR += hs-hslua-module-text - SUBDIR += hs-hspec - SUBDIR += hs-hspec-core SUBDIR += hs-hspec-discover - SUBDIR += hs-hspec-expectations - SUBDIR += hs-io-streams - SUBDIR += hs-io-streams-haproxy - SUBDIR += hs-js-flot - SUBDIR += hs-js-jquery - SUBDIR += hs-keys - SUBDIR += hs-kqueue - SUBDIR += hs-language-c - SUBDIR += hs-language-javascript - SUBDIR += hs-largeword - SUBDIR += hs-lazysmallcheck - SUBDIR += hs-lens - SUBDIR += hs-lifted-async - SUBDIR += hs-lifted-base - SUBDIR += hs-logict - SUBDIR += hs-map-syntax - SUBDIR += hs-memory - SUBDIR += hs-microlens - SUBDIR += hs-microlens-th - SUBDIR += hs-microstache - SUBDIR += hs-mmap - SUBDIR += hs-mmorph - SUBDIR += hs-monad-control - SUBDIR += hs-monad-logger - SUBDIR += hs-monad-loops - SUBDIR += hs-monad-par - SUBDIR += hs-monad-par-extras - SUBDIR += hs-monad-unlift - SUBDIR += hs-monads-tf - SUBDIR += hs-mono-traversable - SUBDIR += hs-mono-traversable-instances - SUBDIR += hs-mtl SUBDIR += hs-mueval - SUBDIR += hs-murmur-hash - SUBDIR += hs-mutable-containers - SUBDIR += hs-ncurses - SUBDIR += hs-newtype - SUBDIR += hs-newtype-generics - SUBDIR += hs-old-locale - SUBDIR += hs-old-time - SUBDIR += hs-optparse-applicative - SUBDIR += hs-parallel - SUBDIR += hs-pcre-light - SUBDIR += hs-prelude-extras - SUBDIR += hs-preprocessor-tools - SUBDIR += hs-prettyclass - SUBDIR += hs-primitive - SUBDIR += hs-process-extras - SUBDIR += hs-profunctors - SUBDIR += hs-project-template - SUBDIR += hs-psqueues - SUBDIR += hs-quickcheck-io - SUBDIR += hs-random - SUBDIR += hs-readable - SUBDIR += hs-readline - SUBDIR += hs-refact - SUBDIR += hs-reflection - SUBDIR += hs-resource-pool - SUBDIR += hs-resourcet - SUBDIR += hs-safe - SUBDIR += hs-safe-exceptions - SUBDIR += hs-say - SUBDIR += hs-scientific - SUBDIR += hs-securemem - SUBDIR += hs-setenv - SUBDIR += hs-setlocale SUBDIR += hs-shake - SUBDIR += hs-show - SUBDIR += hs-silently - SUBDIR += hs-simple-reflect - SUBDIR += hs-smallcheck - SUBDIR += hs-split - SUBDIR += hs-stm-chans - SUBDIR += hs-storable-record - SUBDIR += hs-storable-tuple - SUBDIR += hs-streaming-commons - SUBDIR += hs-strict - SUBDIR += hs-syb - SUBDIR += hs-syb-with-class - SUBDIR += hs-system-fileio - SUBDIR += hs-system-filepath - SUBDIR += hs-tagged - SUBDIR += hs-temporary - SUBDIR += hs-terminal-size - SUBDIR += hs-test-framework - SUBDIR += hs-test-framework-hunit - SUBDIR += hs-test-framework-quickcheck2 - SUBDIR += hs-text-icu - SUBDIR += hs-text-short - SUBDIR += hs-tf-random - SUBDIR += hs-th-abstraction - SUBDIR += hs-th-expand-syns - SUBDIR += hs-th-lift - SUBDIR += hs-th-lift-instances - SUBDIR += hs-th-orphans - SUBDIR += hs-th-reify-many - SUBDIR += hs-threads SUBDIR += hs-threadscope - SUBDIR += hs-time-compat - SUBDIR += hs-time-locale-compat - SUBDIR += hs-timezone-olson - SUBDIR += hs-timezone-series - SUBDIR += hs-transformers-base - SUBDIR += hs-transformers-compat - SUBDIR += hs-typed-process - SUBDIR += hs-unamb - SUBDIR += hs-unexceptionalio - SUBDIR += hs-unicode-show - SUBDIR += hs-uniplate - SUBDIR += hs-unix-compat - SUBDIR += hs-unix-time - SUBDIR += hs-unliftio - SUBDIR += hs-unliftio-core - SUBDIR += hs-unordered-containers - SUBDIR += hs-utf8-light - SUBDIR += hs-utf8-string - SUBDIR += hs-utility-ht - SUBDIR += hs-uuagc-cabal - SUBDIR += hs-uuid - SUBDIR += hs-uuid-types - SUBDIR += hs-uulib - SUBDIR += hs-vault - SUBDIR += hs-vector - SUBDIR += hs-vector-algorithms - SUBDIR += hs-vector-binary-instances - SUBDIR += hs-vector-instances - SUBDIR += hs-vector-th-unbox - SUBDIR += hs-void - SUBDIR += hs-wl-pprint-text - SUBDIR += hs-word8 SUBDIR += htable SUBDIR += hub SUBDIR += hwloc diff --git a/devel/cl-alexandria-sbcl/Makefile b/devel/cl-alexandria-sbcl/Makefile index 71bfe22d52a..8c3d7dfe584 100644 --- a/devel/cl-alexandria-sbcl/Makefile +++ b/devel/cl-alexandria-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index 5699736076a..40cc6bfee0c 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 36 +PORTREVISION= 37 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-port-sbcl/Makefile b/devel/cl-port-sbcl/Makefile index 99792e8fd6e..3bc8846e59b 100644 --- a/devel/cl-port-sbcl/Makefile +++ b/devel/cl-port-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-split-sequence-sbcl/Makefile b/devel/cl-split-sequence-sbcl/Makefile index 2fb6d85f837..84a4161e452 100644 --- a/devel/cl-split-sequence-sbcl/Makefile +++ b/devel/cl-split-sequence-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-features-sbcl/Makefile b/devel/cl-trivial-features-sbcl/Makefile index 40c70ea2dca..a04446551a4 100644 --- a/devel/cl-trivial-features-sbcl/Makefile +++ b/devel/cl-trivial-features-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/cl-trivial-gray-streams-sbcl/Makefile b/devel/cl-trivial-gray-streams-sbcl/Makefile index 7076ce896b2..51c1507bf77 100644 --- a/devel/cl-trivial-gray-streams-sbcl/Makefile +++ b/devel/cl-trivial-gray-streams-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/devel/dlangui/Makefile b/devel/dlangui/Makefile deleted file mode 100644 index f7c712cd87a..00000000000 --- a/devel/dlangui/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= dlangui -PORTVERSION= 0.9.178 -PORTREVISION= 2 -DISTVERSIONPREFIX= v -CATEGORIES= devel - -MAINTAINER= acm@FreeBSD.org -COMMENT= Cross Platform GUI for D programming language - -LICENSE= BSL - -BROKEN= does not compile with latest version of ldc -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= ldmd2:lang/ldc \ - dub:devel/dub \ - ${LOCALBASE}/lib/d/libDerelictUtil.a:devel/derelict-util \ - ${LOCALBASE}/lib/d/libDerelictGL3.a:graphics/derelict-gl3 \ - ${LOCALBASE}/lib/d/libDerelictFT.a:print/derelict-ft \ - ${LOCALBASE}/lib/d/libDerelictSDL2.a:devel/derelict-sdl2 \ - ${LOCALBASE}/lib/d/libdlib.a:devel/dlib - -USE_GITHUB= yes -GH_ACCOUNT= buggins - -DUB_CMD= ${LOCALBASE}/bin/dub build --build=release -D_INCLUDE_DIR= ${PREFIX}/include/d -D_LIB_DIR= ${PREFIX}/lib/d - -post-patch: - ${REINPLACE_CMD} -e 's|DIMAGE;|DLIBIMAGE;|g' ${WRKSRC}/src/dlangui/graphics/images.d - -do-build: - @cd ${WRKSRC} && ${DUB_CMD} - -do-install: - @${MKDIR} ${STAGEDIR}${D_INCLUDE_DIR} - @${MKDIR} ${STAGEDIR}${D_LIB_DIR} - ${INSTALL_DATA} ${WRKSRC}/lib/lib${PORTNAME}.a ${STAGEDIR}${D_LIB_DIR} - cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR} "-name *\.d" - -.include diff --git a/devel/dlangui/distinfo b/devel/dlangui/distinfo deleted file mode 100644 index 00ff65a3945..00000000000 --- a/devel/dlangui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525933643 -SHA256 (buggins-dlangui-v0.9.178_GH0.tar.gz) = 4bbe0568609b585ee96cb259dbf11cb2bdc83dea7facdca1c98603aa89a1cbc3 -SIZE (buggins-dlangui-v0.9.178_GH0.tar.gz) = 8560169 diff --git a/devel/dlangui/files/patch-dub.json b/devel/dlangui/files/patch-dub.json deleted file mode 100644 index 9772d40962c..00000000000 --- a/devel/dlangui/files/patch-dub.json +++ /dev/null @@ -1,73 +0,0 @@ ---- dub.json.orig 2018-05-08 03:43:09.000000000 -0500 -+++ dub.json 2018-05-10 01:29:19.569819000 -0500 -@@ -48,13 +48,7 @@ - "versions": ["USE_OPENGL", "EmbedStandardResources"], - "versions-posix": ["USE_SDL", "USE_FREETYPE"], - "versions-windows": ["Unicode"], -- "dependencies": { -- "derelict-gl3": "~>1.0.18", -- "derelict-ft": "~>1.1.2" -- }, -- "dependencies-posix": { -- "derelict-sdl2": "~>2.0.0" -- }, -+ - "copyFiles-windows-x86_64": [ - "libs/windows/x86_64/libfreetype-6.dll" - ], -@@ -70,31 +64,18 @@ - { - "name": "external", - "versions": ["USE_EXTERNAL"], -- "dependencies": { -- "derelict-gl3": "~>1.0.18", -- "derelict-ft": "~>1.1.2" -- } - }, - { - "name": "minimal", - "versions": ["EmbedStandardResources", "ForceLogs"], - "versions-posix": ["USE_SDL", "USE_FREETYPE", "NO_OPENGL"], - "versions-windows": ["Unicode" ,"NO_OPENGL"], -- "dependencies-posix": { -- "derelict-gl3": "~>1.0.18", -- "derelict-sdl2": "~>2.0.0", -- "derelict-ft": "~>1.1.2" -- } - }, - { - "name": "sdl", - "versions": ["USE_SDL", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"], - "versions-windows": ["Unicode"], -- "dependencies": { -- "derelict-gl3": "~>1.0.18", -- "derelict-ft": "~>1.1.2", -- "derelict-sdl2": "~>2.0.0" -- }, -+ - "copyFiles-windows-x86_64": [ - "libs/windows/x86_64/libfreetype-6.dll", - "libs/windows/x86_64/SDL2.dll" -@@ -108,21 +89,12 @@ - "name": "x11", - "versions": ["USE_X11", "USE_FREETYPE", "EmbedStandardResources"], - "versions-windows": ["Unicode"], -- "dependencies": { -- "derelict-gl3": "~>1.0.18", -- "derelict-ft": "~>1.1.2", -- "x11": "~>1.0.17" -- } - }, - { - "name": "sfml", - "versions": ["USE_DSFML", "USE_OPENGL", "USE_FREETYPE", "EmbedStandardResources"], - "versions-windows": ["Unicode"], -- "dependencies": { -- "derelict-gl3": "~>1.0.18", -- "derelict-ft": "~>1.1.2", -- "dsfml": "~>2.1.0" -- }, -+ - "copyFiles-windows-x86_64": [ - "libs/windows/x86_64/libfreetype-6.dll" - ], diff --git a/devel/dlangui/pkg-descr b/devel/dlangui/pkg-descr deleted file mode 100644 index 3e1261f0581..00000000000 --- a/devel/dlangui/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Cross platform GUI for D. Widgets, layouts, styles, themes, unicode, i18n, -OpenGL based acceleration - -- Crossplatform (Win32, OSX, Linux, FreeBSD and Android are supported in - current version) -- Mostly inspired by Android UI API (layouts, styles, two phase layout, ...) -- Supports highly customizable UI themes and styles -- Supports internationalization -- Hardware acceleration using OpenGL (when built with version USE_OPENGL) -- Fallback to pure Win32 API / SDL / X11 when OpenGL is not available (e.g. - opengl dynamic library cannot be loaded) -- Actually it's a port (with major refactoring) of GUI library for cross - platform OpenGL based implementation of Cool Reader app project from C++. -- Non thread safe - all UI operations should be preformed in single thread -- Simple 3d engine - allows to embed 3D scenes within GUI - -WWW: https://github.com/buggins/dlangui diff --git a/devel/dlangui/pkg-plist b/devel/dlangui/pkg-plist deleted file mode 100644 index 440939d9761..00000000000 --- a/devel/dlangui/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -include/d/dlangui/core/asyncsocket.d -include/d/dlangui/core/collections.d -include/d/dlangui/core/config.d -include/d/dlangui/core/css.d -include/d/dlangui/core/cssparser.d -include/d/dlangui/core/dom.d -include/d/dlangui/core/editable.d -include/d/dlangui/core/events.d -include/d/dlangui/core/filemanager.d -include/d/dlangui/core/files.d -include/d/dlangui/core/i18n.d -include/d/dlangui/core/linestream.d -include/d/dlangui/core/logger.d -include/d/dlangui/core/math3d.d -include/d/dlangui/core/parseutils.d -include/d/dlangui/core/queue.d -include/d/dlangui/core/settings.d -include/d/dlangui/core/signals.d -include/d/dlangui/core/stdaction.d -include/d/dlangui/core/streams.d -include/d/dlangui/core/textsource.d -include/d/dlangui/core/types.d -include/d/dlangui/dialogs/dialog.d -include/d/dlangui/dialogs/filedlg.d -include/d/dlangui/dialogs/inputbox.d -include/d/dlangui/dialogs/msgbox.d -include/d/dlangui/dialogs/settingsdialog.d -include/d/dlangui/dml/annotations.d -include/d/dlangui/dml/dmlhighlight.d -include/d/dlangui/dml/parser.d -include/d/dlangui/dml/tokenizer.d -include/d/dlangui/dom/cssparser.d -include/d/dlangui/dom/encoding.d -include/d/dlangui/graphics/colors.d -include/d/dlangui/graphics/domrender/domrender.d -include/d/dlangui/graphics/domrender/renderblock.d -include/d/dlangui/graphics/drawbuf.d -include/d/dlangui/graphics/fonts.d -include/d/dlangui/graphics/ftfonts.d -include/d/dlangui/graphics/gldrawbuf.d -include/d/dlangui/graphics/glsupport.d -include/d/dlangui/graphics/iconprovider.d -include/d/dlangui/graphics/images.d -include/d/dlangui/graphics/resources.d -include/d/dlangui/graphics/scene/camera.d -include/d/dlangui/graphics/scene/drawableobject.d -include/d/dlangui/graphics/scene/effect.d -include/d/dlangui/graphics/scene/fbximport.d -include/d/dlangui/graphics/scene/light.d -include/d/dlangui/graphics/scene/material.d -include/d/dlangui/graphics/scene/mesh.d -include/d/dlangui/graphics/scene/model.d -include/d/dlangui/graphics/scene/node.d -include/d/dlangui/graphics/scene/objimport.d -include/d/dlangui/graphics/scene/scene3d.d -include/d/dlangui/graphics/scene/skybox.d -include/d/dlangui/graphics/scene/transform.d -include/d/dlangui/graphics/xpm/reader.d -include/d/dlangui/graphics/xpm/xpmcolors.d -include/d/dlangui/package.d -include/d/dlangui/platforms/android/androidapp.d -include/d/dlangui/platforms/ansi_console/consoleapp.d -include/d/dlangui/platforms/ansi_console/consolefont.d -include/d/dlangui/platforms/ansi_console/dconsole.d -include/d/dlangui/platforms/common/platform.d -include/d/dlangui/platforms/common/startup.d -include/d/dlangui/platforms/dsfml/dsfmlapp.d -include/d/dlangui/platforms/external/externalapp.d -include/d/dlangui/platforms/sdl/sdlapp.d -include/d/dlangui/platforms/windows/win32drawbuf.d -include/d/dlangui/platforms/windows/win32fonts.d -include/d/dlangui/platforms/windows/winapp.d -include/d/dlangui/platforms/x11/x11app.d -include/d/dlangui/widgets/appframe.d -include/d/dlangui/widgets/charts.d -include/d/dlangui/widgets/combobox.d -include/d/dlangui/widgets/controls.d -include/d/dlangui/widgets/dmlwidgets.d -include/d/dlangui/widgets/docks.d -include/d/dlangui/widgets/editors.d -include/d/dlangui/widgets/grid.d -include/d/dlangui/widgets/groupbox.d -include/d/dlangui/widgets/layouts.d -include/d/dlangui/widgets/lists.d -include/d/dlangui/widgets/menu.d -include/d/dlangui/widgets/metadata.d -include/d/dlangui/widgets/popup.d -include/d/dlangui/widgets/progressbar.d -include/d/dlangui/widgets/scroll.d -include/d/dlangui/widgets/scrollbar.d -include/d/dlangui/widgets/srcedit.d -include/d/dlangui/widgets/statusline.d -include/d/dlangui/widgets/styles.d -include/d/dlangui/widgets/tabs.d -include/d/dlangui/widgets/toolbars.d -include/d/dlangui/widgets/tree.d -include/d/dlangui/widgets/widget.d -include/d/dlangui/widgets/winframe.d -lib/d/libdlangui.a diff --git a/devel/hs-Boolean/Makefile b/devel/hs-Boolean/Makefile deleted file mode 100644 index d74d19ada3e..00000000000 --- a/devel/hs-Boolean/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= Boolean -PORTVERSION= 0.2.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generalized Booleans and numbers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-Boolean/distinfo b/devel/hs-Boolean/distinfo deleted file mode 100644 index c378fc89b00..00000000000 --- a/devel/hs-Boolean/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627811 -SHA256 (cabal/Boolean-0.2.4.tar.gz) = 67216013b02b8ac5b534a1ef25f409f930eea1a85eae801933a01ad43145eef8 -SIZE (cabal/Boolean-0.2.4.tar.gz) = 6634 diff --git a/devel/hs-Boolean/pkg-descr b/devel/hs-Boolean/pkg-descr deleted file mode 100644 index 01bad48dd50..00000000000 --- a/devel/hs-Boolean/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Some classes for generalized boolean operations. - -WWW: http://hackage.haskell.org/package/Boolean diff --git a/devel/hs-BoundedChan/Makefile b/devel/hs-BoundedChan/Makefile deleted file mode 100644 index 55103824e66..00000000000 --- a/devel/hs-BoundedChan/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: martin@sugioarto.com -# $FreeBSD$ - -PORTNAME= BoundedChan -PORTVERSION= 1.0.3.0 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Channels with bounded sizes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-BoundedChan/distinfo b/devel/hs-BoundedChan/distinfo deleted file mode 100644 index 83dce08f57a..00000000000 --- a/devel/hs-BoundedChan/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627811 -SHA256 (cabal/BoundedChan-1.0.3.0.tar.gz) = 531ceaed7f62844c2a63a7cbfdcab332ea5eaa218e9922ca3305580438adc46d -SIZE (cabal/BoundedChan-1.0.3.0.tar.gz) = 3591 diff --git a/devel/hs-BoundedChan/pkg-descr b/devel/hs-BoundedChan/pkg-descr deleted file mode 100644 index d6bc7c896b8..00000000000 --- a/devel/hs-BoundedChan/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library introduces BoundedChan. BoundedChans differ from Chans in that -they are guaranteed to contain no more than a certain number of elements. - -WWW: http://hackage.haskell.org/package/BoundedChan diff --git a/devel/hs-ConfigFile/Makefile b/devel/hs-ConfigFile/Makefile deleted file mode 100644 index 34de9556c5c..00000000000 --- a/devel/hs-ConfigFile/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ConfigFile -PORTVERSION= 1.1.4 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Configuration file reading and writing - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= MissingH>=1.0.0 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ConfigFile/distinfo b/devel/hs-ConfigFile/distinfo deleted file mode 100644 index 182b274e7f0..00000000000 --- a/devel/hs-ConfigFile/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627812 -SHA256 (cabal/ConfigFile-1.1.4.tar.gz) = ae087b359ff2945a62b671449227e0a811d143ee651179f4e7e9c66548e0f514 -SIZE (cabal/ConfigFile-1.1.4.tar.gz) = 28969 diff --git a/devel/hs-ConfigFile/pkg-descr b/devel/hs-ConfigFile/pkg-descr deleted file mode 100644 index 75ebcb995a2..00000000000 --- a/devel/hs-ConfigFile/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Parser and writer for handling sectioned config files in Haskell. The -ConfigFile module works with configuration files in a standard format -that is easy for the user to edit, easy for the programmer to work with, -yet remains powerful and flexible. It is inspired by, and compatible -with, Python's ConfigParser module. It uses files that resemble Windows -.INI-style files, but with numerous improvements. - -ConfigFile provides simple calls to both read and write config files. -It is possible to make a config file parsable by this module, the Unix -shell, and make. - -WWW: http://software.complete.org/configfile diff --git a/devel/hs-EdisonAPI/Makefile b/devel/hs-EdisonAPI/Makefile deleted file mode 100644 index e845e4b767e..00000000000 --- a/devel/hs-EdisonAPI/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= EdisonAPI -PORTVERSION= 1.3.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A library of efficient, purely-functional data structures (API) - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-EdisonAPI/distinfo b/devel/hs-EdisonAPI/distinfo deleted file mode 100644 index c3562b5b71c..00000000000 --- a/devel/hs-EdisonAPI/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1500996490 -SHA256 (cabal/EdisonAPI-1.3.1.tar.gz) = 95a3b8d01599520a50456219b5a2e9f7832bcddaaeb8e94ce777bd87a4a6b56e -SIZE (cabal/EdisonAPI-1.3.1.tar.gz) = 30512 diff --git a/devel/hs-EdisonAPI/pkg-descr b/devel/hs-EdisonAPI/pkg-descr deleted file mode 100644 index e83fa3d6151..00000000000 --- a/devel/hs-EdisonAPI/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Edison is a library of purely functional data structures written by Chris -Okasaki. It is named after Thomas Alva Edison and for the mnemonic value -EDiSon (Efficient Data Structures). Edison provides several families of -abstractions, each with multiple implementations. The main abstractions -provided by Edison are: Sequences such as stacks, queues, and dequeues; -Collections such as sets, bags and heaps; and Associative Collections such -as finite maps and priority queues where the priority and element are -distinct. - -WWW: http://rwd.rdockins.name/edison/home/ - diff --git a/devel/hs-EdisonCore/Makefile b/devel/hs-EdisonCore/Makefile deleted file mode 100644 index 3ba9352b83d..00000000000 --- a/devel/hs-EdisonCore/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= EdisonCore -PORTVERSION= 1.3.2.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A library of efficent, purely-functional data structures (Core Implementations) - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= EdisonAPI mtl semigroups QuickCheck - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-EdisonCore/distinfo b/devel/hs-EdisonCore/distinfo deleted file mode 100644 index fe96dc6c9d4..00000000000 --- a/devel/hs-EdisonCore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523469795 -SHA256 (cabal/EdisonCore-1.3.2.1.tar.gz) = 73c6014d07107a9ed21df76a59f70c9d68d64ac84cced35f7b628f1d792cf239 -SIZE (cabal/EdisonCore-1.3.2.1.tar.gz) = 82522 diff --git a/devel/hs-EdisonCore/pkg-descr b/devel/hs-EdisonCore/pkg-descr deleted file mode 100644 index 1cb6cdaded6..00000000000 --- a/devel/hs-EdisonCore/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package provides the core Edison data structure implementations, -including multiple sequence, set, bag, and finite map concrete implementations -with various performance characteristics. The implementations in this package -have no dependencies other than those commonly bundled with Haskell compilers. - -WWW: http://rwd.rdockins.name/edison/home/ - diff --git a/devel/hs-GenericPretty/Makefile b/devel/hs-GenericPretty/Makefile deleted file mode 100644 index fd73bd1a052..00000000000 --- a/devel/hs-GenericPretty/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= GenericPretty -DISTVERSION= 1.2.2 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= hello@blubee.me -COMMENT= Pretty printing for Generic value - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-GenericPretty/distinfo b/devel/hs-GenericPretty/distinfo deleted file mode 100644 index 3b2b868c32b..00000000000 --- a/devel/hs-GenericPretty/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532760516 -SHA256 (cabal/GenericPretty-1.2.2.tar.gz) = eeea7ae7081f866de6a83ab8c4c335806b8cbb679d85e416e6224384ffcdae3c -SIZE (cabal/GenericPretty-1.2.2.tar.gz) = 447925 diff --git a/devel/hs-GenericPretty/pkg-descr b/devel/hs-GenericPretty/pkg-descr deleted file mode 100644 index ae8099c8c34..00000000000 --- a/devel/hs-GenericPretty/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GenericPretty is a Haskell library that supports automatic derivation of pretty -printing functions on user defined data types. The output provided is a pretty -printed version of that provided by Prelude.show. - -WWW: https://github.com/UU-ComputerScience/uulib diff --git a/devel/hs-Glob/Makefile b/devel/hs-Glob/Makefile deleted file mode 100644 index 52bd281998d..00000000000 --- a/devel/hs-Glob/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= Glob -PORTVERSION= 0.10.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Globbing library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dlist>=0.4 transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-Glob/distinfo b/devel/hs-Glob/distinfo deleted file mode 100644 index 8515c771a80..00000000000 --- a/devel/hs-Glob/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545559590 -SHA256 (cabal/Glob-0.10.0.tar.gz) = 473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324 -SIZE (cabal/Glob-0.10.0.tar.gz) = 29500 diff --git a/devel/hs-Glob/pkg-descr b/devel/hs-Glob/pkg-descr deleted file mode 100644 index 75757f547d2..00000000000 --- a/devel/hs-Glob/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for globbing: matching patterns against file paths. - -WWW: http://iki.fi/matti.niemenmaa/glob/ diff --git a/devel/hs-HUnit/Makefile b/devel/hs-HUnit/Makefile deleted file mode 100644 index 25e5ec013c2..00000000000 --- a/devel/hs-HUnit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= HUnit -PORTVERSION= 1.6.0.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unit testing framework for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= call-stack - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-HUnit/distinfo b/devel/hs-HUnit/distinfo deleted file mode 100644 index 6ecf2c9fe5f..00000000000 --- a/devel/hs-HUnit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627813 -SHA256 (cabal/HUnit-1.6.0.0.tar.gz) = 7448e6b966e98e84b7627deba23f71b508e9a61e7bc571d74304a25d30e6d0de -SIZE (cabal/HUnit-1.6.0.0.tar.gz) = 21937 diff --git a/devel/hs-HUnit/pkg-descr b/devel/hs-HUnit/pkg-descr deleted file mode 100644 index 968cd50c76d..00000000000 --- a/devel/hs-HUnit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -HUnit is a unit testing framework for Haskell, inspired by the JUnit -tool for Java. - -WWW: http://hunit.sourceforge.net diff --git a/devel/hs-IfElse/Makefile b/devel/hs-IfElse/Makefile deleted file mode 100644 index 822293317b1..00000000000 --- a/devel/hs-IfElse/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= IfElse -PORTVERSION= 0.85 -PORTREVISION= 16 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Anaphoric and miscellaneous useful control-flow - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-IfElse/distinfo b/devel/hs-IfElse/distinfo deleted file mode 100644 index 630846fea58..00000000000 --- a/devel/hs-IfElse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627813 -SHA256 (cabal/IfElse-0.85.tar.gz) = 8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd -SIZE (cabal/IfElse-0.85.tar.gz) = 2865 diff --git a/devel/hs-IfElse/pkg-descr b/devel/hs-IfElse/pkg-descr deleted file mode 100644 index b880330f137..00000000000 --- a/devel/hs-IfElse/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Anaphoric and miscellaneous useful control-flow. - -WWW: http://hackage.haskell.org/package/IfElse diff --git a/devel/hs-List/Makefile b/devel/hs-List/Makefile deleted file mode 100644 index 76f2273b079..00000000000 --- a/devel/hs-List/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= List -PORTVERSION= 0.6.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= List monad transformer and class - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-List/distinfo b/devel/hs-List/distinfo deleted file mode 100644 index df1c4c11899..00000000000 --- a/devel/hs-List/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523654714 -SHA256 (cabal/List-0.6.2.tar.gz) = c4b92be1202fc59112018f76d5b17cd3a659ebc36384a46e000ab2fbaf99b878 -SIZE (cabal/List-0.6.2.tar.gz) = 7128 diff --git a/devel/hs-List/pkg-descr b/devel/hs-List/pkg-descr deleted file mode 100644 index de4753d0f1d..00000000000 --- a/devel/hs-List/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A List monad transformer and a List class. With standard list operations for -Lists. - -WWW: https://github.com/yairchu/generator diff --git a/devel/hs-ListLike/Makefile b/devel/hs-ListLike/Makefile deleted file mode 100644 index dc19dde498a..00000000000 --- a/devel/hs-ListLike/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ListLike -PORTVERSION= 4.6 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic support for list-like structures in Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dlist fmlist primitive utf8-string vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ListLike/distinfo b/devel/hs-ListLike/distinfo deleted file mode 100644 index 97543316c3d..00000000000 --- a/devel/hs-ListLike/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523448782 -SHA256 (cabal/ListLike-4.6.tar.gz) = c1cdec79a5f585a5839eea26a2afe6a37aab5ed2f402a16e7d59fe9a4e925a9a -SIZE (cabal/ListLike-4.6.tar.gz) = 30544 diff --git a/devel/hs-ListLike/files/patch-ListLike.cabal b/devel/hs-ListLike/files/patch-ListLike.cabal deleted file mode 100644 index eb05615b136..00000000000 --- a/devel/hs-ListLike/files/patch-ListLike.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ListLike.cabal.orig 2018-01-17 03:21:02 UTC -+++ ListLike.cabal -@@ -50,7 +50,7 @@ Library - Data.ListLike.FMList - -- Other-Modules: Data.ConfigFile.Lexer - Build-Depends: base >= 4.6 && < 5 -- ,containers >= 0.3 && < 0.6 -+ ,containers >= 0.3 && < 0.7 - ,bytestring >= 0.9.1 && < 0.11 - ,array >= 0.3 && < 0.6 - ,text >= 0.11 && < 1.3 diff --git a/devel/hs-ListLike/pkg-descr b/devel/hs-ListLike/pkg-descr deleted file mode 100644 index c4d10f36ce7..00000000000 --- a/devel/hs-ListLike/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Generic support for list-like structures in Haskell. - -The ListLike module provides a common interface to the various Haskell types -that are list-like. Predefined interfaces include standard Haskell lists, -Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made -ListLike instances as well. - -ListLike also provides for String-like types, such as String and ByteString, -for types that support input and output, and for types that can handle -infinite lists. - -WWW: http://hackage.haskell.org/package/ListLike diff --git a/devel/hs-MemoTrie/Makefile b/devel/hs-MemoTrie/Makefile deleted file mode 100644 index 54bcc6372cf..00000000000 --- a/devel/hs-MemoTrie/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= MemoTrie -PORTVERSION= 0.6.9 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Trie-based memo functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= newtype-generics void - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-MemoTrie/distinfo b/devel/hs-MemoTrie/distinfo deleted file mode 100644 index 496227e9825..00000000000 --- a/devel/hs-MemoTrie/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523960769 -SHA256 (cabal/MemoTrie-0.6.9.tar.gz) = 1d6045b8fdf7b89ed6b495e535613f5091cdfc9cdfe05a862207e76ce205f794 -SIZE (cabal/MemoTrie-0.6.9.tar.gz) = 8436 diff --git a/devel/hs-MemoTrie/pkg-descr b/devel/hs-MemoTrie/pkg-descr deleted file mode 100644 index 19955c85458..00000000000 --- a/devel/hs-MemoTrie/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Haskell MemoTrie provides a basis for memoized functions over some -domains, using tries. It is based on some code got from Spencer Janssen. - -WWW: http://haskell.org/haskellwiki/MemoTrie diff --git a/devel/hs-MissingH/Makefile b/devel/hs-MissingH/Makefile deleted file mode 100644 index 0cfb59f1e48..00000000000 --- a/devel/hs-MissingH/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= MissingH -PORTVERSION= 1.4.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Large utility library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -BROKEN= Doesn't compile with newest GHC - -USE_CABAL= hslogger HUnit mtl network old-time random regex-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-MissingH/distinfo b/devel/hs-MissingH/distinfo deleted file mode 100644 index 5028956bb8f..00000000000 --- a/devel/hs-MissingH/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499544768 -SHA256 (cabal/MissingH-1.4.0.1.tar.gz) = 283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71 -SIZE (cabal/MissingH-1.4.0.1.tar.gz) = 109582 diff --git a/devel/hs-MissingH/pkg-descr b/devel/hs-MissingH/pkg-descr deleted file mode 100644 index 1eba7e5cfb0..00000000000 --- a/devel/hs-MissingH/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MissingH is a library of all sorts of utility functions for Haskell -programmers. It is written in pure Haskell and thus should be extremely -portable and easy to use. - -WWW: http://software.complete.org/missingh diff --git a/devel/hs-MonadRandom/Makefile b/devel/hs-MonadRandom/Makefile deleted file mode 100644 index 75a4ded0397..00000000000 --- a/devel/hs-MonadRandom/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= MonadRandom -PORTVERSION= 0.5.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Random-number generation monad - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl primitive random transformers-compat>=0.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-MonadRandom/distinfo b/devel/hs-MonadRandom/distinfo deleted file mode 100644 index 6143b7ff832..00000000000 --- a/devel/hs-MonadRandom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499445934 -SHA256 (cabal/MonadRandom-0.5.1.tar.gz) = 9e3f0f92807285302036dc504066ae6d968c8b0b4c25d9360888f31fe1730d87 -SIZE (cabal/MonadRandom-0.5.1.tar.gz) = 10326 diff --git a/devel/hs-MonadRandom/files/patch-MonadRandom.cabal b/devel/hs-MonadRandom/files/patch-MonadRandom.cabal deleted file mode 100644 index 35793f2304e..00000000000 --- a/devel/hs-MonadRandom/files/patch-MonadRandom.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- MonadRandom.cabal.orig 2017-07-10 13:35:15 UTC -+++ MonadRandom.cabal -@@ -37,7 +37,6 @@ library - transformers-compat >=0.4 && <0.6, - mtl >=2.1 && <2.3, - primitive >=0.6 && <0.7, -- fail >=4.9 , - random - ghc-options: -Wall - default-language: Haskell2010 diff --git a/devel/hs-MonadRandom/pkg-descr b/devel/hs-MonadRandom/pkg-descr deleted file mode 100644 index fa24cdf976a..00000000000 --- a/devel/hs-MonadRandom/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Support for computations which consume random values. - -WWW: http://hackage.haskell.org/package/MonadRandom diff --git a/devel/hs-ObjectName/Makefile b/devel/hs-ObjectName/Makefile deleted file mode 100644 index f4aab543a07..00000000000 --- a/devel/hs-ObjectName/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= ObjectName -PORTVERSION= 1.1.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Explicitly handled object names for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ObjectName/distinfo b/devel/hs-ObjectName/distinfo deleted file mode 100644 index 7a733539245..00000000000 --- a/devel/hs-ObjectName/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499547842 -SHA256 (cabal/ObjectName-1.1.0.1.tar.gz) = 72dbef237580fd4e8567de2de752835bbadd3629f486d1586486d49a49aad210 -SIZE (cabal/ObjectName-1.1.0.1.tar.gz) = 2557 diff --git a/devel/hs-ObjectName/pkg-descr b/devel/hs-ObjectName/pkg-descr deleted file mode 100644 index 36b626faa37..00000000000 --- a/devel/hs-ObjectName/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This tiny Haskell package contains the class ObjectName, which corresponds to -the general notion of explicitly handled identifiers for API objects, e.g. a -texture object name in OpenGL or a buffer object name in OpenAL. - -WWW: https://github.com/svenpanne/ObjectName diff --git a/devel/hs-Only/Makefile b/devel/hs-Only/Makefile deleted file mode 100644 index 40d2bc73d07..00000000000 --- a/devel/hs-Only/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= Only -PORTVERSION= 0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This package provides a canonical anonymous 1-tuple type - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-Only/distinfo b/devel/hs-Only/distinfo deleted file mode 100644 index f2d151814ae..00000000000 --- a/devel/hs-Only/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499539872 -SHA256 (cabal/Only-0.1.tar.gz) = ab7aa193e8c257d3bda6b0b3c1cbcf74cdaa85ab08cb20c2dd62ba248c1ab265 -SIZE (cabal/Only-0.1.tar.gz) = 1960 diff --git a/devel/hs-Only/pkg-descr b/devel/hs-Only/pkg-descr deleted file mode 100644 index afce2902a3b..00000000000 --- a/devel/hs-Only/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This package provides a canonical anonymous 1-tuple type missing from Haskell -for attaching typeclass instances. - -NOTE: There is also the OneTuple package which by using a boxed data-type -provides a 1-tuple type which has laziness properties which are more faithful -to the ones of Haskell's native tuples; whereas the primary purpose of Only is -to provide the traditionally so named type-wrapper for attaching typeclass -instances. - -WWW: https://github.com/haskell/Only - diff --git a/devel/hs-QuickCheck/Makefile b/devel/hs-QuickCheck/Makefile deleted file mode 100644 index 77117c888a2..00000000000 --- a/devel/hs-QuickCheck/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= QuickCheck -PORTVERSION= 2.10.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Automatic testing of Haskell programs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= extensible-exceptions random tf-random>=0.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-QuickCheck/distinfo b/devel/hs-QuickCheck/distinfo deleted file mode 100644 index 154ed1dcf6f..00000000000 --- a/devel/hs-QuickCheck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499459639 -SHA256 (cabal/QuickCheck-2.10.0.1.tar.gz) = 00d50522cd9550b1e8ae31ccddf2749d39a533807f4207abf1d36f231e00b42e -SIZE (cabal/QuickCheck-2.10.0.1.tar.gz) = 54415 diff --git a/devel/hs-QuickCheck/pkg-descr b/devel/hs-QuickCheck/pkg-descr deleted file mode 100644 index 5664e388de1..00000000000 --- a/devel/hs-QuickCheck/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -QuickCheck is a library for random testing of program properties. - -The programmer provides a specification of the program, in the form of -properties which functions should satisfy, and QuickCheck then tests -that the properties hold in a large number of randomly generated cases. - -Specifications are expressed in Haskell, using combinators defined in -the QuickCheck library. QuickCheck provides combinators to define -properties, observe the distribution of test data, and define test data -generators. - -WWW: https://github.com/nick8325/quickcheck diff --git a/devel/hs-ReadArgs/Makefile b/devel/hs-ReadArgs/Makefile deleted file mode 100644 index 9ac67df5c6f..00000000000 --- a/devel/hs-ReadArgs/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ReadArgs -PORTVERSION= 1.2.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple command line argument parsing - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= system-filepath>=0.4.7 - -EXECUTABLE= ReadArgsEx - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ReadArgs/distinfo b/devel/hs-ReadArgs/distinfo deleted file mode 100644 index 0f78f81e16d..00000000000 --- a/devel/hs-ReadArgs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627815 -SHA256 (cabal/ReadArgs-1.2.3.tar.gz) = 9f4b2a9dfa9f0d851f79853a56ffde3b35e218d5f2bf8354c91a1344a1251a69 -SIZE (cabal/ReadArgs-1.2.3.tar.gz) = 5100 diff --git a/devel/hs-ReadArgs/pkg-descr b/devel/hs-ReadArgs/pkg-descr deleted file mode 100644 index 55816a305dd..00000000000 --- a/devel/hs-ReadArgs/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ReadArgs provides the `readArgs` IO action, which lets you tell the compiler -to parse the command line arguments to fit the type signature you give. - -WWW: https://github.com/rampion/ReadArgs diff --git a/devel/hs-STMonadTrans/Makefile b/devel/hs-STMonadTrans/Makefile deleted file mode 100644 index 9731818a5b7..00000000000 --- a/devel/hs-STMonadTrans/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= STMonadTrans -PORTVERSION= 0.4.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monad transformer version of the ST monad - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-STMonadTrans/distinfo b/devel/hs-STMonadTrans/distinfo deleted file mode 100644 index 77b76fa18b1..00000000000 --- a/devel/hs-STMonadTrans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627815 -SHA256 (cabal/STMonadTrans-0.4.3.tar.gz) = 574fd56cf74036c20d00a09d815659dbbb0ae51c8103d00c93cd9558ad3322db -SIZE (cabal/STMonadTrans-0.4.3.tar.gz) = 5786 diff --git a/devel/hs-STMonadTrans/pkg-descr b/devel/hs-STMonadTrans/pkg-descr deleted file mode 100644 index 6d027636850..00000000000 --- a/devel/hs-STMonadTrans/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A monad transformer version of the ST monad. - -WWW: http://hackage.haskell.org/package/STMonadTrans diff --git a/devel/hs-SafeSemaphore/Makefile b/devel/hs-SafeSemaphore/Makefile deleted file mode 100644 index 1fb1b06edae..00000000000 --- a/devel/hs-SafeSemaphore/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= SafeSemaphore -PORTVERSION= 0.10.1 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Much safer replacement for QSemN, QSem, and SampleVar - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-SafeSemaphore/distinfo b/devel/hs-SafeSemaphore/distinfo deleted file mode 100644 index ae661b9fd03..00000000000 --- a/devel/hs-SafeSemaphore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627815 -SHA256 (cabal/SafeSemaphore-0.10.1.tar.gz) = 21e5b737a378cae9e1faf85cab015316d4c84d4b37e6d9d202111cef8c4cef66 -SIZE (cabal/SafeSemaphore-0.10.1.tar.gz) = 24007 diff --git a/devel/hs-SafeSemaphore/pkg-descr b/devel/hs-SafeSemaphore/pkg-descr deleted file mode 100644 index 00a2566a1cd..00000000000 --- a/devel/hs-SafeSemaphore/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This provides a much safer semaphore than the QSem, QSemN, SampleVar in -base. Those base modules are not exception safe and can be broken by -killThread. - -WWW: https://github.com/ChrisKuklewicz/SafeSemaphore diff --git a/devel/hs-ShellCheck/Makefile b/devel/hs-ShellCheck/Makefile index a27d87939cc..ec76043cd64 100644 --- a/devel/hs-ShellCheck/Makefile +++ b/devel/hs-ShellCheck/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= ShellCheck -DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= pizzamig@FreeBSD.org @@ -12,16 +11,16 @@ COMMENT= Shell script analysis tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_CABAL= aeson QuickCheck>=2.7.4 regex-tdfa -USE_GITHUB= yes -GH_ACCOUNT= koalaman -GH_PROJECT= ${PORTNAME:tl} +USES= cabal -EXECUTABLE= shellcheck -IGNORE_DOCS= yes -IGNORE_DYNAMIC= yes -IGNORE_PROFILE= yes -STANDALONE= yes +USE_CABAL= QuickCheck-2.12.6.1_1 aeson-1.4.2.0_1 attoparsec-0.13.2.2 \ + base-compat-0.10.5 dlist-0.8.0.5 erf-2.0.0.0 hashable-1.2.7.0_1 \ + integer-logarithms-1.0.2.2 primitive-0.6.4.0_1 random-1.1_1 \ + regex-base-0.93.2 regex-tdfa-1.2.3.1 scientific-0.3.6.2 \ + tagged-0.8.6 tf-random-0.5 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 unordered-containers-0.2.10.0 \ + uuid-types-1.0.3_1 vector-0.12.0.2 + +EXECUTABLES= shellcheck -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-ShellCheck/distinfo b/devel/hs-ShellCheck/distinfo index 679acf0a88f..236edd05cdf 100644 --- a/devel/hs-ShellCheck/distinfo +++ b/devel/hs-ShellCheck/distinfo @@ -1,3 +1,55 @@ -TIMESTAMP = 1544015760 -SHA256 (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 78f90aa8e618dc468bc1c36b6929216dc7a0c2679cd157e50919f7d8cc1899bc -SIZE (cabal/koalaman-shellcheck-v0.6.0_GH0.tar.gz) = 181749 +TIMESTAMP = 1553428280 +SHA256 (cabal/ShellCheck-0.6.0.tar.gz) = f6e79fb34d076504176761cc8b7c3f996f8d31bed23250fb1570e32283cd7df6 +SIZE (cabal/ShellCheck-0.6.0.tar.gz) = 140211 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/devel/hs-StateVar/Makefile b/devel/hs-StateVar/Makefile deleted file mode 100644 index 829e7338fc7..00000000000 --- a/devel/hs-StateVar/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= StateVar -PORTVERSION= 1.1.1.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= State variables - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-StateVar/distinfo b/devel/hs-StateVar/distinfo deleted file mode 100644 index 012e946be27..00000000000 --- a/devel/hs-StateVar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545490750 -SHA256 (cabal/StateVar-1.1.1.1.tar.gz) = eb6436516ab2d5e3d3e070b5a1595c4dceea760a58a9cc8d23dad5f6008f2223 -SIZE (cabal/StateVar-1.1.1.1.tar.gz) = 4762 diff --git a/devel/hs-StateVar/pkg-descr b/devel/hs-StateVar/pkg-descr deleted file mode 100644 index 2ebca92925f..00000000000 --- a/devel/hs-StateVar/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains state variables, which are references in the IO monad, -like IORefs or parts of the OpenGL state. - -WWW: https://github.com/haskell-opengl/StateVar diff --git a/devel/hs-Stream/Makefile b/devel/hs-Stream/Makefile deleted file mode 100644 index 63d21d1348b..00000000000 --- a/devel/hs-Stream/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Samy Al Bahra -# $FreeBSD$ - -PORTNAME= Stream -PORTVERSION= 0.4.7.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for manipulating infinite lists - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= lazysmallcheck>=0.3 QuickCheck>=2.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-Stream/distinfo b/devel/hs-Stream/distinfo deleted file mode 100644 index 06a32567de7..00000000000 --- a/devel/hs-Stream/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627816 -SHA256 (cabal/Stream-0.4.7.2.tar.gz) = 990be249b3ef1b0075563026d4d2c803b86e3cbf168965ba6f9f2b4227a007d1 -SIZE (cabal/Stream-0.4.7.2.tar.gz) = 6543 diff --git a/devel/hs-Stream/pkg-descr b/devel/hs-Stream/pkg-descr deleted file mode 100644 index 237780ce172..00000000000 --- a/devel/hs-Stream/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package implements functions, analogous to those from Data.List, to -create and manipulate infinite lists: data Stream a = Cons a (Stream a). -It provides alternative definitions for those Prelude functions that make -sense on such streams. - -WWW: http://hackage.haskell.org/package/Stream diff --git a/devel/hs-abstract-deque/Makefile b/devel/hs-abstract-deque/Makefile deleted file mode 100644 index fcd83290b3a..00000000000 --- a/devel/hs-abstract-deque/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= abstract-deque -PORTVERSION= 0.3 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Abstract, parameterized interface to mutable Deques - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= random - -FLAGS_DISABLE= useCAS - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-abstract-deque/distinfo b/devel/hs-abstract-deque/distinfo deleted file mode 100644 index a00a333060a..00000000000 --- a/devel/hs-abstract-deque/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627817 -SHA256 (cabal/abstract-deque-0.3.tar.gz) = 09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2 -SIZE (cabal/abstract-deque-0.3.tar.gz) = 7219 diff --git a/devel/hs-abstract-deque/pkg-descr b/devel/hs-abstract-deque/pkg-descr deleted file mode 100644 index 9924ce73442..00000000000 --- a/devel/hs-abstract-deque/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -An abstract interface to highly-parameterizable queues/deques. Background: -There exists a feature space for queues that extends between: - - * simple, single-ended, non-concurrent, bounded queues - * double-ended, threadsafe, growable queues - -... with important points inbetween (such as the queues used for -work-stealing). This package includes an interface for Deques that -allows the programmer to use a single API for all of the above, while -using the type-system to select an efficient implementation given the -requirements (using type families). This package also includes a simple -reference implementation based on 'IORef' and "Data.Sequence". - -WWW: https://github.com/rrnewton/haskell-lockfree/wiki diff --git a/devel/hs-abstract-par/Makefile b/devel/hs-abstract-par/Makefile deleted file mode 100644 index d7553f48680..00000000000 --- a/devel/hs-abstract-par/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= abstract-par -PORTVERSION= 0.3.3 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type classes generalizing the functionality of the 'monad-par' library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-abstract-par/distinfo b/devel/hs-abstract-par/distinfo deleted file mode 100644 index bc3bebb4f1a..00000000000 --- a/devel/hs-abstract-par/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627817 -SHA256 (cabal/abstract-par-0.3.3.tar.gz) = 248a8739bd902462cb16755b690b55660e196e58cc7e6ef8157a72c2a3d5d860 -SIZE (cabal/abstract-par-0.3.3.tar.gz) = 4714 diff --git a/devel/hs-abstract-par/pkg-descr b/devel/hs-abstract-par/pkg-descr deleted file mode 100644 index 11ddb6aa211..00000000000 --- a/devel/hs-abstract-par/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The 'Par' monad offers a parallel programming API based on dataflow -programming. To use the `Par` monad, install the monad-par package, -which includes this package as a dependency. This package is an -abstract interface only. It provides a number of type clasess, but not -an implementation. The type classes separate different levels of @Par@ -functionality. - -WWW: https://github.com/simonmar/monad-par diff --git a/devel/hs-activehs-base/Makefile b/devel/hs-activehs-base/Makefile deleted file mode 100644 index fa863ba9cbb..00000000000 --- a/devel/hs-activehs-base/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= activehs-base -PORTVERSION= 0.3.0.4 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Basic definitions for activehs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= QuickCheck>=2.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-activehs-base/distinfo b/devel/hs-activehs-base/distinfo deleted file mode 100644 index 94603a8b3ac..00000000000 --- a/devel/hs-activehs-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499538392 -SHA256 (cabal/activehs-base-0.3.0.4.tar.gz) = 92d516583737ceb2272807eab8280ebb3b36e679c5a219ca9813d0c695efb13e -SIZE (cabal/activehs-base-0.3.0.4.tar.gz) = 1881 diff --git a/devel/hs-activehs-base/files/patch-activehs-base.cabal b/devel/hs-activehs-base/files/patch-activehs-base.cabal deleted file mode 100644 index b39d8f61272..00000000000 --- a/devel/hs-activehs-base/files/patch-activehs-base.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- activehs-base.cabal.orig 2017-07-11 16:35:24 UTC -+++ activehs-base.cabal -@@ -22,6 +22,6 @@ Library - ActiveHs.Base - Build-Depends: -- base >= 4.0 && < 4.10, -- QuickCheck >= 2.4 && < 2.9 -+ base >= 4.0 && < 4.13, -+ QuickCheck >= 2.4 && < 2.11 - - diff --git a/devel/hs-activehs-base/pkg-descr b/devel/hs-activehs-base/pkg-descr deleted file mode 100644 index 2c2e6353e6c..00000000000 --- a/devel/hs-activehs-base/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library consists of one module with a few definitions. It is kept small -because this module has to be loaded in the interpreter many times during the -runtime of the Active.hs server. - -WWW: http://hackage.haskell.org/package/activehs-base diff --git a/devel/hs-alex/Makefile b/devel/hs-alex/Makefile index 90b8f970eec..7198b9fcfd6 100644 --- a/devel/hs-alex/Makefile +++ b/devel/hs-alex/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= alex -PORTVERSION= 3.2.1 -PORTREVISION= 4 +PORTVERSION= 3.2.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,15 +10,14 @@ COMMENT= Tool for generating lexical analysers in Haskell LICENSE= BSD3CLAUSE -USE_CABAL= QuickCheck>=2 +USES= cabal -XMLDOCS= doc/alex:html -XMLDOCS_CONF= yes +OPTIONS_DEFINE= EXAMPLES -STANDALONE= yes -EXECUTABLE= alex +PORTEXAMPLES= Makefile *.x *.y -INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-alex/distinfo b/devel/hs-alex/distinfo index 881bf30b7a2..a5ed75f031d 100644 --- a/devel/hs-alex/distinfo +++ b/devel/hs-alex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627818 -SHA256 (cabal/alex-3.2.1.tar.gz) = a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c -SIZE (cabal/alex-3.2.1.tar.gz) = 111167 +TIMESTAMP = 1550256237 +SHA256 (cabal/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4.tar.gz) = 110688 diff --git a/devel/hs-ansi-terminal/Makefile b/devel/hs-ansi-terminal/Makefile deleted file mode 100644 index c6788669d02..00000000000 --- a/devel/hs-ansi-terminal/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ansi-terminal -PORTVERSION= 0.8.0.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple ANSI terminal support, with Windows compatibility - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= colour - -FLAGS_DISABLE= Example - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ansi-terminal/distinfo b/devel/hs-ansi-terminal/distinfo deleted file mode 100644 index f7ed0682250..00000000000 --- a/devel/hs-ansi-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524847331 -SHA256 (cabal/ansi-terminal-0.8.0.2.tar.gz) = 891ac933759fee1f6aad8b38ffc718efd685edf35cbe5283cc304d3a290af0fa -SIZE (cabal/ansi-terminal-0.8.0.2.tar.gz) = 29359 diff --git a/devel/hs-ansi-terminal/pkg-descr b/devel/hs-ansi-terminal/pkg-descr deleted file mode 100644 index 66a60875c3f..00000000000 --- a/devel/hs-ansi-terminal/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ANSI terminal support for Haskell: allows cursor movement, screen -clearing, color output showing or hiding the cursor, and changing the -title. Compatible with Windows and those Unixes with ANSI terminals, but -only GHC is supported as a compiler. - -WWW: https://github.com/feuerbach/ansi-terminal diff --git a/devel/hs-ansi-wl-pprint/Makefile b/devel/hs-ansi-wl-pprint/Makefile deleted file mode 100644 index f3d539215cf..00000000000 --- a/devel/hs-ansi-wl-pprint/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ansi-wl-pprint -PORTVERSION= 0.6.8.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Wadler/Leijen Pretty Printer for colored ANSI terminal output - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= ansi-terminal>=0.4.0 semigroups>=0.1 - -FLAGS_DISABLE= Example - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ansi-wl-pprint/distinfo b/devel/hs-ansi-wl-pprint/distinfo deleted file mode 100644 index acf94020c75..00000000000 --- a/devel/hs-ansi-wl-pprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523129349 -SHA256 (cabal/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e -SIZE (cabal/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 diff --git a/devel/hs-ansi-wl-pprint/pkg-descr b/devel/hs-ansi-wl-pprint/pkg-descr deleted file mode 100644 index b0e703b6583..00000000000 --- a/devel/hs-ansi-wl-pprint/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a pretty printing library based on Wadler's paper "A Prettier -Printer". It has been enhanced with support for ANSI terminal colored -output using the ansi-terminal package. - -WWW: https://github.com/batterseapower/ansi-wl-pprint diff --git a/devel/hs-arrows/Makefile b/devel/hs-arrows/Makefile deleted file mode 100644 index b4aa595ba38..00000000000 --- a/devel/hs-arrows/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= arrows -PORTVERSION= 0.4.4.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell arrow classes and transformers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= Stream - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-arrows/distinfo b/devel/hs-arrows/distinfo deleted file mode 100644 index bfd6dccd876..00000000000 --- a/devel/hs-arrows/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524150955 -SHA256 (cabal/arrows-0.4.4.2.tar.gz) = f65ac93306629e70ae0d92914cc04d6ab499de3168036f0623aba3fffd22ab09 -SIZE (cabal/arrows-0.4.4.2.tar.gz) = 12701 diff --git a/devel/hs-arrows/pkg-descr b/devel/hs-arrows/pkg-descr deleted file mode 100644 index 2d4e21d2844..00000000000 --- a/devel/hs-arrows/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Several Haskell classes that extend the Arrow class, and some -transformers that implement or lift these classes. - -WWW: http://www.haskell.org/arrows/ diff --git a/devel/hs-asn1-data/Makefile b/devel/hs-asn1-data/Makefile deleted file mode 100644 index 6639dc6aa73..00000000000 --- a/devel/hs-asn1-data/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asn1-data -PORTVERSION= 0.7.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= ASN1 data reader and writer in RAW, BER, and DER forms - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-asn1-data/distinfo b/devel/hs-asn1-data/distinfo deleted file mode 100644 index febb43807e1..00000000000 --- a/devel/hs-asn1-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627819 -SHA256 (cabal/asn1-data-0.7.2.tar.gz) = 83999c03cbc993f7e0dea010942a4dc39ae986c498c57eadc1e5ee1b4e23aca1 -SIZE (cabal/asn1-data-0.7.2.tar.gz) = 17672 diff --git a/devel/hs-asn1-data/pkg-descr b/devel/hs-asn1-data/pkg-descr deleted file mode 100644 index b7c8227c298..00000000000 --- a/devel/hs-asn1-data/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ASN1 data reader and writer in raw form with supports for high level forms -of ASN1 (BER, and DER). - -WWW: https://github.com/vincenthz/hs-asn1-data diff --git a/devel/hs-asn1-encoding/Makefile b/devel/hs-asn1-encoding/Makefile deleted file mode 100644 index 001fbe75352..00000000000 --- a/devel/hs-asn1-encoding/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asn1-encoding -PORTVERSION= 0.9.5 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= ASN1 data reader and writer in RAW, BER and DER forms - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-types>=0.3.0 hourglass>=0.2.6 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-asn1-encoding/distinfo b/devel/hs-asn1-encoding/distinfo deleted file mode 100644 index 1124f6df498..00000000000 --- a/devel/hs-asn1-encoding/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499545891 -SHA256 (cabal/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 -SIZE (cabal/asn1-encoding-0.9.5.tar.gz) = 16114 diff --git a/devel/hs-asn1-encoding/pkg-descr b/devel/hs-asn1-encoding/pkg-descr deleted file mode 100644 index e74b4b401fc..00000000000 --- a/devel/hs-asn1-encoding/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ASN1 data reader and writer in raw form with supports for high level -forms of ASN1 (BER, and DER). - -WWW: https://github.com/vincenthz/hs-asn1 diff --git a/devel/hs-asn1-parse/Makefile b/devel/hs-asn1-parse/Makefile deleted file mode 100644 index 7d8853e56aa..00000000000 --- a/devel/hs-asn1-parse/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asn1-parse -PORTVERSION= 0.9.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple monadic parser for ASN1 stream types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding>=0.9 asn1-types>=0.3 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-asn1-parse/distinfo b/devel/hs-asn1-parse/distinfo deleted file mode 100644 index 1a0d7c24539..00000000000 --- a/devel/hs-asn1-parse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499545839 -SHA256 (cabal/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 -SIZE (cabal/asn1-parse-0.9.4.tar.gz) = 2860 diff --git a/devel/hs-asn1-parse/pkg-descr b/devel/hs-asn1-parse/pkg-descr deleted file mode 100644 index ef5ff22eb57..00000000000 --- a/devel/hs-asn1-parse/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Simple monadic parser for ASN1 stream types, when ASN1 pattern matching -is not convenient. - -WWW: https://github.com/vincenthz/hs-asn1 diff --git a/devel/hs-asn1-types/Makefile b/devel/hs-asn1-types/Makefile deleted file mode 100644 index e6fec7001f4..00000000000 --- a/devel/hs-asn1-types/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asn1-types -PORTVERSION= 0.3.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= ASN.1 types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hourglass memory - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-asn1-types/distinfo b/devel/hs-asn1-types/distinfo deleted file mode 100644 index 764c93c5dea..00000000000 --- a/devel/hs-asn1-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499545858 -SHA256 (cabal/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 -SIZE (cabal/asn1-types-0.3.2.tar.gz) = 6424 diff --git a/devel/hs-asn1-types/pkg-descr b/devel/hs-asn1-types/pkg-descr deleted file mode 100644 index e6e4244f6bc..00000000000 --- a/devel/hs-asn1-types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ASN.1 standard types. - -WWW: https://github.com/vincenthz/hs-asn1-types diff --git a/devel/hs-async/Makefile b/devel/hs-async/Makefile deleted file mode 100644 index a5e7ac4df2e..00000000000 --- a/devel/hs-async/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= async -PORTVERSION= 2.2.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Run IO operations asynchronously and wait for their results - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-async/distinfo b/devel/hs-async/distinfo deleted file mode 100644 index 54880d5fd29..00000000000 --- a/devel/hs-async/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523292698 -SHA256 (cabal/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 -SIZE (cabal/async-2.2.1.tar.gz) = 12775 diff --git a/devel/hs-async/files/patch-async.cabal b/devel/hs-async/files/patch-async.cabal deleted file mode 100644 index 4bf49a1d713..00000000000 --- a/devel/hs-async/files/patch-async.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- async.cabal.orig 2018-02-04 16:37:42 UTC -+++ async.cabal -@@ -50,7 +50,7 @@ library - if impl(ghc>=7.1) - other-extensions: Trustworthy - exposed-modules: Control.Concurrent.Async -- build-depends: base >= 4.3 && < 4.12, hashable >= 1.1.1.0 && < 1.3, stm >= 2.2 && < 2.5 -+ build-depends: base >= 4.3 && < 4.13, hashable >= 1.1.1.0 && < 1.3, stm >= 2.2 && < 2.6 - - test-suite test-async - default-language: Haskell2010 diff --git a/devel/hs-async/pkg-descr b/devel/hs-async/pkg-descr deleted file mode 100644 index 0866e54b8fd..00000000000 --- a/devel/hs-async/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This package provides a higher-level interface over threads, in which an -Async a is a concurrent thread that will eventually deliver a value of -type a. The package provides ways to create Async computations, wait for -their results, and cancel them. - -Using Async is safer than using threads in two ways: - - - When waiting for a thread to return a result, if the thread dies with - an exception then the caller must either re-throw the exception (wait) - or handle it (waitCatch); the exception cannot be ignored. - - - The API makes it possible to build a tree of threads that are - automatically killed when their parent dies (see withAsync). - -WWW: https://github.com/simonmar/async diff --git a/devel/hs-atomic-primops/Makefile b/devel/hs-atomic-primops/Makefile deleted file mode 100644 index a4fcdb04e29..00000000000 --- a/devel/hs-atomic-primops/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= atomic-primops -PORTVERSION= 0.8.2 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Safe approach to CAS and other atomic operations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= primitive - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-atomic-primops/distinfo b/devel/hs-atomic-primops/distinfo deleted file mode 100644 index 4f802a51533..00000000000 --- a/devel/hs-atomic-primops/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524158958 -SHA256 (cabal/atomic-primops-0.8.2.tar.gz) = 67f8872e0c1e634d819a967365eb4ad514e9b2cde967fbc710da7cdc4d17d933 -SIZE (cabal/atomic-primops-0.8.2.tar.gz) = 36157 diff --git a/devel/hs-atomic-primops/files/patch-atomic-primops.cabal b/devel/hs-atomic-primops/files/patch-atomic-primops.cabal deleted file mode 100644 index 8e6cc6ec8f9..00000000000 --- a/devel/hs-atomic-primops/files/patch-atomic-primops.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- atomic-primops.cabal.orig 2018-03-09 00:46:22 UTC -+++ atomic-primops.cabal -@@ -49,7 +49,7 @@ Library - - -- casMutVar# had a bug in GHC 7.2, thus we require GHC 7.4 or greater - -- (base 4.5 or greater). We also need the "Any" kind. -- build-depends: base >= 4.6.0.0 && < 4.12, ghc-prim, primitive -+ build-depends: base >= 4.6.0.0 && < 4.13, ghc-prim, primitive - - -- TODO: Try to push support back to 7.0, but make it default to an implementation - -- other than Unboxed. diff --git a/devel/hs-atomic-primops/pkg-descr b/devel/hs-atomic-primops/pkg-descr deleted file mode 100644 index dbae2316ddc..00000000000 --- a/devel/hs-atomic-primops/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This library provides a safer method based on the concept of "Tickets". -Also, this library uses the "foreign primop" capability of GHC to add -access to other variants that may be of interest, specifically, compare -and swap inside an array. Note that as of GHC 7.8, the relevant primops -have been included in GHC itself. This library is engineered to work -pre- and post-GHC-7.8, while exposing the same interface. - -WWW: https://github.com/rrnewton/haskell-lockfree/wiki diff --git a/devel/hs-auto-update/Makefile b/devel/hs-auto-update/Makefile deleted file mode 100644 index 04b839435f1..00000000000 --- a/devel/hs-auto-update/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= auto-update -PORTVERSION= 0.1.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficiently run periodic, on-demand actions - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-auto-update/distinfo b/devel/hs-auto-update/distinfo deleted file mode 100644 index fd55b6f10ab..00000000000 --- a/devel/hs-auto-update/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627821 -SHA256 (cabal/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 -SIZE (cabal/auto-update-0.1.4.tar.gz) = 8607 diff --git a/devel/hs-auto-update/pkg-descr b/devel/hs-auto-update/pkg-descr deleted file mode 100644 index 38b60e3bacc..00000000000 --- a/devel/hs-auto-update/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A common problem is the desire to have an action run at a scheduled -interval, but only if it is needed. This library allows you to define -actions which will either be performed by a dedicated thread or, in -times of low volume, will be executed by the calling thread. - -WWW: https://github.com/yesodweb/wai diff --git a/devel/hs-base-compat-batteries/Makefile b/devel/hs-base-compat-batteries/Makefile deleted file mode 100644 index 9ea3cd070df..00000000000 --- a/devel/hs-base-compat-batteries/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base-compat-batteries -PORTVERSION= 0.10.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= base-compat with extra batteries - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base-compat-batteries/distinfo b/devel/hs-base-compat-batteries/distinfo deleted file mode 100644 index fbe9b386fda..00000000000 --- a/devel/hs-base-compat-batteries/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525010214 -SHA256 (cabal/base-compat-batteries-0.10.1.tar.gz) = 15578bafe45db81f7c7ad33253b2b047dab9b6df4ca7ca57f541d64084f113c9 -SIZE (cabal/base-compat-batteries-0.10.1.tar.gz) = 15813 diff --git a/devel/hs-base-compat-batteries/pkg-descr b/devel/hs-base-compat-batteries/pkg-descr deleted file mode 100644 index 8070cfe9be6..00000000000 --- a/devel/hs-base-compat-batteries/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Provides functions available in later versions of base to a wider range of -compilers, without requiring you to use CPP pragmas in your code. See the README -for what is covered. Also see the changelog for recent changes. - -Note that base-compat does not add any orphan instances. There is a separate -package, base-orphans, for that. - -In addition, base-compat does not backport any data types or type classes. -See this section of the README for more info. - -WWW: https://github.com/haskell-compat/base-compat diff --git a/devel/hs-base-compat/Makefile b/devel/hs-base-compat/Makefile deleted file mode 100644 index 666bcd0b8a5..00000000000 --- a/devel/hs-base-compat/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base-compat -PORTVERSION= 0.10.5 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Provides functions available in later versions of base to a wider range of compilers - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base-compat/distinfo b/devel/hs-base-compat/distinfo deleted file mode 100644 index 2e3c002d7ad..00000000000 --- a/devel/hs-base-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545832489 -SHA256 (cabal/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 -SIZE (cabal/base-compat-0.10.5.tar.gz) = 33158 diff --git a/devel/hs-base-compat/pkg-descr b/devel/hs-base-compat/pkg-descr deleted file mode 100644 index 8070cfe9be6..00000000000 --- a/devel/hs-base-compat/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Provides functions available in later versions of base to a wider range of -compilers, without requiring you to use CPP pragmas in your code. See the README -for what is covered. Also see the changelog for recent changes. - -Note that base-compat does not add any orphan instances. There is a separate -package, base-orphans, for that. - -In addition, base-compat does not backport any data types or type classes. -See this section of the README for more info. - -WWW: https://github.com/haskell-compat/base-compat diff --git a/devel/hs-base-orphans/Makefile b/devel/hs-base-orphans/Makefile deleted file mode 100644 index 1e268b653c7..00000000000 --- a/devel/hs-base-orphans/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base-orphans -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Backwards-compatible orphan instances for base - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base-orphans/distinfo b/devel/hs-base-orphans/distinfo deleted file mode 100644 index f429bafa4c5..00000000000 --- a/devel/hs-base-orphans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545676672 -SHA256 (cabal/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 -SIZE (cabal/base-orphans-0.8.tar.gz) = 19606 diff --git a/devel/hs-base-orphans/pkg-descr b/devel/hs-base-orphans/pkg-descr deleted file mode 100644 index fb5d2787f1d..00000000000 --- a/devel/hs-base-orphans/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -base-orphans defines orphan instances that mimic instances available in -later versions of base to a wider (older) range of compilers. -base-orphans does not export anything except the orphan instances -themselves and complements. - -WWW: https://github.com/haskell-compat/base-orphans#readme diff --git a/devel/hs-base-unicode-symbols/Makefile b/devel/hs-base-unicode-symbols/Makefile deleted file mode 100644 index 65629b64e97..00000000000 --- a/devel/hs-base-unicode-symbols/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base-unicode-symbols -PORTVERSION= 0.2.2.4 -PORTREVISION= 14 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unicode alternatives for common functions and operators - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base-unicode-symbols/distinfo b/devel/hs-base-unicode-symbols/distinfo deleted file mode 100644 index b22606d2920..00000000000 --- a/devel/hs-base-unicode-symbols/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627821 -SHA256 (cabal/base-unicode-symbols-0.2.2.4.tar.gz) = a2f841430fec32edba778b74bde83bf0170ada7c5e2e59d7187c8f06d92dcca9 -SIZE (cabal/base-unicode-symbols-0.2.2.4.tar.gz) = 5562 diff --git a/devel/hs-base-unicode-symbols/pkg-descr b/devel/hs-base-unicode-symbols/pkg-descr deleted file mode 100644 index c243bbb7a00..00000000000 --- a/devel/hs-base-unicode-symbols/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This package defines new symbols for a number of functions, operators -and types in the base package. All symbols are documented with their -actual definition and information regarding their Unicode code point. -They should be completely interchangeable with their definitions. - -For further Unicode goodness you can enable the UnicodeSyntax language -extension. This extension enables Unicode characters to be used to -stand for certain ASCII character sequences. - -WWW: http://haskell.org/haskellwiki/Unicode-symbols diff --git a/devel/hs-base16-bytestring/Makefile b/devel/hs-base16-bytestring/Makefile deleted file mode 100644 index 1cdc14dc764..00000000000 --- a/devel/hs-base16-bytestring/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base16-bytestring -PORTVERSION= 0.1.1.6 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast base16 (hex) encoding and deconding for ByteStrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base16-bytestring/distinfo b/devel/hs-base16-bytestring/distinfo deleted file mode 100644 index 037937ec050..00000000000 --- a/devel/hs-base16-bytestring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627821 -SHA256 (cabal/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 -SIZE (cabal/base16-bytestring-0.1.1.6.tar.gz) = 3694 diff --git a/devel/hs-base16-bytestring/pkg-descr b/devel/hs-base16-bytestring/pkg-descr deleted file mode 100644 index 3ff44cb7535..00000000000 --- a/devel/hs-base16-bytestring/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast base16 (hex) encoding and decoding for ByteStrings. - -WWW: https://github.com/bos/base16-bytestring diff --git a/devel/hs-base64-bytestring/Makefile b/devel/hs-base64-bytestring/Makefile deleted file mode 100644 index 24127425f3a..00000000000 --- a/devel/hs-base64-bytestring/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= base64-bytestring -PORTVERSION= 1.0.0.1 -PORTREVISION= 13 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast base64 encoding and decoding for ByteStrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-base64-bytestring/distinfo b/devel/hs-base64-bytestring/distinfo deleted file mode 100644 index 9f919349a61..00000000000 --- a/devel/hs-base64-bytestring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627821 -SHA256 (cabal/base64-bytestring-1.0.0.1.tar.gz) = ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50 -SIZE (cabal/base64-bytestring-1.0.0.1.tar.gz) = 9080 diff --git a/devel/hs-base64-bytestring/pkg-descr b/devel/hs-base64-bytestring/pkg-descr deleted file mode 100644 index 72d35282843..00000000000 --- a/devel/hs-base64-bytestring/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast base64 encoding and decoding for ByteStrings. - -WWW: https://github.com/bos/base64-bytestring diff --git a/devel/hs-basement/Makefile b/devel/hs-basement/Makefile deleted file mode 100644 index f6716cce580..00000000000 --- a/devel/hs-basement/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= basement -PORTVERSION= 0.0.8 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Foundation most basic primitives without any dependencies - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-basement/distinfo b/devel/hs-basement/distinfo deleted file mode 100644 index 3a118eed455..00000000000 --- a/devel/hs-basement/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545492262 -SHA256 (cabal/basement-0.0.8.tar.gz) = c7f41b97f2b0a71804c3c7d760047dc9adc9734e789084ca1198c4764ce192a4 -SIZE (cabal/basement-0.0.8.tar.gz) = 134739 diff --git a/devel/hs-basement/pkg-descr b/devel/hs-basement/pkg-descr deleted file mode 100644 index 38f7cc1da12..00000000000 --- a/devel/hs-basement/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This package has the following goals: - * provide a base like sets of modules that provide a consistent set of - features and bugfixes across multiple versions of GHC (unlike base). - * provide a better and more efficient prelude than base's prelude. - * be self-sufficient: no external dependencies apart from base. - * provide better data-types: packed unicode string by default, arrays. - * Better numerical classes that better represent mathematical thing - (No more all-in-one Num). - * Better I/O system with less Lazy IO - * Usual partial functions distinguished through type system - -WWW: https://hackage.haskell.org/package/foundation diff --git a/devel/hs-basic-prelude/Makefile b/devel/hs-basic-prelude/Makefile deleted file mode 100644 index 9ceeed30dba..00000000000 --- a/devel/hs-basic-prelude/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= basic-prelude -PORTVERSION= 0.7.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Enhanced core prelude; a common foundation for alternate preludes - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable lifted-base ReadArgs>=1.2 safe unordered-containers \ - vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-basic-prelude/distinfo b/devel/hs-basic-prelude/distinfo deleted file mode 100644 index 2f92747dd22..00000000000 --- a/devel/hs-basic-prelude/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524414505 -SHA256 (cabal/basic-prelude-0.7.0.tar.gz) = 10755f892548faa956b81b40d1d03ec6e94609fd8ec8e92be09b4453b7ad9379 -SIZE (cabal/basic-prelude-0.7.0.tar.gz) = 6471 diff --git a/devel/hs-basic-prelude/pkg-descr b/devel/hs-basic-prelude/pkg-descr deleted file mode 100644 index b1dccdbb99d..00000000000 --- a/devel/hs-basic-prelude/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The premise of basic-prelude is that there are a lot of very commonly -desired features missing from the standard Prelude, such as commonly -used operators (<$> and >=>, for instance) and imports for common -datatypes (e.g., ByteString and Vector). At the same time, there are -lots of other components which are more debatable, such as providing -polymorphic versions of common functions. - -So basic-prelude is intended to give a common foundation for a number of -alternate preludes. The package provides two modules: CorePrelude -provides the common ground for other preludes to build on top of, while -BasicPrelude exports CorePrelude together with commonly used list -functions to provide a drop-in replacement for the standard Prelude. - -Users wishing to have an improved Prelude can use BasicPrelude. -Developers wishing to create a new prelude should use CorePrelude. - -WWW: https://github.com/snoyberg/basic-prelude diff --git a/devel/hs-bifunctors/Makefile b/devel/hs-bifunctors/Makefile deleted file mode 100644 index d167edd8931..00000000000 --- a/devel/hs-bifunctors/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bifunctors -PORTVERSION= 5.5.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bifunctors - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-orphans comonad semigroups>=0.8.3.1 tagged>=0.7.3 \ - th-abstraction - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bifunctors/distinfo b/devel/hs-bifunctors/distinfo deleted file mode 100644 index 81a64f0ec82..00000000000 --- a/devel/hs-bifunctors/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545676170 -SHA256 (cabal/bifunctors-5.5.3.tar.gz) = d434528fd2ea765bace57c4ade0bc9fa32ba2c425f563b33a4b60f625ecfc9ca -SIZE (cabal/bifunctors-5.5.3.tar.gz) = 40366 diff --git a/devel/hs-bifunctors/pkg-descr b/devel/hs-bifunctors/pkg-descr deleted file mode 100644 index c4154453399..00000000000 --- a/devel/hs-bifunctors/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Bifunctors. - -WWW: https://github.com/ekmett/bifunctors/ diff --git a/devel/hs-bitarray/Makefile b/devel/hs-bitarray/Makefile deleted file mode 100644 index ec690f3c9ff..00000000000 --- a/devel/hs-bitarray/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bitarray -PORTVERSION= 0.0.1.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Mutable and immutable bit arrays - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bitarray/distinfo b/devel/hs-bitarray/distinfo deleted file mode 100644 index 326667ebf96..00000000000 --- a/devel/hs-bitarray/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546106508 -SHA256 (cabal/bitarray-0.0.1.1.tar.gz) = b27f6f1065053a0e8e24fbf9382b7060af9962d8d150b631c682c0c58469d802 -SIZE (cabal/bitarray-0.0.1.1.tar.gz) = 3701 diff --git a/devel/hs-bitarray/pkg-descr b/devel/hs-bitarray/pkg-descr deleted file mode 100644 index 968247895ca..00000000000 --- a/devel/hs-bitarray/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Mutable and immutable bit arrays. - -WWW: https://github.com/bos/math-functions diff --git a/devel/hs-bits-atomic/Makefile b/devel/hs-bits-atomic/Makefile deleted file mode 100644 index 138fe06b9cd..00000000000 --- a/devel/hs-bits-atomic/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bits-atomic -PORTVERSION= 0.1.3 -PORTREVISION= 16 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Atomic bit operations on memory locations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bits-atomic/distinfo b/devel/hs-bits-atomic/distinfo deleted file mode 100644 index e34ba4fe944..00000000000 --- a/devel/hs-bits-atomic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/bits-atomic-0.1.3.tar.gz) = e0ac3456cf0338e1d5ed33f4c3c6b932d652add2ac827c6a1b6636c6e754cb8d -SIZE (cabal/bits-atomic-0.1.3.tar.gz) = 7982 diff --git a/devel/hs-bits-atomic/pkg-descr b/devel/hs-bits-atomic/pkg-descr deleted file mode 100644 index 15cee6a1731..00000000000 --- a/devel/hs-bits-atomic/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Atomic operations including CAS (compare-and-swap), fetch & add and variants -suitable for low-level shared-memory synchronization. The implementation -is using GCC's builtin atomic operations (available in GCC >= 4) in C -wrappers called through the FFI. - -WWW: http://hackage.haskell.org/package/bits-atomic diff --git a/devel/hs-blaze-builder/Makefile b/devel/hs-blaze-builder/Makefile deleted file mode 100644 index 134e287f5c3..00000000000 --- a/devel/hs-blaze-builder/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= blaze-builder -PORTVERSION= 0.4.1.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient buffered output - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-blaze-builder/distinfo b/devel/hs-blaze-builder/distinfo deleted file mode 100644 index a7f33d463cd..00000000000 --- a/devel/hs-blaze-builder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523427415 -SHA256 (cabal/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 -SIZE (cabal/blaze-builder-0.4.1.0.tar.gz) = 61365 diff --git a/devel/hs-blaze-builder/pkg-descr b/devel/hs-blaze-builder/pkg-descr deleted file mode 100644 index ef159e1ab94..00000000000 --- a/devel/hs-blaze-builder/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This library provides an abstraction of buffered output of byte streams and -several convenience functions to exploit it. For example, it allows to -efficiently serialize Haskell values to lazy bytestrings with a large average -chunk size. The large average chunk size allows to make good use of cache -prefetching in later processing steps (e.g. compression) and reduces the sytem -call overhead when writing the resulting lazy bytestring to a file or sending -it over the network. - -WWW: https://github.com/lpsmith/blaze-builder diff --git a/devel/hs-blaze-textual/Makefile b/devel/hs-blaze-textual/Makefile deleted file mode 100644 index cd640d84f86..00000000000 --- a/devel/hs-blaze-textual/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= blaze-textual -PORTVERSION= 0.2.1.0 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast rendering of common datatypes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.2.1.4 double-conversion>=0.2.0.1 \ - old-locale vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-blaze-textual/distinfo b/devel/hs-blaze-textual/distinfo deleted file mode 100644 index bbcc1722f43..00000000000 --- a/devel/hs-blaze-textual/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/blaze-textual-0.2.1.0.tar.gz) = 1042795ab0bab891c034c24a51bafecbb89870ccd28af39534ab3d9ae7f46c2d -SIZE (cabal/blaze-textual-0.2.1.0.tar.gz) = 6914 diff --git a/devel/hs-blaze-textual/pkg-descr b/devel/hs-blaze-textual/pkg-descr deleted file mode 100644 index 43f79ab21c8..00000000000 --- a/devel/hs-blaze-textual/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for efficiently rendering Haskell datatypes to bytestrings. - -WWW: https://github.com/bos/blaze-textual diff --git a/devel/hs-bloomfilter/Makefile b/devel/hs-bloomfilter/Makefile deleted file mode 100644 index 8c6d96e7bd6..00000000000 --- a/devel/hs-bloomfilter/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bloomfilter -PORTVERSION= 2.0.1.0 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pure and impure Bloom Filter implementations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bloomfilter/distinfo b/devel/hs-bloomfilter/distinfo deleted file mode 100644 index 4849664c4a6..00000000000 --- a/devel/hs-bloomfilter/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/bloomfilter-2.0.1.0.tar.gz) = 6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f -SIZE (cabal/bloomfilter-2.0.1.0.tar.gz) = 22100 diff --git a/devel/hs-bloomfilter/pkg-descr b/devel/hs-bloomfilter/pkg-descr deleted file mode 100644 index 5db88b2e1ee..00000000000 --- a/devel/hs-bloomfilter/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pure and impure Bloom Filter implementations. - -WWW: https://github.com/bos/bloomfilter diff --git a/devel/hs-boxes/Makefile b/devel/hs-boxes/Makefile deleted file mode 100644 index bf6e1048aef..00000000000 --- a/devel/hs-boxes/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= boxes -PORTVERSION= 0.1.5 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= 2D text pretty-printing library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= split>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-boxes/distinfo b/devel/hs-boxes/distinfo deleted file mode 100644 index 6b983eadebc..00000000000 --- a/devel/hs-boxes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523955976 -SHA256 (cabal/boxes-0.1.5.tar.gz) = 38e1782e8a458f342a0acbb74af8f55cb120756bc3af7ee7220d955812af56c3 -SIZE (cabal/boxes-0.1.5.tar.gz) = 7598 diff --git a/devel/hs-boxes/pkg-descr b/devel/hs-boxes/pkg-descr deleted file mode 100644 index 4e0285d97a3..00000000000 --- a/devel/hs-boxes/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A pretty-printing library for laying out text in two dimensions, using a -simple box model. - -WWW: http://hackage.haskell.org/package/boxes diff --git a/devel/hs-bsd-sysctl/Makefile b/devel/hs-bsd-sysctl/Makefile deleted file mode 100644 index 316b8140438..00000000000 --- a/devel/hs-bsd-sysctl/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Ju Pengfei -# $FreeBSD$ - -PORTNAME= bsd-sysctl -PORTVERSION= 1.0.7 -PORTREVISION= 16 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Access to the BSD sysctl(3) interface - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bsd-sysctl/distinfo b/devel/hs-bsd-sysctl/distinfo deleted file mode 100644 index eff026fbdfe..00000000000 --- a/devel/hs-bsd-sysctl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/bsd-sysctl-1.0.7.tar.gz) = de8c9e2b6d0fa64f7e33885392a05b450e30da35d80de10f37c918ac8d2e1aa3 -SIZE (cabal/bsd-sysctl-1.0.7.tar.gz) = 6183 diff --git a/devel/hs-bsd-sysctl/files/patch-Setup.hs b/devel/hs-bsd-sysctl/files/patch-Setup.hs deleted file mode 100644 index 5d8b6009497..00000000000 --- a/devel/hs-bsd-sysctl/files/patch-Setup.hs +++ /dev/null @@ -1,16 +0,0 @@ ---- ./Setup.hs.orig 2012-02-28 22:01:23.000000000 +0100 -+++ ./Setup.hs 2013-05-01 00:55:07.000000000 +0200 -@@ -4,6 +4,7 @@ - - import System.Directory - import System.FilePath -+import System.IO.Error - - -- Define __HADDOCK__ when building documentation. - main = defaultMainWithHooks simpleUserHooks { -@@ -19,4 +20,4 @@ - removePreProcessedFiles dir = do - putStrLn $ "Trying to remove source in: " ++ dir - removeFile (dir "System/BSD/Sysctl.hs") -- `catch` \_ -> putStrLn "Could not find source file!" >> return () -+ `catchIOError` \_ -> putStrLn "Could not find source file!" >> return () diff --git a/devel/hs-bsd-sysctl/pkg-descr b/devel/hs-bsd-sysctl/pkg-descr deleted file mode 100644 index 168b33fcd9e..00000000000 --- a/devel/hs-bsd-sysctl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This module provides efficient access to the BSD sysctl(3) interface via -the Haskell FFI. It allows to read and write both basic sysctl types, as -well as complex opaque types (typically C structures) described via Storable -instances. - -WWW: http://hackage.haskell.org/package/bsd-sysctl diff --git a/devel/hs-byteable/Makefile b/devel/hs-byteable/Makefile deleted file mode 100644 index 802a7ab4a37..00000000000 --- a/devel/hs-byteable/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= byteable -PORTVERSION= 0.1.1 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type class for sequence of bytes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-byteable/distinfo b/devel/hs-byteable/distinfo deleted file mode 100644 index 0097dff3c87..00000000000 --- a/devel/hs-byteable/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 -SIZE (cabal/byteable-0.1.1.tar.gz) = 2400 diff --git a/devel/hs-byteable/pkg-descr b/devel/hs-byteable/pkg-descr deleted file mode 100644 index 9d3e03eaa7f..00000000000 --- a/devel/hs-byteable/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Abstract class to manipulate sequence of bytes. The use case of this -class is abstracting manipulation of types that are just wrapping a -bytestring with stronger and more meaniful name. - -WWW: https://github.com/vincenthz/hs-byteable diff --git a/devel/hs-byteorder/Makefile b/devel/hs-byteorder/Makefile deleted file mode 100644 index 9fe9ce4132c..00000000000 --- a/devel/hs-byteorder/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= byteorder -PORTVERSION= 1.0.4 -PORTREVISION= 12 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Exposes the native endianness or byte ordering of the system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-byteorder/distinfo b/devel/hs-byteorder/distinfo deleted file mode 100644 index 3a4873c29ca..00000000000 --- a/devel/hs-byteorder/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 -SIZE (cabal/byteorder-1.0.4.tar.gz) = 2030 diff --git a/devel/hs-byteorder/pkg-descr b/devel/hs-byteorder/pkg-descr deleted file mode 100644 index 61281c6ba93..00000000000 --- a/devel/hs-byteorder/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package is for working with native byte-ordering of the system. - -WWW: http://community.haskell.org/~aslatter/code/byteorder diff --git a/devel/hs-bytestring-lexing/Makefile b/devel/hs-bytestring-lexing/Makefile deleted file mode 100644 index 6d8337caeb5..00000000000 --- a/devel/hs-bytestring-lexing/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: martin@sugioarto.com -# $FreeBSD$ - -PORTNAME= bytestring-lexing -PORTVERSION= 0.5.0.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parse and produce literals from strict or lazy bytestrings - -LICENSE= BSD2CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_ALEX= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bytestring-lexing/distinfo b/devel/hs-bytestring-lexing/distinfo deleted file mode 100644 index 035e04bee31..00000000000 --- a/devel/hs-bytestring-lexing/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/bytestring-lexing-0.5.0.2.tar.gz) = 01f9add3f25067a89c5ae9ab1f2fd8ab75ec9f386987ee0d83f73ec855b43f73 -SIZE (cabal/bytestring-lexing-0.5.0.2.tar.gz) = 13859 diff --git a/devel/hs-bytestring-lexing/pkg-descr b/devel/hs-bytestring-lexing/pkg-descr deleted file mode 100644 index ad6ba28011a..00000000000 --- a/devel/hs-bytestring-lexing/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Parse and produce literals efficiently from strict or lazy bytestrings. - -WWW: http://code.haskell.org/~wren/ diff --git a/devel/hs-bytestring-mmap/Makefile b/devel/hs-bytestring-mmap/Makefile deleted file mode 100644 index f569b9b0de2..00000000000 --- a/devel/hs-bytestring-mmap/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bytestring-mmap -PORTVERSION= 0.2.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Mmap support for strict ByteStrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bytestring-mmap/distinfo b/devel/hs-bytestring-mmap/distinfo deleted file mode 100644 index 668ccd42740..00000000000 --- a/devel/hs-bytestring-mmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627822 -SHA256 (cabal/bytestring-mmap-0.2.2.tar.gz) = 7bbcaeeccec5cf448ba59c9ed4de95bcc47b11ae2b9bcddb6201decb88eb69af -SIZE (cabal/bytestring-mmap-0.2.2.tar.gz) = 7188 diff --git a/devel/hs-bytestring-mmap/pkg-descr b/devel/hs-bytestring-mmap/pkg-descr deleted file mode 100644 index 7d209482322..00000000000 --- a/devel/hs-bytestring-mmap/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library provides a wrapper to mmap(2), allowing files or devices to -be lazily loaded into memory as strict or lazy ByteStrings, using the -virtual memory subsystem to do on-demand loading. - -WWW: http://code.haskell.org/~dons/code/bytestring-mmap/ diff --git a/devel/hs-bytestring-nums/Makefile b/devel/hs-bytestring-nums/Makefile index 8fadccec632..bad525ff5a7 100644 --- a/devel/hs-bytestring-nums/Makefile +++ b/devel/hs-bytestring-nums/Makefile @@ -2,7 +2,7 @@ PORTNAME= bytestring-nums PORTVERSION= 0.3.6 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,6 +10,9 @@ COMMENT= Parse numeric literals from ByteStrings LICENSE= BSD3CLAUSE +USES= cabal + +CABAL_FLAGS= cli +EXECUTABLES= spoj-eugene -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-bytestring-nums/distinfo b/devel/hs-bytestring-nums/distinfo index 0a4d5c2d599..133b6467f80 100644 --- a/devel/hs-bytestring-nums/distinfo +++ b/devel/hs-bytestring-nums/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627823 +TIMESTAMP = 1550257036 SHA256 (cabal/bytestring-nums-0.3.6.tar.gz) = bdca97600d91f00bb3c0f654784e3fbd2d62fcf4671820578105487cdf39e7cd SIZE (cabal/bytestring-nums-0.3.6.tar.gz) = 3770 diff --git a/devel/hs-bytestring-show/Makefile b/devel/hs-bytestring-show/Makefile deleted file mode 100644 index c2875cd366b..00000000000 --- a/devel/hs-bytestring-show/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bytestring-show -PORTVERSION= 0.3.5.6 -PORTREVISION= 8 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient conversion of values into readable byte strings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-bytestring-show/distinfo b/devel/hs-bytestring-show/distinfo deleted file mode 100644 index 7876a0176d4..00000000000 --- a/devel/hs-bytestring-show/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627823 -SHA256 (cabal/bytestring-show-0.3.5.6.tar.gz) = 29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812 -SIZE (cabal/bytestring-show-0.3.5.6.tar.gz) = 8145 diff --git a/devel/hs-bytestring-show/files/patch-bytestring-show.cabal b/devel/hs-bytestring-show/files/patch-bytestring-show.cabal deleted file mode 100644 index 4ce05dd94ca..00000000000 --- a/devel/hs-bytestring-show/files/patch-bytestring-show.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- bytestring-show.cabal.orig 2017-07-08 18:54:46 UTC -+++ bytestring-show.cabal -@@ -16,7 +16,7 @@ flag integer-simple - description: use with integer-simple build of GHC - - library -- build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6 -+ build-depends: base < 5, binary < 0.9, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.7 - - exposed-modules: - Text.Show.ByteString diff --git a/devel/hs-bytestring-show/pkg-descr b/devel/hs-bytestring-show/pkg-descr deleted file mode 100644 index 8529c6f8835..00000000000 --- a/devel/hs-bytestring-show/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Efficient conversion of values into readable byte strings. - -WWW: http://code.haskell.org/~dolio/ diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile index f383f366ae0..3ccc412ebca 100644 --- a/devel/hs-c2hs/Makefile +++ b/devel/hs-c2hs/Makefile @@ -3,7 +3,7 @@ PORTNAME= c2hs PORTVERSION= 0.28.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,15 +11,15 @@ COMMENT= C->Haskell FFI tool that gives some cross-language type safety LICENSE= GPLv2 -USE_CABAL= dlist language-c>=0.7.1 shelly>=1.0 yaml>=0.8 +BUILD_DEPENDS= happy:devel/hs-happy -XMLDOCS= doc/users_guide:html +USES= cabal -STANDALONE= yes -EXECUTABLE= c2hs +USE_CABAL= alex-3.2.4 dlist-0.8.0.5 happy-1.19.9_3 language-c-0.8.2_1 syb-0.7 -MAN1PAGES= c2hs.1 -MAN1SRC= doc/man1 +PLIST_FILES= man/man1/c2hs.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/man1/c2hs.1 ${STAGEDIR}${MANPREFIX}/man/man1/ -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-c2hs/distinfo b/devel/hs-c2hs/distinfo index 189c3a166a4..4c3b380957c 100644 --- a/devel/hs-c2hs/distinfo +++ b/devel/hs-c2hs/distinfo @@ -1,3 +1,17 @@ -TIMESTAMP = 1545846841 +TIMESTAMP = 1550257992 SHA256 (cabal/c2hs-0.28.6.tar.gz) = 91dd121ac565009f2fc215c50f3365ed66705071a698a545e869041b5d7ff4da SIZE (cabal/c2hs-0.28.6.tar.gz) = 204988 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = b729d3b2263b0f029a66c37ae1c05b86b68bad1cde6c0b407bfd5201b91fce15 +SIZE (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = 193533 +SHA256 (cabal/language-c-0.8.2/revision/1.cabal) = 5559b4e3744e84ac99fc491d861bd9448f8cbee7c55412a8a9ed4dbf884ce4f5 +SIZE (cabal/language-c-0.8.2/revision/1.cabal) = 5048 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 diff --git a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs b/devel/hs-c2hs/files/patch-src_C2HS_Config.hs deleted file mode 100644 index a0a460f952b..00000000000 --- a/devel/hs-c2hs/files/patch-src_C2HS_Config.hs +++ /dev/null @@ -1,30 +0,0 @@ -Hide the scary c11 features from c2hs, which does not understand them: - -gtk2hsC2hs: Error in C header file. -/usr/include/sys/_types.h:104: (column 61) [FATAL] - >>> Syntax error! - The symbol `long' does not fit here. -*** Error code 1 - ---- src/C2HS/Config.hs.orig 2017-03-21 18:33:51 UTC -+++ src/C2HS/Config.hs -@@ -56,14 +56,17 @@ cpp = case os of - -- understood at least on Linux, FreeBSD, and Solaris and seems to make a - -- difference over the default language setting on FreeBSD - -- -+-- * Pass -std=c99 as c2hs get's confused by the c11 parts in the FreeBSD -+-- system headers. -+-- - -- * @-P@ would suppress @#line@ directives - -- - cppopts :: [String] - cppopts = case (os,cpp) of - -- why is gcc different between all these platforms? - ("openbsd","cpp") -> ["-xc"] -- (_,"cpp") -> ["-x", "c"] -- (_,"gcc") -> ["-E", "-x", "c"] -+ (_,"cpp") -> ["-x", "c"] -+ (_,"gcc") -> ["-E", "-x", "c"] - _ -> [] - - -- | C2HS Library file name diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile index 03b3f55e86a..fe52152b83b 100644 --- a/devel/hs-cabal-install/Makefile +++ b/devel/hs-cabal-install/Makefile @@ -10,13 +10,38 @@ COMMENT= Command-line interface for Cabal and Hackage LICENSE= BSD3CLAUSE -USE_CABAL= async base16-bytestring base64-bytestring \ - cryptohash-sha256 echo ed25519 edit-distance \ - hackage-security hashable HTTP mtl network network-uri \ - random resolv tar zip-archive zlib +BUILD_DEPENDS= ghc:lang/ghc -STANDALONE= yes -EXECUTABLE= cabal +USES= cabal + +USE_CABAL= async-2.2.1_1 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.1 \ + cryptohash-sha256-0.11.101.0_2 digest-0.0.1.2 echo-0.1.3_1 \ + ed25519-0.0.5.0_2 edit-distance-0.2.2.1_1 hackage-security-0.5.3.0_4 \ + hashable-1.2.7.0_1 HTTP-4000.3.12_2 mintty-0.1.2 network-2.7.0.0 \ + network-uri-2.6.1.0_1 random-1.1_1 resolv-0.1.1.1_3 tar-0.5.1.0_1 \ + zip-archive-0.3.3_1 zlib-0.6.2 + +CABAL_BOOTSTRAP= yes + +PLIST_FILES= bin/cabal + +post-extract: +.for package in ${USE_CABAL} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} ${WRKSRC} + +. if ${package:C/[^_]*//:S/_//} != "" + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/revision/${package:C/[^_]*//:S/_//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage +. else + tar -C ${WRKDIR} -xf ${DISTDIR}/${DIST_SUBDIR}/${package:C/_[0-9]+//}/${package:C/_[0-9]+//}${EXTRACT_SUFX} --include='*.cabal' + ${MV} ${WRKDIR}/${package:C/_[0-9]+//}/${package:C/[0-9._]*$//:S/-$//}.cabal ${WRKSRC}/${package:C/[0-9._]*$//:S/-$//}.cabal.hackage +. endif +.endfor + +do-build: + cd ${WRKSRC} && \ + ${SETENV} EXTRA_CONFIGURE_OPTS="--disable-library-profiling" HOME=${WRKDIR}/home PREFIX=${WRKDIR}/prefix ${WRKSRC}/bootstrap.sh --no-doc --jobs ${MAKE_JOBS_NUMBER} + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/prefix/bin/cabal ${STAGEDIR}${PREFIX}/bin/ -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-cabal-install/distinfo b/devel/hs-cabal-install/distinfo index 7f673b3d295..3819550d6c3 100644 --- a/devel/hs-cabal-install/distinfo +++ b/devel/hs-cabal-install/distinfo @@ -1,3 +1,67 @@ -TIMESTAMP = 1546095159 +TIMESTAMP = 1553185535 SHA256 (cabal/cabal-install-2.4.0.0.tar.gz) = 1329e9564b736b0cfba76d396204d95569f080e7c54fe355b6d9618e3aa0bef6 SIZE (cabal/cabal-install-2.4.0.0.tar.gz) = 614491 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50 +SIZE (cabal/base64-bytestring-1.0.0.1/base64-bytestring-1.0.0.1.tar.gz) = 9080 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 52756435dbea248e344fbcbcc5df5307f60dfacf337dfd11ae30f1c7a4da05dd +SIZE (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 14996 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 2790b29264ebf63dac368dd05ec931254e5c70b0ccbc87d0969903533b32b054 +SIZE (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 5417 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 704f07310f8272d170f8ab7fb2a2c13f15d8501ef8310801e36964c8eff485ef +SIZE (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 5373 +SHA256 (cabal/echo-0.1.3/revision/1.cabal) = 5490be9cfbea95e14a7a68b7d055ae8d295822e0b146d2ac8285b3e5a3e3282f +SIZE (cabal/echo-0.1.3/revision/1.cabal) = 2500 +SHA256 (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d +SIZE (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = 80034 +SHA256 (cabal/ed25519-0.0.5.0/revision/2.cabal) = 2e051ab9d98bc22e0c4afe09e763d3e8e0571ea51a3ae952db33ac89e58006b3 +SIZE (cabal/ed25519-0.0.5.0/revision/2.cabal) = 4165 +SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a +SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 +SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee +SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 +SHA256 (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21 +SIZE (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = 87119 +SHA256 (cabal/hackage-security-0.5.3.0/revision/4.cabal) = b70efd47441e90622cf875ed2159f900b249f738f9e554027e392083e73673d6 +SIZE (cabal/hackage-security-0.5.3.0/revision/4.cabal) = 11351 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 7c8af77bcde4e9b54692e3761f41adf35a50664974ba77f2ba65ea2af9f950da +SIZE (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 6945 +SHA256 (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = c10546f4846f53a0b4b65538bc4fd5db6d4b5d3ac69447e6114be0be0f1a0d9f +SIZE (cabal/network-2.7.0.0/network-2.7.0.0.tar.gz) = 123227 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resolv-0.1.1.1/resolv-0.1.1.1.tar.gz) = 49b12ed2b175cca3f885c06ca6906cde1245c02b6f98f2a95fc20d6a8ae40772 +SIZE (cabal/resolv-0.1.1.1/resolv-0.1.1.1.tar.gz) = 149436 +SHA256 (cabal/resolv-0.1.1.1/revision/3.cabal) = 153e5fa3030d0873ca8dac0ec39390b50d8d88499f11fced681d5b6ff33f3164 +SIZE (cabal/resolv-0.1.1.1/revision/3.cabal) = 4272 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 988adee77c806e0b497929b24d5526ea68bd3297427da0d0b30b99c094efc84d +SIZE (cabal/zip-archive-0.3.3/zip-archive-0.3.3.tar.gz) = 18229 +SHA256 (cabal/zip-archive-0.3.3/revision/1.cabal) = 53f871653059f87285f434319598f380d986cd7fd9219de555dcafc496121a7c +SIZE (cabal/zip-archive-0.3.3/revision/1.cabal) = 2688 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/hs-call-stack/Makefile b/devel/hs-call-stack/Makefile deleted file mode 100644 index eed69d61ad6..00000000000 --- a/devel/hs-call-stack/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= call-stack -PORTVERSION= 0.1.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The call-stack package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-call-stack/distinfo b/devel/hs-call-stack/distinfo deleted file mode 100644 index 59b4d0446cc..00000000000 --- a/devel/hs-call-stack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499547219 -SHA256 (cabal/call-stack-0.1.0.tar.gz) = f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2 -SIZE (cabal/call-stack-0.1.0.tar.gz) = 2473 diff --git a/devel/hs-call-stack/pkg-descr b/devel/hs-call-stack/pkg-descr deleted file mode 100644 index e0499cd7eb6..00000000000 --- a/devel/hs-call-stack/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Use GHC call-stacks in a backward compatible way. - -WWW: https://hackage.haskell.org/package/call-stack diff --git a/devel/hs-cereal/Makefile b/devel/hs-cereal/Makefile deleted file mode 100644 index ebb9d88743d..00000000000 --- a/devel/hs-cereal/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cereal -PORTVERSION= 0.5.5.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binary serialization library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-cereal/distinfo b/devel/hs-cereal/distinfo deleted file mode 100644 index a6983e6d323..00000000000 --- a/devel/hs-cereal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523129318 -SHA256 (cabal/cereal-0.5.5.0.tar.gz) = 0b97320ffbfa6df2e5679022215dbd0fe6e3b5ae8428c2ff4310d9e1acf16822 -SIZE (cabal/cereal-0.5.5.0.tar.gz) = 19832 diff --git a/devel/hs-cereal/pkg-descr b/devel/hs-cereal/pkg-descr deleted file mode 100644 index 99db36936ce..00000000000 --- a/devel/hs-cereal/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A binary serialization library, similar to binary, that introduces an -isolate primitive for parser isolation, and labeled blocks for better -error messages. - -WWW: http://hackage.haskell.org/package/cereal diff --git a/devel/hs-checkers/Makefile b/devel/hs-checkers/Makefile deleted file mode 100644 index bba1226b408..00000000000 --- a/devel/hs-checkers/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= checkers -PORTVERSION= 0.4.7 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Check properties on standard classes and data structures - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= QuickCheck>=2.3 random - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-checkers/distinfo b/devel/hs-checkers/distinfo deleted file mode 100644 index beb5d19fb72..00000000000 --- a/devel/hs-checkers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499538835 -SHA256 (cabal/checkers-0.4.7.tar.gz) = f9d9cb2fcd613d0cfe440aae024e27e9ccb5c8f925046e4f71f6360d8f4c2b97 -SIZE (cabal/checkers-0.4.7.tar.gz) = 15026 diff --git a/devel/hs-checkers/pkg-descr b/devel/hs-checkers/pkg-descr deleted file mode 100644 index 70242e61f84..00000000000 --- a/devel/hs-checkers/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -'Checkers' wraps up the expected properties associated with various -standard type classes as QuickCheck properties. Also some morphism -properties. It also provides arbitrary instances and generator -combinators for common data types. - -WWW: http://hackage.haskell.org/package/checkers diff --git a/devel/hs-chunked-data/Makefile b/devel/hs-chunked-data/Makefile deleted file mode 100644 index e8427298bb3..00000000000 --- a/devel/hs-chunked-data/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= chunked-data -PORTVERSION= 0.3.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Typeclasses for dealing with various chunked data representations - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder mono-traversable>=0.2 semigroups vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-chunked-data/distinfo b/devel/hs-chunked-data/distinfo deleted file mode 100644 index c0c02750867..00000000000 --- a/devel/hs-chunked-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524413491 -SHA256 (cabal/chunked-data-0.3.1.tar.gz) = f710c581aee1f899e807fc9e6cba721b27d53dc9d56986f1922bc7ccddf1a79a -SIZE (cabal/chunked-data-0.3.1.tar.gz) = 4605 diff --git a/devel/hs-chunked-data/pkg-descr b/devel/hs-chunked-data/pkg-descr deleted file mode 100644 index e977f4ecefb..00000000000 --- a/devel/hs-chunked-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Originally present in classy-prelude. - -WWW: https://github.com/fpco/chunked-data diff --git a/devel/hs-classy-prelude-conduit/Makefile b/devel/hs-classy-prelude-conduit/Makefile deleted file mode 100644 index 76c9e75788e..00000000000 --- a/devel/hs-classy-prelude-conduit/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= classy-prelude-conduit -PORTVERSION= 1.5.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Conduit instances for classy-prelude - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= classy-prelude>=0.12.0 conduit>=1.0 \ - conduit-combinators>=0.2.8 monad-control resourcet void - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-classy-prelude-conduit/distinfo b/devel/hs-classy-prelude-conduit/distinfo deleted file mode 100644 index 2a8a9575ad9..00000000000 --- a/devel/hs-classy-prelude-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546020418 -SHA256 (cabal/classy-prelude-conduit-1.5.0.tar.gz) = da27783595cd6b94ea5cb93f3e81084a664e65ed4766757a5e7f81fb3df8fd00 -SIZE (cabal/classy-prelude-conduit-1.5.0.tar.gz) = 1985 diff --git a/devel/hs-classy-prelude-conduit/pkg-descr b/devel/hs-classy-prelude-conduit/pkg-descr deleted file mode 100644 index 5aa26040636..00000000000 --- a/devel/hs-classy-prelude-conduit/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Conduit instances for classy-prelude. - -WWW: https://github.com/snoyberg/classy-prelude diff --git a/devel/hs-classy-prelude/Makefile b/devel/hs-classy-prelude/Makefile deleted file mode 100644 index 608df8b7625..00000000000 --- a/devel/hs-classy-prelude/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= classy-prelude -PORTVERSION= 1.5.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Typeclass-based Prelude - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async basic-prelude bifunctors chunked-data dlist \ - exceptions hashable lifted-async lifted-base monad-unlift \ - mono-traversable mono-traversable-instances mtl \ - mutable-containers primitive safe-exceptions say semigroups \ - stm-chans time-locale-compat transformers-base unliftio \ - unordered-containers vector vector-instances - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-classy-prelude/distinfo b/devel/hs-classy-prelude/distinfo deleted file mode 100644 index 32fb5677f37..00000000000 --- a/devel/hs-classy-prelude/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545847066 -SHA256 (cabal/classy-prelude-1.5.0.tar.gz) = d3bae4b17fdf73d7255f550ad172b1f709a8743371aa3a40c13c2cdc9fa7a4da -SIZE (cabal/classy-prelude-1.5.0.tar.gz) = 12053 diff --git a/devel/hs-classy-prelude/pkg-descr b/devel/hs-classy-prelude/pkg-descr deleted file mode 100644 index 208d6f12f8e..00000000000 --- a/devel/hs-classy-prelude/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Focuses on using common typeclasses when possible, and creating new ones -to avoid name clashing. Exposes many recommended datastructures (Map, -ByteString, etc) directly without requiring long import lists and qualified -modules. - -WWW: https://github.com/snoyberg/classy-prelude diff --git a/devel/hs-clock/Makefile b/devel/hs-clock/Makefile deleted file mode 100644 index ff66eabec23..00000000000 --- a/devel/hs-clock/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= clock -PORTVERSION= 0.7.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A package for convenient access to high-resolution clock and timer functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-clock/distinfo b/devel/hs-clock/distinfo deleted file mode 100644 index 6c3e3322093..00000000000 --- a/devel/hs-clock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499692787 -SHA256 (cabal/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f -SIZE (cabal/clock-0.7.2.tar.gz) = 7465 diff --git a/devel/hs-clock/pkg-descr b/devel/hs-clock/pkg-descr deleted file mode 100644 index 37748a5a5bd..00000000000 --- a/devel/hs-clock/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A package for convenient access to high-resolution clock and timer functions of -different operating systems via a unified API. - -WWW: http://hackage.haskell.org/package/clock diff --git a/devel/hs-cmdargs/Makefile b/devel/hs-cmdargs/Makefile deleted file mode 100644 index 14d66deda4b..00000000000 --- a/devel/hs-cmdargs/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cmdargs -PORTVERSION= 0.10.20 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Command-line argument processing - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -FLAGS_DEFINE= QUOTATION -FLAGS_DEFAULT= QUOTATION - -QUOTATION_DESC= Build the Quote module -QUOTATION_FLAG_ENABLE= quotation - -FLAGS_DISABLE= testprog - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-cmdargs/distinfo b/devel/hs-cmdargs/distinfo deleted file mode 100644 index e1e68f30d7a..00000000000 --- a/devel/hs-cmdargs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523129483 -SHA256 (cabal/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 -SIZE (cabal/cmdargs-0.10.20.tar.gz) = 64550 diff --git a/devel/hs-cmdargs/pkg-descr b/devel/hs-cmdargs/pkg-descr deleted file mode 100644 index d951fd63a60..00000000000 --- a/devel/hs-cmdargs/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This library provides an easy way to define command line parsers. Most users -will want to use the "System.Console.CmdArgs.Implicit" module, whose -documentation contains an example. - - * System.Console.CmdArgs.Explicit provides a way to write command line - parsers for both single mode programs (most programs) and multiple mode - programs (e.g. darcs or cabal). Parsers are defined by constructing a - data structure. - - * System.Console.CmdArgs.Implicit provides a way to concisely define - command line parsers, up to three times shorter than getopt. These - parsers are translated into the Explicit data type. - - * System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity - with existing getopt parsers, mapping to the Explicit data type. - -WWW: http://community.haskell.org/~ndm/cmdargs/ diff --git a/devel/hs-code-page/Makefile b/devel/hs-code-page/Makefile deleted file mode 100644 index 1c5c45717c9..00000000000 --- a/devel/hs-code-page/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= code-page -PORTVERSION= 0.1.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A cross-platform module that exports functions which adjust code pages on Windows - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-code-page/distinfo b/devel/hs-code-page/distinfo deleted file mode 100644 index 96e1d94bf36..00000000000 --- a/devel/hs-code-page/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499790338 -SHA256 (cabal/code-page-0.1.3.tar.gz) = e65c86600e06d85f2e2c2a9df4b3d68e2dbd3adb2df9e922a4cd744966762191 -SIZE (cabal/code-page-0.1.3.tar.gz) = 4718 diff --git a/devel/hs-code-page/pkg-descr b/devel/hs-code-page/pkg-descr deleted file mode 100644 index b2fb523749a..00000000000 --- a/devel/hs-code-page/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This library provides two modules: - - * System.IO.CodePage: a cross-platform module that exports functions which - adjust code pages on Windows, and do nothing on other operating systems. - - * System.Win32.CodePage: On Windows, this exports functions for getting, - setting, and analyzing code pages. On other operating systems, this module - exports nothing. - -WWW: https://hackage.haskell.org/package/code-page diff --git a/devel/hs-colour/Makefile b/devel/hs-colour/Makefile deleted file mode 100644 index 1c581211f29..00000000000 --- a/devel/hs-colour/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= colour -PORTVERSION= 2.3.4 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This package provides a data type for colours and transparency - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-colour/distinfo b/devel/hs-colour/distinfo deleted file mode 100644 index 6ac4ad7ae04..00000000000 --- a/devel/hs-colour/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523129642 -SHA256 (cabal/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb -SIZE (cabal/colour-2.3.4.tar.gz) = 20418 diff --git a/devel/hs-colour/pkg-descr b/devel/hs-colour/pkg-descr deleted file mode 100644 index 3876a3997a1..00000000000 --- a/devel/hs-colour/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides a data type for colours and transparency. -Colours can be blended and composed. Various colour spaces are -supported. A module of colour names (Data.Colour.Names) is provided. - -WWW: http://hackage.haskell.org/package/colour diff --git a/devel/hs-concurrent-output/Makefile b/devel/hs-concurrent-output/Makefile deleted file mode 100644 index ad5a40b9886..00000000000 --- a/devel/hs-concurrent-output/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= concurrent-output -PORTVERSION= 1.10.9 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Ungarble output from several threads or commands - -LICENSE= BSD2CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async exceptions ansi-terminal terminal-size - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-concurrent-output/distinfo b/devel/hs-concurrent-output/distinfo deleted file mode 100644 index 6725bb32152..00000000000 --- a/devel/hs-concurrent-output/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835357 -SHA256 (cabal/concurrent-output-1.10.9.tar.gz) = 8cc49408e957c65359182fbfcda80717b931915d101e4be55ccb26c44b098e57 -SIZE (cabal/concurrent-output-1.10.9.tar.gz) = 22177 diff --git a/devel/hs-concurrent-output/pkg-descr b/devel/hs-concurrent-output/pkg-descr deleted file mode 100644 index ed809c2db02..00000000000 --- a/devel/hs-concurrent-output/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Lets multiple threads and external processes concurrently output to the -console, without it getting all garbled up. - -Built on top of that is a way of defining multiple output regions, which are -automatically laid out on the screen and can be individually updated by -concurrent threads. Can be used for progress displays etc. - -WWW: http://hackage.haskell.org/package/concurrent-output - diff --git a/devel/hs-conduit-combinators/Makefile b/devel/hs-conduit-combinators/Makefile deleted file mode 100644 index 194710a1b5b..00000000000 --- a/devel/hs-conduit-combinators/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= conduit-combinators -PORTVERSION= 1.3.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Commonly used conduit functions, for both chunked and unchunked data - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base16-bytestring base64-bytestring>=0.1.1.1 chunked-data \ - conduit>=1.2.2 conduit-extra>=1.1.1 monad-control \ - mono-traversable>=0.4 mwc-random primitive resourcet \ - transformers-base unix-compat vector void - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-conduit-combinators/distinfo b/devel/hs-conduit-combinators/distinfo deleted file mode 100644 index f9858acb773..00000000000 --- a/devel/hs-conduit-combinators/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525004319 -SHA256 (cabal/conduit-combinators-1.3.0.tar.gz) = 9717d916a0422a7fb7cc262302333269607530d40cd0bea3be947872f906e7d3 -SIZE (cabal/conduit-combinators-1.3.0.tar.gz) = 2204 diff --git a/devel/hs-conduit-combinators/pkg-descr b/devel/hs-conduit-combinators/pkg-descr deleted file mode 100644 index 7f386cb5825..00000000000 --- a/devel/hs-conduit-combinators/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides a replacement for Data.Conduit.List, as well as a convenient -Conduit module. - -WWW: https://github.com/fpco/conduit-combinators diff --git a/devel/hs-conduit-extra/Makefile b/devel/hs-conduit-extra/Makefile deleted file mode 100644 index 69b34141a25..00000000000 --- a/devel/hs-conduit-extra/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= conduit-extra -PORTVERSION= 1.3.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Batteries included conduit: adapters for common libraries - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \ - monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \ - streaming-commons>=0.1.11 transformers-base typed-process - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-conduit-extra/distinfo b/devel/hs-conduit-extra/distinfo deleted file mode 100644 index 27b1aad9f74..00000000000 --- a/devel/hs-conduit-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523897535 -SHA256 (cabal/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae -SIZE (cabal/conduit-extra-1.3.0.tar.gz) = 32716 diff --git a/devel/hs-conduit-extra/pkg-descr b/devel/hs-conduit-extra/pkg-descr deleted file mode 100644 index 84e86ce72bf..00000000000 --- a/devel/hs-conduit-extra/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The conduit package itself maintains relative small dependencies. The -purpose of this package is to collect commonly used utility functions -wrapping other library dependencies, without depending on heavier-weight -dependencies. The basic idea is that this package should only depend on -haskell-platform packages and conduit. - -WWW: https://github.com/snoyberg/conduit diff --git a/devel/hs-conduit/Makefile b/devel/hs-conduit/Makefile deleted file mode 100644 index 2773cfb7158..00000000000 --- a/devel/hs-conduit/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= conduit -PORTVERSION= 1.3.0.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Streaming data processing library - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions>=0.6 lifted-base>=0.1 mmorph mono-traversable mtl \ - resourcet>=1.1 transformers-base>=0.4.1 vector void>=0.5.5 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-conduit/distinfo b/devel/hs-conduit/distinfo deleted file mode 100644 index 04677914237..00000000000 --- a/devel/hs-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523696712 -SHA256 (cabal/conduit-1.3.0.2.tar.gz) = c0f099d242504e65a78e1cbb54c18afad45fe2c9297d1d918ce28ae7dc4a1e5b -SIZE (cabal/conduit-1.3.0.2.tar.gz) = 86664 diff --git a/devel/hs-conduit/pkg-descr b/devel/hs-conduit/pkg-descr deleted file mode 100644 index f2320fac3af..00000000000 --- a/devel/hs-conduit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -conduit is a solution to the streaming data problem, allowing for -production, transformation, and consumption of streams of data in -constant memory. It is an alternative to lazy I/O which guarantees -deterministic resource handling, and fits in the same general solution -space as enumerator/iteratee and pipes. - -WWW: https://github.com/snoyberg/conduit diff --git a/devel/hs-configurator/Makefile b/devel/hs-configurator/Makefile deleted file mode 100644 index 5f7ff0ccc71..00000000000 --- a/devel/hs-configurator/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= configurator -PORTVERSION= 0.3.0.0 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Configuration management - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10.0.2 hashable unix-compat unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-configurator/distinfo b/devel/hs-configurator/distinfo deleted file mode 100644 index fa149af9b6c..00000000000 --- a/devel/hs-configurator/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627827 -SHA256 (cabal/configurator-0.3.0.0.tar.gz) = 6eb9996b672e9f7112ca23482c42fa533553312c3c13f38a8a06476e67c031b4 -SIZE (cabal/configurator-0.3.0.0.tar.gz) = 15232 diff --git a/devel/hs-configurator/pkg-descr b/devel/hs-configurator/pkg-descr deleted file mode 100644 index fcde013112e..00000000000 --- a/devel/hs-configurator/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -A configuration management library for programs and daemons. - -Features include: - - * Automatic, dynamic reloading in response to modifications to configuration - files. - - * A simple, but flexible, configuration language, supporting several of - the most commonly needed types of data, along with interpolation of - strings from the configuration or the system environment (e.g. - $(HOME)). - - * Subscription-based notification of changes to configuration properties. - - * An import directive allows the configuration of a complex application - to be split across several smaller files, or common configuration data - to be shared across several applications. - -WWW: https://github.com/bos/configurator diff --git a/devel/hs-constraints/Makefile b/devel/hs-constraints/Makefile deleted file mode 100644 index f6eb3b8241e..00000000000 --- a/devel/hs-constraints/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= constraints -PORTVERSION= 0.10.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Constraint manipulation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable mtl semigroups transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-constraints/distinfo b/devel/hs-constraints/distinfo deleted file mode 100644 index fa9219ec400..00000000000 --- a/devel/hs-constraints/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545654328 -SHA256 (cabal/constraints-0.10.1.tar.gz) = 5880ec261e053841b307c7c8c59614f46c2efbd5189f0f2a3c817589cedec3f7 -SIZE (cabal/constraints-0.10.1.tar.gz) = 19901 diff --git a/devel/hs-constraints/pkg-descr b/devel/hs-constraints/pkg-descr deleted file mode 100644 index a0b8c697098..00000000000 --- a/devel/hs-constraints/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GHC 7.4 gave us the ability to talk about ConstraintKinds. They stopped -crashing the compiler in GHC 7.6. This package provides a vocabulary for -working with them. - -WWW: https://github.com/ekmett/constraints/ diff --git a/devel/hs-convertible/Makefile b/devel/hs-convertible/Makefile deleted file mode 100644 index b68480d6e03..00000000000 --- a/devel/hs-convertible/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= convertible -PORTVERSION= 1.1.1.0 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Typeclasses and instances for converting between types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl old-locale old-time - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-convertible/distinfo b/devel/hs-convertible/distinfo deleted file mode 100644 index aa551f69bf8..00000000000 --- a/devel/hs-convertible/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627827 -SHA256 (cabal/convertible-1.1.1.0.tar.gz) = e9f9a70904b9995314c2aeb41580d654a2c76293feb955fb6bd63256c355286c -SIZE (cabal/convertible-1.1.1.0.tar.gz) = 14354 diff --git a/devel/hs-convertible/pkg-descr b/devel/hs-convertible/pkg-descr deleted file mode 100644 index f6bfd61bdfe..00000000000 --- a/devel/hs-convertible/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -convertible provides a typeclass with a single function that is designed -to help convert between different types: numeric values, dates and times, -and the like. The conversions perform bounds checking and return a pure -Either value. This means that you need not remember which specific function -performs the conversion you desire. Also included in the package are -optional instances that provide conversion for various numeric and time -types, as well as utilities for writing your own instances. Finally, there -is a function that will raise an exception on bounds-checking violation, -or return a bare value otherwise, implemented in terms of the safer function -described above. Convertible is also used by HDBC 2.0 for handling -marshalling of data to and from databases. Convertible is backed by an -extensive test suite and passes tests on GHC and Hugs. - -WWW: http://hackage.haskell.org/package/convertible diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 68581cb0c0a..044da4a5bba 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpphs PORTVERSION= 1.20.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= Liberalised re-implementation of cpp, the C pre-processor LICENSE= LGPL21 -USE_CABAL= old-locale old-time polyparse>=1.9 -EXECUTABLE= cpphs +USES= cabal + +USE_CABAL= old-locale-1.0.0.7_2 old-time-1.1.0.3_2 polyparse-1.12.1 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index d2925493b20..eb093d86154 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,3 +1,13 @@ -TIMESTAMP = 1499627828 +TIMESTAMP = 1553423146 SHA256 (cabal/cpphs-1.20.8.tar.gz) = e56d64a7d8058e0fb63f0669397c1c861efb20a0376e0e74d86942ac151105ae SIZE (cabal/cpphs-1.20.8.tar.gz) = 45108 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 +SIZE (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = 33060 diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index f021a46f611..37adb5cfc33 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= darcs -PORTVERSION= 2.14.1 -PORTREVISION= 3 +PORTVERSION= 2.14.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,47 +10,38 @@ COMMENT= Distributed, interactive, smart revision control system LICENSE= GPLv2 -BROKEN= Doesn't build with recent GHC +USES= cabal pkgconfig -USE_CABAL= async attoparsec base16-bytestring cryptohash \ - data-ordlist fgl graphviz hashable html HTTP \ - mmap mtl random \ - regex-applicative regex-compat-tdfa sandi tar \ - transformers-compat unix-compat \ - utf8-string vector zip-archive zlib -EXECUTABLE= darcs +USE_CABAL= HTTP-4000.3.12_2 async-2.2.1_1 attoparsec-0.13.2.2_2 \ + base16-bytestring-0.1.1.6 base-compat-0.10.5 basement-0.0.10_1 \ + byteable-0.1.1 colour-2.3.4 conduit-1.3.1.1 cryptohash-0.11.9 \ + cryptonite-0.25 data-ordlist-0.4.7.0 digest-0.0.1.2 dlist-0.8.0.5 \ + exceptions-0.10.0_2 fgl-5.7.0.1 graphviz-2999.20.0.3 \ + hashable-1.2.7.0_1 html-1.0.1.2 integer-logarithms-1.0.2.2_1 \ + memory-0.14.18_1 mmap-0.5.9 mono-traversable-1.0.11.0 \ + network-2.7.0.2_2 network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 \ + old-time-1.1.0.3_2 polyparse-1.12.1 primitive-0.6.4.0_1 \ + random-1.1_1 regex-applicative-0.3.3 regex-base-0.93.2 \ + regex-compat-tdfa-0.95.1.4 regex-tdfa-1.2.3.1 resourcet-1.2.2 \ + sandi-0.5 scientific-0.3.6.2 split-0.2.3.3_1 tar-0.5.1.0_1 \ + temporary-1.3 transformers-compat-0.6.2 unix-compat-0.5.1 \ + unliftio-core-0.1.2.0_1 unordered-containers-0.2.10.0 \ + utf8-string-1.0.1.1_3 vector-0.12.0.2 vector-algorithms-0.8.0.1 \ + wl-pprint-text-1.2.0.0 zip-archive-0.4 zlib-0.6.2 -MAN1PAGES= darcs.1 +CABAL_FLAGS= pkgconfig executable optimize -FLAGS_DEFINE= STATIC TERMINFO THREADED -FLAGS_MULTI= WEB -FLAGS_MULTI_WEB= CURL HTTP -WEB_DESC= HTTP backend - -FLAGS_DEFAULT= CURL THREADED -FLAGS_ENABLE= library executable +OPTIONS_DEFINE= CURL TERMINFO THREADED +OPTIONS_DEFAULT= CURL TERMINFO THREADED CURL_DESC= Use libcurl for HTTP support CURL_FLAG_ENABLE= curl -CURL_FLAG_LIB= libcurl.so:ftp/curl +CURL_LIB_DEPENDS= libcurl.so:ftp/curl -HTTP_DESC= Use the pure HTTP package -HTTP_FLAG_ENABLE= http -HTTP_FLAG_CABAL= HTTP>=4000.2.3 network>=2.6 network-uri>=2.6 - -STATIC_DESC= Build static binary -STATIC_FLAG_ENABLE= static - -TERMINFO_DESC= Use terminfo -TERMINFO_FLAG_ENABLE= terminfo +TERMINFO_DESC= Use terminfo library for enhanced console support +TERMINFO_CABAL_FLAGS= terminfo THREADED_DESC= Use threading and SMP support -THREADED_FLAG_ENABLE= threaded - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" - -.if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MCURL} -BROKEN= enabling STATIC and CURL together will produce linker errors -.endif +THREADED_CABAL_FLAGS= threaded .include diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index dc4c1137373..ab18e78dde7 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1,3 +1,139 @@ -TIMESTAMP = 1531854433 -SHA256 (cabal/darcs-2.14.1.tar.gz) = 61ddbc99acaf06df3a114437064e9241e0da467c23d1d3fb520a782eee32cd35 -SIZE (cabal/darcs-2.14.1.tar.gz) = 1061952 +TIMESTAMP = 1553701119 +SHA256 (cabal/darcs-2.14.2.tar.gz) = 65d160a43874960dcba114c0b74d9c7b25d098486f515655502f42ff0c22a27e +SIZE (cabal/darcs-2.14.2.tar.gz) = 1067578 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 6a0baba19991e84ef939056e7b411ad3a1ea0fb5e1e8fce7ca50e96c84b206c8 +SIZE (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 5791 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 84dfafc92e9553c7bae4b4fe0cba3da29b37def606f88b989db95ee2dc933fa2 +SIZE (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 87547 +SHA256 (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb +SIZE (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = 25762 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d +SIZE (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 8906 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fgl-5.7.0.1/fgl-5.7.0.1.tar.gz) = ffce7af67d4e7ee2f6a7c44fbb749c4253ce9bb35b8b1ffe1c93a173a01fe910 +SIZE (cabal/fgl-5.7.0.1/fgl-5.7.0.1.tar.gz) = 56186 +SHA256 (cabal/graphviz-2999.20.0.3/graphviz-2999.20.0.3.tar.gz) = efa0a27a914e4c51ebfc8b11a741f551e97713c22a02d0e60ddbd960f8376212 +SIZE (cabal/graphviz-2999.20.0.3/graphviz-2999.20.0.3.tar.gz) = 225186 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 +SIZE (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 11021 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 7c35772bd3077643774da79327b582675415c78655bb5550d3b80b89e06c0499 +SIZE (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 2822 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 +SIZE (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 11731 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 +SIZE (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = 33060 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6 +SIZE (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 13834 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd +SIZE (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4146 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/sandi-0.5/sandi-0.5.tar.gz) = 4940a19fe9c5e9b08a9f139a0806a30b956d007efa973f3763bed3165154afd9 +SIZE (cabal/sandi-0.5/sandi-0.5.tar.gz) = 19115 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/wl-pprint-text-1.2.0.0/wl-pprint-text-1.2.0.0.tar.gz) = 40dd4c2d2b8a2884616f3a240f01143d0aadd85f5988e5ee55a59ba6b2487c3c +SIZE (cabal/wl-pprint-text-1.2.0.0/wl-pprint-text-1.2.0.0.tar.gz) = 16758 +SHA256 (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 +SIZE (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 20859 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/hs-darcs/files/patch-darcs.cabal b/devel/hs-darcs/files/patch-darcs.cabal index 22b6c693019..9700a3dac7a 100644 --- a/devel/hs-darcs/files/patch-darcs.cabal +++ b/devel/hs-darcs/files/patch-darcs.cabal @@ -1,67 +1,18 @@ ---- darcs.cabal.orig 2018-06-24 18:17:58 UTC +--- darcs.cabal.orig 2019-01-26 14:14:51 UTC +++ darcs.cabal -@@ -74,7 +74,7 @@ flag curl - description: Use libcurl for HTTP support. - - -- in future this could extend to any other external libraries, ---- e.g. libiconv -+-- e.g. libiconv - flag pkgconfig - description: Use pkgconfig to configure libcurl - default: False -@@ -112,7 +112,7 @@ flag warn-as-error - -- ---------------------------------------------------------------------- - - custom-setup -- setup-depends: base >= 4.9 && < 4.12, -+ setup-depends: base >= 4.9 && < 4.13, - Cabal >= 1.24, - process >= 1.2.3.0 && < 1.7, - filepath >= 1.4.1 && < 1.5.0.0, -@@ -380,8 +380,8 @@ Library - else - build-depends: unix >= 2.7.1.0 && < 2.8 - -- build-depends: base >= 4.9 && < 4.12, -- stm >= 2.1 && < 2.5, -+ build-depends: base >= 4.9 && < 4.13, -+ stm >= 2.1 && < 2.6, - binary >= 0.5 && < 0.10, - containers >= 0.5.6.2 && < 0.7, - regex-compat-tdfa >= 0.95.1 && < 0.96, -@@ -389,7 +389,7 @@ Library - mtl >= 2.2.1 && < 2.3, - transformers >= 0.4.2.0 && < 0.6, - parsec >= 3.1.9 && < 3.2, -- fgl >= 5.5.2.3 && < 5.7, -+ fgl >= 5.5.2.3 && < 5.8, - graphviz >= 2999.18.1 && < 2999.20.1, - html >= 1.0.1.2 && < 1.1, - filepath >= 1.4.1 && < 1.5.0.0, -@@ -401,7 +401,7 @@ Library - tar >= 0.5 && < 0.6, - data-ordlist == 0.4.*, +@@ -1,5 +1,6 @@ + Name: darcs + version: 2.14.2 ++x-revision: 1 + License: GPL-2 + License-file: COPYING + Author: David Roundy , +@@ -403,7 +404,7 @@ Library attoparsec >= 0.13.0.1 && < 0.14, -- zip-archive >= 0.3 && < 0.4, -+ zip-archive >= 0.3 && < 0.5, + zip-archive >= 0.3 && < 0.5, async >= 2.0.2 && < 2.3, - sandi >= 0.4 && < 0.5, +- sandi >= 0.4 && < 0.5, ++ sandi >= 0.4 && < 0.6, unix-compat >= 0.4.2 && < 0.6, -@@ -499,7 +499,7 @@ Executable darcs - cc-options: -D_REENTRANT - - build-depends: darcs, -- base >= 4.9 && < 4.12 -+ base >= 4.9 && < 4.13 - - -- ---------------------------------------------------------------------- - -- unit test driver -@@ -534,7 +534,7 @@ test-suite darcs-test - test-framework >= 0.8.1.1 && < 0.9, - test-framework-hunit >= 0.3.0.2 && < 0.4, - test-framework-quickcheck2 >= 0.3.0.3 && < 0.4, -- zip-archive >= 0.3 && < 0.4 -+ zip-archive >= 0.3 && < 0.5 - - -- https://github.com/yesodweb/Shelly.hs/issues/177 - if os(windows) + bytestring >= 0.10.6 && < 0.11, + old-time >= 1.1.0.3 && < 1.2, diff --git a/devel/hs-data-default-class/Makefile b/devel/hs-data-default-class/Makefile deleted file mode 100644 index 0d3ba9a29d4..00000000000 --- a/devel/hs-data-default-class/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default-class -PORTVERSION= 0.1.2.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Class for types with a default value - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default-class/distinfo b/devel/hs-data-default-class/distinfo deleted file mode 100644 index 464fd1fafb0..00000000000 --- a/devel/hs-data-default-class/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627829 -SHA256 (cabal/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 -SIZE (cabal/data-default-class-0.1.2.0.tar.gz) = 2522 diff --git a/devel/hs-data-default-class/pkg-descr b/devel/hs-data-default-class/pkg-descr deleted file mode 100644 index 3f153f1c24b..00000000000 --- a/devel/hs-data-default-class/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A class for types with a default value. - -WWW: http://hackage.haskell.org/package/data-default-class diff --git a/devel/hs-data-default-instances-base/Makefile b/devel/hs-data-default-instances-base/Makefile deleted file mode 100644 index 9812fd48b01..00000000000 --- a/devel/hs-data-default-instances-base/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default-instances-base -PORTVERSION= 0.1.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Default instances for types in base - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default-instances-base/distinfo b/devel/hs-data-default-instances-base/distinfo deleted file mode 100644 index 92eddcf0b84..00000000000 --- a/devel/hs-data-default-instances-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-default-instances-base-0.1.0.1.tar.gz) = 844fe453f674b6b0998da804465914abce8936c5e640d8bb8bff37ad07d7a17a -SIZE (cabal/data-default-instances-base-0.1.0.1.tar.gz) = 1554 diff --git a/devel/hs-data-default-instances-base/pkg-descr b/devel/hs-data-default-instances-base/pkg-descr deleted file mode 100644 index 0601c8d78ef..00000000000 --- a/devel/hs-data-default-instances-base/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default instances for types in base. - -WWW: http://hackage.haskell.org/package/data-default-instances-base diff --git a/devel/hs-data-default-instances-containers/Makefile b/devel/hs-data-default-instances-containers/Makefile deleted file mode 100644 index b8c673ff9a3..00000000000 --- a/devel/hs-data-default-instances-containers/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default-instances-containers -PORTVERSION= 0.0.1 -PORTREVISION= 12 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Default instances for types in containers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default-instances-containers/distinfo b/devel/hs-data-default-instances-containers/distinfo deleted file mode 100644 index 6576bb357d2..00000000000 --- a/devel/hs-data-default-instances-containers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a -SIZE (cabal/data-default-instances-containers-0.0.1.tar.gz) = 1659 diff --git a/devel/hs-data-default-instances-containers/pkg-descr b/devel/hs-data-default-instances-containers/pkg-descr deleted file mode 100644 index 2b93d9b2f52..00000000000 --- a/devel/hs-data-default-instances-containers/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default instances for types in containers. - -WWW: http://hackage.haskell.org/package/data-default-instances-containers diff --git a/devel/hs-data-default-instances-dlist/Makefile b/devel/hs-data-default-instances-dlist/Makefile deleted file mode 100644 index 6e1a4b3a952..00000000000 --- a/devel/hs-data-default-instances-dlist/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default-instances-dlist -PORTVERSION= 0.0.1 -PORTREVISION= 12 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Default instances for types in dlist - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class dlist - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default-instances-dlist/distinfo b/devel/hs-data-default-instances-dlist/distinfo deleted file mode 100644 index fa9fd22b969..00000000000 --- a/devel/hs-data-default-instances-dlist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 -SIZE (cabal/data-default-instances-dlist-0.0.1.tar.gz) = 1503 diff --git a/devel/hs-data-default-instances-dlist/pkg-descr b/devel/hs-data-default-instances-dlist/pkg-descr deleted file mode 100644 index 0c187bf5545..00000000000 --- a/devel/hs-data-default-instances-dlist/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default instances for types in dlist. - -WWW: http://hackage.haskell.org/package/data-default-instances-dlist diff --git a/devel/hs-data-default-instances-old-locale/Makefile b/devel/hs-data-default-instances-old-locale/Makefile deleted file mode 100644 index 9e126430e4a..00000000000 --- a/devel/hs-data-default-instances-old-locale/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default-instances-old-locale -PORTVERSION= 0.0.1 -PORTREVISION= 13 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Default instances for types in old-locale - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class old-locale - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default-instances-old-locale/distinfo b/devel/hs-data-default-instances-old-locale/distinfo deleted file mode 100644 index 16f3c50a4a6..00000000000 --- a/devel/hs-data-default-instances-old-locale/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 -SIZE (cabal/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 diff --git a/devel/hs-data-default-instances-old-locale/pkg-descr b/devel/hs-data-default-instances-old-locale/pkg-descr deleted file mode 100644 index 875b1ebc403..00000000000 --- a/devel/hs-data-default-instances-old-locale/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Default instances for types in old-locale. - -WWW: http://hackage.haskell.org/package/data-default-instances-old-locale diff --git a/devel/hs-data-default/Makefile b/devel/hs-data-default/Makefile deleted file mode 100644 index 77f3f20c22f..00000000000 --- a/devel/hs-data-default/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-default -PORTVERSION= 0.7.1.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Class for types with a default value - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class data-default-instances-base \ - data-default-instances-containers data-default-instances-dlist \ - data-default-instances-old-locale - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-default/distinfo b/devel/hs-data-default/distinfo deleted file mode 100644 index dce4860a7ea..00000000000 --- a/devel/hs-data-default/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627829 -SHA256 (cabal/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 -SIZE (cabal/data-default-0.7.1.1.tar.gz) = 1627 diff --git a/devel/hs-data-default/pkg-descr b/devel/hs-data-default/pkg-descr deleted file mode 100644 index ab88ac6310f..00000000000 --- a/devel/hs-data-default/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A class for types with a default value. - -WWW: http://hackage.haskell.org/package/data-default diff --git a/devel/hs-data-endian/Makefile b/devel/hs-data-endian/Makefile deleted file mode 100644 index 50969ffbec3..00000000000 --- a/devel/hs-data-endian/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-endian -PORTVERSION= 0.1.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Endian-sensitive data - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-endian/distinfo b/devel/hs-data-endian/distinfo deleted file mode 100644 index b983e097114..00000000000 --- a/devel/hs-data-endian/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501335045 -SHA256 (cabal/data-endian-0.1.1.tar.gz) = 8c1d4f30374f8331d31f4d7c6b39284331b6b9436e7b50f86547417bd05f2ac0 -SIZE (cabal/data-endian-0.1.1.tar.gz) = 2788 diff --git a/devel/hs-data-endian/pkg-descr b/devel/hs-data-endian/pkg-descr deleted file mode 100644 index 8e9be44da19..00000000000 --- a/devel/hs-data-endian/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package provides helpers for converting endian-sensitive data. - -WWW: https://github.com/mvv/data-endian diff --git a/devel/hs-data-hash/Makefile b/devel/hs-data-hash/Makefile deleted file mode 100644 index 0040c01172a..00000000000 --- a/devel/hs-data-hash/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-hash -PORTVERSION= 0.2.0.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Combinators for building fast hashing functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-hash/distinfo b/devel/hs-data-hash/distinfo deleted file mode 100644 index 8e75d5aff7b..00000000000 --- a/devel/hs-data-hash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-hash-0.2.0.1.tar.gz) = 9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe -SIZE (cabal/data-hash-0.2.0.1.tar.gz) = 8504 diff --git a/devel/hs-data-hash/pkg-descr b/devel/hs-data-hash/pkg-descr deleted file mode 100644 index 3ad409775ee..00000000000 --- a/devel/hs-data-hash/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Combinators for building fast hashing functions. Includes hashing -functions for all basic Haskell 98 types. - -WWW: http://hackage.haskell.org/package/data-hash diff --git a/devel/hs-data-ordlist/Makefile b/devel/hs-data-ordlist/Makefile deleted file mode 100644 index ee12ef5f9e4..00000000000 --- a/devel/hs-data-ordlist/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-ordlist -PORTVERSION= 0.4.7.0 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Set and bag operations on ordered lists - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-ordlist/distinfo b/devel/hs-data-ordlist/distinfo deleted file mode 100644 index bb7c22be654..00000000000 --- a/devel/hs-data-ordlist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627830 -SHA256 (cabal/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d -SIZE (cabal/data-ordlist-0.4.7.0.tar.gz) = 8906 diff --git a/devel/hs-data-ordlist/pkg-descr b/devel/hs-data-ordlist/pkg-descr deleted file mode 100644 index 846de9871ea..00000000000 --- a/devel/hs-data-ordlist/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This module provides set and multiset operations on ordered lists. - -WWW: http://hackage.haskell.org/package/data-ordlist diff --git a/devel/hs-data-pprint/Makefile b/devel/hs-data-pprint/Makefile deleted file mode 100644 index 40a6306881b..00000000000 --- a/devel/hs-data-pprint/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-pprint -PORTVERSION= 0.2.4.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Prettyprint and compare Data values - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl parallel - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-data-pprint/distinfo b/devel/hs-data-pprint/distinfo deleted file mode 100644 index eff54157f62..00000000000 --- a/devel/hs-data-pprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499448153 -SHA256 (cabal/data-pprint-0.2.4.1.tar.gz) = 0c06aae83e1e41883927fbaa008964acd7d6b005a0f7e44c95fa5062943e0f83 -SIZE (cabal/data-pprint-0.2.4.1.tar.gz) = 10117 diff --git a/devel/hs-data-pprint/files/patch-Data_PPrint.hs b/devel/hs-data-pprint/files/patch-Data_PPrint.hs deleted file mode 100644 index f517231270e..00000000000 --- a/devel/hs-data-pprint/files/patch-Data_PPrint.hs +++ /dev/null @@ -1,9 +0,0 @@ ---- Data/PPrint.hs.orig 2018-04-13 19:36:43 UTC -+++ Data/PPrint.hs -@@ -60,6 +60,6 @@ a === b = do - showBotts :: [(String, String)] -> Doc - showBotts es = vcat $ map f es - where -- f (i, e) = text i <> text ":" <+> vcat (map text $ lines e) -+ f (i, e) = text i Text.PrettyPrint.HughesPJ.<> text ":" <+> vcat (map text $ lines e) - diff --git a/devel/hs-data-pprint/files/patch-data-pprint.cabal b/devel/hs-data-pprint/files/patch-data-pprint.cabal deleted file mode 100644 index 648b16e8289..00000000000 --- a/devel/hs-data-pprint/files/patch-data-pprint.cabal +++ /dev/null @@ -1,24 +0,0 @@ ---- data-pprint.cabal.orig 2016-05-24 15:33:57 UTC -+++ data-pprint.cabal -@@ -30,7 +30,7 @@ description: - > [1..10] === reverse [10..1] - > reverse [10..] === [1..] - > [1..] === [1..99] ++ [101..] -- > ([1..], [1..]) === ([1..], [1..100]) -+ > ([1..], [1..]) === ([1..], [1..100]) - > (error "x", [1..]) === (0 `div` 0, reverse [1..]) - > error ("xx" ++ show (length [1..])) === 1 - > error ("xx" ++ error "yy") === 1 -@@ -68,10 +68,10 @@ library - System.IO.Parallel - other-modules: - build-depends: -- base >= 4.0 && < 4.10, -+ base >= 4.0 && < 4.13, - pretty >= 1.0 && < 1.2, - mtl >= 2.0 && < 2.3, - deepseq >= 1.1 && < 1.5, -- time >= 1.2 && < 1.6, -+ time >= 1.2 && < 1.9, - parallel >= 3.1 && < 3.3 - diff --git a/devel/hs-data-pprint/pkg-descr b/devel/hs-data-pprint/pkg-descr deleted file mode 100644 index 706b14a2089..00000000000 --- a/devel/hs-data-pprint/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Prettyprint and compare Data values. - - * Size limit for the output - * Time limit for the computation - * Escape exceptions - * Do not escape unicode characters - * Comparison: Highlight the first difference - * Comparison: Yes, No or Maybe results - -WWW: http://hackage.haskell.org/package/data-pprint diff --git a/devel/hs-date-cache/Makefile b/devel/hs-date-cache/Makefile deleted file mode 100644 index 15c446ccc06..00000000000 --- a/devel/hs-date-cache/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= date-cache -PORTVERSION= 0.3.0 -PORTREVISION= 14 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Date cacher - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-date-cache/distinfo b/devel/hs-date-cache/distinfo deleted file mode 100644 index 0a4b730b040..00000000000 --- a/devel/hs-date-cache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627831 -SHA256 (cabal/date-cache-0.3.0.tar.gz) = abce44f11dd9da4abaca9e33da2c74bd32b42fea027d171c03b6c10cda62303f -SIZE (cabal/date-cache-0.3.0.tar.gz) = 2126 diff --git a/devel/hs-date-cache/pkg-descr b/devel/hs-date-cache/pkg-descr deleted file mode 100644 index 3c6527a44d3..00000000000 --- a/devel/hs-date-cache/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Formatting time is slow. This package provides mechanisms to cache formatted -date. - -WWW: http://hackage.haskell.org/package/date-cache diff --git a/devel/hs-datetime/Makefile b/devel/hs-datetime/Makefile deleted file mode 100644 index 6529a0f2e84..00000000000 --- a/devel/hs-datetime/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= datetime -PORTVERSION= 0.3.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Utilities to make Data.Time.* easier to use - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-locale>=1.0.0.1 old-time>=1.0.0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-datetime/distinfo b/devel/hs-datetime/distinfo deleted file mode 100644 index f1b398b1349..00000000000 --- a/devel/hs-datetime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627831 -SHA256 (cabal/datetime-0.3.1.tar.gz) = 333c7577c5051eb23d172568b9d4fe186f8b5bc750ba1d09822c275d76edbd4a -SIZE (cabal/datetime-0.3.1.tar.gz) = 15071 diff --git a/devel/hs-datetime/pkg-descr b/devel/hs-datetime/pkg-descr deleted file mode 100644 index 5f8166f15dc..00000000000 --- a/devel/hs-datetime/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Provides several utilities for easily converting among the various -standard library Date and Time types, and for converting between these -and standard external representations. - -WWW: http://hackage.haskell.org/package/datetime diff --git a/devel/hs-dbus/Makefile b/devel/hs-dbus/Makefile deleted file mode 100644 index 84971012580..00000000000 --- a/devel/hs-dbus/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dbus -PORTVERSION= 1.0.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A client library for the D-Bus IPC system - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal lens libxml-sax network random split th-lift vector \ - xml-types - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-dbus/distinfo b/devel/hs-dbus/distinfo deleted file mode 100644 index d259b22642a..00000000000 --- a/devel/hs-dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524595525 -SHA256 (cabal/dbus-1.0.1.tar.gz) = a325b5c6958a343b30fd378d54ac01f9db889a4d7cadb14b2103da7ef4e7e8f5 -SIZE (cabal/dbus-1.0.1.tar.gz) = 77535 diff --git a/devel/hs-dbus/pkg-descr b/devel/hs-dbus/pkg-descr deleted file mode 100644 index 4b968c71b5b..00000000000 --- a/devel/hs-dbus/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -D-Bus is a simple, message-based protocol for inter-process communication, -which allows applications to interact with other parts of the machine and the -user's session using remote procedure calls. - -D-Bus is a essential part of the modern Linux desktop, where it replaces -earlier protocols such as CORBA and DCOP. - -This library is an implementation of the D-Bus protocol in Haskell. It can be -used to add D-Bus support to Haskell applications, without the awkward -interfaces common to foreign bindings. - -WWW: https://github.com/rblaze/haskell-dbus#readme - diff --git a/devel/hs-deepseq-generics/Makefile b/devel/hs-deepseq-generics/Makefile deleted file mode 100644 index 1a5f652f8ff..00000000000 --- a/devel/hs-deepseq-generics/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= deepseq-generics -PORTVERSION= 0.2.0.0 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-deepseq-generics/distinfo b/devel/hs-deepseq-generics/distinfo deleted file mode 100644 index f344190f38b..00000000000 --- a/devel/hs-deepseq-generics/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499444756 -SHA256 (cabal/deepseq-generics-0.2.0.0.tar.gz) = b0b3ef5546c0768ef9194519a90c629f8f2ba0348487e620bb89d512187c7c9d -SIZE (cabal/deepseq-generics-0.2.0.0.tar.gz) = 5192 diff --git a/devel/hs-deepseq-generics/files/patch-deepseq-generics.cabal b/devel/hs-deepseq-generics/files/patch-deepseq-generics.cabal deleted file mode 100644 index 4c00ca2ee16..00000000000 --- a/devel/hs-deepseq-generics/files/patch-deepseq-generics.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- deepseq-generics.cabal.orig 2018-04-11 11:03:49 UTC -+++ deepseq-generics.cabal -@@ -42,7 +42,7 @@ source-repository head - library - default-language: Haskell2010 - exposed-modules: Control.DeepSeq.Generics -- build-depends: base >= 4.5 && < 4.10, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5 -+ build-depends: base >= 4.5 && < 4.13, ghc-prim >= 0.2 && < 0.6, deepseq >= 1.2.0.1 && < 1.5 - other-extensions: BangPatterns, FlexibleContexts, TypeOperators - ghc-options: -Wall diff --git a/devel/hs-deepseq-generics/pkg-descr b/devel/hs-deepseq-generics/pkg-descr deleted file mode 100644 index fef41249bf4..00000000000 --- a/devel/hs-deepseq-generics/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides a "GHC.Generics"-based -'Control.DeepSeq.Generics.genericRnf' function which can be used for -providing a 'rnf' implementation. - -WWW: https://github.com/hvr/deepseq-generics diff --git a/devel/hs-directory-tree/Makefile b/devel/hs-directory-tree/Makefile deleted file mode 100644 index d480d12252e..00000000000 --- a/devel/hs-directory-tree/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= directory-tree -PORTVERSION= 0.12.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple directory-like tree datatype, with useful IO functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-directory-tree/distinfo b/devel/hs-directory-tree/distinfo deleted file mode 100644 index b736767ddc5..00000000000 --- a/devel/hs-directory-tree/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627831 -SHA256 (cabal/directory-tree-0.12.1.tar.gz) = e2084495b3a226cf54d949635c86fc14e89daa09d86cce39e3c3cf898ae6e517 -SIZE (cabal/directory-tree-0.12.1.tar.gz) = 12261 diff --git a/devel/hs-directory-tree/pkg-descr b/devel/hs-directory-tree/pkg-descr deleted file mode 100644 index 231a59ec13e..00000000000 --- a/devel/hs-directory-tree/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A simple directory-like tree datatype, with useful IO functions and -Foldable and Traversable instance. Provides a simple data structure -mirroring a directory tree on the filesystem, as well as useful -functions for reading and writing file and directory structures in the -IO monad. - -WWW: http://brandon.si/code/directory-tree-module-released/ diff --git a/devel/hs-dlist-instances/Makefile b/devel/hs-dlist-instances/Makefile deleted file mode 100644 index b968c165819..00000000000 --- a/devel/hs-dlist-instances/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dlist-instances -PORTVERSION= 0.1.1.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Difference lists instances - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dlist semigroups - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-dlist-instances/distinfo b/devel/hs-dlist-instances/distinfo deleted file mode 100644 index 7d69d5afb95..00000000000 --- a/devel/hs-dlist-instances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499459956 -SHA256 (cabal/dlist-instances-0.1.1.1.tar.gz) = d14a10c06f52fb412b2c1066d729f5534aa43204221e7ba7d81d935c44ce4f5b -SIZE (cabal/dlist-instances-0.1.1.1.tar.gz) = 1749 diff --git a/devel/hs-dlist-instances/pkg-descr b/devel/hs-dlist-instances/pkg-descr deleted file mode 100644 index c8abfb79bba..00000000000 --- a/devel/hs-dlist-instances/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package is the canonical source for some orphan instances. Orphan -instances are placed here to avoid dependencies elsewhere. - -WWW: https://github.com/gregwebs/dlist-instances diff --git a/devel/hs-dlist/Makefile b/devel/hs-dlist/Makefile deleted file mode 100644 index 7c327b8dfc7..00000000000 --- a/devel/hs-dlist/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Samy Al Bahra -# $FreeBSD$ - -PORTNAME= dlist -PORTVERSION= 0.8.0.5 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Difference lists - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-dlist/distinfo b/devel/hs-dlist/distinfo deleted file mode 100644 index 202304fab95..00000000000 --- a/devel/hs-dlist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546158989 -SHA256 (cabal/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 -SIZE (cabal/dlist-0.8.0.5.tar.gz) = 8987 diff --git a/devel/hs-dlist/pkg-descr b/devel/hs-dlist/pkg-descr deleted file mode 100644 index 96b9fcbdbef..00000000000 --- a/devel/hs-dlist/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Differences lists are a list-like type supporting O(1) append. This is -particularly useful for efficient logging and pretty printing, (e.g. -with the Writer monad), where list append quickly becomes too expensive. - -WWW: https://github.com/spl/dlist diff --git a/devel/hs-easy-file/Makefile b/devel/hs-easy-file/Makefile deleted file mode 100644 index 717034db9b3..00000000000 --- a/devel/hs-easy-file/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= easy-file -PORTVERSION= 0.2.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform File handling - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-easy-file/distinfo b/devel/hs-easy-file/distinfo deleted file mode 100644 index 2cd4b787e65..00000000000 --- a/devel/hs-easy-file/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627832 -SHA256 (cabal/easy-file-0.2.1.tar.gz) = ff86e1b29284499bea5f1d0ff539b3ed64fa6d1a06c2243ca61f93be0202e56c -SIZE (cabal/easy-file-0.2.1.tar.gz) = 12610 diff --git a/devel/hs-easy-file/pkg-descr b/devel/hs-easy-file/pkg-descr deleted file mode 100644 index 09c532dfb5b..00000000000 --- a/devel/hs-easy-file/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cross-platform file handling for Unix/Mac/Windows. - -WWW: https://github.com/kazu-yamamoto/easy-file diff --git a/devel/hs-echo/Makefile b/devel/hs-echo/Makefile deleted file mode 100644 index 63e37075827..00000000000 --- a/devel/hs-echo/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= echo -PORTVERSION= 0.1.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform and cross-console library to handle echoing terminal input - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-echo/distinfo b/devel/hs-echo/distinfo deleted file mode 100644 index a7cf34b1ea2..00000000000 --- a/devel/hs-echo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523290399 -SHA256 (cabal/echo-0.1.3.tar.gz) = 704f07310f8272d170f8ab7fb2a2c13f15d8501ef8310801e36964c8eff485ef -SIZE (cabal/echo-0.1.3.tar.gz) = 5373 diff --git a/devel/hs-echo/files/patch-echo.cabal b/devel/hs-echo/files/patch-echo.cabal deleted file mode 100644 index 515e4e8df56..00000000000 --- a/devel/hs-echo/files/patch-echo.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- echo.cabal.orig 2018-04-09 16:19:02 UTC -+++ echo.cabal -@@ -39,7 +39,7 @@ library - System.IO.Echo.Internal - - build-depends: base >= 4.3 && < 5 -- , process >= 1.0.1.1 && < 1.5 -+ , process >= 1.0.1.1 && < 1.7 - if os(windows) - cpp-options: "-DWINDOWS" - build-depends: mintty >= 0.1 && < 0.2 diff --git a/devel/hs-echo/pkg-descr b/devel/hs-echo/pkg-descr deleted file mode 100644 index e36e97fe376..00000000000 --- a/devel/hs-echo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The base Haskell library exposes the hGetEcho and hSetEcho functions for -querying and setting echo status, but unfortunately, neither function works -with MinTTY consoles on Windows. This library provides an alternative interface -which works with both MinTTY and other consoles. - -WWW: https://github.com/RyanGlScott/echo diff --git a/devel/hs-edit-distance/Makefile b/devel/hs-edit-distance/Makefile deleted file mode 100644 index 2edb7d64104..00000000000 --- a/devel/hs-edit-distance/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= edit-distance -PORTVERSION= 0.2.2.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Levenshtein and restricted Damerau-Levenshtein edit distances - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= random>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-edit-distance/distinfo b/devel/hs-edit-distance/distinfo deleted file mode 100644 index f42daab8bbd..00000000000 --- a/devel/hs-edit-distance/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627832 -SHA256 (cabal/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a -SIZE (cabal/edit-distance-0.2.2.1.tar.gz) = 13228 diff --git a/devel/hs-edit-distance/pkg-descr b/devel/hs-edit-distance/pkg-descr deleted file mode 100644 index e37399bff3b..00000000000 --- a/devel/hs-edit-distance/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Optimized edit distances for fuzzy matching, including Levenshtein and -restricted Damerau-Levenshtein algorithms. - -WWW: https://github.com/phadej/edit-distance diff --git a/devel/hs-either/Makefile b/devel/hs-either/Makefile deleted file mode 100644 index eb1e1d864c6..00000000000 --- a/devel/hs-either/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= either -PORTVERSION= 5 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Either monad transformer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= bifunctors exceptions free mmorph monad-control \ - MonadRandom mtl profunctors semigroupoids semigroups \ - transformers-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-either/distinfo b/devel/hs-either/distinfo deleted file mode 100644 index 0cd4aea4ad8..00000000000 --- a/devel/hs-either/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524406695 -SHA256 (cabal/either-5.tar.gz) = 75cee27641a34f80e6c71f82469a76c7f51d23a522e792e2733269ebf7cbf420 -SIZE (cabal/either-5.tar.gz) = 8637 diff --git a/devel/hs-either/pkg-descr b/devel/hs-either/pkg-descr deleted file mode 100644 index eb565f33562..00000000000 --- a/devel/hs-either/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An either monad transformer. - -WWW: https://github.com/ekmett/either/ diff --git a/devel/hs-enclosed-exceptions/Makefile b/devel/hs-enclosed-exceptions/Makefile deleted file mode 100644 index 9a435eb0ab2..00000000000 --- a/devel/hs-enclosed-exceptions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= enclosed-exceptions -PORTVERSION= 1.0.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Catching all exceptions from within an enclosed computation - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async>=2.0 lifted-base>=0.2 monad-control transformers-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-enclosed-exceptions/distinfo b/devel/hs-enclosed-exceptions/distinfo deleted file mode 100644 index a459aca7550..00000000000 --- a/devel/hs-enclosed-exceptions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627832 -SHA256 (cabal/enclosed-exceptions-1.0.2.tar.gz) = 7b9beab82d219c0dd879dfdef70fb74a4a7595b4dbd0baf7adb12cdbbe8189f1 -SIZE (cabal/enclosed-exceptions-1.0.2.tar.gz) = 5266 diff --git a/devel/hs-enclosed-exceptions/pkg-descr b/devel/hs-enclosed-exceptions/pkg-descr deleted file mode 100644 index d08fe8f7c1e..00000000000 --- a/devel/hs-enclosed-exceptions/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Catching all exceptions raised within an enclosed computation, while -remaining responsive to (external) asynchronous exceptions. - -WWW: https://github.com/jcristovao/enclosed-exceptions diff --git a/devel/hs-equivalence/Makefile b/devel/hs-equivalence/Makefile deleted file mode 100644 index 6bc33daddc2..00000000000 --- a/devel/hs-equivalence/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= equivalence -PORTVERSION= 0.3.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Maintaining an equivalence relation implemented as union-find using STT - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl STMonadTrans transformers-compat>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-equivalence/distinfo b/devel/hs-equivalence/distinfo deleted file mode 100644 index cf4889881a6..00000000000 --- a/devel/hs-equivalence/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545554667 -SHA256 (cabal/equivalence-0.3.3.tar.gz) = ee8dd8ce12298e6252f331e3844f684cfe7f32b70e529fe7b8dd63153eb2500a -SIZE (cabal/equivalence-0.3.3.tar.gz) = 8371 diff --git a/devel/hs-equivalence/pkg-descr b/devel/hs-equivalence/pkg-descr deleted file mode 100644 index 35c17b1f452..00000000000 --- a/devel/hs-equivalence/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is an implementation of Tarjan's Union-Find algorithm (Robert E. -Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM -22(2), 1975) in order to maintain an equivalence relation. - -WWW: https://bitbucket.org/paba/equivalence/ diff --git a/devel/hs-errors/Makefile b/devel/hs-errors/Makefile deleted file mode 100644 index e2f2d6fafcd..00000000000 --- a/devel/hs-errors/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= errors -PORTVERSION= 2.2.5 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simplified error-handling - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions>=0.6 safe>=0.3.3 transformers-compat unexceptionalio - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-errors/distinfo b/devel/hs-errors/distinfo deleted file mode 100644 index 31be5b46197..00000000000 --- a/devel/hs-errors/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523996378 -SHA256 (cabal/errors-2.2.5.tar.gz) = e917ca560c5573d792483677fa5ad30d9d1923d21361ce24879cb51e6fbc735c -SIZE (cabal/errors-2.2.5.tar.gz) = 9030 diff --git a/devel/hs-errors/pkg-descr b/devel/hs-errors/pkg-descr deleted file mode 100644 index 58c6980880f..00000000000 --- a/devel/hs-errors/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The one-stop shop for all your error-handling needs! Just import -"Control.Error". This library encourages an error-handling style that directly -uses the type system, rather than out-of-band exceptions. - -WWW: http://hackage.haskell.org/package/errors diff --git a/devel/hs-exceptions/Makefile b/devel/hs-exceptions/Makefile deleted file mode 100644 index 410767b5f9e..00000000000 --- a/devel/hs-exceptions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= exceptions -PORTVERSION= 0.10.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Extensible optionally-pure exceptions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-exceptions/distinfo b/devel/hs-exceptions/distinfo deleted file mode 100644 index 3482e8b1ae9..00000000000 --- a/devel/hs-exceptions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523386414 -SHA256 (cabal/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 -SIZE (cabal/exceptions-0.10.0.tar.gz) = 19460 diff --git a/devel/hs-exceptions/files/patch-exceptions.cabal b/devel/hs-exceptions/files/patch-exceptions.cabal deleted file mode 100644 index 226ef6627b3..00000000000 --- a/devel/hs-exceptions/files/patch-exceptions.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- exceptions.cabal.orig 2018-03-11 14:52:28 UTC -+++ exceptions.cabal -@@ -35,7 +35,7 @@ library - build-depends: - base >= 4.3 && < 5, - stm >= 2.2 && < 3, -- template-haskell >= 2.2 && < 2.14, -+ template-haskell >= 2.2 && < 2.15, - transformers >= 0.2 && < 0.6, - transformers-compat >= 0.3 && < 0.7, - mtl >= 2.0 && < 2.3 diff --git a/devel/hs-exceptions/pkg-descr b/devel/hs-exceptions/pkg-descr deleted file mode 100644 index b66fef6410f..00000000000 --- a/devel/hs-exceptions/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Extensible optionally-pure exceptions. - -WWW: https://github.com/ekmett/exceptions/ diff --git a/devel/hs-extensible-exceptions/Makefile b/devel/hs-extensible-exceptions/Makefile deleted file mode 100644 index 40b2454b41e..00000000000 --- a/devel/hs-extensible-exceptions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= extensible-exceptions -PORTVERSION= 0.1.1.4 -PORTREVISION= 12 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Extensible exceptions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -CABAL_SETUP= Setup.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-extensible-exceptions/distinfo b/devel/hs-extensible-exceptions/distinfo deleted file mode 100644 index e3594b52025..00000000000 --- a/devel/hs-extensible-exceptions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627833 -SHA256 (cabal/extensible-exceptions-0.1.1.4.tar.gz) = 6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388 -SIZE (cabal/extensible-exceptions-0.1.1.4.tar.gz) = 8531 diff --git a/devel/hs-extensible-exceptions/pkg-descr b/devel/hs-extensible-exceptions/pkg-descr deleted file mode 100644 index bfd536bc7d0..00000000000 --- a/devel/hs-extensible-exceptions/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides extensible exceptions for both new and old versions -of GHC (i.e., < 6.10). - -WWW: http://hackage.haskell.org/package/extensible-exceptions diff --git a/devel/hs-extra/Makefile b/devel/hs-extra/Makefile deleted file mode 100644 index 11e0d46e217..00000000000 --- a/devel/hs-extra/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= extra -PORTVERSION= 1.6.6 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Extra functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= clock - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-extra/distinfo b/devel/hs-extra/distinfo deleted file mode 100644 index ff729928526..00000000000 --- a/devel/hs-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525013177 -SHA256 (cabal/extra-1.6.6.tar.gz) = 79996e6a8add465b9ae6253249199afc7fb2e4df475744dbe32b3c0b4573a09d -SIZE (cabal/extra-1.6.6.tar.gz) = 39499 diff --git a/devel/hs-extra/pkg-descr b/devel/hs-extra/pkg-descr deleted file mode 100644 index 9507a27bdcb..00000000000 --- a/devel/hs-extra/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -A library of extra functions for the standard Haskell libraries. Most -functions are simple additions, filling out missing functionality. A few -functions are available in later versions of GHC, but this package makes -them available back to GHC 7.2. The module "Extra" documents all functions -provided by this library. Modules such as "Data.List.Extra" provide extra -functions over "Data.List" and also reexport "Data.List". Users are -recommended to replace "Data.List" imports with "Data.List.Extra" if they -need the extra functionality. - -WWW: https://github.com/ndmitchell/extra#readme diff --git a/devel/hs-fast-logger/Makefile b/devel/hs-fast-logger/Makefile deleted file mode 100644 index 32f310c3090..00000000000 --- a/devel/hs-fast-logger/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fast-logger -PORTVERSION= 2.4.11 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast logging system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= auto-update easy-file old-locale unix-time - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-fast-logger/distinfo b/devel/hs-fast-logger/distinfo deleted file mode 100644 index e8a39e4b4bb..00000000000 --- a/devel/hs-fast-logger/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523783540 -SHA256 (cabal/fast-logger-2.4.11.tar.gz) = bbe5deab58f435754dbe938cf0ddf26fc21f317c35fb3431d4bdb96809dea2a9 -SIZE (cabal/fast-logger-2.4.11.tar.gz) = 10326 diff --git a/devel/hs-fast-logger/pkg-descr b/devel/hs-fast-logger/pkg-descr deleted file mode 100644 index e5bf188f9e7..00000000000 --- a/devel/hs-fast-logger/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A fast logging system. - -WWW: http://hackage.haskell.org/package/fast-logger diff --git a/devel/hs-fgl/Makefile b/devel/hs-fgl/Makefile deleted file mode 100644 index 0a6109dab3a..00000000000 --- a/devel/hs-fgl/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= fgl -PORTVERSION= 5.7.0.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Martin Erwig Functional Graph Library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-fgl/distinfo b/devel/hs-fgl/distinfo deleted file mode 100644 index f62feacaa5c..00000000000 --- a/devel/hs-fgl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545555065 -SHA256 (cabal/fgl-5.7.0.1.tar.gz) = ffce7af67d4e7ee2f6a7c44fbb749c4253ce9bb35b8b1ffe1c93a173a01fe910 -SIZE (cabal/fgl-5.7.0.1.tar.gz) = 56186 diff --git a/devel/hs-fgl/pkg-descr b/devel/hs-fgl/pkg-descr deleted file mode 100644 index d07d29bb786..00000000000 --- a/devel/hs-fgl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An inductive representation of manipulating graph data structures. - -WWW: http://hackage.haskell.org/package/fgl diff --git a/devel/hs-file-embed/Makefile b/devel/hs-file-embed/Makefile deleted file mode 100644 index 27e63c71633..00000000000 --- a/devel/hs-file-embed/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= file-embed -PORTVERSION= 0.0.10 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Use Template Haskell to embed file contents directly - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-file-embed/distinfo b/devel/hs-file-embed/distinfo deleted file mode 100644 index d3031a0c317..00000000000 --- a/devel/hs-file-embed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627834 -SHA256 (cabal/file-embed-0.0.10.tar.gz) = f751925cec5773a4fad5a48ca0a86a21091ee5f1efccf618a64a89fa2cf5f711 -SIZE (cabal/file-embed-0.0.10.tar.gz) = 6247 diff --git a/devel/hs-file-embed/pkg-descr b/devel/hs-file-embed/pkg-descr deleted file mode 100644 index 74b2dba7c9c..00000000000 --- a/devel/hs-file-embed/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Use Template Haskell to read a file or all the files in a directory, and -turn them into (path, text) pairs embedded in your haskell code. - -WWW: https://github.com/snoyberg/file-embed diff --git a/devel/hs-filemanip/Makefile b/devel/hs-filemanip/Makefile deleted file mode 100644 index 999933f4df3..00000000000 --- a/devel/hs-filemanip/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= filemanip -PORTVERSION= 0.3.6.3 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Expressive file and directory manipulation for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl unix-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-filemanip/distinfo b/devel/hs-filemanip/distinfo deleted file mode 100644 index ab907943273..00000000000 --- a/devel/hs-filemanip/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627834 -SHA256 (cabal/filemanip-0.3.6.3.tar.gz) = 8836da17baaaf02ca080c9990ece4e0b0c8d6a128f458f8b64fd07b225ca9846 -SIZE (cabal/filemanip-0.3.6.3.tar.gz) = 10369 diff --git a/devel/hs-filemanip/pkg-descr b/devel/hs-filemanip/pkg-descr deleted file mode 100644 index 0de277d22ee..00000000000 --- a/devel/hs-filemanip/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell library for working with files and directories. Includes code -for pattern matching, finding files, modifying file contents, and more. - -WWW: https://github.com/bos/filemanip diff --git a/devel/hs-filestore/Makefile b/devel/hs-filestore/Makefile deleted file mode 100644 index 1f7a6eb3946..00000000000 --- a/devel/hs-filestore/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= filestore -PORTVERSION= 0.6.3.4 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface for versioning file stores - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= Diff>=0.2 old-locale>=1.0 split>=0.1 utf8-string>=0.3 xml>=1.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-filestore/distinfo b/devel/hs-filestore/distinfo deleted file mode 100644 index c7443962d62..00000000000 --- a/devel/hs-filestore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545674897 -SHA256 (cabal/filestore-0.6.3.4.tar.gz) = a06b24a0c522ecec62e6b5bcc2d0c014ced0aa86821b3a522ebd33aa25b63e60 -SIZE (cabal/filestore-0.6.3.4.tar.gz) = 32070 diff --git a/devel/hs-filestore/pkg-descr b/devel/hs-filestore/pkg-descr deleted file mode 100644 index bd532ee1dc4..00000000000 --- a/devel/hs-filestore/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The filestore library provides an abstract interface for a versioning file -store, and modules that instantiate this interface. Currently Git, Darcs, -and Mercurial modules are provided, and other VCSs or databases could be -added. - -WWW: http://hackage.haskell.org/package/filestore diff --git a/devel/hs-fmlist/Makefile b/devel/hs-fmlist/Makefile deleted file mode 100644 index 635355a8ef1..00000000000 --- a/devel/hs-fmlist/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fmlist -PORTVERSION= 0.9.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= FoldMap lists are lists represented by their foldMap function - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-fmlist/distinfo b/devel/hs-fmlist/distinfo deleted file mode 100644 index 47f0bced997..00000000000 --- a/devel/hs-fmlist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523130549 -SHA256 (cabal/fmlist-0.9.2.tar.gz) = 8fc4b55d04e7f216740a01acd2f38293e3bd9409a9495e6042a162580c420609 -SIZE (cabal/fmlist-0.9.2.tar.gz) = 4387 diff --git a/devel/hs-fmlist/pkg-descr b/devel/hs-fmlist/pkg-descr deleted file mode 100644 index 6ba34e53521..00000000000 --- a/devel/hs-fmlist/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -FoldMap lists are lists represented by their foldMap function. FoldMap lists -have O(1) cons, snoc and append, just like DLists, but other operations might -have favorable performance characteristics as well. These wild claims are -still completely unverified though. - -WWW: http://hackage.haskell.org/package/fmlist diff --git a/devel/hs-fortran-src/Makefile b/devel/hs-fortran-src/Makefile deleted file mode 100644 index 5aff615f701..00000000000 --- a/devel/hs-fortran-src/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fortran-src -DISTVERSION= 0.2.1.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= hello@blubee.me -COMMENT= Parser and analyses for Fortran standard 66, 77, 90 & 95 - -LICENSE= APACHE20 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -BROKEN= Doesn't build with newest GHC - -USE_CABAL= fgl>=5.0 GenericPretty>=1.2.2 uniplate>=1.6 alex>=3.1 \ - happy>=1.19 unordered-containers>=0.2.9.0 syb>=0.7 \ - hashable>=1.2.3.0 - -EXECUTABLE= fortran-src - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-fortran-src/distinfo b/devel/hs-fortran-src/distinfo deleted file mode 100644 index 4f5b984503b..00000000000 --- a/devel/hs-fortran-src/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532744573 -SHA256 (cabal/fortran-src-0.2.1.1.tar.gz) = 5fb3eee113f61feae8c556454f3052c61b103be984e158fdaf979b59d2001100 -SIZE (cabal/fortran-src-0.2.1.1.tar.gz) = 135885 diff --git a/devel/hs-fortran-src/files/patch-fortran-src.cabal b/devel/hs-fortran-src/files/patch-fortran-src.cabal deleted file mode 100644 index 36251a873ae..00000000000 --- a/devel/hs-fortran-src/files/patch-fortran-src.cabal +++ /dev/null @@ -1,29 +0,0 @@ ---- fortran-src.cabal.orig 2018-05-18 02:24:45 UTC -+++ fortran-src.cabal -@@ -28,7 +28,7 @@ executable fortran-src - uniplate >= 1.6 && < 2, - GenericPretty >= 1.2.2 && < 2, - pretty >= 1.1 && < 2, -- containers >= 0.5 && < 0.6, -+ containers >= 0.5 && < 0.7, - text >= 1.2 && < 2, - bytestring >= 0.10 && < 0.11, - binary >= 0.8.3.0 && < 0.9, -@@ -78,7 +78,7 @@ library - uniplate >= 1.6 && < 2, - GenericPretty >= 1.2.2 && < 2, - pretty >= 1.1 && < 2, -- containers >= 0.5 && < 0.6, -+ containers >= 0.5 && < 0.7, - text >= 1.2 && < 2, - bytestring >= 0.10 && < 0.11, - binary >= 0.8.3.0 && < 0.9, -@@ -102,7 +102,7 @@ test-suite spec - filepath >= 1.4 && < 2, - GenericPretty >= 1.2.2 && < 2, - pretty >= 1.1 && < 2, -- containers >= 0.5 && < 0.6, -+ containers >= 0.5 && < 0.7, - text >= 1.2 && < 2, - bytestring >= 0.10 && < 0.11, - binary >= 0.8.3.0 && < 0.9, diff --git a/devel/hs-fortran-src/pkg-descr b/devel/hs-fortran-src/pkg-descr deleted file mode 100644 index d5924ae55f0..00000000000 --- a/devel/hs-fortran-src/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Provides lexing, parsing, and basic analyses of Fortran code covering -standards: FORTRAN 66, FORTRAN 77, Fortran 90, and Fortran 95 and some legacy -extensions. Includes data flow and basic block analysis, a renamer, and type -analysis. - -WWW: https://github.com/camfort/fortran-src diff --git a/devel/hs-foundation/Makefile b/devel/hs-foundation/Makefile deleted file mode 100644 index 4ea31a525da..00000000000 --- a/devel/hs-foundation/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= foundation -PORTVERSION= 0.0.21 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A custom prelude with no dependencies apart from base - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= basement - -post-extract: - ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs - ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-foundation/distinfo b/devel/hs-foundation/distinfo deleted file mode 100644 index b3f2200c458..00000000000 --- a/devel/hs-foundation/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545589565 -SHA256 (cabal/foundation-0.0.21.tar.gz) = 4ed3a0e7f8052b52d27c9806eff3bea51acc2587f74f81db4b8e03e938f283e0 -SIZE (cabal/foundation-0.0.21.tar.gz) = 120009 diff --git a/devel/hs-foundation/pkg-descr b/devel/hs-foundation/pkg-descr deleted file mode 100644 index 38f7cc1da12..00000000000 --- a/devel/hs-foundation/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This package has the following goals: - * provide a base like sets of modules that provide a consistent set of - features and bugfixes across multiple versions of GHC (unlike base). - * provide a better and more efficient prelude than base's prelude. - * be self-sufficient: no external dependencies apart from base. - * provide better data-types: packed unicode string by default, arrays. - * Better numerical classes that better represent mathematical thing - (No more all-in-one Num). - * Better I/O system with less Lazy IO - * Usual partial functions distinguished through type system - -WWW: https://hackage.haskell.org/package/foundation diff --git a/devel/hs-free/Makefile b/devel/hs-free/Makefile deleted file mode 100644 index 448186bb790..00000000000 --- a/devel/hs-free/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= free -PORTVERSION= 5.0.1 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monads for free - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= bifunctors>=4 comonad>=4 distributive>=0.2.1 exceptions>=0.6 \ - mtl>=2.0.1.0 prelude-extras>=0.4 profunctors>=4 \ - semigroupoids>=4 semigroups>=0.8.3.1 transformers-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-free/distinfo b/devel/hs-free/distinfo deleted file mode 100644 index fa8edc99aba..00000000000 --- a/devel/hs-free/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523821134 -SHA256 (cabal/free-5.0.1.tar.gz) = b75cb592fdcbe11b83d2316c0cb5c8a66621709f57af9f52bbfcc8e4524e6299 -SIZE (cabal/free-5.0.1.tar.gz) = 64069 diff --git a/devel/hs-free/files/patch-free.cabal b/devel/hs-free/files/patch-free.cabal deleted file mode 100644 index 9c7d446b941..00000000000 --- a/devel/hs-free/files/patch-free.cabal +++ /dev/null @@ -1,13 +0,0 @@ ---- free.cabal.orig 2018-03-08 00:33:22 UTC -+++ free.cabal -@@ -84,8 +84,8 @@ library - transformers-base < 0.5, - transformers-compat >= 0.3 && < 1, - template-haskell >= 2.7.0.0 && < 3, -- exceptions >= 0.6 && < 0.10, -- containers < 0.6 -+ exceptions >= 0.6 && < 0.11, -+ containers < 0.7 - - exposed-modules: - Control.Applicative.Free diff --git a/devel/hs-free/pkg-descr b/devel/hs-free/pkg-descr deleted file mode 100644 index 55c3814564e..00000000000 --- a/devel/hs-free/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Free monads are useful for many tree-like structures and Domain-Specific -Languages. - -WWW: https://github.com/ekmett/free/ diff --git a/devel/hs-fsnotify/Makefile b/devel/hs-fsnotify/Makefile deleted file mode 100644 index 678a064f724..00000000000 --- a/devel/hs-fsnotify/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fsnotify -PORTVERSION= 0.2.1.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform library for file system notifications - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async>=2.0.1 hinotify>=0.3.7 unix-compat>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-fsnotify/distinfo b/devel/hs-fsnotify/distinfo deleted file mode 100644 index ec549246997..00000000000 --- a/devel/hs-fsnotify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523958991 -SHA256 (cabal/fsnotify-0.2.1.1.tar.gz) = 175a75962ad07c30c031fa8931f8d3e32abc06a96676e73e65cb7207e9d2dc90 -SIZE (cabal/fsnotify-0.2.1.1.tar.gz) = 14695 diff --git a/devel/hs-fsnotify/pkg-descr b/devel/hs-fsnotify/pkg-descr deleted file mode 100644 index ed087a7e157..00000000000 --- a/devel/hs-fsnotify/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Cross-platform library for file creation, modification, and deletion -notification. This library builds upon existing libraries for -platform-specific Window, Mac, and Linux file system event notification. - -WWW: https://github.com/haskell-fswatch/hfsnotify diff --git a/devel/hs-gconf/Makefile b/devel/hs-gconf/Makefile deleted file mode 100644 index a1c8f1f46a5..00000000000 --- a/devel/hs-gconf/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gconf -PORTVERSION= 0.13.1.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GNOME configuration database system - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13.0.0 gtk2hs-buildtools -USE_GNOME= gconf2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-gconf/distinfo b/devel/hs-gconf/distinfo deleted file mode 100644 index df39899b502..00000000000 --- a/devel/hs-gconf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627837 -SHA256 (cabal/gconf-0.13.1.0.tar.gz) = 57cfa606ef4dcd377e0d77d59b880439382ad05604b3e3d439fd64af64a21dad -SIZE (cabal/gconf-0.13.1.0.tar.gz) = 26625 diff --git a/devel/hs-gconf/pkg-descr b/devel/hs-gconf/pkg-descr deleted file mode 100644 index a11bbab17b6..00000000000 --- a/devel/hs-gconf/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GConf is a configuration database system for storing application preferences. -It supports default or mandatory settings set by the administrator, and -changes to the database are instantly applied to all running applications. It -is written for the GNOME desktop but doesn't require it. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/devel/hs-generic-deriving/Makefile b/devel/hs-generic-deriving/Makefile deleted file mode 100644 index f7d5ce80ff5..00000000000 --- a/devel/hs-generic-deriving/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= generic-deriving -PORTVERSION= 1.12.1 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic programming library for generalised deriving - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-generic-deriving/distinfo b/devel/hs-generic-deriving/distinfo deleted file mode 100644 index dfebc6140b6..00000000000 --- a/devel/hs-generic-deriving/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523447778 -SHA256 (cabal/generic-deriving-1.12.1.tar.gz) = f5fd3f733a20deee5a6e752969edac1e04a90e2ee34e005fccb5d35a5c129473 -SIZE (cabal/generic-deriving-1.12.1.tar.gz) = 67982 diff --git a/devel/hs-generic-deriving/files/patch-generic-deriving.cabal b/devel/hs-generic-deriving/files/patch-generic-deriving.cabal deleted file mode 100644 index 3903715f50b..00000000000 --- a/devel/hs-generic-deriving/files/patch-generic-deriving.cabal +++ /dev/null @@ -1,14 +0,0 @@ ---- generic-deriving.cabal.orig 2018-01-11 21:49:37 UTC -+++ generic-deriving.cabal -@@ -75,9 +75,9 @@ library - build-depends: base >= 4.3 && < 4.9 - other-modules: Generics.Deriving.TH.Pre4_9 - -- build-depends: containers >= 0.1 && < 0.6 -+ build-depends: containers >= 0.1 && < 0.7 - , ghc-prim < 1 -- , template-haskell >= 2.4 && < 2.13 -+ , template-haskell >= 2.4 && < 2.15 - - default-language: Haskell2010 - ghc-options: -Wall diff --git a/devel/hs-generic-deriving/pkg-descr b/devel/hs-generic-deriving/pkg-descr deleted file mode 100644 index 0dc690fe0be..00000000000 --- a/devel/hs-generic-deriving/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides functionality for generalising the deriving mechanism -in Haskell to arbitrary classes. - -WWW: http://hackage.haskell.org/package/generic-deriving diff --git a/devel/hs-geniplate-mirror/Makefile b/devel/hs-geniplate-mirror/Makefile deleted file mode 100644 index 2ade48edfa6..00000000000 --- a/devel/hs-geniplate-mirror/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= geniplate-mirror -PORTVERSION= 0.7.6 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Use Template Haskell to generate Uniplate-like functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-geniplate-mirror/distinfo b/devel/hs-geniplate-mirror/distinfo deleted file mode 100644 index 5d127d7cd69..00000000000 --- a/devel/hs-geniplate-mirror/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523650498 -SHA256 (cabal/geniplate-mirror-0.7.6.tar.gz) = 4b6b82d0348e79ae4a5e1deac029441251ae87ec15a7667cf0a1de5ff80215f8 -SIZE (cabal/geniplate-mirror-0.7.6.tar.gz) = 9314 diff --git a/devel/hs-geniplate-mirror/files/patch-geniplate-mirror.cabal b/devel/hs-geniplate-mirror/files/patch-geniplate-mirror.cabal deleted file mode 100644 index ac725f7bf8b..00000000000 --- a/devel/hs-geniplate-mirror/files/patch-geniplate-mirror.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- geniplate-mirror.cabal.orig 2018-02-07 14:46:43 UTC -+++ geniplate-mirror.cabal -@@ -28,6 +28,6 @@ source-repository head - location: https://github.com/danr/geniplate - - library -- Build-Depends: base >= 4 && < 5.0, template-haskell < 2.14, mtl -+ Build-Depends: base >= 4 && < 5.0, template-haskell < 2.15, mtl - - Exposed-modules: Data.Generics.Geniplate diff --git a/devel/hs-geniplate-mirror/pkg-descr b/devel/hs-geniplate-mirror/pkg-descr deleted file mode 100644 index 33fcbd4d869..00000000000 --- a/devel/hs-geniplate-mirror/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Use Template Haskell to generate Uniplate-like functions. - -WWW: https://github.com/danr/geniplate diff --git a/devel/hs-ghc-events/Makefile b/devel/hs-ghc-events/Makefile index 3719760bc22..4d4c76a2f7f 100644 --- a/devel/hs-ghc-events/Makefile +++ b/devel/hs-ghc-events/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghc-events PORTVERSION= 0.8.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,8 @@ COMMENT= Library and tool for parsing .eventlog files from GHC LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=2.2.1 vector -EXECUTABLE= ghc-events +USES= cabal + +USE_CABAL= primitive-0.6.4.0_1 vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-ghc-events/distinfo b/devel/hs-ghc-events/distinfo index 87fb1cf6430..35a964857a6 100644 --- a/devel/hs-ghc-events/distinfo +++ b/devel/hs-ghc-events/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1545835185 +TIMESTAMP = 1550306545 SHA256 (cabal/ghc-events-0.8.0.1.tar.gz) = 29c5f07f1f0fbf64f8f74b806a5ce3b3ad39bbd443bb7241451e91ad48a6a898 SIZE (cabal/ghc-events-0.8.0.1.tar.gz) = 1441899 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/devel/hs-ghc-mtl/Makefile b/devel/hs-ghc-mtl/Makefile deleted file mode 100644 index 146853ae352..00000000000 --- a/devel/hs-ghc-mtl/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= ghc-mtl -PORTVERSION= 1.2.1.0 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Mtl-compatible version of the Ghc-Api monads and monad-transformers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions>=0.6 extensible-exceptions mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ghc-mtl/distinfo b/devel/hs-ghc-mtl/distinfo deleted file mode 100644 index 61739ae5260..00000000000 --- a/devel/hs-ghc-mtl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627837 -SHA256 (cabal/ghc-mtl-1.2.1.0.tar.gz) = 934e36c03ae0cbf59d6eb6d626983a3e520c6101417284b0a652db74e333d940 -SIZE (cabal/ghc-mtl-1.2.1.0.tar.gz) = 2963 diff --git a/devel/hs-ghc-mtl/pkg-descr b/devel/hs-ghc-mtl/pkg-descr deleted file mode 100644 index 78107337605..00000000000 --- a/devel/hs-ghc-mtl/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides an 'mtl' compatible version of the 'GhcT' monad-transformer -defined in the 'GHC-API' since version 6.10.1. - -WWW: http://hub.darcs.net/jcpetruzza/ghc-mtl diff --git a/devel/hs-ghc-paths/Makefile b/devel/hs-ghc-paths/Makefile deleted file mode 100644 index d152df0fd51..00000000000 --- a/devel/hs-ghc-paths/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= ghc-paths -PORTVERSION= 0.1.0.9 -PORTREVISION= 13 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Knowledge of GHC's installation directories - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ghc-paths/distinfo b/devel/hs-ghc-paths/distinfo deleted file mode 100644 index 46b995f709f..00000000000 --- a/devel/hs-ghc-paths/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627837 -SHA256 (cabal/ghc-paths-0.1.0.9.tar.gz) = afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945 -SIZE (cabal/ghc-paths-0.1.0.9.tar.gz) = 2402 diff --git a/devel/hs-ghc-paths/pkg-descr b/devel/hs-ghc-paths/pkg-descr deleted file mode 100644 index 82789d45554..00000000000 --- a/devel/hs-ghc-paths/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Knowledge of GHC's installation directories. - -WWW: http://hackage.haskell.org/packages/ghc-paths diff --git a/devel/hs-gio/Makefile b/devel/hs-gio/Makefile deleted file mode 100644 index 82a11128c32..00000000000 --- a/devel/hs-gio/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gio -PORTVERSION= 0.13.3.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GIO - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13.0.0 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-gio/distinfo b/devel/hs-gio/distinfo deleted file mode 100644 index ab8dd7804ff..00000000000 --- a/devel/hs-gio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627838 -SHA256 (cabal/gio-0.13.3.1.tar.gz) = ac63f42321800731b9dc1f753f27ee877c04fdf7bcbcab0e2c57348a4739d827 -SIZE (cabal/gio-0.13.3.1.tar.gz) = 70058 diff --git a/devel/hs-gio/pkg-descr b/devel/hs-gio/pkg-descr deleted file mode 100644 index 48c3f357460..00000000000 --- a/devel/hs-gio/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GIO is striving to provide a modern, easy-to-use VFS API that sits at the -right level in the library stack. The goal is to overcome the shortcomings -of GnomeVFS and provide an API that is so good that developers prefer it -over raw POSIX calls. Among other things that means using GObject. It also -means not cloning the POSIX API, but providing higher-level, document-centric -interfaces. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index 802c84df2aa..fc54fb62b14 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= git-annex -PORTVERSION= 6.20170520 -PORTREVISION= 4 +PORTVERSION= 7.20190129 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,14 +10,121 @@ COMMENT= Manage files with git, without checking their contents into git LICENSE= GPLv3 -USE_CABAL= hslogger split IfElse QuickCheck SafeSemaphore bloomfilter \ - concurrent-output disk-free-space edit-distance esqueleto \ - feed magic network persistent-sqlite regex-tdfa sandi \ - torrent uuid +BUILD_DEPENDS= rsync:net/rsync \ + git:devel/git \ + gsha256sum:sysutils/coreutils \ + happy:devel/hs-happy \ + hs-network>=2.6:net/hs-network + +RUN_DEPENDS= rsync:net/rsync \ + git:devel/git \ + gsha256sum:sysutils/coreutils + +USES= cabal perl5 -USES= gmake perl5 USE_PERL5= build +USE_CABAL= IfElse-0.85 QuickCheck-2.12.6.1_1 SafeSemaphore-0.10.1_1 \ + StateVar-1.1.1.1 adjunctions-4.4_2 aeson-1.4.2.0_1 \ + aeson-compat-0.3.9 alex-3.2.4 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \ + appar-0.1.7 asn1-encoding-0.9.5 asn1-parse-0.9.4 asn1-types-0.3.2 \ + async-2.2.1_1 attoparsec-0.13.2.2 attoparsec-iso8601-1.0.1.0 \ + auto-update-0.1.4 base-compat-0.10.5 base-orphans-0.8 \ + basement-0.0.10_1 bencode-0.6.0.0 bifunctors-5.5.3 \ + blaze-builder-0.4.1.0 blaze-html-0.9.1.1 blaze-markup-0.8.2.2 \ + bloomfilter-2.0.1.0 bsb-http-chunked-0.0.0.4 byteable-0.1.1 \ + byteorder-1.0.4 cabal-doctest-1.0.6_2 call-stack-0.1.0 \ + case-insensitive-1.2.0.11 cereal-0.5.8.0 cipher-aes-0.2.11 \ + clientsession-0.9.1.2 clock-0.7.2 colour-2.3.4 comonad-5.0.4 \ + concurrent-output-1.10.9 conduit-1.3.1 conduit-extra-1.3.0 \ + connection-0.2.8 contravariant-1.5 cookie-0.4.4 cprng-aes-0.6.1 \ + crypto-api-0.13.3 crypto-cipher-types-0.0.9 crypto-random-0.0.9 \ + cryptohash-md5-0.11.100.1_3 cryptohash-sha1-0.11.100.1_3 \ + cryptonite-0.25 cryptonite-conduit-0.2.2 css-text-0.1.3.0 \ + data-default-0.7.1.1 data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 disk-free-space-0.1.0.1_3 \ + distributive-0.6 dlist-0.8.0.5 easy-file-0.2.2 edit-distance-0.2.2.1_1 \ + email-validate-2.3.2.10 entropy-0.4.1.4 erf-2.0.0.0 \ + exceptions-0.10.0_2 fast-logger-2.4.13 feed-1.0.1.0 \ + file-embed-0.0.11 fingertree-0.1.4.2 free-5.1 happy-1.19.9_3 \ + hashable-1.2.7.0_1 hjsmin-0.2.0.2 \ + hourglass-0.2.12 hsc2hs-0.68.4 hslogger-1.2.12 http-api-data-0.4 \ + http-client-0.6.1 http-client-tls-0.3.5.3 http-conduit-2.3.5 \ + http-date-0.0.8 http-types-0.12.2 http2-1.6.4 \ + integer-logarithms-1.0.2.2 invariant-0.5.1_1 iproute-1.7.7 \ + kan-extensions-5.2 language-javascript-0.6.0.11 lens-4.17 \ + libyaml-0.1.1.0 lifted-base-0.2.3.12 magic-1.1 memory-0.14.18_1 \ + microlens-0.4.10 microlens-th-0.4.2.3 mime-types-0.1.0.9 \ + monad-control-1.0.2.3 monad-logger-0.3.30 monad-loops-0.4.3 \ + mono-traversable-1.0.11.0 network-byte-order-0.0.0.0 \ + network-info-0.2.0.10 network-uri-2.6.1.0_1 \ + old-time-1.1.0.3_2 optparse-applicative-0.14.3.0 \ + parallel-3.2.2.0 path-pieces-0.2.1_1 pem-0.2.4 persistent-2.9.1_1 \ + persistent-sqlite-2.9.2 persistent-template-2.6.0 \ + primitive-0.6.4.0_1 profunctors-5.3 psqueues-0.2.7.1 random-1.1_1 \ + reducers-3.12.3 reflection-2.1.4 regex-base-0.93.2 \ + regex-tdfa-1.2.3.1 resource-pool-0.2.3.2 resourcet-1.2.2 \ + rio-0.1.8.0 safe-0.3.17 sandi-0.5 scientific-0.3.6.2 \ + securemem-0.1.10 semigroupoids-5.3.2 semigroups-0.18.5 \ + setenv-0.1.1.3_1 shakespeare-2.0.20 silently-1.2.5 \ + simple-sendfile-0.2.28 skein-1.0.9.4 socks-0.5.6_1 split-0.2.3.3_1 \ + stm-chans-3.0.0.4_1 streaming-commons-0.2.1.0 syb-0.7 \ + tagged-0.8.6 tagsoup-0.14.7 tasty-1.2.1 tasty-hunit-0.10.0.1 \ + tasty-quickcheck-0.10_1 tasty-rerun-1.1.14 terminal-size-0.3.2.1 \ + tf-random-0.5 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + tls-1.4.1 tls-session-manager-0.0.0.2 torrent-10000.1.1 \ + transformers-base-0.4.5.2 transformers-compat-0.6.2 \ + typed-process-0.2.4.0 unbounded-delays-0.1.1.0 \ + unix-compat-0.5.1 unix-time-0.4.5 unliftio-0.2.10 \ + unliftio-core-0.1.2.0_1 unordered-containers-0.2.10.0 \ + utf8-string-1.0.1.1_3 uuid-1.3.13_2 uuid-types-1.0.3_1 vault-0.3.1.2 \ + vector-0.12.0.2 vector-algorithms-0.8.0.1 void-0.7.2 wai-3.2.2 \ + wai-app-static-3.1.6.2 wai-logger-2.3.4 wai-extra-3.0.25 warp-3.2.26 \ + wcwidth-0.0.2 word8-0.1.3 \ + x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \ + x509-validation-1.6.11 xml-conduit-1.8.0.1 xml-hamlet-0.5.0 \ + xml-types-0.3.6 xss-sanitize-0.3.6 yaml-0.11.0.0 yesod-core-1.6.12 \ + yesod-persistent-1.6.0.1 zlib-0.6.2 + +OPTIONS_DEFINE= S3 ASSISTANT WEBDAV WEBAPP PAIRING DBUS +OPTIONS_DEFAULT= S3 ASSISTANT WEBDAV WEBAPP PAIRING + +S3_DESC= S3 support +S3_CABAL_FLAGS= s3 +S3_USE_CABAL= aws-0.21 base16-bytestring-0.1.1.6 base64-bytestring-1.0.0.2 old-locale-1.0.0.7_2 + +WEBDAV_DESC= WebDAV support +WEBDAV_CABAL_FLAGS= webdav +WEBDAV_USE_CABAL= DAV-1.3.3 + +ASSISTANT_DESC= 'assistant' and 'watch' commands +ASSISTANT_CABAL_FLAGS= assistant +ASSISTANT_USE_CABAL= mountpoints-1.0.2 + +WEBAPP_DESC= Web application (requires ASSISTANT) +WEBAPP_IMPLIES= ASSISTANT +WEBAPP_CABAL_FLAGS= webapp +WEBAPP_USE_CABAL= yesod-1.6.0 yesod-form-1.6.4 \ + yesod-static-1.6.0.1 \ + warp-tls-3.2.4.3 + +PAIRING_DESC= Enable pairing (requires WEBAPP) +PAIRING_IMPLIES= WEBAPP +PAIRING_CABAL_FLAGS= pairing +PAIRING_USE_CABAL= network-multicast-0.2.0 + +DBUS_DESC= D-Bus support +DBUS_CABAL_FLAGS= dbus +DBUS_USE_CABAL= dbus-1.2.3 fdo-notify-0.3.1 th-lift-0.7.11 + +CABAL_FLAGS= torrentparser magicmime \ + -benchmark -debuglocks + +EXECUTABLES= git-annex +#EXECUTABLES= git-annex git-annex-shell git-remote-tor-annex + MAN1PAGES= git-annex-add.1 git-annex-expire.1 git-annex-lookupkey.1 \ git-annex-remotedaemon.1 git-annex-ungroup.1 \ git-annex-addunused.1 git-annex-find.1 git-annex-map.1 \ @@ -58,53 +164,14 @@ MAN1PAGES= git-annex-add.1 git-annex-expire.1 git-annex-lookupkey.1 \ git-remote-tor-annex.1 git-annex-examinekey.1 git-annex-log.1 \ git-annex-rekey.1 git-annex-undo.1 -BUILD_DEPENDS+= rsync:net/rsync \ - git:devel/git \ - gsha256sum:sysutils/coreutils +PLIST_FILES= bin/git-annex-shell bin/git-remote-tor-annex -RUN_DEPENDS+= rsync:net/rsync \ - git:devel/git \ - gsha256sum:sysutils/coreutils +post-stage: + ${LN} -sf ${PREFIX}/bin/git-annex ${STAGEDIR}${PREFIX}/bin/git-annex-shell + ${LN} -sf ${PREFIX}/bin/git-annex ${STAGEDIR}${PREFIX}/bin/git-remote-tor-annex -EXECUTABLE= git-annex git-annex-shell git-remote-tor-annex -STANDALONE= yes +# .for man in ${MAN1PAGES} +# ${INSTALL_MAN} ${WRKSRC}/${man} ${STAGEDIR}${MANPREFIX}/man/man1/ +# .endfor -FLAGS_DEFINE= S3 ASSISTANT WEBDAV WEBAPP PAIRING PRODUCTION DBUS -FLAGS_DEFAULT= S3 ASSISTANT WEBDAV WEBAPP PAIRING PRODUCTION - -S3_DESC= S3 support -S3_FLAG_ENABLE= S3 -S3_FLAG_CABAL= conduit conduit-extra aws - -WEBDAV_DESC= WebDAV support -WEBDAV_FLAG_ENABLE= WebDAV -WEBDAV_FLAG_CABAL= DAV - -ASSISTANT_DESC= 'assistant' and 'watch' commands -ASSISTANT_FLAG_ENABLE= Assistant -ASSISTANT_FLAG_CABAL= dns mountpoints hinotify - -WEBAPP_DESC= Web application (requires assistant) -WEBAPP_FLAG_DEPENDS= ASSISTANT -WEBAPP_FLAG_ENABLE= Webapp -WEBAPP_FLAG_CABAL= yesod yesod-static yesod-form yesod-core path-pieces \ - warp warp-tls wai wai-extra blaze-builder \ - clientsession shakespeare - -PAIRING_DESC= Enable pairing (requires web application) -PAIRING_FLAG_DEPENDS= WEBAPP -PAIRING_FLAG_ENABLE= Pairing -PAIRING_FLAG_CABAL= network-multicast network-info - -PRODUCTION_DESC= Production build -PRODUCTION_FLAG_ENABLE= Production - -DBUS_DESC= Dbus support -DBUS_FLAG_ENABLE= Dbus -DBUS_FLAG_CABAL= dbus fdo-notify - -FLAGS_ENABLE= ConcurrentOutput TorrentParser MagicMime -FLAGS_DISABLE= Benchmark TestSuite Android AndroidSplice - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-git-annex/distinfo b/devel/hs-git-annex/distinfo index 001933951e4..8fb9c46646c 100644 --- a/devel/hs-git-annex/distinfo +++ b/devel/hs-git-annex/distinfo @@ -1,3 +1,479 @@ -TIMESTAMP = 1499627839 -SHA256 (cabal/git-annex-6.20170520.tar.gz) = f8cf9b44172ce1914c8be8134795c4197d02960b81a2ba596712cbd35e002717 -SIZE (cabal/git-annex-6.20170520.tar.gz) = 1124314 +TIMESTAMP = 1553261452 +SHA256 (cabal/git-annex-7.20190129.tar.gz) = 0159d060819399e0943655e9bc5dfe434007d349a86cb89320bdb6b3ab0f513f +SIZE (cabal/git-annex-7.20190129.tar.gz) = 1203279 +SHA256 (cabal/DAV-1.3.3/DAV-1.3.3.tar.gz) = 24f49c63bd603b7757569ac0f5842ac30dea2bfcce64d157162a952e576e3991 +SIZE (cabal/DAV-1.3.3/DAV-1.3.3.tar.gz) = 20524 +SHA256 (cabal/IfElse-0.85/IfElse-0.85.tar.gz) = 8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd +SIZE (cabal/IfElse-0.85/IfElse-0.85.tar.gz) = 2865 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/SafeSemaphore-0.10.1/SafeSemaphore-0.10.1.tar.gz) = 21e5b737a378cae9e1faf85cab015316d4c84d4b37e6d9d202111cef8c4cef66 +SIZE (cabal/SafeSemaphore-0.10.1/SafeSemaphore-0.10.1.tar.gz) = 24007 +SHA256 (cabal/SafeSemaphore-0.10.1/revision/1.cabal) = 1b168ec8de4b3958df15b33ba9ab60d8a651d9dd4ea36891d4c31ae81e7ec1cc +SIZE (cabal/SafeSemaphore-0.10.1/revision/1.cabal) = 1484 +SHA256 (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = eb6436516ab2d5e3d3e070b5a1595c4dceea760a58a9cc8d23dad5f6008f2223 +SIZE (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = 4762 +SHA256 (cabal/adjunctions-4.4/adjunctions-4.4.tar.gz) = 507c2ef55337ae61c805f8cbc1213dfd7d2b85187342675d662254b8d8a16ae9 +SIZE (cabal/adjunctions-4.4/adjunctions-4.4.tar.gz) = 19891 +SHA256 (cabal/adjunctions-4.4/revision/2.cabal) = 2738dd5f5d5e93749adb14a05472e58a96a75d0f299e46371c6f46dc4e97daf9 +SIZE (cabal/adjunctions-4.4/revision/2.cabal) = 3067 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/aeson-compat-0.3.9/aeson-compat-0.3.9.tar.gz) = e043941ba761c13a3854fc087521b864b56b2df874154e42aedb67b2a77f23c8 +SIZE (cabal/aeson-compat-0.3.9/aeson-compat-0.3.9.tar.gz) = 7441 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = f6de4f1d1332d665057a9fd1af6b805f66cf04299b03f53696f3c9db4f7ff21f +SIZE (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = 3997 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-iso8601-1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz) = 499ffbd2d39e79cc4fda5ad0129dbf94fdb72a84aa932dfe2a5f5c5c02074142 +SIZE (cabal/attoparsec-iso8601-1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz) = 4317 +SHA256 (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 +SIZE (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 8607 +SHA256 (cabal/aws-0.21/aws-0.21.tar.gz) = 49c9565bd7a6b724179d128d07e3e246735907127a1ca526b836e6f838bada3c +SIZE (cabal/aws-0.21/aws-0.21.tar.gz) = 104775 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 +SIZE (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = 19606 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/bencode-0.6.0.0/bencode-0.6.0.0.tar.gz) = 3b8efdfecee9bc486d9bcdbb633b7128ca235360f102478a7e0f8c895281f68a +SIZE (cabal/bencode-0.6.0.0/bencode-0.6.0.0.tar.gz) = 4622 +SHA256 (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = d434528fd2ea765bace57c4ade0bc9fa32ba2c425f563b33a4b60f625ecfc9ca +SIZE (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = 40366 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/bloomfilter-2.0.1.0/bloomfilter-2.0.1.0.tar.gz) = 6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f +SIZE (cabal/bloomfilter-2.0.1.0/bloomfilter-2.0.1.0.tar.gz) = 22100 +SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c +SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2 +SIZE (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = 2473 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/cipher-aes-0.2.11/cipher-aes-0.2.11.tar.gz) = d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015 +SIZE (cabal/cipher-aes-0.2.11/cipher-aes-0.2.11.tar.gz) = 33939 +SHA256 (cabal/clientsession-0.9.1.2/clientsession-0.9.1.2.tar.gz) = 5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068 +SIZE (cabal/clientsession-0.9.1.2/clientsession-0.9.1.2.tar.gz) = 7991 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 +SIZE (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 17758 +SHA256 (cabal/concurrent-output-1.10.9/concurrent-output-1.10.9.tar.gz) = 8cc49408e957c65359182fbfcda80717b931915d101e4be55ccb26c44b098e57 +SIZE (cabal/concurrent-output-1.10.9/concurrent-output-1.10.9.tar.gz) = 22177 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae +SIZE (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 32716 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 6ef067b692ad69ffff294b953aa85f3ded459d4ae133c37896222a09280fc3c2 +SIZE (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 15399 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cprng-aes-0.6.1/cprng-aes-0.6.1.tar.gz) = 64592a01de8c6683c5e29f538dceee918887ffe211d87214a2e38559d72c21f3 +SIZE (cabal/cprng-aes-0.6.1/cprng-aes-0.6.1.tar.gz) = 4396 +SHA256 (cabal/crypto-api-0.13.3/crypto-api-0.13.3.tar.gz) = 298a9ea7ce97c8ccf4bfe46d4864092c3a007a56bede73560070db3bf1ac7aa5 +SIZE (cabal/crypto-api-0.13.3/crypto-api-0.13.3.tar.gz) = 48346 +SHA256 (cabal/crypto-cipher-types-0.0.9/crypto-cipher-types-0.0.9.tar.gz) = 2073f6b70df7916aebe2da49d224497183662d56d19da87b76f70039430c0a0f +SIZE (cabal/crypto-cipher-types-0.0.9/crypto-cipher-types-0.0.9.tar.gz) = 8073 +SHA256 (cabal/crypto-random-0.0.9/crypto-random-0.0.9.tar.gz) = 170a7a18441379c2d1c19b502ee5919026a19adc6e78641cd4fb40b1d69a6904 +SIZE (cabal/crypto-random-0.0.9/crypto-random-0.0.9.tar.gz) = 9256 +SHA256 (cabal/cryptohash-md5-0.11.100.1/cryptohash-md5-0.11.100.1.tar.gz) = 710bd48770fa3e9a3b05428c6dc77fb72c91956d334a1eb89ded11bb843e18f9 +SIZE (cabal/cryptohash-md5-0.11.100.1/cryptohash-md5-0.11.100.1.tar.gz) = 10472 +SHA256 (cabal/cryptohash-md5-0.11.100.1/revision/3.cabal) = 55c4c6d9660f155cbdd776c610eb2eed503f7116080341d97f35f1da2a11a251 +SIZE (cabal/cryptohash-md5-0.11.100.1/revision/3.cabal) = 3865 +SHA256 (cabal/cryptohash-sha1-0.11.100.1/cryptohash-sha1-0.11.100.1.tar.gz) = 3c79af33542512442f8f87f6abb1faef7cd43bbfb2859260a33251d861eb0dab +SIZE (cabal/cryptohash-sha1-0.11.100.1/cryptohash-sha1-0.11.100.1.tar.gz) = 10198 +SHA256 (cabal/cryptohash-sha1-0.11.100.1/revision/3.cabal) = d498bcf7d65e6ffe5e99baac58c6d8ae4d29a7f0b2ada8d6115b8c5310636044 +SIZE (cabal/cryptohash-sha1-0.11.100.1/revision/3.cabal) = 4251 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/cryptonite-conduit-0.2.2/cryptonite-conduit-0.2.2.tar.gz) = 705d69ab3f79b7b8810c7b9e7da81a1c6686b6a4323b1e78150576a25a658dae +SIZE (cabal/cryptonite-conduit-0.2.2/cryptonite-conduit-0.2.2.tar.gz) = 5405 +SHA256 (cabal/css-text-0.1.3.0/css-text-0.1.3.0.tar.gz) = 5ff507bf3863219f41e7f2d215e5511fe15ee13d1e28bd3ee64e0b0b894bcd7a +SIZE (cabal/css-text-0.1.3.0/css-text-0.1.3.0.tar.gz) = 4594 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/dbus-1.2.3/dbus-1.2.3.tar.gz) = ec2782dae39774b4f9b9eb74d357af54b4e98f72540b40b980d0cf4425d3a013 +SIZE (cabal/dbus-1.2.3/dbus-1.2.3.tar.gz) = 77937 +SHA256 (cabal/disk-free-space-0.1.0.1/disk-free-space-0.1.0.1.tar.gz) = f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f +SIZE (cabal/disk-free-space-0.1.0.1/disk-free-space-0.1.0.1.tar.gz) = 2771 +SHA256 (cabal/disk-free-space-0.1.0.1/revision/3.cabal) = 71ac4e0b1a2917e1c5d9dc43c84fdfac1ec7d0d7648582d94e1ce69199971c74 +SIZE (cabal/disk-free-space-0.1.0.1/revision/3.cabal) = 1050 +SHA256 (cabal/distributive-0.6/distributive-0.6.tar.gz) = a4af1341a63a430dc569dd1e59631f127c40ebdd353a945a74d18682f6bdc1d4 +SIZE (cabal/distributive-0.6/distributive-0.6.tar.gz) = 10904 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 3e8885ee2f56ad4da940f043ae8f981ee2fe336b5e8e4ba3f7436cff4f526c4a +SIZE (cabal/edit-distance-0.2.2.1/edit-distance-0.2.2.1.tar.gz) = 13228 +SHA256 (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 4d33a49cd383d50af090f1b888642d10116e43809f9da6023d9fc6f67d2656ee +SIZE (cabal/edit-distance-0.2.2.1/revision/1.cabal) = 2351 +SHA256 (cabal/email-validate-2.3.2.10/email-validate-2.3.2.10.tar.gz) = 53e5b1ea43630e56763a55910fba7ce44fc38858b7f10d2e990f7075672bd371 +SIZE (cabal/email-validate-2.3.2.10/email-validate-2.3.2.10.tar.gz) = 9629 +SHA256 (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) = 2e3f6a65c8fde3551a8fb03b0a519b718762fc3278b1a5750f96d399e821eeb9 +SIZE (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) = 7361 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/fdo-notify-0.3.1/fdo-notify-0.3.1.tar.gz) = 7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8 +SIZE (cabal/fdo-notify-0.3.1/fdo-notify-0.3.1.tar.gz) = 4882 +SHA256 (cabal/feed-1.0.1.0/feed-1.0.1.0.tar.gz) = 87bd055b13c43f54e997f716a33d647c6bc1cdb78337c840d144c0b5fdccd31c +SIZE (cabal/feed-1.0.1.0/feed-1.0.1.0.tar.gz) = 105930 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/fingertree-0.1.4.2/fingertree-0.1.4.2.tar.gz) = 95a948341570bad5a9b2468c388c0eb2c20c57e10dd8fbfc994c7b8764b36a7f +SIZE (cabal/fingertree-0.1.4.2/fingertree-0.1.4.2.tar.gz) = 18978 +SHA256 (cabal/free-5.1/free-5.1.tar.gz) = 70424d5c82dea36a0a29c4f5f6bc047597a947ad46f3d66312e47bbee2eeea84 +SIZE (cabal/free-5.1/free-5.1.tar.gz) = 64549 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hjsmin-0.2.0.2/hjsmin-0.2.0.2.tar.gz) = bec153d2396962c63998eb12d0a2c7c9f7df6f774cb00e41b6cdb1f5a4905484 +SIZE (cabal/hjsmin-0.2.0.2/hjsmin-0.2.0.2.tar.gz) = 4211 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hslogger-1.2.12/hslogger-1.2.12.tar.gz) = f97a4c89d0921f237999de5d44950127dbe8baa177960ccccbfb79cccfd46c7a +SIZE (cabal/hslogger-1.2.12/hslogger-1.2.12.tar.gz) = 36228 +SHA256 (cabal/http-api-data-0.4/http-api-data-0.4.tar.gz) = 837e3f39f23df2caa23d75a4608f4a0505a1ab23f7290006976a37a373164a8a +SIZE (cabal/http-api-data-0.4/http-api-data-0.4.tar.gz) = 20498 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-conduit-2.3.5/http-conduit-2.3.5.tar.gz) = a9a9efc6863fa20376a99154325ef09ac9f91c86c04da8a7649dd7d3cbd56d41 +SIZE (cabal/http-conduit-2.3.5/http-conduit-2.3.5.tar.gz) = 27777 +SHA256 (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 0f4c6348487abe4f9d58e43d3c23bdefc7fd1fd5672effd3c7d84aaff05f5427 +SIZE (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 5322 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 2fcadd614cb8fa031e23a0fae096be76b08af7bbd525dc67096bd575cc3f1e66 +SIZE (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 5192632 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/invariant-0.5.1/invariant-0.5.1.tar.gz) = eb8c9c45ad24020af2978f22271458bf3787937d931c50c86b580c53ca3f122b +SIZE (cabal/invariant-0.5.1/invariant-0.5.1.tar.gz) = 24236 +SHA256 (cabal/invariant-0.5.1/revision/1.cabal) = 04634f9af68954f7593180fc46ae5e101cac88c6a59224e11c85aabb98d20f80 +SIZE (cabal/invariant-0.5.1/revision/1.cabal) = 3262 +SHA256 (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = e6a3fe4a6f2a78fcee0f98255f97232d8b6b9b1fa48faee3bef96f0b462a4b3d +SIZE (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = 13253 +SHA256 (cabal/kan-extensions-5.2/kan-extensions-5.2.tar.gz) = 6b727e586f744b96529415eeabc745dfe05feea61f6b6bad90c224c879f4dbd3 +SIZE (cabal/kan-extensions-5.2/kan-extensions-5.2.tar.gz) = 24151 +SHA256 (cabal/language-javascript-0.6.0.11/language-javascript-0.6.0.11.tar.gz) = d4756e9bc9a180cb93701e964a3157a03d4db4c7cb5a7b6b196067e587cc6143 +SIZE (cabal/language-javascript-0.6.0.11/language-javascript-0.6.0.11.tar.gz) = 106881 +SHA256 (cabal/lens-4.17/lens-4.17.tar.gz) = 473664de541023bef44aa29105abbb1e35542e9254cdc846963183e0dd3f08cc +SIZE (cabal/lens-4.17/lens-4.17.tar.gz) = 991660 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = c134a95f56750aae806e38957bb03c59627cda16034af9e00a02b699474317c5 +SIZE (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = 11700 +SHA256 (cabal/magic-1.1/magic-1.1.tar.gz) = b21c3b69f57b64199c1d7be0ac8ea1d02d698be59943058f6a2d642ea57ce082 +SIZE (cabal/magic-1.1/magic-1.1.tar.gz) = 4318 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 9c55a89d1c91fddcafca4bb1fa99a3ef29223436d75191fb29385de2bd3f47ec +SIZE (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 25561 +SHA256 (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 321018c6c0aad3f68eb26f6c7e7a518db43039e3f8f19c4634ceb4c7f8051c8f +SIZE (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 20960 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/monad-control-1.0.2.3/monad-control-1.0.2.3.tar.gz) = 6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1 +SIZE (cabal/monad-control-1.0.2.3/monad-control-1.0.2.3.tar.gz) = 13864 +SHA256 (cabal/monad-logger-0.3.30/monad-logger-0.3.30.tar.gz) = e7ce990978b7395c615441775b64b487ad6cd6f2e4f9787dae732f58ce065480 +SIZE (cabal/monad-logger-0.3.30/monad-logger-0.3.30.tar.gz) = 10928 +SHA256 (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18 +SIZE (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 4996 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/mountpoints-1.0.2/mountpoints-1.0.2.tar.gz) = 67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2 +SIZE (cabal/mountpoints-1.0.2/mountpoints-1.0.2.tar.gz) = 13505 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3bb6f1110d9ac16a18f0c2d5921af584044e667e46fcfbdebd7a1e74e329de71 +SIZE (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3188 +SHA256 (cabal/network-info-0.2.0.10/network-info-0.2.0.10.tar.gz) = 5680f6975d34cf4f81fa7ca0c8efd682261d6a1119e06dece0f67c7bd97fd52a +SIZE (cabal/network-info-0.2.0.10/network-info-0.2.0.10.tar.gz) = 6278 +SHA256 (cabal/network-multicast-0.2.0/network-multicast-0.2.0.tar.gz) = 0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2 +SIZE (cabal/network-multicast-0.2.0/network-multicast-0.2.0.tar.gz) = 2986 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 +SIZE (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 14681 +SHA256 (cabal/path-pieces-0.2.1/path-pieces-0.2.1.tar.gz) = 080bd49f53e20597ca3e5962e0c279a3422345f5b088840a30a751cd76d4a36f +SIZE (cabal/path-pieces-0.2.1/path-pieces-0.2.1.tar.gz) = 3529 +SHA256 (cabal/path-pieces-0.2.1/revision/1.cabal) = c713a8d04b3e6b89f1116c1d5fe434305031e17a9f0ad30a457a8402e1d5fc5c +SIZE (cabal/path-pieces-0.2.1/revision/1.cabal) = 1233 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/persistent-2.9.1/persistent-2.9.1.tar.gz) = 6742fd0834463489343feeeddc171124197ebcaef42141e455ed5cd4c282daac +SIZE (cabal/persistent-2.9.1/persistent-2.9.1.tar.gz) = 61454 +SHA256 (cabal/persistent-2.9.1/revision/1.cabal) = 205a146f5a90569da1b5c9e078a9e0aaf0baddef83e67d2be8ae3a751b4bcfc6 +SIZE (cabal/persistent-2.9.1/revision/1.cabal) = 4921 +SHA256 (cabal/persistent-sqlite-2.9.2/persistent-sqlite-2.9.2.tar.gz) = 0fe538410b18bb9a61832fc5c1726ed161f4eb685c399d3660c4c41f54f0b5de +SIZE (cabal/persistent-sqlite-2.9.2/persistent-sqlite-2.9.2.tar.gz) = 2169233 +SHA256 (cabal/persistent-template-2.6.0/persistent-template-2.6.0.tar.gz) = 5bfa8cbe7c25bdef33cc6d6ece1673f847c2a56860f57c69d8d2d0ecacf82173 +SIZE (cabal/persistent-template-2.6.0/persistent-template-2.6.0.tar.gz) = 21186 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7 +SIZE (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 28744 +SHA256 (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 047e42ecd50d09fef99d1db9f8b1e511b64ea4b41afc435ad5fdd373d2ea8ec1 +SIZE (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 27384 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/reducers-3.12.3/reducers-3.12.3.tar.gz) = 7186733767405984c1eda96b18908f458b379f116a1589cd66f4319fe8458e27 +SIZE (cabal/reducers-3.12.3/reducers-3.12.3.tar.gz) = 13405 +SHA256 (cabal/reflection-2.1.4/reflection-2.1.4.tar.gz) = f22fc478d43a36ec3d6c48c57ec53636c0bf936f3733b9a2b34e1a2e6351c44d +SIZE (cabal/reflection-2.1.4/reflection-2.1.4.tar.gz) = 18364 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/resource-pool-0.2.3.2/resource-pool-0.2.3.2.tar.gz) = 8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12 +SIZE (cabal/resource-pool-0.2.3.2/resource-pool-0.2.3.2.tar.gz) = 6527 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/rio-0.1.8.0/rio-0.1.8.0.tar.gz) = a013dd04221a1a69d5f253379443b88495be305692c06f1a060f428e98dbf5e1 +SIZE (cabal/rio-0.1.8.0/rio-0.1.8.0.tar.gz) = 49778 +SHA256 (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 79c5c41e7151906969133ea21af9f7e8d25c18315886e23d0bdf6faa8b537e5c +SIZE (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 10524 +SHA256 (cabal/sandi-0.5/sandi-0.5.tar.gz) = 4940a19fe9c5e9b08a9f139a0806a30b956d007efa973f3763bed3165154afd9 +SIZE (cabal/sandi-0.5/sandi-0.5.tar.gz) = 19115 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/securemem-0.1.10/securemem-0.1.10.tar.gz) = 32895a4748508da58207b4867266601af6259b7109af80bbf5d2e9e598e016a6 +SIZE (cabal/securemem-0.1.10/securemem-0.1.10.tar.gz) = 3801 +SHA256 (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 61a8213df437ee96a20b1c6dec8b5c573e4e0f338eb2061739a67f471d6b9d05 +SIZE (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 25649 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32 +SIZE (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = 2710 +SHA256 (cabal/setenv-0.1.1.3/revision/1.cabal) = c5916ac0d2a828473cd171261328a290afe0abd799db1ac8c310682fe778c45b +SIZE (cabal/setenv-0.1.1.3/revision/1.cabal) = 1053 +SHA256 (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = f50ebff8e585851a1e3af36885d6a6d1218b19dcde1d7459f02272d6925d9e03 +SIZE (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = 65695 +SHA256 (cabal/silently-1.2.5/silently-1.2.5.tar.gz) = cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839 +SIZE (cabal/silently-1.2.5/silently-1.2.5.tar.gz) = 3364 +SHA256 (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = a9800b79d41c3896181c93b3805135440bca31b5524a33303b7e32aa1bb29870 +SIZE (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = 343120 +SHA256 (cabal/skein-1.0.9.4/skein-1.0.9.4.tar.gz) = f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9 +SIZE (cabal/skein-1.0.9.4/skein-1.0.9.4.tar.gz) = 134346 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/socks-0.5.6/revision/1.cabal) = 765b6ba4996fda7bbf561a2bb7ad2a37087dfe0691a31fe2077caf4ed5f7c6a5 +SIZE (cabal/socks-0.5.6/revision/1.cabal) = 1254 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/stm-chans-3.0.0.4/stm-chans-3.0.0.4.tar.gz) = 2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738 +SIZE (cabal/stm-chans-3.0.0.4/stm-chans-3.0.0.4.tar.gz) = 9673 +SHA256 (cabal/stm-chans-3.0.0.4/revision/1.cabal) = e2eef3cea5251628f7b2ad22c24a1e5d08b83c19be4bd886ab0d7fed58ef2a6d +SIZE (cabal/stm-chans-3.0.0.4/revision/1.cabal) = 2088 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 9980f28169dd0ee8d9e0a65d553044d9bb24c6f2c7e5f6cf0a53dbd25cf1ec25 +SIZE (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 43956 +SHA256 (cabal/tasty-1.2.1/tasty-1.2.1.tar.gz) = 2aa2e4bb537ccb06d923b9c060154b58bbd56a394d471b46ab439c2ed25a887b +SIZE (cabal/tasty-1.2.1/tasty-1.2.1.tar.gz) = 48164 +SHA256 (cabal/tasty-hunit-0.10.0.1/tasty-hunit-0.10.0.1.tar.gz) = 8f903bef276ef503e4ef8b66a1e201c224588e426bc76f7581480f66d47b7048 +SIZE (cabal/tasty-hunit-0.10.0.1/tasty-hunit-0.10.0.1.tar.gz) = 7021 +SHA256 (cabal/tasty-quickcheck-0.10/tasty-quickcheck-0.10.tar.gz) = 10fd30cef4a0c2cefb70afecef5adcee1f32f0fd287f108321458fbfd6d7266f +SIZE (cabal/tasty-quickcheck-0.10/tasty-quickcheck-0.10.tar.gz) = 5308 +SHA256 (cabal/tasty-quickcheck-0.10/revision/1.cabal) = 9ddbacf1504bbbc4b99ab447d26651ad8454b69ceced3486e4623dccb89fb3d9 +SIZE (cabal/tasty-quickcheck-0.10/revision/1.cabal) = 1606 +SHA256 (cabal/tasty-rerun-1.1.14/tasty-rerun-1.1.14.tar.gz) = f9d34a3a25e6af36360272e5865f94c2a4b76311908afa25133c3ca21b921f68 +SIZE (cabal/tasty-rerun-1.1.14/tasty-rerun-1.1.14.tar.gz) = 5465 +SHA256 (cabal/terminal-size-0.3.2.1/terminal-size-0.3.2.1.tar.gz) = b5c23e964756bc13914649a67d63233f59ad0a813abe7cadeb2fc9d586dc9658 +SIZE (cabal/terminal-size-0.3.2.1/terminal-size-0.3.2.1.tar.gz) = 4175 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/th-lift-0.7.11/th-lift-0.7.11.tar.gz) = d53cd1479d3cf35c513095f3954eee539e73c55266cec5f1fa0a82d53f30238c +SIZE (cabal/th-lift-0.7.11/th-lift-0.7.11.tar.gz) = 12756 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = c586ccfd8da578ed2174352bea1952f55fe38023e476f851d7f0ed428aa57567 +SIZE (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = 3183 +SHA256 (cabal/torrent-10000.1.1/torrent-10000.1.1.tar.gz) = 2009964210e229ee67254a73fead3413f60299415238887fa7ef30e40e06fa54 +SIZE (cabal/torrent-10000.1.1/torrent-10000.1.1.tar.gz) = 3977 +SHA256 (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = d0c80c63fdce6a077dd8eda4f1ff289b85578703a3f1272e141d400fe23245e8 +SIZE (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = 2849 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unbounded-delays-0.1.1.0/unbounded-delays-0.1.1.0.tar.gz) = 8aa7f7d10a8d0073518804db76c3ef4c313359994ef175122341b0bce07329c7 +SIZE (cabal/unbounded-delays-0.1.1.0/unbounded-delays-0.1.1.0.tar.gz) = 4166 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 141d6e858f3c340c881d9853a38076ca09306e45a02fffc36885b9ee11cf1b5c +SIZE (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 42075 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-1.3.13/uuid-1.3.13.tar.gz) = dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027 +SIZE (cabal/uuid-1.3.13/uuid-1.3.13.tar.gz) = 8926 +SHA256 (cabal/uuid-1.3.13/revision/2.cabal) = 29837f637a856d2e04dc6f630c1a441eed99edea1695b1b52ccb4d290c2e2854 +SIZE (cabal/uuid-1.3.13/revision/2.cabal) = 3136 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c +SIZE (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 5307 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 2a64d54901d7bcc3c59dd94dcc99b5dcbbb95b4ec9176e677877888526c17fe1 +SIZE (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 10176 +SHA256 (cabal/wai-app-static-3.1.6.2/wai-app-static-3.1.6.2.tar.gz) = d0b0a566be61ef4c8f800922a71dbc4de64287f8f73782b1461cd5d294c1dc3e +SIZE (cabal/wai-app-static-3.1.6.2/wai-app-static-3.1.6.2.tar.gz) = 22509 +SHA256 (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = def0216fdad1da6015fc076c1405a65ffae6fc8a673fd79e79587acb630d5f31 +SIZE (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = 62734 +SHA256 (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 93fe191310c4054ccf5ad8c431e9075646b0d2b7405faf697640461c72789600 +SIZE (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 5771 +SHA256 (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 4ca338568a3b867e36d6f01255bf562429f25d8f1373e79122881bcd461803e9 +SIZE (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 78477 +SHA256 (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 84cd511e32019ba5bef07b0e8a3550b2da06d534bf3df1673d14a5ec4a12f29d +SIZE (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 7366 +SHA256 (cabal/wcwidth-0.0.2/wcwidth-0.0.2.tar.gz) = ffc68736a3bbde3e8157710f29f4a99c0ca593c41194579c54a92c62f6c12ed8 +SIZE (cabal/wcwidth-0.0.2/wcwidth-0.0.2.tar.gz) = 4168 +SHA256 (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 2630934c75728bfbf390c1f0206b225507b354f68d4047b06c018a36823b5d8a +SIZE (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 6271 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 980b2f13ab8f54d8c2cbf92d186d5fac6c6ead42197c6687bd81e2fea2afef9c +SIZE (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 39586 +SHA256 (cabal/xml-hamlet-0.5.0/xml-hamlet-0.5.0.tar.gz) = 7bcec0aad83e72c2870efd3327553b3d78f6332cf01c12ad4b67c02f499015a3 +SIZE (cabal/xml-hamlet-0.5.0/xml-hamlet-0.5.0.tar.gz) = 9189 +SHA256 (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 +SIZE (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 4020 +SHA256 (cabal/xss-sanitize-0.3.6/xss-sanitize-0.3.6.tar.gz) = b385eea5652c798b701c627dce8b327c3d6cbfd8c92e1e18e7118862d4d0e2b4 +SIZE (cabal/xss-sanitize-0.3.6/xss-sanitize-0.3.6.tar.gz) = 11655 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/yesod-1.6.0/yesod-1.6.0.tar.gz) = 8a242ffe1df10bc2c5dffb6e255ad21b11e96a9c4794bac20504b67f973da773 +SIZE (cabal/yesod-1.6.0/yesod-1.6.0.tar.gz) = 9072 +SHA256 (cabal/yesod-core-1.6.12/yesod-core-1.6.12.tar.gz) = 922e3f877313f3f782878e84221b8bdecad15a0a4052b439810cce0fef92dbff +SIZE (cabal/yesod-core-1.6.12/yesod-core-1.6.12.tar.gz) = 96550 +SHA256 (cabal/yesod-form-1.6.4/yesod-form-1.6.4.tar.gz) = 2c9110fd6213d3bbeb0fcaa148ea3c19ff98461c365811313ad33dc8ebca0c47 +SIZE (cabal/yesod-form-1.6.4/yesod-form-1.6.4.tar.gz) = 33343 +SHA256 (cabal/yesod-persistent-1.6.0.1/yesod-persistent-1.6.0.1.tar.gz) = 748acc0a08e371548920a1b5e2e8b2c95b95014becd63acf259712d306a9bd4f +SIZE (cabal/yesod-persistent-1.6.0.1/yesod-persistent-1.6.0.1.tar.gz) = 5028 +SHA256 (cabal/yesod-static-1.6.0.1/yesod-static-1.6.0.1.tar.gz) = abe7e802f5efd064823b827074fea3613f4ba46115afedb5e2d96f919dcfa0c9 +SIZE (cabal/yesod-static-1.6.0.1/yesod-static-1.6.0.1.tar.gz) = 25463 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/hs-git-annex/files/patch-Build__Configure.hs b/devel/hs-git-annex/files/patch-Build__Configure.hs deleted file mode 100644 index 4a60a71ad33..00000000000 --- a/devel/hs-git-annex/files/patch-Build__Configure.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- Build/Configure.hs.orig 2017-06-12 17:56:05 UTC -+++ Build/Configure.hs -@@ -75,7 +75,7 @@ shaTestCases l = map make l - else search cmds - - shacmds n = concatMap (\x -> [x, 'g':x]) $ -- map (\x -> "sha" ++ show n ++ x) ["sum", ""] -+ map (\x -> "gsha" ++ show n ++ x) ["sum", ""] - - tmpDir :: String - tmpDir = "tmp" diff --git a/devel/hs-git-annex/files/patch-Build__DesktopFile.hs b/devel/hs-git-annex/files/patch-Build__DesktopFile.hs index 8290342bfff..a7bcba48706 100644 --- a/devel/hs-git-annex/files/patch-Build__DesktopFile.hs +++ b/devel/hs-git-annex/files/patch-Build__DesktopFile.hs @@ -1,14 +1,23 @@ ---- Build/DesktopFile.hs.orig 2017-06-12 17:56:05 UTC +--- Build/DesktopFile.hs.orig 2018-12-11 20:34:28 UTC +++ Build/DesktopFile.hs -@@ -25,6 +25,7 @@ import System.Environment - #ifndef mingw32_HOST_OS - import System.Posix.User - #endif -+import System.FilePath.Posix +@@ -21,6 +21,7 @@ import Utility.OSX + import Assistant.Install.AutoStart + import Assistant.Install.Menu + ++import System.FilePath (()) + import System.Environment + import System.PosixCompat.User import Data.Maybe - import Control.Applicative +@@ -28,7 +29,7 @@ import Control.Applicative import Prelude -@@ -50,12 +51,17 @@ writeFDODesktop :: FilePath -> IO () + + systemwideInstall :: IO Bool +-#ifndef mingw32_HOST_OS ++#ifndef mingw32_HOST_OS + systemwideInstall = isroot <||> destdirset + where + isroot = do +@@ -48,13 +49,18 @@ writeFDODesktop :: FilePath -> IO () writeFDODesktop command = do systemwide <- systemwideInstall @@ -24,7 +33,9 @@ installMenu command menufile "doc" icondir - configdir <- if systemwide then return systemConfigDir else userConfigDir +- installAutoStart command + configdir <- if systemwide then return scdir else userConfigDir - installAutoStart command ++ installAutoStart command =<< inDestDir (autoStartPath "git-annex" configdir) + writeOSXDesktop :: FilePath -> IO () diff --git a/devel/hs-git-annex/files/patch-Command_Multicast.hs b/devel/hs-git-annex/files/patch-Command_Multicast.hs new file mode 100644 index 00000000000..ad133170acd --- /dev/null +++ b/devel/hs-git-annex/files/patch-Command_Multicast.hs @@ -0,0 +1,72 @@ +--- Command/Multicast.hs.orig 2019-01-29 19:25:02 UTC ++++ Command/Multicast.hs +@@ -48,7 +48,7 @@ data MultiCastOptions = MultiCastOptions MultiCastActi + deriving (Show) + + optParser :: CmdParamsDesc -> Parser MultiCastOptions +-optParser _ = MultiCastOptions ++optParser _ = MultiCastOptions + <$> (genaddressp <|> sendp <|> receivep) + <*> many uftpopt + <*> cmdParams paramPaths +@@ -73,7 +73,7 @@ optParser _ = MultiCastOptions + ) + + seek :: MultiCastOptions -> CommandSeek +-seek (MultiCastOptions GenAddress _ _) = commandAction genAddress ++seek (MultiCastOptions GenAddress _ _) = commandAction genAddress + seek (MultiCastOptions Send ups fs) = commandAction $ send ups fs + seek (MultiCastOptions Receive ups []) = commandAction $ receive ups + seek (MultiCastOptions Receive _ _) = giveup "Cannot specify list of files with --receive; this receives whatever files the sender chooses to send." +@@ -108,7 +108,7 @@ genAddress = do + -- Except for on Windows XP, secp521r1 is supported on all + -- platforms by uftp. DJB thinks it's pretty good compared + -- with other NIST curves: "there's one standard NIST curve +- -- using a nice prime, namely 2521−1 but the sheer size of this ++ -- using a nice prime, namely 2521-1 but the sheer size of this + -- prime makes it much slower than NIST P-256" + -- (http://blog.cr.yp.to/20140323-ecdsa.html) + -- Since this key is only used to set up the block encryption, +@@ -116,12 +116,12 @@ genAddress = do + keyparam = Param "ec:secp521r1" + + parseFingerprint :: String -> Maybe Fingerprint +-parseFingerprint = Fingerprint <$$> lastMaybe . filter isfingerprint . words ++parseFingerprint = Fingerprint <$$> lastMaybe . filter isfingerprint . words + where +- isfingerprint s = ++ isfingerprint s = + let os = filter (all isHexDigit) (splitc ':' s) + in length os == 20 +- ++ + send :: [CommandParam] -> [FilePath] -> CommandStart + send ups fs = withTmpFile "send" $ \t h -> do + -- Need to be able to send files with the names of git-annex +@@ -131,7 +131,7 @@ send ups fs = withTmpFile "send" $ \t h -> do + -- expensive. + whenM isDirect $ + giveup "Sorry, multicast send cannot be done from a direct mode repository." +- ++ + showStart' "generating file list" Nothing + fs' <- seekHelper LsFiles.inRepo =<< workTreeItems fs + matcher <- Limit.getMatcher +@@ -173,7 +173,7 @@ receive :: [CommandParam] -> CommandStart + receive ups = do + showStart' "receiving multicast files" Nothing + showNote "Will continue to run until stopped by ctrl-c" +- ++ + showOutput + clientkey <- uftpKey + u <- getUUID +@@ -235,7 +235,7 @@ uftpKey = do + uftpKey = KeyFile <$> credsFile "multicast" + #endif + +--- uftp needs a unique UID for each client and server, which ++-- uftp needs a unique UID for each client and server, which + -- is a 8 digit hex number in the form "0xnnnnnnnn" + -- Derive it from the UUID. + uftpUID :: UUID -> String diff --git a/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs b/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs deleted file mode 100644 index 28ecb91890c..00000000000 --- a/devel/hs-git-annex/files/patch-Utility_QuickCheck.hs +++ /dev/null @@ -1,12 +0,0 @@ ---- Utility/QuickCheck.hs.orig 2017-06-12 17:56:05 UTC -+++ Utility/QuickCheck.hs -@@ -35,9 +35,6 @@ instance (Arbitrary v, Ord v) => Arbitrary (S.Set v) w - instance Arbitrary POSIXTime where - arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral - --instance Arbitrary EpochTime where -- arbitrary = fromInteger <$> nonNegative arbitrarySizedIntegral -- - {- Pids are never negative, or 0. -} - instance Arbitrary ProcessID where - arbitrary = arbitrarySizedBoundedIntegral `suchThat` (> 0) diff --git a/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal b/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal new file mode 100644 index 00000000000..89f60d1b1b8 --- /dev/null +++ b/devel/hs-git-annex/files/patch-clock-0.7.2_clock.cabal @@ -0,0 +1,22 @@ +--- clock-0.7.2/clock.cabal.orig 2016-04-20 01:14:45 UTC ++++ clock-0.7.2/clock.cabal +@@ -79,19 +79,3 @@ library + + if flag(llvm) + ghc-options: -fllvm -optlo-O3 +- +- +-test-suite test +--- default-language: +--- Haskell2010 +- type: +- exitcode-stdio-1.0 +- hs-source-dirs: +- tests +- main-is: +- test.hs +- build-depends: +- base >= 4 && < 5 +- , tasty >= 0.10 +- , tasty-quickcheck +- , clock diff --git a/devel/hs-git-annex/files/patch-git-annex.cabal b/devel/hs-git-annex/files/patch-git-annex.cabal index 55604acd49d..bed7d85d49d 100644 --- a/devel/hs-git-annex/files/patch-git-annex.cabal +++ b/devel/hs-git-annex/files/patch-git-annex.cabal @@ -1,10 +1,10 @@ ---- git-annex.cabal.orig 2017-06-12 17:56:05 UTC +--- git-annex.cabal.orig 2019-01-29 19:25:02 UTC +++ git-annex.cabal -@@ -446,7 +446,6 @@ Executable git-annex - if flag(Webapp) - Build-Depends: - yesod (>= 1.2.6), -- yesod-default (>= 1.2.0), - yesod-static (>= 1.2.4), - yesod-form (>= 1.3.15), - yesod-core (>= 1.2.19), +@@ -507,7 +507,6 @@ Executable git-annex + if (! os(solaris) && ! os(gnu) && ! os(linux)) + CPP-Options: -DWITH_KQUEUE + C-Sources: Utility/libkqueue.c +- Includes: Utility/libkqueue.h + Other-Modules: Utility.DirWatcher.Kqueue + + if flag(Dbus) diff --git a/devel/hs-gitrev/Makefile b/devel/hs-gitrev/Makefile deleted file mode 100644 index 90ef3312d88..00000000000 --- a/devel/hs-gitrev/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gitrev -PORTVERSION= 1.3.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compile git revision info into Haskell projects - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-gitrev/distinfo b/devel/hs-gitrev/distinfo deleted file mode 100644 index a663b88ab8f..00000000000 --- a/devel/hs-gitrev/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1500996936 -SHA256 (cabal/gitrev-1.3.1.tar.gz) = a89964db24f56727b0e7b10c98fe7c116d721d8c46f52d6e77088669aaa38332 -SIZE (cabal/gitrev-1.3.1.tar.gz) = 3756 diff --git a/devel/hs-gitrev/pkg-descr b/devel/hs-gitrev/pkg-descr deleted file mode 100644 index bb27b0d5b2a..00000000000 --- a/devel/hs-gitrev/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Some handy Template Haskell splices for including the current git hash and -branch in the code of your project. Useful for including in panic messages, ---version output, or diagnostic info for more informative bug reports. - -WWW: https://github.com/acfoltzer/gitrev - diff --git a/devel/hs-glib/Makefile b/devel/hs-glib/Makefile deleted file mode 100644 index 8c939856418..00000000000 --- a/devel/hs-glib/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= glib -PORTVERSION= 0.13.6.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GLIB library for Gtk2Hs - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= gtk2hs-buildtools utf8-string>=0.2 -USE_GNOME= glib20 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-glib/distinfo b/devel/hs-glib/distinfo deleted file mode 100644 index 89495003481..00000000000 --- a/devel/hs-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524403919 -SHA256 (cabal/glib-0.13.6.0.tar.gz) = 4e71062c6a458440294d820e21449aa4666deed2ea233ef5915da7c1d4aee8eb -SIZE (cabal/glib-0.13.6.0.tar.gz) = 39809 diff --git a/devel/hs-glib/pkg-descr b/devel/hs-glib/pkg-descr deleted file mode 100644 index 70de5d08406..00000000000 --- a/devel/hs-glib/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GLib is a collection of C data structures and utility functions for the -GObject system, main loop implementation, for strings and common data -structures dealing with Unicode. This package only binds as much -functionality as required to support the packages that wrap libraries -that are themselves based on GLib. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/devel/hs-gtk2hs-buildtools/Makefile b/devel/hs-gtk2hs-buildtools/Makefile deleted file mode 100644 index 0b2db85aac4..00000000000 --- a/devel/hs-gtk2hs-buildtools/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtk2hs-buildtools -PORTVERSION= 0.13.4.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Tools to build the Gtk2Hs suite of User Interface Libraries - -LICENSE= GPLv2 - -BROKEN= Doesn't build with recent GHC - -USE_CABAL= hashtables random -USE_ALEX= yes -USE_HAPPY= yes -EXECUTABLE= gtk2hsC2hs gtk2hsHookGenerator gtk2hsTypeGen - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-gtk2hs-buildtools/distinfo b/devel/hs-gtk2hs-buildtools/distinfo deleted file mode 100644 index f2e9047292d..00000000000 --- a/devel/hs-gtk2hs-buildtools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833512 -SHA256 (cabal/gtk2hs-buildtools-0.13.4.0.tar.gz) = 0f3e6ba90839efd43efe8cecbddb6478a55e2ce7788c57a0add4df477dede679 -SIZE (cabal/gtk2hs-buildtools-0.13.4.0.tar.gz) = 177959 diff --git a/devel/hs-gtk2hs-buildtools/files/patch-c2hs__c__CAST.hs b/devel/hs-gtk2hs-buildtools/files/patch-c2hs__c__CAST.hs deleted file mode 100644 index 03e1bd95991..00000000000 --- a/devel/hs-gtk2hs-buildtools/files/patch-c2hs__c__CAST.hs +++ /dev/null @@ -1,22 +0,0 @@ ---- c2hs/c/CAST.hs.orig 2017-01-14 09:17:54 UTC -+++ c2hs/c/CAST.hs -@@ -1125,6 +1125,9 @@ instance Binary CStorageSpec where - put_ bh (CTypedef ae) = do - putByte bh 4 - put_ bh ae -+ put_ bh (CThread af) = do -+ putByte bh 5 -+ put_ bh af - get bh = do - h <- getByte bh - case h of -@@ -1143,6 +1146,9 @@ instance Binary CStorageSpec where - 4 -> do - ae <- get bh - return (CTypedef ae) -+ 5 -> do -+ af <- get bh -+ return (CThread af) - - instance Binary CTypeQual where - put_ bh (CConstQual aa) = do diff --git a/devel/hs-gtk2hs-buildtools/pkg-descr b/devel/hs-gtk2hs-buildtools/pkg-descr deleted file mode 100644 index a58060b5398..00000000000 --- a/devel/hs-gtk2hs-buildtools/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package provides a set of helper programs necessary to build the -Gtk2Hs suite of libraries. These tools include a modified c2hs binding -tool that is used to generated FFI declarations, a tool to build a type -hiearchy that mirrors the C type hiearchy of GObjects found in glib, and -a generator for signal declarations that are used to call back from C to -Haskell. These tools are not needed to actually run Gtk2Hs programs. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/devel/hs-haddock-api/Makefile b/devel/hs-haddock-api/Makefile deleted file mode 100644 index 3afa20019e0..00000000000 --- a/devel/hs-haddock-api/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haddock-api -PORTVERSION= 2.21.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Documentation-generation tool for Haskell libraries - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -BROKEN= Doesn't build with recent GHC - -USE_CABAL= ghc-paths haddock-library>=1.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haddock-api/distinfo b/devel/hs-haddock-api/distinfo deleted file mode 100644 index deed8b7f2f1..00000000000 --- a/devel/hs-haddock-api/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545846892 -SHA256 (cabal/haddock-api-2.21.0.tar.gz) = dcaeb11b9fa22544b932492198b373abf598c87fedc3ea05ae125a6230ecd148 -SIZE (cabal/haddock-api-2.21.0.tar.gz) = 177939 diff --git a/devel/hs-haddock-api/pkg-descr b/devel/hs-haddock-api/pkg-descr deleted file mode 100644 index 17176ab296b..00000000000 --- a/devel/hs-haddock-api/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Haddock is a documentation-generation tool for Haskell libraries. - -WWW: http://www.haskell.org/haddock/ diff --git a/devel/hs-haddock-library/Makefile b/devel/hs-haddock-library/Makefile deleted file mode 100644 index bdd07b0d092..00000000000 --- a/devel/hs-haddock-library/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haddock-library -PORTVERSION= 1.7.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library exposing some functionality of Haddock - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haddock-library/distinfo b/devel/hs-haddock-library/distinfo deleted file mode 100644 index 891f29a53dd..00000000000 --- a/devel/hs-haddock-library/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833664 -SHA256 (cabal/haddock-library-1.7.0.tar.gz) = e7c2794a7eb352824f098cafa07bc0506f2c3633808bfbf4c64aef0ba664d011 -SIZE (cabal/haddock-library-1.7.0.tar.gz) = 26315 diff --git a/devel/hs-haddock-library/pkg-descr b/devel/hs-haddock-library/pkg-descr deleted file mode 100644 index 60d7b0fcfcb..00000000000 --- a/devel/hs-haddock-library/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Haddock is a documentation-generation tool for Haskell libraries. These -modules expose some functionality of it without pulling in the GHC -dependency. - -WWW: http://www.haskell.org/haddock/ diff --git a/devel/hs-haddock/Makefile b/devel/hs-haddock/Makefile index 3beafdc329f..63b58988d4a 100644 --- a/devel/hs-haddock/Makefile +++ b/devel/hs-haddock/Makefile @@ -3,7 +3,7 @@ PORTNAME= haddock PORTVERSION= 2.21.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,17 +11,18 @@ COMMENT= Documentation-generation tool for Haskell libraries LICENSE= BSD3CLAUSE -USE_CABAL= haddock-api>=2.16 +USES= cabal -USE_ALEX= true -USE_HAPPY= true +USE_CABAL= ghc-paths-0.1.0.9_4 haddock-api-2.21.0 haddock-library-1.7.0 +SKIP_CABAL_PLIST= yes -EXECUTABLE= haddock-${PORTVERSION} -STANDALONE= yes +# new-cabal doesn't seem to support this yet +#CONFIGURE_ARGS+= --program-suffix=-${PORTVERSION} -PLIST_SUB+= GHC_HADDOCK_CMD=${GHC_HADDOCK_CMD} HADDOCK=${PREFIX}/bin/haddock EXECUTABLE=${PREFIX}/bin/haddock-${PORTVERSION} +post-stage: + ${MV} ${STAGEDIR}/${PREFIX}/bin/haddock ${STAGEDIR}/${PREFIX}/bin/haddock-${PORTVERSION} -CONFIGURE_ARGS+= --program-suffix=-${PORTVERSION} +post-install-script: + ${ECHO_CMD} 'bin/haddock-${PORTVERSION}' >> ${TMPPLIST} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-haddock/distinfo b/devel/hs-haddock/distinfo index 8884abf48a7..5d8960e992a 100644 --- a/devel/hs-haddock/distinfo +++ b/devel/hs-haddock/distinfo @@ -1,3 +1,11 @@ -TIMESTAMP = 1546019118 +TIMESTAMP = 1550307107 SHA256 (cabal/haddock-2.21.0.tar.gz) = 0863cea77db75032ea8eb3b31e363300cf59ce347c56bd0d3aa64b0b298378b6 SIZE (cabal/haddock-2.21.0.tar.gz) = 264884 +SHA256 (cabal/ghc-paths-0.1.0.9/ghc-paths-0.1.0.9.tar.gz) = afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945 +SIZE (cabal/ghc-paths-0.1.0.9/ghc-paths-0.1.0.9.tar.gz) = 2402 +SHA256 (cabal/ghc-paths-0.1.0.9/revision/4.cabal) = ed18df7b53699446dabd66f6e019e5b156820f0301d8dec0d6385f13b797e0ba +SIZE (cabal/ghc-paths-0.1.0.9/revision/4.cabal) = 656 +SHA256 (cabal/haddock-api-2.21.0/haddock-api-2.21.0.tar.gz) = dcaeb11b9fa22544b932492198b373abf598c87fedc3ea05ae125a6230ecd148 +SIZE (cabal/haddock-api-2.21.0/haddock-api-2.21.0.tar.gz) = 177939 +SHA256 (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = e7c2794a7eb352824f098cafa07bc0506f2c3633808bfbf4c64aef0ba664d011 +SIZE (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = 26315 diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 48e0e9574e6..a4c2b31f5bc 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= happy -PORTVERSION= 1.19.5 -PORTREVISION= 5 +PORTVERSION= 1.19.9 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,15 +10,14 @@ COMMENT= Happy is a parser generator for Haskell LICENSE= BSD3CLAUSE -USE_CABAL= mtl>=1.0 +USES= cabal -XMLDOCS= doc/happy:html -XMLDOCS_CONF= yes +PORTEXAMPLES= *.ly README glr/* igloo/* -STANDALONE= yes -EXECUTABLE= happy +OPTIONS_DEFINE= EXAMPLES -INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-happy/distinfo b/devel/hs-happy/distinfo index 03e89dcd015..7798d0624fb 100644 --- a/devel/hs-happy/distinfo +++ b/devel/hs-happy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499627839 -SHA256 (cabal/happy-1.19.5.tar.gz) = 62f03ac11d7b4b9913f212f5aa2eee1087f3b46dc07d799d41e1854ff02843da -SIZE (cabal/happy-1.19.5.tar.gz) = 159280 +TIMESTAMP = 1550258807 +SHA256 (cabal/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9.tar.gz) = 179328 diff --git a/devel/hs-happy/files/patch-happy.cabal b/devel/hs-happy/files/patch-happy.cabal new file mode 100644 index 00000000000..58560a81900 --- /dev/null +++ b/devel/hs-happy/files/patch-happy.cabal @@ -0,0 +1,27 @@ +--- happy.cabal.orig 2018-02-04 16:17:42 UTC ++++ happy.cabal +@@ -1,5 +1,6 @@ + name: happy + version: 1.19.9 ++x-revision: 3 + license: BSD2 + license-file: LICENSE + copyright: (c) Andy Gill, Simon Marlow +@@ -129,7 +130,7 @@ extra-source-files: + tests/typeclass_monad_lexer.y + + custom-setup +- setup-depends: Cabal <2.2, ++ setup-depends: Cabal <2.6, + base <5, + directory <1.4, + filepath <1.5 +@@ -145,7 +146,7 @@ executable happy + hs-source-dirs: src + main-is: Main.lhs + +- build-depends: base < 5, ++ build-depends: base >= 4.6 && < 5, + array, + containers >= 0.4.2, + mtl >= 2.2.1 diff --git a/devel/hs-hashable/Makefile b/devel/hs-hashable/Makefile deleted file mode 100644 index d18e283faa0..00000000000 --- a/devel/hs-hashable/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hashable -PORTVERSION= 1.2.7.0 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Class for types that can be converted to a hash value - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -FLAGS_DEFINE= INTEGER_GMP SSE2 SSE41 -FLAGS_DEFAULT_amd64= INTEGER_GMP SSE2 -FLAGS_DEFAULT_i386= INTEGER_GMP SSE2 - -INTEGER_GMP_DESC= Use integer-gmp for fast Integer instances -INTEGER_GMP_FLAG_ENABLE= integer-gmp - -SSE2_DESC= Support for SSE 2 -SSE2_FLAG_ENABLE= sse2 - -SSE41_DESC= Support for SSE 4.1 -SSE41_FLAG_ENABLE= sse41 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hashable/distinfo b/devel/hs-hashable/distinfo deleted file mode 100644 index 9c8ed5b1f25..00000000000 --- a/devel/hs-hashable/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523295742 -SHA256 (cabal/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf -SIZE (cabal/hashable-1.2.7.0.tar.gz) = 30182 diff --git a/devel/hs-hashable/files/patch-hashable.cabal b/devel/hs-hashable/files/patch-hashable.cabal deleted file mode 100644 index 6a39053c03b..00000000000 --- a/devel/hs-hashable/files/patch-hashable.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- hashable.cabal.orig 2018-03-07 22:02:09 UTC -+++ hashable.cabal -@@ -48,7 +48,7 @@ Library - Exposed-modules: Data.Hashable - Data.Hashable.Lifted - Other-modules: Data.Hashable.Class -- Build-depends: base >= 4.4 && < 4.12, -+ Build-depends: base >= 4.4 && < 4.13, - bytestring >= 0.9 && < 0.11, - deepseq >= 1.3 && < 1.5 - if impl(ghc) diff --git a/devel/hs-hashable/pkg-descr b/devel/hs-hashable/pkg-descr deleted file mode 100644 index 62f85fcd1d7..00000000000 --- a/devel/hs-hashable/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package defines a class, 'Hashable', for types that can be converted -to a hash value. This class exists for the benefit of hashing-based data -structures. The package provides instances for basic types and a way to -combine hash values. - -WWW: https://github.com/tibbe/hashable diff --git a/devel/hs-hashtables/Makefile b/devel/hs-hashtables/Makefile deleted file mode 100644 index ddf46c7d5c4..00000000000 --- a/devel/hs-hashtables/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hashtables -PORTVERSION= 1.2.3.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Mutable hash tables in the ST monad - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1 primitive vector>=0.7 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hashtables/distinfo b/devel/hs-hashtables/distinfo deleted file mode 100644 index 19284d783f9..00000000000 --- a/devel/hs-hashtables/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523445335 -SHA256 (cabal/hashtables-1.2.3.0.tar.gz) = f956b4bb6113f30193c9d85caebeda5000c29d8acf4f4994af650d3748bf73a5 -SIZE (cabal/hashtables-1.2.3.0.tar.gz) = 57335 diff --git a/devel/hs-hashtables/pkg-descr b/devel/hs-hashtables/pkg-descr deleted file mode 100644 index a165a24737a..00000000000 --- a/devel/hs-hashtables/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a couple of different implementations of mutable -hash tables in the ST monad, as well as a type class abstracting their -common operations, and a set of wrappers to use the hash tables in the -IO monad. - -WWW: https://github.com/gregorycollins/hashtables diff --git a/devel/hs-haskell-lexer/Makefile b/devel/hs-haskell-lexer/Makefile deleted file mode 100644 index 387ac617900..00000000000 --- a/devel/hs-haskell-lexer/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haskell-lexer -PORTVERSION= 1.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A fully compliant Haskell 98 lexer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haskell-lexer/distinfo b/devel/hs-haskell-lexer/distinfo deleted file mode 100644 index 12a4838366d..00000000000 --- a/devel/hs-haskell-lexer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499720420 -SHA256 (cabal/haskell-lexer-1.0.1.tar.gz) = d7d42ab3c4bc2f0232ede8b005fb9de57f862ee4c1c83aa61e1022346fc84366 -SIZE (cabal/haskell-lexer-1.0.1.tar.gz) = 12380 diff --git a/devel/hs-haskell-lexer/pkg-descr b/devel/hs-haskell-lexer/pkg-descr deleted file mode 100644 index 69b5920898a..00000000000 --- a/devel/hs-haskell-lexer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A fully compliant Haskell 98 lexer. - -WWW: http://hackage.haskell.org/package/haskell-lexer diff --git a/devel/hs-haskell-src-exts-util/Makefile b/devel/hs-haskell-src-exts-util/Makefile deleted file mode 100644 index 610bdc71460..00000000000 --- a/devel/hs-haskell-src-exts-util/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haskell-src-exts-util -PORTVERSION= 0.2.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Manipulating Haskell source - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default haskell-src-exts semigroups uniplate - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haskell-src-exts-util/distinfo b/devel/hs-haskell-src-exts-util/distinfo deleted file mode 100644 index 8cc1aec9957..00000000000 --- a/devel/hs-haskell-src-exts-util/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531825609 -SHA256 (cabal/haskell-src-exts-util-0.2.3.tar.gz) = e833ef33423645fee4a300ff4e1354618a0d115a954cd62e72096175513803a0 -SIZE (cabal/haskell-src-exts-util-0.2.3.tar.gz) = 6202 diff --git a/devel/hs-haskell-src-exts-util/pkg-descr b/devel/hs-haskell-src-exts-util/pkg-descr deleted file mode 100644 index 29b2fa1249f..00000000000 --- a/devel/hs-haskell-src-exts-util/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of -the standard haskell-src package, and handles most registered syntactic -extensions to Haskell. This package contains helper functions for working -with haskell-src-exts trees. - -WWW: https://github.com/haskell-suite/haskell-src-exts-util diff --git a/devel/hs-haskell-src-exts/Makefile b/devel/hs-haskell-src-exts/Makefile deleted file mode 100644 index e9faff27337..00000000000 --- a/devel/hs-haskell-src-exts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= haskell-src-exts -PORTVERSION= 1.21.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Manipulating Haskell source - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cpphs -USE_HAPPY= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haskell-src-exts/distinfo b/devel/hs-haskell-src-exts/distinfo deleted file mode 100644 index 506f1e9f26c..00000000000 --- a/devel/hs-haskell-src-exts/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545681093 -SHA256 (cabal/haskell-src-exts-1.21.0.tar.gz) = 95dac187824edfa23b6a2363880b5e113df8ce4a641e8a0f76e6d45aaa699ff3 -SIZE (cabal/haskell-src-exts-1.21.0.tar.gz) = 1231435 diff --git a/devel/hs-haskell-src-exts/pkg-descr b/devel/hs-haskell-src-exts/pkg-descr deleted file mode 100644 index f591d63b87e..00000000000 --- a/devel/hs-haskell-src-exts/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Haskell-Source with Extensions (HSE, haskell-src-exts) is an extension of -the standard haskell-src package, and handles most registered syntactic -extensions to Haskell, including: - - * Multi-parameter type classes with functional dependencies - * Indexed type families (including associated types) - * Empty data declarations - * GADTs - * Implicit parameters - * Template Haskell - -and a few more. All extensions implemented in GHC are supported. -Apart from these standard extensions, it also handles regular patterns as -per the HaRP extension as well as HSX-style embedded XML syntax. - -WWW: https://github.com/haskell-suite/haskell-src-exts diff --git a/devel/hs-haskell-src-meta/Makefile b/devel/hs-haskell-src-meta/Makefile deleted file mode 100644 index a5866191440..00000000000 --- a/devel/hs-haskell-src-meta/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haskell-src-meta -PORTVERSION= 0.8.0.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parse source to template-haskell abstract syntax - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= haskell-src-exts safe syb th-orphans - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haskell-src-meta/distinfo b/devel/hs-haskell-src-meta/distinfo deleted file mode 100644 index ac98cdb1e40..00000000000 --- a/devel/hs-haskell-src-meta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545757485 -SHA256 (cabal/haskell-src-meta-0.8.0.3.tar.gz) = 8473e3555080860c2043581b398dbab67319584a568463b074a092fd4d095822 -SIZE (cabal/haskell-src-meta-0.8.0.3.tar.gz) = 20473 diff --git a/devel/hs-haskell-src-meta/files/patch-fix-build-with-src-exts b/devel/hs-haskell-src-meta/files/patch-fix-build-with-src-exts deleted file mode 100644 index f2ceb2a8c0f..00000000000 --- a/devel/hs-haskell-src-meta/files/patch-fix-build-with-src-exts +++ /dev/null @@ -1,28 +0,0 @@ -From 109ee29d5fd0f4e23fdd2f80eb122d66341b64a9 Mon Sep 17 00:00:00 2001 -From: Galen Huntington -Date: Sun, 23 Dec 2018 22:57:21 -0800 -Subject: [PATCH] Support haskell-src-exts 1.21. - ---- - haskell-src-meta.cabal | 2 +- - src/Language/Haskell/Meta/Syntax/Translate.hs | 2 ++ - 2 files changed, 3 insertions(+), 1 deletion(-) - -diff --git a/src/Language/Haskell/Meta/Syntax/Translate.hs b/src/Language/Haskell/Meta/Syntax/Translate.hs -index 0dba4f5..aa95cff 100644 ---- src/Language/Haskell/Meta/Syntax/Translate.hs -+++ src/Language/Haskell/Meta/Syntax/Translate.hs -@@ -314,11 +314,13 @@ instance ToName TyVarBndr where - toName (PlainTV n) = n - toName (KindedTV n _) = n - -+#if !MIN_VERSION_haskell_src_exts(1,21,0) - instance ToType (Hs.Kind l) where - toType (Hs.KindStar _) = StarT - toType (Hs.KindFn _ k1 k2) = toType k1 .->. toType k2 - toType (Hs.KindParen _ kp) = toType kp - toType (Hs.KindVar _ n) = VarT (toName n) -+#endif - - toKind :: Hs.Kind l -> Kind - toKind = toType diff --git a/devel/hs-haskell-src-meta/files/patch-haskell-src-meta.cabal b/devel/hs-haskell-src-meta/files/patch-haskell-src-meta.cabal deleted file mode 100644 index 50852723535..00000000000 --- a/devel/hs-haskell-src-meta/files/patch-haskell-src-meta.cabal +++ /dev/null @@ -1,17 +0,0 @@ ---- haskell-src-meta.cabal.orig 2018-06-19 10:23:31 UTC -+++ haskell-src-meta.cabal -@@ -17,11 +17,11 @@ description: The translation from haskell-src-e - extra-source-files: ChangeLog README.md examples/*.hs - - library -- build-depends: base >= 4.6 && < 4.12, -- haskell-src-exts >= 1.18 && < 1.21, -+ build-depends: base >= 4.6 && < 4.13, -+ haskell-src-exts >= 1.18 && < 1.22, - pretty >= 1.0 && < 1.2, - syb >= 0.1 && < 0.8, -- template-haskell >= 2.8 && < 2.14, -+ template-haskell >= 2.8 && < 2.15, - th-orphans >= 0.9.1 && < 0.14 - - if impl(ghc < 7.8) diff --git a/devel/hs-haskell-src-meta/pkg-descr b/devel/hs-haskell-src-meta/pkg-descr deleted file mode 100644 index 7d35074b8eb..00000000000 --- a/devel/hs-haskell-src-meta/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The translation from haskell-src-exts abstract syntax to template-haskell -abstract syntax. - -WWW: https://github.com/bmillwood/haskell-src-meta/ diff --git a/devel/hs-haskell-src/Makefile b/devel/hs-haskell-src/Makefile deleted file mode 100644 index 3187b45ea73..00000000000 --- a/devel/hs-haskell-src/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= haskell-src -PORTVERSION= 1.0.3.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Support for manipulating Haskell source code - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_HAPPY= yes -USE_CABAL= syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-haskell-src/distinfo b/devel/hs-haskell-src/distinfo deleted file mode 100644 index 3fd72884302..00000000000 --- a/devel/hs-haskell-src/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524150777 -SHA256 (cabal/haskell-src-1.0.3.0.tar.gz) = b4b4941e8883da32c3f2b93f3ecdd5cff82ff9304cb91e89850b19095c908dbc -SIZE (cabal/haskell-src-1.0.3.0.tar.gz) = 29863 diff --git a/devel/hs-haskell-src/pkg-descr b/devel/hs-haskell-src/pkg-descr deleted file mode 100644 index 6c8e2a9c5c5..00000000000 --- a/devel/hs-haskell-src/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The haskell-src package provides support for manipulating Haskell source -code. The package provides a lexer, parser and pretty-printer, and a -definition of a Haskell abstract syntax tree (AST). Common uses of this -package are to parse or generate Haskell 98 code. - -WWW: http://hackage.haskell.org/package/haskell-src diff --git a/devel/hs-hasktags/Makefile b/devel/hs-hasktags/Makefile index efa75a50f56..825d7109389 100644 --- a/devel/hs-hasktags/Makefile +++ b/devel/hs-hasktags/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hasktags -PORTVERSION= 0.69.3 -PORTREVISION= 4 +PORTVERSION= 0.71.2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +9,14 @@ COMMENT= Produces ctags "tags" and etags "TAGS" files for Haskell programs LICENSE= BSD3CLAUSE -USE_CABAL= json>=0.5 utf8-string +USES= cabal -EXECUTABLE= hasktags -STANDALONE= yes +USE_CABAL= ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 colour-2.3.4 \ + hashable-1.2.7.0_1 json-0.9.3 microlens-0.4.10 \ + microlens-ghc-0.4.10 microlens-mtl-0.1.11.1 \ + microlens-platform-0.3.11 microlens-th-0.4.2.3 \ + optparse-applicative-0.14.3.0 primitive-0.6.4.0_1 syb-0.7 \ + th-abstraction-0.2.10.0 transformers-compat-0.6.2 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-hasktags/distinfo b/devel/hs-hasktags/distinfo index 358d9a444b5..175eff1d1f8 100644 --- a/devel/hs-hasktags/distinfo +++ b/devel/hs-hasktags/distinfo @@ -1,3 +1,47 @@ -TIMESTAMP = 1499452576 -SHA256 (cabal/hasktags-0.69.3.tar.gz) = 4e069aa63c2a7d762332d1acbc12a3d705abdc5e24c06d55129e1a3fd66e5afa -SIZE (cabal/hasktags-0.69.3.tar.gz) = 62888 +TIMESTAMP = 1553366489 +SHA256 (cabal/hasktags-0.71.2.tar.gz) = 2c40fdcb834e8ac1d588daf0e8ace5b58c776cbde2d56892a75106ff324e53e8 +SIZE (cabal/hasktags-0.71.2.tar.gz) = 58919 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/json-0.9.3/json-0.9.3.tar.gz) = 8baf1de09983df8036fda854c4d1446f156a52d4988b863175e29af35c1d1afd +SIZE (cabal/json-0.9.3/json-0.9.3.tar.gz) = 22562 +SHA256 (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 9c55a89d1c91fddcafca4bb1fa99a3ef29223436d75191fb29385de2bd3f47ec +SIZE (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 25561 +SHA256 (cabal/microlens-ghc-0.4.10/microlens-ghc-0.4.10.tar.gz) = 63784af17969f63fee64684d7ad43187a0b978d85ba1bee15abda9a65b5e4d80 +SIZE (cabal/microlens-ghc-0.4.10/microlens-ghc-0.4.10.tar.gz) = 6272 +SHA256 (cabal/microlens-mtl-0.1.11.1/microlens-mtl-0.1.11.1.tar.gz) = d3e74f46a72aad12b71d8549a98fbc023fb364766f17d75742fb32fee70bdf50 +SIZE (cabal/microlens-mtl-0.1.11.1/microlens-mtl-0.1.11.1.tar.gz) = 8825 +SHA256 (cabal/microlens-platform-0.3.11/microlens-platform-0.3.11.tar.gz) = 8b77f0630d022e42deb8438d8383c361555975d07f44efb79ee5e9fa3a0525a1 +SIZE (cabal/microlens-platform-0.3.11/microlens-platform-0.3.11.tar.gz) = 4856 +SHA256 (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 321018c6c0aad3f68eb26f6c7e7a518db43039e3f8f19c4634ceb4c7f8051c8f +SIZE (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 20960 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/devel/hs-hex/Makefile b/devel/hs-hex/Makefile deleted file mode 100644 index c0379e2a00a..00000000000 --- a/devel/hs-hex/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hex -PORTVERSION= 0.1.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Convert strings into hexadecimal and back - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hex/distinfo b/devel/hs-hex/distinfo deleted file mode 100644 index 865934a937c..00000000000 --- a/devel/hs-hex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627841 -SHA256 (cabal/hex-0.1.2.tar.gz) = 12ee1243edd80570a486521565fb0c9b5e39374f21a12f050636e71d55ec61ec -SIZE (cabal/hex-0.1.2.tar.gz) = 1956 diff --git a/devel/hs-hex/pkg-descr b/devel/hs-hex/pkg-descr deleted file mode 100644 index 470b803bbe3..00000000000 --- a/devel/hs-hex/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Convert strings into hexadecimal and back. - -WWW: http://hackage.haskell.org/package/hex diff --git a/devel/hs-hinotify/Makefile b/devel/hs-hinotify/Makefile deleted file mode 100644 index 36bcb3fc20a..00000000000 --- a/devel/hs-hinotify/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hinotify -PORTVERSION= 0.3.10 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell binding to inotify - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -LIB_DEPENDS= libinotify.so:devel/libinotify - -USE_CABAL= async hashable - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hinotify/distinfo b/devel/hs-hinotify/distinfo deleted file mode 100644 index 1db0ae29957..00000000000 --- a/devel/hs-hinotify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523460966 -SHA256 (cabal/hinotify-0.3.10.tar.gz) = af2b7d5733ab52ca38f0d9aed1ec37304f1d6964caa0fb556b8215858c1d5d9d -SIZE (cabal/hinotify-0.3.10.tar.gz) = 9193 diff --git a/devel/hs-hinotify/pkg-descr b/devel/hs-hinotify/pkg-descr deleted file mode 100644 index df58c92156c..00000000000 --- a/devel/hs-hinotify/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library provides a wrapper to the Linux Kernel's inotify feature, -allowing applications to subscribe to notifications when a file is accessed -or modified. - -WWW: https://github.com/kolmodin/hinotify.git diff --git a/devel/hs-hint/Makefile b/devel/hs-hint/Makefile deleted file mode 100644 index e8e649c9302..00000000000 --- a/devel/hs-hint/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= hint -PORTVERSION= 0.9.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Runtime Haskell interpreter (GHC API wrapper) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions extensible-exceptions ghc-mtl>=1.2.1 ghc-paths \ - mtl random temporary utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hint/distinfo b/devel/hs-hint/distinfo deleted file mode 100644 index 902400af971..00000000000 --- a/devel/hs-hint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545674257 -SHA256 (cabal/hint-0.9.0.tar.gz) = 7425af412a66d22f254608b4e9f552d65fd96c6cc5885af7b2ed0af62923f8bc -SIZE (cabal/hint-0.9.0.tar.gz) = 31062 diff --git a/devel/hs-hint/pkg-descr b/devel/hs-hint/pkg-descr deleted file mode 100644 index 3d4c8816ed2..00000000000 --- a/devel/hs-hint/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This library defines an Interpreter monad. It allows to load Haskell -modules, browse them, type-check and evaluate strings with Haskell -expressions and even coerce them into values. The library is -thread-safe and type-safe (even the coercion of expressions to values). -It is, essentially, a huge subset of the GHC API wrapped in a simpler -API. - -WWW: http://hub.darcs.net/jcpetruzza/hint diff --git a/devel/hs-hlibev/Makefile b/devel/hs-hlibev/Makefile deleted file mode 100644 index 1dc3d4ab425..00000000000 --- a/devel/hs-hlibev/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hlibev -PORTVERSION= 0.4.0 -PORTREVISION= 18 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= FFI interface to libev - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network - -LIB_DEPENDS= libev.so:devel/libev - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hlibev/distinfo b/devel/hs-hlibev/distinfo deleted file mode 100644 index 6d33daf25c9..00000000000 --- a/devel/hs-hlibev/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627841 -SHA256 (cabal/hlibev-0.4.0.tar.gz) = dc37dafa42fad03228f353eaa0cda8d57eaf2f8c2558c3de29d2425526e02610 -SIZE (cabal/hlibev-0.4.0.tar.gz) = 6366 diff --git a/devel/hs-hlibev/pkg-descr b/devel/hs-hlibev/pkg-descr deleted file mode 100644 index 32dc12f1f31..00000000000 --- a/devel/hs-hlibev/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -FFI interface to libev. - -WWW: https://github.com/aycanirican/hlibev diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index f4706e09c94..1bada91afe4 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -2,7 +2,7 @@ PORTNAME= hlint PORTVERSION= 2.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +10,27 @@ COMMENT= Source code suggestions LICENSE= BSD3CLAUSE -USE_CABAL= ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 data-default \ - extra>=0.5 haskell-src-exts>=1.16 haskell-src-exts-util \ - hscolour>=1.21 refact uniplate>=1.5 yaml -EXECUTABLE= hlint +USES= cabal + +BUILD_DEPENDS= happy:devel/hs-happy + +USE_CABAL= aeson-1.4.2.0_1 ansi-terminal-0.9 attoparsec-0.13.2.2 \ + base-compat-0.10.5 clock-0.7.2 cmdargs-0.10.20 colour-2.3.4 \ + conduit-1.3.1 cpphs-1.20.8 data-default-0.7.1.1 \ + data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 dlist-0.8.0.5 \ + exceptions-0.10.0_2 extra-1.6.14 happy-1.19.9_3 hashable-1.2.7.0_1 \ + haskell-src-exts-1.21.0 haskell-src-exts-util-0.2.4 hscolour-1.24.4 \ + integer-logarithms-1.0.2.2 libyaml-0.1.1.0 \ + mono-traversable-1.0.11.0 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \ + polyparse-1.12.1 primitive-0.6.4.0_1 random-1.1_1 refact-0.3.0.2 \ + resourcet-1.2.2 \ + scientific-0.3.6.2 semigroups-0.18.5 split-0.2.3.3_1 syb-0.7 \ + tagged-0.8.6 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + transformers-compat-0.6.2 uniplate-1.6.12 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 uuid-types-1.0.3_1 vector-0.12.0.2 \ + vector-algorithms-0.8.0.1 yaml-0.11.0.0 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-hlint/distinfo b/devel/hs-hlint/distinfo index 39b5c3de08a..ae35fedc9ff 100644 --- a/devel/hs-hlint/distinfo +++ b/devel/hs-hlint/distinfo @@ -1,3 +1,119 @@ -TIMESTAMP = 1545836418 +TIMESTAMP = 1553535355 SHA256 (cabal/hlint-2.1.12.tar.gz) = 7de5c4a21cb3d957579398a5fe7c8bc2f56279616309b91cb1e9fda3e55e6fb4 SIZE (cabal/hlint-2.1.12.tar.gz) = 114373 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/cpphs-1.20.8/cpphs-1.20.8.tar.gz) = e56d64a7d8058e0fb63f0669397c1c861efb20a0376e0e74d86942ac151105ae +SIZE (cabal/cpphs-1.20.8/cpphs-1.20.8.tar.gz) = 45108 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c +SIZE (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = 41074 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/haskell-src-exts-1.21.0/haskell-src-exts-1.21.0.tar.gz) = 95dac187824edfa23b6a2363880b5e113df8ce4a641e8a0f76e6d45aaa699ff3 +SIZE (cabal/haskell-src-exts-1.21.0/haskell-src-exts-1.21.0.tar.gz) = 1231435 +SHA256 (cabal/haskell-src-exts-util-0.2.4/haskell-src-exts-util-0.2.4.tar.gz) = beb8af3a29322c72a9c9ac9988953c5aacc8f3b882780dd4f03f621d15126ef5 +SIZE (cabal/haskell-src-exts-util-0.2.4/haskell-src-exts-util-0.2.4.tar.gz) = 6237 +SHA256 (cabal/hscolour-1.24.4/hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d +SIZE (cabal/hscolour-1.24.4/hscolour-1.24.4.tar.gz) = 28729 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 +SIZE (cabal/polyparse-1.12.1/polyparse-1.12.1.tar.gz) = 33060 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/refact-0.3.0.2/refact-0.3.0.2.tar.gz) = 0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c +SIZE (cabal/refact-0.3.0.2/refact-0.3.0.2.tar.gz) = 2345 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/uniplate-1.6.12/uniplate-1.6.12.tar.gz) = fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7 +SIZE (cabal/uniplate-1.6.12/uniplate-1.6.12.tar.gz) = 30055 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 diff --git a/devel/hs-hoogle/Makefile b/devel/hs-hoogle/Makefile index f1c03414c86..4b737bf596a 100644 --- a/devel/hs-hoogle/Makefile +++ b/devel/hs-hoogle/Makefile @@ -3,7 +3,7 @@ PORTNAME= hoogle PORTVERSION= 5.0.17.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,12 +11,46 @@ COMMENT= Haskell API Search LICENSE= BSD3CLAUSE -USE_CABAL= aeson cmdargs conduit conduit-extra connection extra \ - haskell-src-exts http-conduit http-types js-flot js-jquery \ - mmap network network-uri old-locale process-extras QuickCheck \ - resourcet storable-tuple tar uniplate utf8-string vector wai \ - wai-logger warp warp-tls zlib -EXECUTABLE= hoogle +BUILD_DEPENDS= happy:devel/hs-happy + +USES= cabal + +USE_CABAL= ListLike-4.6_2 QuickCheck-2.12.6.1_1 aeson-1.4.2.0_1 appar-0.1.7 \ + asn1-encoding-0.9.5 asn1-parse-0.9.4 asn1-types-0.3.2 async-2.2.1_1 \ + attoparsec-0.13.2.2 auto-update-0.1.4 base-compat-0.10.5 \ + base-orphans-0.8 basement-0.0.10_1 blaze-builder-0.4.1.0 \ + bsb-http-chunked-0.0.0.4 byteable-0.1.1 byteorder-1.0.4 \ + cabal-doctest-1.0.6_2 case-insensitive-1.2.0.11 cereal-0.5.8.0 \ + clock-0.7.2 cmdargs-0.10.20 conduit-1.3.1 conduit-extra-1.3.0 \ + connection-0.2.8 cookie-0.4.4 cryptonite-0.25 \ + data-default-0.7.1.1 data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 dlist-0.8.0.5 \ + easy-file-0.2.2 erf-2.0.0.0 exceptions-0.10.0_2 extra-1.6.14 \ + fast-logger-2.4.13 fmlist-0.9.2 foundation-0.0.23 \ + generic-deriving-1.12.3 happy-1.19.9_3 hashable-1.2.7.0_1 \ + haskell-src-exts-1.21.0 hourglass-0.2.12 hsc2hs-0.68.4_1 \ + http-client-0.6.1 http-client-tls-0.3.5.3 http-conduit-2.3.5 \ + http-date-0.0.8 http-types-0.12.2 http2-1.6.4 \ + integer-logarithms-1.0.2.2 iproute-1.7.7 js-flot-0.8.3 \ + js-jquery-3.3.1 memory-0.14.18 mime-types-0.1.0.9 mmap-0.5.9 \ + mono-traversable-1.0.11.0 network-2.7.0.2_2 network-uri-2.6.1.0_1 \ + network-byte-order-0.0.0.0 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \ + pem-0.2.4 primitive-0.6.4.0_1 process-extras-0.7.4 psqueues-0.2.7.1 \ + random-1.1_1 resourcet-1.2.2 scientific-0.3.6.2 semigroups-0.18.5 \ + simple-sendfile-0.2.28 socks-0.5.6 split-0.2.3.3_1 \ + storable-record-0.0.4 storable-tuple-0.0.3.3 \ + streaming-commons-0.2.1.0 syb-0.7 tar-0.5.1.0_1 tagged-0.8.6 \ + tf-random-0.5 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + tls-1.4.1 tls-session-manager-0.0.0.2 transformers-compat-0.6.2 \ + typed-process-0.2.4.0 uniplate-1.6.12 unix-compat-0.5.1 \ + unix-time-0.4.5 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ + utility-ht-0.0.14 uuid-types-1.0.3 vault-0.3.1.2 \ + vector-0.12.0.2 vector-algorithms-0.8.0.1 wai-3.2.2 \ + wai-logger-2.3.4 warp-3.2.26 warp-tls-3.2.4.3 \ + word8-0.1.3 x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \ + x509-validation-1.6.11 zlib-0.6.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-hoogle/distinfo b/devel/hs-hoogle/distinfo index 77d9a907ea7..e42e88dc224 100644 --- a/devel/hs-hoogle/distinfo +++ b/devel/hs-hoogle/distinfo @@ -1,3 +1,263 @@ -TIMESTAMP = 1545936497 +TIMESTAMP = 1553675419 SHA256 (cabal/hoogle-5.0.17.4.tar.gz) = 499b2b7a77806ed486d7ed8daad29c3827cec38a32dbd02769b72fba87f62d15 SIZE (cabal/hoogle-5.0.17.4.tar.gz) = 93902 +SHA256 (cabal/ListLike-4.6/ListLike-4.6.tar.gz) = c1cdec79a5f585a5839eea26a2afe6a37aab5ed2f402a16e7d59fe9a4e925a9a +SIZE (cabal/ListLike-4.6/ListLike-4.6.tar.gz) = 30544 +SHA256 (cabal/ListLike-4.6/revision/2.cabal) = 0fc4f9b6d6da1eab7102310f37379c4fc751ec94ac4c36096cd87ef948168ad5 +SIZE (cabal/ListLike-4.6/revision/2.cabal) = 3092 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = f6de4f1d1332d665057a9fd1af6b805f66cf04299b03f53696f3c9db4f7ff21f +SIZE (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = 3997 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 +SIZE (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 8607 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 +SIZE (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = 19606 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c +SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae +SIZE (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 32716 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c +SIZE (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = 41074 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/fmlist-0.9.2/fmlist-0.9.2.tar.gz) = 8fc4b55d04e7f216740a01acd2f38293e3bd9409a9495e6042a162580c420609 +SIZE (cabal/fmlist-0.9.2/fmlist-0.9.2.tar.gz) = 4387 +SHA256 (cabal/foundation-0.0.23/foundation-0.0.23.tar.gz) = a26036f61909fdfdde7e014800741cea1246620dbee0f29c1408d8ff301b043c +SIZE (cabal/foundation-0.0.23/foundation-0.0.23.tar.gz) = 120155 +SHA256 (cabal/generic-deriving-1.12.3/generic-deriving-1.12.3.tar.gz) = dbedd7a4e3e6a23f2405283e34ca22a6be6ff1943994fd2aaf7e749469f46692 +SIZE (cabal/generic-deriving-1.12.3/generic-deriving-1.12.3.tar.gz) = 67590 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/haskell-src-exts-1.21.0/haskell-src-exts-1.21.0.tar.gz) = 95dac187824edfa23b6a2363880b5e113df8ce4a641e8a0f76e6d45aaa699ff3 +SIZE (cabal/haskell-src-exts-1.21.0/haskell-src-exts-1.21.0.tar.gz) = 1231435 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hsc2hs-0.68.4/revision/1.cabal) = 713092fccf64712b510ef1228695b14e1bf7ef0d1b2ce069776e0dcf894d4bf1 +SIZE (cabal/hsc2hs-0.68.4/revision/1.cabal) = 2437 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-conduit-2.3.5/http-conduit-2.3.5.tar.gz) = a9a9efc6863fa20376a99154325ef09ac9f91c86c04da8a7649dd7d3cbd56d41 +SIZE (cabal/http-conduit-2.3.5/http-conduit-2.3.5.tar.gz) = 27777 +SHA256 (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 0f4c6348487abe4f9d58e43d3c23bdefc7fd1fd5672effd3c7d84aaff05f5427 +SIZE (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 5322 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 2fcadd614cb8fa031e23a0fae096be76b08af7bbd525dc67096bd575cc3f1e66 +SIZE (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 5192632 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = e6a3fe4a6f2a78fcee0f98255f97232d8b6b9b1fa48faee3bef96f0b462a4b3d +SIZE (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = 13253 +SHA256 (cabal/js-flot-0.8.3/js-flot-0.8.3.tar.gz) = 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a +SIZE (cabal/js-flot-0.8.3/js-flot-0.8.3.tar.gz) = 662691 +SHA256 (cabal/js-jquery-3.3.1/js-jquery-3.3.1.tar.gz) = e0e0681f0da1130ede4e03a051630ea439c458cb97216cdb01771ebdbe44069b +SIZE (cabal/js-jquery-3.3.1/js-jquery-3.3.1.tar.gz) = 114431 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 +SIZE (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 11731 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3bb6f1110d9ac16a18f0c2d5921af584044e667e46fcfbdebd7a1e74e329de71 +SIZE (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3188 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 293e75f849254ce0ce0d7fa659681917e07a557c602505a2f9e20777467e984e +SIZE (cabal/process-extras-0.7.4/process-extras-0.7.4.tar.gz) = 14256 +SHA256 (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 047e42ecd50d09fef99d1db9f8b1e511b64ea4b41afc435ad5fdd373d2ea8ec1 +SIZE (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 27384 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = a9800b79d41c3896181c93b3805135440bca31b5524a33303b7e32aa1bb29870 +SIZE (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = 343120 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/storable-record-0.0.4/storable-record-0.0.4.tar.gz) = ceffb2f08d8abc37e338ad924b264c230d5e54ecccaf1c22802c3107ea0c5a42 +SIZE (cabal/storable-record-0.0.4/storable-record-0.0.4.tar.gz) = 7362 +SHA256 (cabal/storable-tuple-0.0.3.3/storable-tuple-0.0.3.3.tar.gz) = dcfac049527a45c386c80a7c40ec211455b83d74311af88fa686063b5f87df35 +SIZE (cabal/storable-tuple-0.0.3.3/storable-tuple-0.0.3.3.tar.gz) = 2383 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = c586ccfd8da578ed2174352bea1952f55fe38023e476f851d7f0ed428aa57567 +SIZE (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = 3183 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/uniplate-1.6.12/uniplate-1.6.12.tar.gz) = fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7 +SIZE (cabal/uniplate-1.6.12/uniplate-1.6.12.tar.gz) = 30055 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/utility-ht-0.0.14/utility-ht-0.0.14.tar.gz) = 69c2eee1330839cdff40fad4f68f8c7ce41ae3b46a9e1d575f589fcdcf7ceba8 +SIZE (cabal/utility-ht-0.0.14/utility-ht-0.0.14.tar.gz) = 25927 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c +SIZE (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 5307 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 2a64d54901d7bcc3c59dd94dcc99b5dcbbb95b4ec9176e677877888526c17fe1 +SIZE (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 10176 +SHA256 (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 93fe191310c4054ccf5ad8c431e9075646b0d2b7405faf697640461c72789600 +SIZE (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 5771 +SHA256 (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 4ca338568a3b867e36d6f01255bf562429f25d8f1373e79122881bcd461803e9 +SIZE (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 78477 +SHA256 (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 84cd511e32019ba5bef07b0e8a3550b2da06d534bf3df1673d14a5ec4a12f29d +SIZE (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 7366 +SHA256 (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 2630934c75728bfbf390c1f0206b225507b354f68d4047b06c018a36823b5d8a +SIZE (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 6271 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/hs-hourglass/Makefile b/devel/hs-hourglass/Makefile deleted file mode 100644 index a37f506f006..00000000000 --- a/devel/hs-hourglass/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hourglass -PORTVERSION= 0.2.11 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple performant time related library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hourglass/distinfo b/devel/hs-hourglass/distinfo deleted file mode 100644 index 884a1f43d03..00000000000 --- a/devel/hs-hourglass/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523386565 -SHA256 (cabal/hourglass-0.2.11.tar.gz) = 18a6bb303fc055275cca45aaffc17b6a04b2e9d7509aa5aa5bb9d9239f4e4f51 -SIZE (cabal/hourglass-0.2.11.tar.gz) = 25904 diff --git a/devel/hs-hourglass/pkg-descr b/devel/hs-hourglass/pkg-descr deleted file mode 100644 index f889cef83c9..00000000000 --- a/devel/hs-hourglass/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Simple time library focusing on simple but powerful and performant API -The backbone of the library are the Timeable and Time type classes. -Each Timeable instances can be converted to type that has a Time -instances, and thus are different representations of current time. - -WWW: https://github.com/vincenthz/hs-hourglass diff --git a/devel/hs-hsb2hs/Makefile b/devel/hs-hsb2hs/Makefile deleted file mode 100644 index 5320040acf8..00000000000 --- a/devel/hs-hsb2hs/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hsb2hs -PORTVERSION= 0.3.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Preprocesses a file, adding blobs from files as string literals - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= preprocessor-tools>1.0 - -EXECUTABLE= hsb2hs -STANDALONE= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hsb2hs/distinfo b/devel/hs-hsb2hs/distinfo deleted file mode 100644 index 7678c1dbee8..00000000000 --- a/devel/hs-hsb2hs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627843 -SHA256 (cabal/hsb2hs-0.3.1.tar.gz) = 8ad800820554f273ada083dfce2f463d920fb1ceb053255023a4c883b090f9d8 -SIZE (cabal/hsb2hs-0.3.1.tar.gz) = 2387 diff --git a/devel/hs-hsb2hs/pkg-descr b/devel/hs-hsb2hs/pkg-descr deleted file mode 100644 index 60ea929041e..00000000000 --- a/devel/hs-hsb2hs/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Hsb2hs is a preprocessor that allows you to include the contents of -files as string literals in your Haskell programs and libraries. It is -an alternative to file-embed for those who do not want to rely on -Template Haskell. - -WWW: http://hackage.haskell.org/package/hsb2hs diff --git a/devel/hs-hslogger/Makefile b/devel/hs-hslogger/Makefile deleted file mode 100644 index 7ceeec7f757..00000000000 --- a/devel/hs-hslogger/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= hslogger -PORTVERSION= 1.2.12 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Versatile logging framework - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl network old-locale - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hslogger/distinfo b/devel/hs-hslogger/distinfo deleted file mode 100644 index fa0fcfdf522..00000000000 --- a/devel/hs-hslogger/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545658038 -SHA256 (cabal/hslogger-1.2.12.tar.gz) = f97a4c89d0921f237999de5d44950127dbe8baa177960ccccbfb79cccfd46c7a -SIZE (cabal/hslogger-1.2.12.tar.gz) = 36228 diff --git a/devel/hs-hslogger/pkg-descr b/devel/hs-hslogger/pkg-descr deleted file mode 100644 index 290e1708d55..00000000000 --- a/devel/hs-hslogger/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -hslogger is a logging framework for Haskell, roughly similar to Python's -logging module. - -hslogger lets each log message have a priority and source be associated -with it. The programmer can then define global handlers that route or -filter messages based on the priority and source. hslogger also has a -syslog handler built in. - -WWW: http://software.complete.org/hslogger diff --git a/devel/hs-hslua-module-text/Makefile b/devel/hs-hslua-module-text/Makefile deleted file mode 100644 index 6d3f810992c..00000000000 --- a/devel/hs-hslua-module-text/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hslua-module-text -PORTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lua module for text - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hslua - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hslua-module-text/distinfo b/devel/hs-hslua-module-text/distinfo deleted file mode 100644 index e983819d892..00000000000 --- a/devel/hs-hslua-module-text/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833621 -SHA256 (cabal/hslua-module-text-0.2.0.tar.gz) = 711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e -SIZE (cabal/hslua-module-text-0.2.0.tar.gz) = 3583 diff --git a/devel/hs-hslua-module-text/pkg-descr b/devel/hs-hslua-module-text/pkg-descr deleted file mode 100644 index 59de04cbab3..00000000000 --- a/devel/hs-hslua-module-text/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -UTF-8 aware subset of Lua's string module. - -WWW: https://github.com/hslua/hslua-module-test diff --git a/devel/hs-hslua/Makefile b/devel/hs-hslua/Makefile deleted file mode 100644 index 3a00cb2938f..00000000000 --- a/devel/hs-hslua/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hslua -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lua language interpreter embedding in Haskell - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hslua/distinfo b/devel/hs-hslua/distinfo deleted file mode 100644 index c3e20949453..00000000000 --- a/devel/hs-hslua/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545846233 -SHA256 (cabal/hslua-1.0.1.tar.gz) = ca4e74bbbd6917877bf61e86505d6550603aa62659c2ec8c3780d8be29feb1a0 -SIZE (cabal/hslua-1.0.1.tar.gz) = 235701 diff --git a/devel/hs-hslua/files/patch-hslua.cabal b/devel/hs-hslua/files/patch-hslua.cabal deleted file mode 100644 index 565ff33c283..00000000000 --- a/devel/hs-hslua/files/patch-hslua.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- hslua.cabal.orig 2018-10-01 07:39:40 UTC -+++ hslua.cabal -@@ -91,7 +91,6 @@ library - , bytestring >= 0.10.2 && < 0.11 - , containers >= 0.5 && < 0.7 - , exceptions >= 0.8 && < 0.11 -- , fail >= 4.9 && < 5 - , mtl >= 2.2 && < 2.3 - , text >= 1.0 && < 1.3 - hs-source-dirs: src diff --git a/devel/hs-hslua/pkg-descr b/devel/hs-hslua/pkg-descr deleted file mode 100644 index f2dc2410232..00000000000 --- a/devel/hs-hslua/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Scripting.Lua module is a wrapper of Lua language interpreter. This -package contains full Lua interpreter version 5.1.5. - -WWW: http://hackage.haskell.org/package/hslua diff --git a/devel/hs-hspec-core/Makefile b/devel/hs-hspec-core/Makefile deleted file mode 100644 index 378f69e998b..00000000000 --- a/devel/hs-hspec-core/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hspec-core -PORTVERSION= 2.5.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Testing Framework for Haskell - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= ansi-terminal>=0.5 async>=2 clock hspec-expectations>=0.7.1 \ - HUnit>=1.2.5 QuickCheck>=2.5.1 quickcheck-io random setenv \ - tf-random - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hspec-core/distinfo b/devel/hs-hspec-core/distinfo deleted file mode 100644 index d4be3bf638d..00000000000 --- a/devel/hs-hspec-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523960255 -SHA256 (cabal/hspec-core-2.5.0.tar.gz) = f2e5e1b6142eccda9dd9a03212cad691ceba6f66c99e01098bdfdd9c55d708dd -SIZE (cabal/hspec-core-2.5.0.tar.gz) = 55084 diff --git a/devel/hs-hspec-core/pkg-descr b/devel/hs-hspec-core/pkg-descr deleted file mode 100644 index 5ba9ca9805e..00000000000 --- a/devel/hs-hspec-core/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package exposes internal types and functions that can be used to -extend Hspec's functionality. - -WWW: http://hspec.github.io/ diff --git a/devel/hs-hspec-discover/Makefile b/devel/hs-hspec-discover/Makefile index f173055fb5a..0c6992af8d9 100644 --- a/devel/hs-hspec-discover/Makefile +++ b/devel/hs-hspec-discover/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hspec-discover -PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTVERSION= 2.6.1 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,6 @@ COMMENT= Automatically discover and run Hspec tests LICENSE= MIT -EXECUTABLE= hspec-discover -OPTIONS_EXCLUDE= DOCS +USES= cabal -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-hspec-discover/distinfo b/devel/hs-hspec-discover/distinfo index b7e9371a349..ed8526f1932 100644 --- a/devel/hs-hspec-discover/distinfo +++ b/devel/hs-hspec-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525007543 -SHA256 (cabal/hspec-discover-2.5.0.tar.gz) = 3e47c07c9e131c0327ac732b600986d99cfdd42a3b6b68502c01d986617a21e5 -SIZE (cabal/hspec-discover-2.5.0.tar.gz) = 6699 +TIMESTAMP = 1550317272 +SHA256 (cabal/hspec-discover-2.6.1.tar.gz) = 9d569a9587d2034272d287442855490a06266192eba1da871cae7d971b922fa1 +SIZE (cabal/hspec-discover-2.6.1.tar.gz) = 6719 diff --git a/devel/hs-hspec-expectations/Makefile b/devel/hs-hspec-expectations/Makefile deleted file mode 100644 index 17cd5b9d380..00000000000 --- a/devel/hs-hspec-expectations/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hspec-expectations -PORTVERSION= 0.8.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Catchy combinators for HUnit - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= call-stack HUnit - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hspec-expectations/distinfo b/devel/hs-hspec-expectations/distinfo deleted file mode 100644 index a652ea8cc82..00000000000 --- a/devel/hs-hspec-expectations/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499544608 -SHA256 (cabal/hspec-expectations-0.8.2.tar.gz) = 819607ea1faf35ce5be34be61c6f50f3389ea43892d56fb28c57a9f5d54fb4ef -SIZE (cabal/hspec-expectations-0.8.2.tar.gz) = 5492 diff --git a/devel/hs-hspec-expectations/pkg-descr b/devel/hs-hspec-expectations/pkg-descr deleted file mode 100644 index 25a4e696f71..00000000000 --- a/devel/hs-hspec-expectations/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Catchy combinators for HUnit. - -WWW: https://github.com/sol/hspec-expectations#readme diff --git a/devel/hs-hspec/Makefile b/devel/hs-hspec/Makefile deleted file mode 100644 index 0dcf465b010..00000000000 --- a/devel/hs-hspec/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hspec -PORTVERSION= 2.5.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Testing Framework for Haskell - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hspec-core>=2.1.10 hspec-discover>=2.1.10 \ - hspec-expectations>=0.7.1 HUnit>=1.2.5 QuickCheck>=2.5.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-hspec/distinfo b/devel/hs-hspec/distinfo deleted file mode 100644 index 152c64e64e6..00000000000 --- a/devel/hs-hspec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525007159 -SHA256 (cabal/hspec-2.5.0.tar.gz) = abeda4a3282b5a1d80809fd17554bcc1593554832a6b11366c7ae3b6d01c779b -SIZE (cabal/hspec-2.5.0.tar.gz) = 9013 diff --git a/devel/hs-hspec/pkg-descr b/devel/hs-hspec/pkg-descr deleted file mode 100644 index 7a2d95826c1..00000000000 --- a/devel/hs-hspec/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Hspec is a testing framework for Haskell. It is inspired by the Ruby -library RSpec. Some of Hspec's distinctive features are: - - * a friendly DSL for defining tests - * integration with QuickCheck, SmallCheck, and HUnit - * parallel test execution - * automatic discovery of test files - -WWW: http://hspec.github.io/ diff --git a/devel/hs-io-streams-haproxy/Makefile b/devel/hs-io-streams-haproxy/Makefile deleted file mode 100644 index 303b2224140..00000000000 --- a/devel/hs-io-streams-haproxy/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= io-streams-haproxy -PORTVERSION= 1.0.0.2 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HAProxy protocol version 1.5 support for I/O using streams - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec io-streams network - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-io-streams-haproxy/distinfo b/devel/hs-io-streams-haproxy/distinfo deleted file mode 100644 index 64bff3881fd..00000000000 --- a/devel/hs-io-streams-haproxy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524413753 -SHA256 (cabal/io-streams-haproxy-1.0.0.2.tar.gz) = 77814f8258b5c32707a13e0d30ab2e144e7ad073aee821d6def65554024ed086 -SIZE (cabal/io-streams-haproxy-1.0.0.2.tar.gz) = 9888 diff --git a/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal b/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal deleted file mode 100644 index e74a0d18e94..00000000000 --- a/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- io-streams-haproxy.cabal.orig 2018-04-22 16:18:46 UTC -+++ io-streams-haproxy.cabal -@@ -35,7 +35,7 @@ library - other-modules: System.IO.Streams.Network.Internal.Address - c-sources: cbits/byteorder.c - -- build-depends: base >= 4.5 && < 4.11, -+ build-depends: base >= 4.5 && < 4.13, - attoparsec >= 0.7 && < 0.14, - bytestring >= 0.9 && < 0.11, - io-streams >= 1.3 && < 1.6, diff --git a/devel/hs-io-streams-haproxy/pkg-descr b/devel/hs-io-streams-haproxy/pkg-descr deleted file mode 100644 index bc3a1c89872..00000000000 --- a/devel/hs-io-streams-haproxy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -HAProxy protocol version 1.5 support -(see http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt) for -applications using io-streams. The proxy protocol allows information about a -networked peer (like remote address and port) to be propagated through a -forwarding proxy that is configured to speak this protocol. - -WWW: http://hackage.haskell.org/package/io-streams-haproxy diff --git a/devel/hs-io-streams/Makefile b/devel/hs-io-streams/Makefile deleted file mode 100644 index ba5155856de..00000000000 --- a/devel/hs-io-streams/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= io-streams -PORTVERSION= 1.5.0.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple and easy-to-use primitives for I/O using streams - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec network primitive vector zlib-bindings - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-io-streams/distinfo b/devel/hs-io-streams/distinfo deleted file mode 100644 index c322b5a6908..00000000000 --- a/devel/hs-io-streams/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523904656 -SHA256 (cabal/io-streams-1.5.0.1.tar.gz) = 5dcb3717933197a84f31be74abf545126b3d25eb0e0d64f722c480d3c46b2c8b -SIZE (cabal/io-streams-1.5.0.1.tar.gz) = 62763 diff --git a/devel/hs-io-streams/files/patch-io-streams.cabal b/devel/hs-io-streams/files/patch-io-streams.cabal deleted file mode 100644 index c0a4fc6eb04..00000000000 --- a/devel/hs-io-streams/files/patch-io-streams.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- io-streams.cabal.orig 2018-04-16 18:57:41 UTC -+++ io-streams.cabal -@@ -122,7 +122,6 @@ Library - Build-depends: base >= 4 && <5, - attoparsec >= 0.10 && <0.14, - bytestring >= 0.9 && <0.11, -- bytestring-builder >= 0.10 && <0.11, - network >= 2.3 && <2.7, - primitive >= 0.2 && <0.7, - process >= 1.1 && <1.7, diff --git a/devel/hs-io-streams/pkg-descr b/devel/hs-io-streams/pkg-descr deleted file mode 100644 index 03d9f4a68b2..00000000000 --- a/devel/hs-io-streams/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The io-streams library contains simple and easy-to-use primitives for I/O using -streams. - -WWW: http://hackage.haskell.org/package/io-streams diff --git a/devel/hs-js-flot/Makefile b/devel/hs-js-flot/Makefile deleted file mode 100644 index 08a091eb389..00000000000 --- a/devel/hs-js-flot/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= js-flot -PORTVERSION= 0.8.3 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Obtain minified flot code - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-js-flot/distinfo b/devel/hs-js-flot/distinfo deleted file mode 100644 index d902e5d7ee7..00000000000 --- a/devel/hs-js-flot/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627846 -SHA256 (cabal/js-flot-0.8.3.tar.gz) = 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a -SIZE (cabal/js-flot-0.8.3.tar.gz) = 662691 diff --git a/devel/hs-js-flot/pkg-descr b/devel/hs-js-flot/pkg-descr deleted file mode 100644 index 3caa8ddb471..00000000000 --- a/devel/hs-js-flot/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package bundles the minified Flot code (a jQuery plotting library) -into a Haskell package, so it can be depended upon by Cabal packages. -The first three components of the version number match the upstream flot -version. The package is designed to meet the redistribution -requirements of downstream users (e.g. Debian). - -WWW: https://github.com/ndmitchell/js-flot#readme diff --git a/devel/hs-js-jquery/Makefile b/devel/hs-js-jquery/Makefile deleted file mode 100644 index a6b89352cc6..00000000000 --- a/devel/hs-js-jquery/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= js-jquery -PORTVERSION= 3.2.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Obtain minified jQuery code - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-js-jquery/distinfo b/devel/hs-js-jquery/distinfo deleted file mode 100644 index ee23890482a..00000000000 --- a/devel/hs-js-jquery/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499618157 -SHA256 (cabal/js-jquery-3.2.1.tar.gz) = 60503d82d0a601291cf0aa495edecbdb749dcf8982502bf18b9a886979ac1e0f -SIZE (cabal/js-jquery-3.2.1.tar.gz) = 112319 diff --git a/devel/hs-js-jquery/pkg-descr b/devel/hs-js-jquery/pkg-descr deleted file mode 100644 index 18c4f144482..00000000000 --- a/devel/hs-js-jquery/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package bundles the minified jQuery code into a Haskell package, so -it can be depended upon by Cabal packages. The first three components -of the version number match the upstream jQuery version. The package is -designed to meet the redistribution requirements of downstream users -(e.g. Debian). - -WWW: https://github.com/ndmitchell/js-jquery#readme diff --git a/devel/hs-keys/Makefile b/devel/hs-keys/Makefile deleted file mode 100644 index 0cd3723f1f3..00000000000 --- a/devel/hs-keys/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= keys -PORTVERSION= 3.12.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Keyed functors and containers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad>=4 free>=4 hashable>=1.1.2.3 semigroupoids>=4 \ - semigroups>=0.8.3.1 unordered-containers>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-keys/distinfo b/devel/hs-keys/distinfo deleted file mode 100644 index 1a8eae8b073..00000000000 --- a/devel/hs-keys/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545679232 -SHA256 (cabal/keys-3.12.1.tar.gz) = 7fcea48187df82c02c159dea07a581cddf371023e6a3c34de7fa69a8ef2315fb -SIZE (cabal/keys-3.12.1.tar.gz) = 13608 diff --git a/devel/hs-keys/pkg-descr b/devel/hs-keys/pkg-descr deleted file mode 100644 index 4356377e5bd..00000000000 --- a/devel/hs-keys/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Keyed functors and containers. - -WWW: https://github.com/ekmett/keys/ diff --git a/devel/hs-kqueue/Makefile b/devel/hs-kqueue/Makefile deleted file mode 100644 index 058f9748e78..00000000000 --- a/devel/hs-kqueue/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kqueue -PORTVERSION= 0.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the kqueue event library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=1.1 -USE_C2HS= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-kqueue/distinfo b/devel/hs-kqueue/distinfo deleted file mode 100644 index 2655994756c..00000000000 --- a/devel/hs-kqueue/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627846 -SHA256 (cabal/kqueue-0.2.tar.gz) = 700c6daf8a3f6ff1dbbc7f8ef10f3acb2ffddb4ccc65a68fa533907802f67369 -SIZE (cabal/kqueue-0.2.tar.gz) = 7505 diff --git a/devel/hs-kqueue/files/patch-kqueue.cabal b/devel/hs-kqueue/files/patch-kqueue.cabal deleted file mode 100644 index 377fcc5ae93..00000000000 --- a/devel/hs-kqueue/files/patch-kqueue.cabal +++ /dev/null @@ -1,16 +0,0 @@ ---- kqueue.cabal.orig 2018-04-29 14:33:28 UTC -+++ kqueue.cabal -@@ -21,11 +21,11 @@ Library - Hs-Source-Dirs: src - Exposed-modules: System.KQueue - System.KQueue.HighLevel -- Build-depends: base >= 4.0 && < 4.10 -+ Build-depends: base >= 4.0 && < 4.13 - , directory >= 1.0 && < 1.4 - , filepath >= 1.1 && < 1.5 - , mtl >= 1.1 && < 2.3 -- , time >= 1.1 && < 1.7 -+ , time >= 1.1 && < 1.9 - , unix >= 2.3 && < 2.8 - Build-tools: c2hs - GHC-Options: -Wall diff --git a/devel/hs-kqueue/files/patch-src__System__KQueue.chs b/devel/hs-kqueue/files/patch-src__System__KQueue.chs deleted file mode 100644 index 6fb00591089..00000000000 --- a/devel/hs-kqueue/files/patch-src__System__KQueue.chs +++ /dev/null @@ -1,57 +0,0 @@ ---- src/System/KQueue.chs.orig 2016-05-30 14:31:11 UTC -+++ src/System/KQueue.chs -@@ -19,8 +19,10 @@ module System.KQueue - , KQueueException - ) where - -+#include - #include - #include -+#include "MachDeps.h" - - #if __GLASGOW_HASKELL__ <= 708 - import Control.Applicative ( (<$>), (<*>) ) -@@ -57,6 +59,8 @@ import Foreign.C ( CInt ) - import Foreign.C ( CLong - , CTime - , CULong -+ , CUInt -+ , CLLong - ) - - -- | A kernel event queue. -@@ -68,11 +72,23 @@ kqueue = KQueue <$> {#call kqueue as kqueue_ #} - - -- | A kernel event. - data KEvent = KEvent -+#if SIZEOF_HSWORD == 4 -+ { ident :: CUInt -- ^ The identifier for the event, often a file descriptor. -+#else - { ident :: CULong -- ^ The identifier for the event, often a file descriptor. -+#endif - , evfilter :: Filter -- ^ The kernel filter (type of event). - , flags :: [Flag] -- ^ Actions to perform on the event. - , fflags :: [FFlag] -- ^ Filter-specific flags. -+#if SIZEOF_HSWORD == 4 -+#if __FreeBSD_version >= 1200033 -+ , data_ :: CLLong -- ^ Filter-specific data value. -+#else -+ , data_ :: CInt -- ^ Filter-specific data value. -+#endif -+#else - , data_ :: CLong -- ^ Filter-specific data value. -+#endif - , udata :: Ptr () -- ^ User-defined data, passed through unchanged. - } deriving (Show, Eq) - -@@ -128,8 +144,10 @@ enum FFlag - , NoteExit = NOTE_EXIT - , NoteFork = NOTE_FORK - , NoteExec = NOTE_EXEC -+#ifndef __FreeBSD__ - , NoteSignal = NOTE_SIGNAL - // , NoteReap = NOTE_REAP -+#endif - }; - #endc - diff --git a/devel/hs-kqueue/pkg-descr b/devel/hs-kqueue/pkg-descr deleted file mode 100644 index 489e5f6cfb3..00000000000 --- a/devel/hs-kqueue/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A low-level binding to the kqueue library as found in BSD and Mac OS X. -It provides, among other things, a way of monitoring files and directories -for changes. - -WWW: https://github.com/hesselink/kqueue diff --git a/devel/hs-language-c/Makefile b/devel/hs-language-c/Makefile deleted file mode 100644 index aed862a345c..00000000000 --- a/devel/hs-language-c/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= language-c -PORTVERSION= 0.8.2 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Analysis and generation of C code - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_ALEX= yes -USE_HAPPY= yes -USE_CABAL= syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-language-c/distinfo b/devel/hs-language-c/distinfo deleted file mode 100644 index a7dfd6f023a..00000000000 --- a/devel/hs-language-c/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545654745 -SHA256 (cabal/language-c-0.8.2.tar.gz) = b729d3b2263b0f029a66c37ae1c05b86b68bad1cde6c0b407bfd5201b91fce15 -SIZE (cabal/language-c-0.8.2.tar.gz) = 193533 diff --git a/devel/hs-language-c/pkg-descr b/devel/hs-language-c/pkg-descr deleted file mode 100644 index 59667650885..00000000000 --- a/devel/hs-language-c/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Language C is a Haskell library for the analysis and generation of C -code. It features a complete, well tested parser and pretty printer for -all of C99 and a large set of GNU extensions. - -WWW: http://www.sivity.net/projects/language.c/ diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile deleted file mode 100644 index 89e36ac3ee2..00000000000 --- a/devel/hs-language-javascript/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= language-javascript -PORTVERSION= 0.6.0.11 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parser for JavaScript - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.2 mtl>=1.1 utf8-string>=0.3.7 -USE_ALEX= yes -USE_HAPPY= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-language-javascript/distinfo b/devel/hs-language-javascript/distinfo deleted file mode 100644 index 4395d009e08..00000000000 --- a/devel/hs-language-javascript/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523905950 -SHA256 (cabal/language-javascript-0.6.0.11.tar.gz) = d4756e9bc9a180cb93701e964a3157a03d4db4c7cb5a7b6b196067e587cc6143 -SIZE (cabal/language-javascript-0.6.0.11.tar.gz) = 106881 diff --git a/devel/hs-language-javascript/pkg-descr b/devel/hs-language-javascript/pkg-descr deleted file mode 100644 index c6a18ed924e..00000000000 --- a/devel/hs-language-javascript/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Parses Javascript into an Abstract Syntax Tree (AST). Initially intended -as frontend to hjsmin. - -WWW: https://github.com/erikd/language-javascript diff --git a/devel/hs-largeword/Makefile b/devel/hs-largeword/Makefile deleted file mode 100644 index fe5dfc08167..00000000000 --- a/devel/hs-largeword/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= largeword -PORTVERSION= 1.2.5 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Provides a way of producing other large words - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-largeword/distinfo b/devel/hs-largeword/distinfo deleted file mode 100644 index 8e5dd0af599..00000000000 --- a/devel/hs-largeword/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627848 -SHA256 (cabal/largeword-1.2.5.tar.gz) = 00b3b06d846649bf404f52a725c88349a38bc8c810e16c99f3100c4e1e9d7d46 -SIZE (cabal/largeword-1.2.5.tar.gz) = 4339 diff --git a/devel/hs-largeword/pkg-descr b/devel/hs-largeword/pkg-descr deleted file mode 100644 index 6b73b9d0392..00000000000 --- a/devel/hs-largeword/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides Word128, Word192 and Word256 and a way of producing other large -words if required. - -WWW: https://github.com/idontgetoutmuch/largeword diff --git a/devel/hs-lazysmallcheck/Makefile b/devel/hs-lazysmallcheck/Makefile deleted file mode 100644 index 9d9ad3e5c28..00000000000 --- a/devel/hs-lazysmallcheck/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lazysmallcheck -PORTVERSION= 0.6 -PORTREVISION= 17 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for demand-driven testing of Haskell programs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -INSTALL_PORTEXAMPLES= cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-lazysmallcheck/distinfo b/devel/hs-lazysmallcheck/distinfo deleted file mode 100644 index 9ae7998acb2..00000000000 --- a/devel/hs-lazysmallcheck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627848 -SHA256 (cabal/lazysmallcheck-0.6.tar.gz) = 9dd4dfb590c77e4f6aff68296602de58422eed5e7148fc29190d875a4e7d0f53 -SIZE (cabal/lazysmallcheck-0.6.tar.gz) = 16862 diff --git a/devel/hs-lazysmallcheck/pkg-descr b/devel/hs-lazysmallcheck/pkg-descr deleted file mode 100644 index 9ad601a0533..00000000000 --- a/devel/hs-lazysmallcheck/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Lazy SmallCheck is a library for exhaustive, demand-driven testing of -Haskell programs. It is based on the idea that if a property holds for -a partially-defined input then it must also hold for all fully-defined -refinements of the that input. Compared to `eager' input generation as -in SmallCheck, Lazy SmallCheck may require significantly fewer -test-cases to verify a property for all inputs up to a given depth. - -WWW: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ diff --git a/devel/hs-lens/Makefile b/devel/hs-lens/Makefile deleted file mode 100644 index 68d6ab1bf42..00000000000 --- a/devel/hs-lens/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lens -PORTVERSION= 4.17 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lenses, Folds and Traversals - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -BROKEN= Doesn't build with recent GHC - -USE_CABAL= base-orphans>=0.3 bifunctors>=5 call-stack comonad>=4 \ - contravariant distributive>=0.3 exceptions>=0.1.1 \ - free>=4 hashable>=1.1.2.3 kan-extensions>=4.2.1 mtl>=2.0.1 \ - parallel>=3.1.0.1 profunctors>=5 reflection>=2 \ - semigroupoids>=5 semigroups>=0.8.4 tagged>=0.4.4 \ - th-abstraction transformers-compat>=0.4 unordered-containers>=0.2.4 \ - vector>=0.9 void>=0.5 - -FLAGS_DISABLE= test-hlint test-doctests test-hunit test-properties test-templates - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-lens/distinfo b/devel/hs-lens/distinfo deleted file mode 100644 index 62ce9c7ae62..00000000000 --- a/devel/hs-lens/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545677566 -SHA256 (cabal/lens-4.17.tar.gz) = 473664de541023bef44aa29105abbb1e35542e9254cdc846963183e0dd3f08cc -SIZE (cabal/lens-4.17.tar.gz) = 991660 diff --git a/devel/hs-lens/pkg-descr b/devel/hs-lens/pkg-descr deleted file mode 100644 index a5cc6a0ea95..00000000000 --- a/devel/hs-lens/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package comes "Batteries Included" with many useful lenses for the -types commonly used from the Haskell Platform, and with tools for -automatically generating lenses and isomorphisms for user-supplied data -types. The combinators in Control.Lens provide a highly generic toolbox -for composing families of getters, folds, isomorphisms, traversals, -setters and lenses and their indexed variants. - -WWW: https://github.com/ekmett/lens/ diff --git a/devel/hs-lifted-async/Makefile b/devel/hs-lifted-async/Makefile deleted file mode 100644 index 6074c2ff8f3..00000000000 --- a/devel/hs-lifted-async/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lifted-async -PORTVERSION= 0.10.0.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Run lifted IO operations asynchronously and wait for their results - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async>=2.0.1 constraints>=0.2 lifted-base>=0.2 \ - monad-control>=0.3.1 transformers-base>=0.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-lifted-async/distinfo b/devel/hs-lifted-async/distinfo deleted file mode 100644 index 3586e43d619..00000000000 --- a/devel/hs-lifted-async/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833386 -SHA256 (cabal/lifted-async-0.10.0.3.tar.gz) = 83d09c355cf7c5d35f179f6f084524f451966ed29beac721f0500ee607822b8c -SIZE (cabal/lifted-async-0.10.0.3.tar.gz) = 10217 diff --git a/devel/hs-lifted-async/pkg-descr b/devel/hs-lifted-async/pkg-descr deleted file mode 100644 index cd748ed0d7a..00000000000 --- a/devel/hs-lifted-async/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides IO operations from async package lifted to any -instance of 'MonadBase' or 'MonadBaseControl'. - -WWW: https://github.com/maoe/lifted-async diff --git a/devel/hs-lifted-base/Makefile b/devel/hs-lifted-base/Makefile deleted file mode 100644 index 5c7c0ca4b74..00000000000 --- a/devel/hs-lifted-base/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lifted-base -PORTVERSION= 0.2.3.11 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lifted IO operations from the base library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= monad-control>=0.3 transformers-base>=0.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-lifted-base/distinfo b/devel/hs-lifted-base/distinfo deleted file mode 100644 index b8006a1fb22..00000000000 --- a/devel/hs-lifted-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627850 -SHA256 (cabal/lifted-base-0.2.3.11.tar.gz) = 8ec47a9fce7cf5913766a5c53e1b2cf254be733fa9d62e6e2f3f24e538005aab -SIZE (cabal/lifted-base-0.2.3.11.tar.gz) = 11777 diff --git a/devel/hs-lifted-base/pkg-descr b/devel/hs-lifted-base/pkg-descr deleted file mode 100644 index bd832d764e4..00000000000 --- a/devel/hs-lifted-base/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -lifted-base exports IO operations from the base library lifted to any -instance of MonadBase or MonadBaseControl. - -WWW: https://github.com/basvandijk/lifted-base diff --git a/devel/hs-logict/Makefile b/devel/hs-logict/Makefile deleted file mode 100644 index 6e085246d9c..00000000000 --- a/devel/hs-logict/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= logict -PORTVERSION= 0.6.0.2 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Backtracking logic-programming monad - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-logict/distinfo b/devel/hs-logict/distinfo deleted file mode 100644 index 504e7376a8a..00000000000 --- a/devel/hs-logict/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627850 -SHA256 (cabal/logict-0.6.0.2.tar.gz) = 1182b68e8d00279460c7fb9b8284bf129805c07754c678b2a8de5a6d768e161e -SIZE (cabal/logict-0.6.0.2.tar.gz) = 5370 diff --git a/devel/hs-logict/pkg-descr b/devel/hs-logict/pkg-descr deleted file mode 100644 index 1983b695da4..00000000000 --- a/devel/hs-logict/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A continuation-based, backtracking, logic programming monad. An -adaptation of the two-continuation implementation found in the paper -"Backtracking, Interleaving, and Terminating Monad Transformers" [1]. - -[1] http://okmij.org/ftp/papers/LogicT.pdf - -WWW: http://code.haskell.org/~dolio/logict diff --git a/devel/hs-map-syntax/Makefile b/devel/hs-map-syntax/Makefile deleted file mode 100644 index 24b82195b37..00000000000 --- a/devel/hs-map-syntax/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= map-syntax -PORTVERSION= 0.3 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Syntax sugar for defining maps - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=2.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-map-syntax/distinfo b/devel/hs-map-syntax/distinfo deleted file mode 100644 index 1b481dc835b..00000000000 --- a/devel/hs-map-syntax/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523633771 -SHA256 (cabal/map-syntax-0.3.tar.gz) = 9330065755202de07809fb23605da43d0fd0e25d72915ce22b5c6994526c6d2c -SIZE (cabal/map-syntax-0.3.tar.gz) = 7104 diff --git a/devel/hs-map-syntax/files/patch-map-syntax.cabal b/devel/hs-map-syntax/files/patch-map-syntax.cabal deleted file mode 100644 index efc4658e12e..00000000000 --- a/devel/hs-map-syntax/files/patch-map-syntax.cabal +++ /dev/null @@ -1,13 +0,0 @@ ---- map-syntax.cabal.orig 2018-04-03 20:48:24 UTC -+++ map-syntax.cabal -@@ -37,8 +37,8 @@ Library - Data.Map.Syntax - - build-depends: -- base >= 4.3 && < 4.12, -- containers >= 0.3 && < 0.6, -+ base >= 4.3 && < 4.13, -+ containers >= 0.3 && < 0.7, - mtl >= 2.0 && < 2.3 - - ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind diff --git a/devel/hs-map-syntax/pkg-descr b/devel/hs-map-syntax/pkg-descr deleted file mode 100644 index 9cdde850ea7..00000000000 --- a/devel/hs-map-syntax/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Haskell's canonical list of tuples syntax for defining maps is not very -convenient and also has ambiguous semantics. This package leverages do -notation to create a lighter syntax that makes semantics explicit and -also allows the option of fail-fast handling of duplicate keys. - -WWW: http://hackage.haskell.org/package/map-syntax diff --git a/devel/hs-memory/Makefile b/devel/hs-memory/Makefile deleted file mode 100644 index d779c94f735..00000000000 --- a/devel/hs-memory/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= memory -PORTVERSION= 0.14.18 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Memory and related abtraction stuff - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= basement foundation - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-memory/distinfo b/devel/hs-memory/distinfo deleted file mode 100644 index 61d277f6ef7..00000000000 --- a/devel/hs-memory/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545678187 -SHA256 (cabal/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 -SIZE (cabal/memory-0.14.18.tar.gz) = 42266 diff --git a/devel/hs-memory/pkg-descr b/devel/hs-memory/pkg-descr deleted file mode 100644 index 5aa0cfe5692..00000000000 --- a/devel/hs-memory/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Chunk of memory, polymorphic byte array management and manipulation: - - * A polymorphic byte array abstraction and function similar to strict - ByteString. - * Different type of byte array abstraction. - * Raw memory IO operations (memory set, memory copy, ..). - * Aliasing with endianness support. - -WWW: https://github.com/vincenthz/hs-memory diff --git a/devel/hs-microlens-th/Makefile b/devel/hs-microlens-th/Makefile deleted file mode 100644 index bc4bf09be4a..00000000000 --- a/devel/hs-microlens-th/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= microlens-th -PORTVERSION= 0.4.2.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This package lets you automatically generate lenses for data types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= microlens th-abstraction - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-microlens-th/distinfo b/devel/hs-microlens-th/distinfo deleted file mode 100644 index 1538bfb6828..00000000000 --- a/devel/hs-microlens-th/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545657437 -SHA256 (cabal/microlens-th-0.4.2.3.tar.gz) = 321018c6c0aad3f68eb26f6c7e7a518db43039e3f8f19c4634ceb4c7f8051c8f -SIZE (cabal/microlens-th-0.4.2.3.tar.gz) = 20960 diff --git a/devel/hs-microlens-th/pkg-descr b/devel/hs-microlens-th/pkg-descr deleted file mode 100644 index 81cdf658e8d..00000000000 --- a/devel/hs-microlens-th/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package lets you automatically generate lenses for data types; code was -extracted from the lens package, and therefore generated lenses are fully -compatible with ones generated by lens (and can be used both from lens and -microlens). - -WWW: https://hackage.haskell.org/package/microlens-th diff --git a/devel/hs-microlens/Makefile b/devel/hs-microlens/Makefile deleted file mode 100644 index 300d3246a92..00000000000 --- a/devel/hs-microlens/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= microlens -PORTVERSION= 0.4.9.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The microlens package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-microlens/distinfo b/devel/hs-microlens/distinfo deleted file mode 100644 index ea768eabb0b..00000000000 --- a/devel/hs-microlens/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523449015 -SHA256 (cabal/microlens-0.4.9.1.tar.gz) = a1401c6f92c142bafea4cf58a1d99cc34af285df808b97f5b64af4bb81fb5648 -SIZE (cabal/microlens-0.4.9.1.tar.gz) = 25185 diff --git a/devel/hs-microlens/pkg-descr b/devel/hs-microlens/pkg-descr deleted file mode 100644 index 6ddfff4a974..00000000000 --- a/devel/hs-microlens/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library is an extract from lens (with no dependencies). It's not a toy -lenses library, unsuitable for “real worldâ€, but merely a small one. It is -compatible with lens, and should have same performance. It also has better -documentation. - -WWW: http://hackage.haskell.org/package/microlens diff --git a/devel/hs-microstache/Makefile b/devel/hs-microstache/Makefile deleted file mode 100644 index ee8c1801532..00000000000 --- a/devel/hs-microstache/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= microstache -PORTVERSION= 1.0.1.1 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Mustache templates for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson semigroups unordered-containers vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-microstache/distinfo b/devel/hs-microstache/distinfo deleted file mode 100644 index 992082da095..00000000000 --- a/devel/hs-microstache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524430537 -SHA256 (cabal/microstache-1.0.1.1.tar.gz) = 5de98542313eb75f84961366ff8a70ed632387ba6518215035b2dd1b32d6a120 -SIZE (cabal/microstache-1.0.1.1.tar.gz) = 20449 diff --git a/devel/hs-microstache/files/patch-microstache.cabal b/devel/hs-microstache/files/patch-microstache.cabal deleted file mode 100644 index 95046832b0e..00000000000 --- a/devel/hs-microstache/files/patch-microstache.cabal +++ /dev/null @@ -1,39 +0,0 @@ ---- microstache.cabal.orig 2017-07-20 19:26:17 UTC -+++ microstache.cabal -@@ -40,10 +40,10 @@ source-repository head - - library - build-depends: -- aeson >=0.11 && < 1.3, -+ aeson >=0.11 && < 1.5, - base >=4.5 && < 5.0, - bytestring >=0.9.2.1 && < 0.11, -- containers >=0.4.2.1 && < 0.6, -+ containers >=0.4.2.1 && < 0.7, - deepseq >=1.3.0.0 && < 1.5, - directory >=1.1.0.2 && < 1.4, - filepath >=1.3.0.0 && < 1.5, -@@ -83,7 +83,7 @@ test-suite tests - if !impl(ghc >= 8.0) - build-depends: - semigroups == 0.18.* -- other-modules: -+ other-modules: - Text.Microstache.ParserSpec - Text.Microstache.RenderSpec - Text.Microstache.TypeSpec -@@ -93,12 +93,12 @@ test-suite mustache-spec - main-is: Spec.hs - hs-source-dirs: mustache-spec - type: exitcode-stdio-1.0 -- build-depends: -+ build-depends: - hspec, - aeson, - base, - bytestring, -- containers, -+ containers, - parsec, - microstache, - text diff --git a/devel/hs-microstache/pkg-descr b/devel/hs-microstache/pkg-descr deleted file mode 100644 index adc327c8c43..00000000000 --- a/devel/hs-microstache/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Mustache templates for Haskell. - -Based on stache library, which uses megaparsec. -This library uses parsec, thus the name: microstache. - -WWW: https://hackage.haskell.org/package/microstache diff --git a/devel/hs-mmap/Makefile b/devel/hs-mmap/Makefile deleted file mode 100644 index 43100be4029..00000000000 --- a/devel/hs-mmap/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= mmap -PORTVERSION= 0.5.9 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Memory-mapped files for POSIX and Windows - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mmap/distinfo b/devel/hs-mmap/distinfo deleted file mode 100644 index dfd3bf24ed4..00000000000 --- a/devel/hs-mmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627850 -SHA256 (cabal/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 -SIZE (cabal/mmap-0.5.9.tar.gz) = 11731 diff --git a/devel/hs-mmap/pkg-descr b/devel/hs-mmap/pkg-descr deleted file mode 100644 index 097d5db52da..00000000000 --- a/devel/hs-mmap/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library provides a wrapper to mmap(2) or MapViewOfFile, allowing -files or devices to be lazily loaded into memory as strict or lazy -ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory -subsystem to do on-demand loading. Modifications are also supported. - -WWW: http://hackage.haskell.org/packages/archive/mmap diff --git a/devel/hs-mmorph/Makefile b/devel/hs-mmorph/Makefile deleted file mode 100644 index 5086c05ae4c..00000000000 --- a/devel/hs-mmorph/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mmorph -PORTVERSION= 1.1.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monad morphisms - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mmorph/distinfo b/devel/hs-mmorph/distinfo deleted file mode 100644 index 116cbf81437..00000000000 --- a/devel/hs-mmorph/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499444382 -SHA256 (cabal/mmorph-1.1.0.tar.gz) = c1bcb45560753203f5ce3952f3c8a100b7d5b37c91746372c1da4988c4db74de -SIZE (cabal/mmorph-1.1.0.tar.gz) = 6663 diff --git a/devel/hs-mmorph/pkg-descr b/devel/hs-mmorph/pkg-descr deleted file mode 100644 index 84e194b925e..00000000000 --- a/devel/hs-mmorph/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library provides monad morphism utilities, most commonly used for -manipulating monad transformer stacks. - -WWW: http://hackage.haskell.org/package/mmorph diff --git a/devel/hs-monad-control/Makefile b/devel/hs-monad-control/Makefile deleted file mode 100644 index 2e34fd77abc..00000000000 --- a/devel/hs-monad-control/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-control -PORTVERSION= 1.0.2.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lift control operations through monad transformers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= transformers-base>=0.4.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-control/distinfo b/devel/hs-monad-control/distinfo deleted file mode 100644 index 846604e0bfc..00000000000 --- a/devel/hs-monad-control/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499444311 -SHA256 (cabal/monad-control-1.0.2.1.tar.gz) = cc4ecb2db714499c0fa518321cfbbf22f98ed03c199d47eee0dea3e0430358c2 -SIZE (cabal/monad-control-1.0.2.1.tar.gz) = 12406 diff --git a/devel/hs-monad-control/pkg-descr b/devel/hs-monad-control/pkg-descr deleted file mode 100644 index 26c8761cddd..00000000000 --- a/devel/hs-monad-control/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package defines the type class MonadBaseControl, a subset of -MonadBase into which generic control operations such as catch can be -lifted from IO or any other base monad. Instances are based on monad -transformers in MonadTransControl, which includes all standard monad -transformers in the transformers library except ContT. - -WWW: https://github.com/basvandijk/monad-control diff --git a/devel/hs-monad-logger/Makefile b/devel/hs-monad-logger/Makefile deleted file mode 100644 index 04250a60d95..00000000000 --- a/devel/hs-monad-logger/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-logger -PORTVERSION= 0.3.28.5 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Class of monads which can log messages - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder conduit>=1.0 conduit-extra>=1.0 exceptions \ - fast-logger>=2.0 lifted-base monad-control monad-loops \ - mtl resourcet>=0.4 stm-chans transformers-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-logger/distinfo b/devel/hs-monad-logger/distinfo deleted file mode 100644 index cc343381bde..00000000000 --- a/devel/hs-monad-logger/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524399749 -SHA256 (cabal/monad-logger-0.3.28.5.tar.gz) = 225ed7cd2d0d375c0207d5d3b9faa12b339ca7dd51ca92f96d3eaf2d360027f1 -SIZE (cabal/monad-logger-0.3.28.5.tar.gz) = 10720 diff --git a/devel/hs-monad-logger/pkg-descr b/devel/hs-monad-logger/pkg-descr deleted file mode 100644 index 39e2f11e5b6..00000000000 --- a/devel/hs-monad-logger/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package uses template-haskell for determining source code locations -of messages. - -WWW: https://github.com/kazu-yamamoto/logger diff --git a/devel/hs-monad-loops/Makefile b/devel/hs-monad-loops/Makefile deleted file mode 100644 index fc1f1f9ce63..00000000000 --- a/devel/hs-monad-loops/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-loops -PORTVERSION= 0.4.3 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monadic loops - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-loops/distinfo b/devel/hs-monad-loops/distinfo deleted file mode 100644 index 199ddd4e6f7..00000000000 --- a/devel/hs-monad-loops/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627851 -SHA256 (cabal/monad-loops-0.4.3.tar.gz) = 7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18 -SIZE (cabal/monad-loops-0.4.3.tar.gz) = 4996 diff --git a/devel/hs-monad-loops/pkg-descr b/devel/hs-monad-loops/pkg-descr deleted file mode 100644 index 5335434d9c7..00000000000 --- a/devel/hs-monad-loops/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Some useful control operators for looping. - -WWW: https://github.com/mokus0/monad-loops diff --git a/devel/hs-monad-par-extras/Makefile b/devel/hs-monad-par-extras/Makefile deleted file mode 100644 index a182dc24f7f..00000000000 --- a/devel/hs-monad-par-extras/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-par-extras -PORTVERSION= 0.3.3 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Combinators and extra features for Par monads - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= abstract-par>=0.3 cereal>=0.3 mtl>=2.0 random>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-par-extras/distinfo b/devel/hs-monad-par-extras/distinfo deleted file mode 100644 index 5959b71d4e9..00000000000 --- a/devel/hs-monad-par-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627851 -SHA256 (cabal/monad-par-extras-0.3.3.tar.gz) = e21e33190bc248afa4ae467287ac37d24037ef3de6050c44fd85b52f4d5b842e -SIZE (cabal/monad-par-extras-0.3.3.tar.gz) = 9146 diff --git a/devel/hs-monad-par-extras/pkg-descr b/devel/hs-monad-par-extras/pkg-descr deleted file mode 100644 index 07ac21dba7b..00000000000 --- a/devel/hs-monad-par-extras/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The modules below provide additional data structures, and other added -capabilities layered on top of the Par monad. - -WWW: https://github.com/simonmar/monad-par diff --git a/devel/hs-monad-par/Makefile b/devel/hs-monad-par/Makefile deleted file mode 100644 index 51ad9fcd004..00000000000 --- a/devel/hs-monad-par/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-par -PORTVERSION= 0.3.4.8 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for parallel programming based on a monad - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= abstract-deque>=0.1.4 abstract-par monad-par-extras>=0.3 \ - mtl>=2.0.1.0 mwc-random>=0.11 parallel>=3.1 - -FLAGS_DISABLE= chaselev newgeneric - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-par/distinfo b/devel/hs-monad-par/distinfo deleted file mode 100644 index cdf663ef60b..00000000000 --- a/devel/hs-monad-par/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627851 -SHA256 (cabal/monad-par-0.3.4.8.tar.gz) = f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951 -SIZE (cabal/monad-par-0.3.4.8.tar.gz) = 30583 diff --git a/devel/hs-monad-par/pkg-descr b/devel/hs-monad-par/pkg-descr deleted file mode 100644 index d63b4339d81..00000000000 --- a/devel/hs-monad-par/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Par monad offers a simple API for parallel programming. The library -works for parallelising both pure and IO computations, although only the -pure version is deterministic. The default implementation provides a -work-stealing scheduler and supports forking tasks that are much lighter -weight than IO-threads. - -WWW: https://github.com/simonmar/monad-par diff --git a/devel/hs-monad-unlift/Makefile b/devel/hs-monad-unlift/Makefile deleted file mode 100644 index f26b5c44026..00000000000 --- a/devel/hs-monad-unlift/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monad-unlift -PORTVERSION= 0.2.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The monad-unlift package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= constraints monad-control transformers-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monad-unlift/distinfo b/devel/hs-monad-unlift/distinfo deleted file mode 100644 index a1d226785c6..00000000000 --- a/devel/hs-monad-unlift/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499718296 -SHA256 (cabal/monad-unlift-0.2.0.tar.gz) = 4b5e638619e4821918b4ec67aeffb581ab9df23d168fbb72164137009a15ee0f -SIZE (cabal/monad-unlift-0.2.0.tar.gz) = 5845 diff --git a/devel/hs-monad-unlift/pkg-descr b/devel/hs-monad-unlift/pkg-descr deleted file mode 100644 index 2e779d1e4ee..00000000000 --- a/devel/hs-monad-unlift/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The monad-unlift package - -WWW: http://hackage.haskell.org/package/monad-unlift diff --git a/devel/hs-monads-tf/Makefile b/devel/hs-monads-tf/Makefile deleted file mode 100644 index 582586c9d6b..00000000000 --- a/devel/hs-monads-tf/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monads-tf -PORTVERSION= 0.1.0.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monad classes, using type families - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-monads-tf/distinfo b/devel/hs-monads-tf/distinfo deleted file mode 100644 index 9f208fe21c1..00000000000 --- a/devel/hs-monads-tf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499444793 -SHA256 (cabal/monads-tf-0.1.0.3.tar.gz) = 249dd2aa55c4dd6530f1e49f6b052ec91bc590ecfef2bd24c58837a3f8d4b0f1 -SIZE (cabal/monads-tf-0.1.0.3.tar.gz) = 14159 diff --git a/devel/hs-monads-tf/pkg-descr b/devel/hs-monads-tf/pkg-descr deleted file mode 100644 index 0895946eb19..00000000000 --- a/devel/hs-monads-tf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Monad classes using type families, with instances for various monad -transformers. - -WWW: http://hackage.haskell.org/package/monads-tf diff --git a/devel/hs-mono-traversable-instances/Makefile b/devel/hs-mono-traversable-instances/Makefile deleted file mode 100644 index b0087f398e9..00000000000 --- a/devel/hs-mono-traversable-instances/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mono-traversable-instances -PORTVERSION= 0.1.0.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The mono-traversable-instances package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad dlist dlist-instances mono-traversable semigroupoids \ - semigroups vector-instances - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mono-traversable-instances/distinfo b/devel/hs-mono-traversable-instances/distinfo deleted file mode 100644 index bfe390d30f5..00000000000 --- a/devel/hs-mono-traversable-instances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499720948 -SHA256 (cabal/mono-traversable-instances-0.1.0.0.tar.gz) = b5ff2b8bcebe31ffcc652a8dd3adde6aa7cd7f27a1cf6d058d4c658b370c087e -SIZE (cabal/mono-traversable-instances-0.1.0.0.tar.gz) = 2520 diff --git a/devel/hs-mono-traversable-instances/pkg-descr b/devel/hs-mono-traversable-instances/pkg-descr deleted file mode 100644 index 8a5e4bdf415..00000000000 --- a/devel/hs-mono-traversable-instances/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The mono-traversable-instances package - -WWW: http://hackage.haskell.org/package/mono-traversable-instances diff --git a/devel/hs-mono-traversable/Makefile b/devel/hs-mono-traversable/Makefile deleted file mode 100644 index cd5179a3b58..00000000000 --- a/devel/hs-mono-traversable/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mono-traversable -PORTVERSION= 1.0.8.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type classes for mapping, folding, and traversing monomorphic containers - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad>=3.0.3 dlist>=0.6 dlist-instances>=0.1 hashable \ - semigroupoids>=3.0 semigroups>=0.10 split \ - unordered-containers>=0.2 vector>=0.10 vector-algorithms>=0.6 \ - vector-instances - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mono-traversable/distinfo b/devel/hs-mono-traversable/distinfo deleted file mode 100644 index f1e4155d812..00000000000 --- a/devel/hs-mono-traversable/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523892095 -SHA256 (cabal/mono-traversable-1.0.8.1.tar.gz) = 991290797bd77ce2f2e23dd5dea32fb159c6cb9310615f64a0703ea4c6373935 -SIZE (cabal/mono-traversable-1.0.8.1.tar.gz) = 39037 diff --git a/devel/hs-mono-traversable/pkg-descr b/devel/hs-mono-traversable/pkg-descr deleted file mode 100644 index 9784c3ec67d..00000000000 --- a/devel/hs-mono-traversable/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Monomorphic variants of the Functor, Foldable, and Traversable -typeclasses. - -WWW: https://github.com/snoyberg/mono-traversable diff --git a/devel/hs-mtl/Makefile b/devel/hs-mtl/Makefile deleted file mode 100644 index 414c19644a5..00000000000 --- a/devel/hs-mtl/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mtl -PORTVERSION= 2.2.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monad classes, using functional dependencies - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mtl/distinfo b/devel/hs-mtl/distinfo deleted file mode 100644 index 860e02872e2..00000000000 --- a/devel/hs-mtl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627852 -SHA256 (cabal/mtl-2.2.1.tar.gz) = cae59d79f3a16f8e9f3c9adc1010c7c6cdddc73e8a97ff4305f6439d855c8dc5 -SIZE (cabal/mtl-2.2.1.tar.gz) = 15391 diff --git a/devel/hs-mtl/files/patch-git_5949840 b/devel/hs-mtl/files/patch-git_5949840 deleted file mode 100644 index ebc02d418f0..00000000000 --- a/devel/hs-mtl/files/patch-git_5949840 +++ /dev/null @@ -1,22 +0,0 @@ -From 59498406a6338d93891dec3abcbdde2cb7e41325 Mon Sep 17 00:00:00 2001 -From: Oleg Grenrus -Date: Wed, 23 Dec 2015 16:41:29 +0200 -Subject: [PATCH] Support transformers-0.5 - ---- - mtl.cabal | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/mtl.cabal b/mtl.cabal -index aaa5187..7702edd 100644 ---- mtl.cabal -+++ mtl.cabal -@@ -54,7 +54,7 @@ Library - Control.Monad.Writer.Class - Control.Monad.Writer.Lazy - Control.Monad.Writer.Strict -- build-depends: base < 6, transformers == 0.4.* -+ build-depends: base < 6, transformers >= 0.4 && <0.6 - extensions: - MultiParamTypeClasses - FunctionalDependencies diff --git a/devel/hs-mtl/pkg-descr b/devel/hs-mtl/pkg-descr deleted file mode 100644 index 2145bf1b526..00000000000 --- a/devel/hs-mtl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Monad classes using functional dependencies, with instances for various -monad transformers, inspired by the paper "Functional Programming with -Overloading and Higher-Order Polymorphism" by Mark P Jones, in Advanced -School of Functional Programming, 1995. - -WWW: https://github.com/ekmett/mtl diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 7f310b9d35f..986e88fbdbc 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -3,7 +3,7 @@ PORTNAME= mueval PORTVERSION= 0.9.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,11 +11,13 @@ COMMENT= Safely evaluate pure Haskell expressions LICENSE= BSD3CLAUSE -USE_CABAL= extensible-exceptions hint>=0.3.1 mtl>2 QuickCheck show>=0.3 \ - simple-reflect utf8-string -EXECUTABLE= mueval mueval-core +USES= cabal -CONFIGURE_ARGS+= --ghc-options="-dynamic" +USE_CABAL= QuickCheck-2.12.6.1_1 erf-2.0.0.0 exceptions-0.10.0_2 \ + extensible-exceptions-0.1.1.4 ghc-paths-0.1.0.9_4 hint-0.9.0 \ + primitive-0.6.4.0_1 random-1.1_1 show-0.6 simple-reflect-0.3.3 \ + syb-0.7 temporary-1.3 tf-random-0.5 transformers-compat-0.6.2 + +EXECUTABLES= mueval mueval-core -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-mueval/distinfo b/devel/hs-mueval/distinfo index a2949b18a81..0ab12ea1955 100644 --- a/devel/hs-mueval/distinfo +++ b/devel/hs-mueval/distinfo @@ -1,3 +1,41 @@ -TIMESTAMP = 1499627852 +TIMESTAMP = 1553366923 SHA256 (cabal/mueval-0.9.3.tar.gz) = f72a8bbaffecaeb55b67d78011e182073be8ba9f4a90824903e4c78cfe6e1ef7 SIZE (cabal/mueval-0.9.3.tar.gz) = 16085 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388 +SIZE (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 8531 +SHA256 (cabal/ghc-paths-0.1.0.9/ghc-paths-0.1.0.9.tar.gz) = afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945 +SIZE (cabal/ghc-paths-0.1.0.9/ghc-paths-0.1.0.9.tar.gz) = 2402 +SHA256 (cabal/ghc-paths-0.1.0.9/revision/4.cabal) = ed18df7b53699446dabd66f6e019e5b156820f0301d8dec0d6385f13b797e0ba +SIZE (cabal/ghc-paths-0.1.0.9/revision/4.cabal) = 656 +SHA256 (cabal/hint-0.9.0/hint-0.9.0.tar.gz) = 7425af412a66d22f254608b4e9f552d65fd96c6cc5885af7b2ed0af62923f8bc +SIZE (cabal/hint-0.9.0/hint-0.9.0.tar.gz) = 31062 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/show-0.6/show-0.6.tar.gz) = 4f57a947a538d021406f649049dde27d4d8d0b44aac3ba38fa64806c9d737b95 +SIZE (cabal/show-0.6/show-0.6.tar.gz) = 7635 +SHA256 (cabal/simple-reflect-0.3.3/simple-reflect-0.3.3.tar.gz) = 07825ea04c135298008cf080133e3bfc8e04cbacd24719c46ac6a2ca4acfdb2b +SIZE (cabal/simple-reflect-0.3.3/simple-reflect-0.3.3.tar.gz) = 4590 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 diff --git a/devel/hs-murmur-hash/Makefile b/devel/hs-murmur-hash/Makefile deleted file mode 100644 index 01495d6cea0..00000000000 --- a/devel/hs-murmur-hash/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= murmur-hash -PORTVERSION= 0.1.0.9 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= MurmurHash2 implementation for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-murmur-hash/distinfo b/devel/hs-murmur-hash/distinfo deleted file mode 100644 index 87e21ea5f99..00000000000 --- a/devel/hs-murmur-hash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499450881 -SHA256 (cabal/murmur-hash-0.1.0.9.tar.gz) = 89b9db94ead4cc0784dbcfb47c51b5664c1718860db00cd8ada3ef6fdd4465ad -SIZE (cabal/murmur-hash-0.1.0.9.tar.gz) = 4204 diff --git a/devel/hs-murmur-hash/pkg-descr b/devel/hs-murmur-hash/pkg-descr deleted file mode 100644 index ae4133c8ae3..00000000000 --- a/devel/hs-murmur-hash/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic -hashing function. See for details. - -This implementation is pure Haskell, so it might be a bit slower than a C -FFI binding. - -WWW: https://github.com/nominolo/murmur-hash diff --git a/devel/hs-mutable-containers/Makefile b/devel/hs-mutable-containers/Makefile deleted file mode 100644 index 17f92010bb3..00000000000 --- a/devel/hs-mutable-containers/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mutable-containers -PORTVERSION= 0.3.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Abstactions and concrete implementations of mutable containers - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mono-traversable primitive>=0.5.2.1 vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-mutable-containers/distinfo b/devel/hs-mutable-containers/distinfo deleted file mode 100644 index 25af84a7a89..00000000000 --- a/devel/hs-mutable-containers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627853 -SHA256 (cabal/mutable-containers-0.3.3.tar.gz) = 7a7a39cbb16978dd1607a3977d7a1e5d8ecda7a528845d6983b5b97c49517ceb -SIZE (cabal/mutable-containers-0.3.3.tar.gz) = 12062 diff --git a/devel/hs-mutable-containers/pkg-descr b/devel/hs-mutable-containers/pkg-descr deleted file mode 100644 index a204e34b67c..00000000000 --- a/devel/hs-mutable-containers/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -One of Haskell's strengths is immutable data structures. These -structures make it easier to reason about code, simplify concurrency and -parallelism, and in some cases can improve performance by allowing -sharing. However, there are still classes of problems where mutable -data structures can both be more convenient, and provide a performance -boost. This library is meant to provide such structures in a -performant, well tested way. It also provides a simple abstraction over -such data structures via typeclasses. - -WWW: https://github.com/fpco/mutable-containers diff --git a/devel/hs-ncurses/Makefile b/devel/hs-ncurses/Makefile deleted file mode 100644 index f54276f7e25..00000000000 --- a/devel/hs-ncurses/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Nikolai Lifanov -# $FreeBSD$ - -PORTNAME= ncurses -PORTVERSION= 0.2.16 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Modernised Haskell binding to GNU ncurses - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_C2HS= yes - -USES= ncurses - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-ncurses/distinfo b/devel/hs-ncurses/distinfo deleted file mode 100644 index 9b81a09d87b..00000000000 --- a/devel/hs-ncurses/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1486993504 -SHA256 (cabal/ncurses-0.2.16.tar.gz) = e50fb7b1f700d6fa60b4040623b7e0249ae6af2ef2729801fb2917e8b1f25e3f -SIZE (cabal/ncurses-0.2.16.tar.gz) = 29115 diff --git a/devel/hs-ncurses/pkg-descr b/devel/hs-ncurses/pkg-descr deleted file mode 100644 index 127baae78b1..00000000000 --- a/devel/hs-ncurses/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNU ncurses is a library for creating command-line application with -pseudo-graphical interfaces. This package is a nice, modern binding to GNU -ncurses. - -WWW: https://john-millikin.com/software/haskell-ncurses/ diff --git a/devel/hs-newtype-generics/Makefile b/devel/hs-newtype-generics/Makefile deleted file mode 100644 index 0230c94ce41..00000000000 --- a/devel/hs-newtype-generics/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= newtype-generics -PORTVERSION= 0.5.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Full replacement for the original newtype package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-newtype-generics/distinfo b/devel/hs-newtype-generics/distinfo deleted file mode 100644 index 8eb50b9807b..00000000000 --- a/devel/hs-newtype-generics/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523473191 -SHA256 (cabal/newtype-generics-0.5.3.tar.gz) = f295f001a86bdbcf759d6b91b9e7ae27cd431ccf41d9b9d34ee1c926b88efe45 -SIZE (cabal/newtype-generics-0.5.3.tar.gz) = 6956 diff --git a/devel/hs-newtype-generics/pkg-descr b/devel/hs-newtype-generics/pkg-descr deleted file mode 100644 index 780c9c4ae3c..00000000000 --- a/devel/hs-newtype-generics/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Per Conor McBride, the Newtype typeclass represents the packing and unpacking -of a newtype, and allows you to operatate under that newtype with functions -such as ala. Generics support was added in version 0.4, making this package a -full replacement for the original newtype package, and a better alternative to -newtype-th. - -WWW: http://hackage.haskell.org/package/newtype-genericse diff --git a/devel/hs-newtype/Makefile b/devel/hs-newtype/Makefile deleted file mode 100644 index be24e52c1ff..00000000000 --- a/devel/hs-newtype/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= newtype -PORTVERSION= 0.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Typeclass and set of functions for working with newtypes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-newtype/distinfo b/devel/hs-newtype/distinfo deleted file mode 100644 index afd7e678317..00000000000 --- a/devel/hs-newtype/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627853 -SHA256 (cabal/newtype-0.2.tar.gz) = b714033abd9a8b0903bcef0d36d0913de2a5003c852f43f97fa688717289e459 -SIZE (cabal/newtype-0.2.tar.gz) = 3476 diff --git a/devel/hs-newtype/pkg-descr b/devel/hs-newtype/pkg-descr deleted file mode 100644 index 7138e74129f..00000000000 --- a/devel/hs-newtype/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Per Conor McBride, the Newtype typeclass represents the packing and -unpacking of a newtype, and allows you to operatate under that newtype -with functions such as ala. - -WWW: http://hackage.haskell.org/package/newtype diff --git a/devel/hs-old-locale/Makefile b/devel/hs-old-locale/Makefile deleted file mode 100644 index 24ef3dc5ed0..00000000000 --- a/devel/hs-old-locale/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= old-locale -PORTVERSION= 1.0.0.7 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Locale library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-old-locale/distinfo b/devel/hs-old-locale/distinfo deleted file mode 100644 index bbe9a7186f2..00000000000 --- a/devel/hs-old-locale/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627853 -SHA256 (cabal/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 -SIZE (cabal/old-locale-1.0.0.7.tar.gz) = 3384 diff --git a/devel/hs-old-locale/files/patch-git_15fea2d b/devel/hs-old-locale/files/patch-git_15fea2d deleted file mode 100644 index e937c048c9e..00000000000 --- a/devel/hs-old-locale/files/patch-git_15fea2d +++ /dev/null @@ -1,21 +0,0 @@ -From 68cdafe1580fbf448f293ad4efb5ba6313107d0e Mon Sep 17 00:00:00 2001 -From: Ryan Scott -Date: Tue, 4 Apr 2017 10:26:44 -0400 -Subject: [PATCH 1/2] Allow building with base-4.10.0.0 - ---- - old-locale.cabal | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/old-locale.cabal b/old-locale.cabal -index 37057a8..52aa83a 100644 ---- old-locale.cabal -+++ old-locale.cabal -@@ -31,5 +31,5 @@ Library - exposed-modules: - System.Locale - -- build-depends: base >= 4.2 && < 4.9 -+ build-depends: base >= 4.2 && < 4.13 - ghc-options: -Wall - diff --git a/devel/hs-old-locale/pkg-descr b/devel/hs-old-locale/pkg-descr deleted file mode 100644 index a22d74894dd..00000000000 --- a/devel/hs-old-locale/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides the ability to adapt to locale conventions such as -date and time formats. - -WWW: http://hackage.haskell.org/package/old-locale diff --git a/devel/hs-old-time/Makefile b/devel/hs-old-time/Makefile deleted file mode 100644 index 76077340295..00000000000 --- a/devel/hs-old-time/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= old-time -PORTVERSION= 1.1.0.3 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Time library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-locale>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-old-time/distinfo b/devel/hs-old-time/distinfo deleted file mode 100644 index 7e047ac6ce9..00000000000 --- a/devel/hs-old-time/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627853 -SHA256 (cabal/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 -SIZE (cabal/old-time-1.1.0.3.tar.gz) = 74219 diff --git a/devel/hs-old-time/files/patch-git_82790af b/devel/hs-old-time/files/patch-git_82790af deleted file mode 100644 index ec394c8c0a7..00000000000 --- a/devel/hs-old-time/files/patch-git_82790af +++ /dev/null @@ -1,23 +0,0 @@ -From 320f806511c2819c7ae338a5e75a74fc4c3411b7 Mon Sep 17 00:00:00 2001 -From: Ryan Scott -Date: Tue, 4 Apr 2017 10:29:41 -0400 -Subject: [PATCH 1/2] Allow building with base-4.10.0.0 - ---- - old-time.cabal | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/old-time.cabal b/old-time.cabal -index d322965..3a0e85c 100644 ---- old-time.cabal -+++ old-time.cabal -@@ -53,7 +53,7 @@ Library - HsTime.h - - build-depends: -- base >= 4.7 && < 4.9, -+ base >= 4.7 && < 4.13, - old-locale == 1.0.* - - ghc-options: -Wall - diff --git a/devel/hs-old-time/pkg-descr b/devel/hs-old-time/pkg-descr deleted file mode 100644 index 33a9f27223c..00000000000 --- a/devel/hs-old-time/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package provides the old time library. - -WWW: http://hackage.haskell.org/package/old-time diff --git a/devel/hs-optparse-applicative/Makefile b/devel/hs-optparse-applicative/Makefile deleted file mode 100644 index 5f81bab9f8a..00000000000 --- a/devel/hs-optparse-applicative/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= optparse-applicative -PORTVERSION= 0.14.3.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Utilities and combinators for parsing command line options - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= ansi-wl-pprint>=0.6 transformers-compat>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-optparse-applicative/distinfo b/devel/hs-optparse-applicative/distinfo deleted file mode 100644 index 00997187bef..00000000000 --- a/devel/hs-optparse-applicative/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545655938 -SHA256 (cabal/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 -SIZE (cabal/optparse-applicative-0.14.3.0.tar.gz) = 53480 diff --git a/devel/hs-optparse-applicative/pkg-descr b/devel/hs-optparse-applicative/pkg-descr deleted file mode 100644 index b7f10b64220..00000000000 --- a/devel/hs-optparse-applicative/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Utilities and combinators for parsing command line options. - -WWW: https://github.com/pcapriotti/optparse-applicative diff --git a/devel/hs-parallel/Makefile b/devel/hs-parallel/Makefile deleted file mode 100644 index 6f4ab881254..00000000000 --- a/devel/hs-parallel/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= parallel -PORTVERSION= 3.2.2.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parallel programming library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-parallel/distinfo b/devel/hs-parallel/distinfo deleted file mode 100644 index b5150cf011b..00000000000 --- a/devel/hs-parallel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545498989 -SHA256 (cabal/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 -SIZE (cabal/parallel-3.2.2.0.tar.gz) = 14681 diff --git a/devel/hs-parallel/pkg-descr b/devel/hs-parallel/pkg-descr deleted file mode 100644 index 20d72b9b9ca..00000000000 --- a/devel/hs-parallel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package provides a library for parallel programming. - -WWW: http://hackage.haskell.org/package/parallel diff --git a/devel/hs-pcre-light/Makefile b/devel/hs-pcre-light/Makefile deleted file mode 100644 index b99d75c3cb5..00000000000 --- a/devel/hs-pcre-light/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pcre-light -PORTVERSION= 0.4.0.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Small, efficient, and portable regex library for Perl 5 compatible - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -LIB_DEPENDS= libpcre.so:devel/pcre - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-pcre-light/distinfo b/devel/hs-pcre-light/distinfo deleted file mode 100644 index 979b5854720..00000000000 --- a/devel/hs-pcre-light/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627854 -SHA256 (cabal/pcre-light-0.4.0.4.tar.gz) = 02c97e39263d18fd26aa63d52c88c4bfbb5c3f66ab40564552e7f11d5d889e75 -SIZE (cabal/pcre-light-0.4.0.4.tar.gz) = 15065 diff --git a/devel/hs-pcre-light/pkg-descr b/devel/hs-pcre-light/pkg-descr deleted file mode 100644 index 65984c91a08..00000000000 --- a/devel/hs-pcre-light/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A small, efficient and portable Haskell regex library for Perl 5 -compatible regular expressions. The PCRE library is a set of functions -that implement regular expression pattern matching using the same syntax -and semantics as Perl 5. - -WWW: https://github.com/Daniel-Diaz/pcre-light diff --git a/devel/hs-prelude-extras/Makefile b/devel/hs-prelude-extras/Makefile deleted file mode 100644 index 2dc32a68742..00000000000 --- a/devel/hs-prelude-extras/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= prelude-extras -PORTVERSION= 0.4.0.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Higher-order versions of Prelude classes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-prelude-extras/distinfo b/devel/hs-prelude-extras/distinfo deleted file mode 100644 index 8f485d698d4..00000000000 --- a/devel/hs-prelude-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627854 -SHA256 (cabal/prelude-extras-0.4.0.3.tar.gz) = 09bb087f0870a353ec1e7e1a08017b9a766d430d956afb88ca000a6a876bf877 -SIZE (cabal/prelude-extras-0.4.0.3.tar.gz) = 8141 diff --git a/devel/hs-prelude-extras/pkg-descr b/devel/hs-prelude-extras/pkg-descr deleted file mode 100644 index f1290ccb17b..00000000000 --- a/devel/hs-prelude-extras/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Haskell 98 - higher order versions of Prelude classes to ease -programming with polymorphic recursion and reduce UndecidableInstances. - -WWW: https://github.com/ekmett/prelude-extras diff --git a/devel/hs-preprocessor-tools/Makefile b/devel/hs-preprocessor-tools/Makefile deleted file mode 100644 index d70174d18e7..00000000000 --- a/devel/hs-preprocessor-tools/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= preprocessor-tools -PORTVERSION= 2.0.2 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Framework for extending Haskell's syntax via quick-and-dirty preprocessors - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=1 syb>=0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-preprocessor-tools/distinfo b/devel/hs-preprocessor-tools/distinfo deleted file mode 100644 index a28a38023b4..00000000000 --- a/devel/hs-preprocessor-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531854206 -SHA256 (cabal/preprocessor-tools-2.0.2.tar.gz) = 9753b0b490af005092a73a1a537892c6290ae4f1dfd107825643eff32d2f0255 -SIZE (cabal/preprocessor-tools-2.0.2.tar.gz) = 9892 diff --git a/devel/hs-preprocessor-tools/pkg-descr b/devel/hs-preprocessor-tools/pkg-descr deleted file mode 100644 index 6e05c41e35e..00000000000 --- a/devel/hs-preprocessor-tools/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library provides a quick-and-dirty (but often effective) method for -extending Haskell's syntax using a custom preprocessor. It parses -Haskell into a bare-bones AST with just enough knowledge of the syntax -to preserve nesting, and then allows transformations on the AST. - -WWW: http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/ diff --git a/devel/hs-prettyclass/Makefile b/devel/hs-prettyclass/Makefile deleted file mode 100644 index 1a567597713..00000000000 --- a/devel/hs-prettyclass/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= prettyclass -PORTVERSION= 1.0.0.0 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pretty printing class similar to Show - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-prettyclass/distinfo b/devel/hs-prettyclass/distinfo deleted file mode 100644 index dea617a4d32..00000000000 --- a/devel/hs-prettyclass/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627854 -SHA256 (cabal/prettyclass-1.0.0.0.tar.gz) = e537446e7a346e5e0872ed8281db2bb0220c737f10757848c901da1399548986 -SIZE (cabal/prettyclass-1.0.0.0.tar.gz) = 1542 diff --git a/devel/hs-prettyclass/pkg-descr b/devel/hs-prettyclass/pkg-descr deleted file mode 100644 index aaabf76f284..00000000000 --- a/devel/hs-prettyclass/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Pretty printing class similar to Show, based on the HughesPJ pretty -printing library. Provides the pretty printing class and instances for -the Prelude types. - -WWW: http://hackage.haskell.org/package/prettyclass diff --git a/devel/hs-primitive/Makefile b/devel/hs-primitive/Makefile deleted file mode 100644 index d1b5bedaec3..00000000000 --- a/devel/hs-primitive/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= primitive -PORTVERSION= 0.6.4.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Primitive memory-related operations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-primitive/distinfo b/devel/hs-primitive/distinfo deleted file mode 100644 index 5131e72cd85..00000000000 --- a/devel/hs-primitive/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545490019 -SHA256 (cabal/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 -SIZE (cabal/primitive-0.6.4.0.tar.gz) = 45937 diff --git a/devel/hs-primitive/files/patch-primitive.cabal b/devel/hs-primitive/files/patch-primitive.cabal deleted file mode 100644 index c61901226ee..00000000000 --- a/devel/hs-primitive/files/patch-primitive.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- primitive.cabal.orig 2018-05-30 18:38:36 UTC -+++ primitive.cabal -@@ -53,7 +53,7 @@ Library - Data.Primitive.Internal.Compat - Data.Primitive.Internal.Operations - -- Build-Depends: base >= 4.5 && < 4.12 -+ Build-Depends: base >= 4.5 && < 4.13 - , ghc-prim >= 0.2 && < 0.6 - , transformers >= 0.2 && < 0.6 - diff --git a/devel/hs-primitive/pkg-descr b/devel/hs-primitive/pkg-descr deleted file mode 100644 index 77662894d8b..00000000000 --- a/devel/hs-primitive/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package provides wrappers for primitive memory-related operations. - -WWW: https://github.com/haskell/primitive diff --git a/devel/hs-process-extras/Makefile b/devel/hs-process-extras/Makefile deleted file mode 100644 index f22dd1419b2..00000000000 --- a/devel/hs-process-extras/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= process-extras -PORTVERSION= 0.7.4 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Read process input and output as ByteStrings or Text - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default generic-deriving ListLike mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-process-extras/distinfo b/devel/hs-process-extras/distinfo deleted file mode 100644 index ef43c829a1d..00000000000 --- a/devel/hs-process-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523957985 -SHA256 (cabal/process-extras-0.7.4.tar.gz) = 293e75f849254ce0ce0d7fa659681917e07a557c602505a2f9e20777467e984e -SIZE (cabal/process-extras-0.7.4.tar.gz) = 14256 diff --git a/devel/hs-process-extras/pkg-descr b/devel/hs-process-extras/pkg-descr deleted file mode 100644 index 0c353cc81be..00000000000 --- a/devel/hs-process-extras/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Extends http://hackage.haskell.org/package/process. Read process input and -output as ByteStrings or Text, or write your own ProcessOutput instance. Lazy -process input and output. ProcessMaker class for more flexibility in the -process creation API. - -WWW: http://hackage.haskell.org/package/process-extras - diff --git a/devel/hs-profunctors/Makefile b/devel/hs-profunctors/Makefile deleted file mode 100644 index 8277ff80e2d..00000000000 --- a/devel/hs-profunctors/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= profunctors -PORTVERSION= 5.3 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Profunctors - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-orphans bifunctors comonad distributive tagged - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-profunctors/distinfo b/devel/hs-profunctors/distinfo deleted file mode 100644 index 3904ac4f7b8..00000000000 --- a/devel/hs-profunctors/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545676462 -SHA256 (cabal/profunctors-5.3.tar.gz) = 74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7 -SIZE (cabal/profunctors-5.3.tar.gz) = 28744 diff --git a/devel/hs-profunctors/files/patch-profunctors.cabal b/devel/hs-profunctors/files/patch-profunctors.cabal deleted file mode 100644 index 5fc7f80f6af..00000000000 --- a/devel/hs-profunctors/files/patch-profunctors.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- profunctors.cabal.orig 2018-07-03 01:33:59 UTC -+++ profunctors.cabal -@@ -38,7 +38,6 @@ library - base-orphans >= 0.4 && < 0.9, - bifunctors >= 5.2 && < 6, - comonad >= 4 && < 6, -- contravariant >= 1 && < 2, - distributive >= 0.4.4 && < 1, - semigroups >= 0.11 && < 0.19, - tagged >= 0.4.4 && < 1, diff --git a/devel/hs-profunctors/pkg-descr b/devel/hs-profunctors/pkg-descr deleted file mode 100644 index 49e3f1aff2c..00000000000 --- a/devel/hs-profunctors/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Profunctors. - -WWW: https://github.com/ekmett/profunctors/ diff --git a/devel/hs-project-template/Makefile b/devel/hs-project-template/Makefile deleted file mode 100644 index a4768b9d945..00000000000 --- a/devel/hs-project-template/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= project-template -PORTVERSION= 0.2.0.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Specify Haskell project templates and generate files - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring conduit>=1.0 conduit-extra mtl>=2.0 \ - resourcet>=0.4.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-project-template/distinfo b/devel/hs-project-template/distinfo deleted file mode 100644 index 72a719d3051..00000000000 --- a/devel/hs-project-template/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524430893 -SHA256 (cabal/project-template-0.2.0.1.tar.gz) = eb52496fa7448f5fed445525c05327b31a45282fc1d0a772c7022a9809e7c9dc -SIZE (cabal/project-template-0.2.0.1.tar.gz) = 8321 diff --git a/devel/hs-project-template/pkg-descr b/devel/hs-project-template/pkg-descr deleted file mode 100644 index 6ed4883c94b..00000000000 --- a/devel/hs-project-template/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Specify Haskell project templates and generate files. - -WWW: https://github.com/fpco/haskell-ide diff --git a/devel/hs-psqueues/Makefile b/devel/hs-psqueues/Makefile deleted file mode 100644 index ddb58a627f0..00000000000 --- a/devel/hs-psqueues/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= psqueues -PORTVERSION= 0.2.6.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Provides Priority Search Queues - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-psqueues/distinfo b/devel/hs-psqueues/distinfo deleted file mode 100644 index 53726d83d4a..00000000000 --- a/devel/hs-psqueues/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523432363 -SHA256 (cabal/psqueues-0.2.6.0.tar.gz) = 9a6a10c99a64617bdab28331bed4a77cdd373283ebc2a6f73eda488462d06958 -SIZE (cabal/psqueues-0.2.6.0.tar.gz) = 27266 diff --git a/devel/hs-psqueues/pkg-descr b/devel/hs-psqueues/pkg-descr deleted file mode 100644 index f912ac17c9f..00000000000 --- a/devel/hs-psqueues/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The psqueues package provides Priority Search Queues in three different flavors. - - * OrdPSQ k p v, which uses the Ord k instance to provide fast insertion, - deletion and lookup. This implementation is based on Ralf Hinze's A Simple - Implementation Technique for Priority Search Queues. Hence, it is similar to - the PSQueue library, although it is considerably faster and provides a - slightly different API. - - * IntPSQ p v is a far more efficient implementation. It fixes the key type to - Int and uses a radix tree (like IntMap) with an additional min-heap property. - - * HashPSQ k p v is a fairly straightforward extension of IntPSQ: it simply - uses the keys' hashes as indices in the IntPSQ. If there are any hash - collisions, it uses an OrdPSQ to resolve those. The performance of this - implementation is comparable to that of IntPSQ, but it is more widely - applicable since the keys are not restricted to Int, but rather to any - Hashable datatype. - -Each of the three implementations provides the same API, so they can be used interchangeably. The benchmarks show how they perform relative to one another, and also compared to the other Priority Search Queue implementations on Hackage: PSQueue and fingertree-psqueue. - -WWW: https://hackage.haskell.org/package/psqueues diff --git a/devel/hs-quickcheck-io/Makefile b/devel/hs-quickcheck-io/Makefile deleted file mode 100644 index 515e5c661f7..00000000000 --- a/devel/hs-quickcheck-io/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= quickcheck-io -PORTVERSION= 0.2.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Use HUnit assertions as QuickCheck properties - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HUnit>=1.2.5 QuickCheck>=2.5.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-quickcheck-io/distinfo b/devel/hs-quickcheck-io/distinfo deleted file mode 100644 index 2f777529c91..00000000000 --- a/devel/hs-quickcheck-io/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499547635 -SHA256 (cabal/quickcheck-io-0.2.0.tar.gz) = fb779119d79fe08ff4d502fb6869a70c9a8d5fd8ae0959f605c3c937efd96422 -SIZE (cabal/quickcheck-io-0.2.0.tar.gz) = 1843 diff --git a/devel/hs-quickcheck-io/pkg-descr b/devel/hs-quickcheck-io/pkg-descr deleted file mode 100644 index 28bff87162d..00000000000 --- a/devel/hs-quickcheck-io/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides an orphan instance that allows you to use HUnit -assertions as QuickCheck properties. - -WWW: http://hackage.haskell.org/package/quickcheck-io diff --git a/devel/hs-random/Makefile b/devel/hs-random/Makefile deleted file mode 100644 index 104500344e6..00000000000 --- a/devel/hs-random/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= random -PORTVERSION= 1.1 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Random number library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-random/distinfo b/devel/hs-random/distinfo deleted file mode 100644 index 137eabe3913..00000000000 --- a/devel/hs-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627854 -SHA256 (cabal/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a -SIZE (cabal/random-1.1.tar.gz) = 10870 diff --git a/devel/hs-random/pkg-descr b/devel/hs-random/pkg-descr deleted file mode 100644 index 95ada75efb7..00000000000 --- a/devel/hs-random/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides a basic random number generation library, including -the ability to split random number generators. - -WWW: http://hackage.haskell.org/package/random diff --git a/devel/hs-readable/Makefile b/devel/hs-readable/Makefile deleted file mode 100644 index f6533dfe07d..00000000000 --- a/devel/hs-readable/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= readable -PORTVERSION= 0.3.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Reading data types from ByteString and Text - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-readable/distinfo b/devel/hs-readable/distinfo deleted file mode 100644 index a51972be080..00000000000 --- a/devel/hs-readable/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499694963 -SHA256 (cabal/readable-0.3.1.tar.gz) = 703037ad2cca4d6d42ba23e2758d1911cd82e3e922c4078076c273231e4b43c9 -SIZE (cabal/readable-0.3.1.tar.gz) = 2907 diff --git a/devel/hs-readable/pkg-descr b/devel/hs-readable/pkg-descr deleted file mode 100644 index 6d6c5f31979..00000000000 --- a/devel/hs-readable/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides a Readable type class for reading data types from ByteString and Text. - Also includes efficient implementations for common data types. - -WWW: http://hackage.haskell.org/package/readable diff --git a/devel/hs-readline/Makefile b/devel/hs-readline/Makefile deleted file mode 100644 index 5d857c318a4..00000000000 --- a/devel/hs-readline/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= readline -PORTVERSION= 1.0.3.0 -PORTREVISION= 15 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface to the GNU readline library - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= readline - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-readline/distinfo b/devel/hs-readline/distinfo deleted file mode 100644 index 7918210073d..00000000000 --- a/devel/hs-readline/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627854 -SHA256 (cabal/readline-1.0.3.0.tar.gz) = c0b9e174910620db0edea8f9fd6fb6c1d7b066260d523e9a7208294c46a75feb -SIZE (cabal/readline-1.0.3.0.tar.gz) = 52261 diff --git a/devel/hs-readline/files/patch-Setup.hs b/devel/hs-readline/files/patch-Setup.hs deleted file mode 100644 index cc3d6bccc53..00000000000 --- a/devel/hs-readline/files/patch-Setup.hs +++ /dev/null @@ -1,8 +0,0 @@ ---- Setup.hs.orig 2009-07-16 09:03:11.000000000 +0000 -+++ Setup.hs 2009-07-16 09:03:29.000000000 +0000 -@@ -3,4 +3,4 @@ - import Distribution.Simple - - main :: IO () --main = defaultMainWithHooks defaultUserHooks -+main = defaultMainWithHooks autoconfUserHooks diff --git a/devel/hs-readline/pkg-descr b/devel/hs-readline/pkg-descr deleted file mode 100644 index c80da8f32ec..00000000000 --- a/devel/hs-readline/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An interface to the GNU readline library. More information on readline can be -found at . - -WWW: http://hackage.haskell.org/package/readline diff --git a/devel/hs-refact/Makefile b/devel/hs-refact/Makefile deleted file mode 100644 index 478eeefc038..00000000000 --- a/devel/hs-refact/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= refact -PORTVERSION= 0.3.0.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This library provides a datatype which can be interpreted by apply-refact - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-refact/distinfo b/devel/hs-refact/distinfo deleted file mode 100644 index 6255d49b5ad..00000000000 --- a/devel/hs-refact/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499787634 -SHA256 (cabal/refact-0.3.0.2.tar.gz) = 0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c -SIZE (cabal/refact-0.3.0.2.tar.gz) = 2345 diff --git a/devel/hs-refact/pkg-descr b/devel/hs-refact/pkg-descr deleted file mode 100644 index 4d6c78ce7b4..00000000000 --- a/devel/hs-refact/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library provides a datatype which can be interpreted by apply-refact. -It exists as a seperate library so that applications can specify refactorings -without depending on GHC - -WWW: https://hackage.haskell.org/package/refact diff --git a/devel/hs-reflection/Makefile b/devel/hs-reflection/Makefile deleted file mode 100644 index 2e795bdf6a6..00000000000 --- a/devel/hs-reflection/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= reflection -PORTVERSION= 2.1.4 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Reifies arbitrary terms into types that can be reflected back into terms - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= tagged>=0.4.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-reflection/distinfo b/devel/hs-reflection/distinfo deleted file mode 100644 index 01337fe4fbc..00000000000 --- a/devel/hs-reflection/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545655551 -SHA256 (cabal/reflection-2.1.4.tar.gz) = f22fc478d43a36ec3d6c48c57ec53636c0bf936f3733b9a2b34e1a2e6351c44d -SIZE (cabal/reflection-2.1.4.tar.gz) = 18364 diff --git a/devel/hs-reflection/pkg-descr b/devel/hs-reflection/pkg-descr deleted file mode 100644 index 53470c63233..00000000000 --- a/devel/hs-reflection/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This package addresses the configuration problem which is propogating -configurations that are available at run-time, allowing multible -configurations to coexist without resorting to mutable global variables -or System.IO.Unsafe.unsafePerformIO. - -That package is an implementation of the ideas presented in the paper -"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and -Chung-chieh Shan (original paper). However, the API has been -streamlined to improve performance. - -WWW: https://github.com/ekmett/reflection diff --git a/devel/hs-resource-pool/Makefile b/devel/hs-resource-pool/Makefile deleted file mode 100644 index d173c9289a1..00000000000 --- a/devel/hs-resource-pool/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= resource-pool -PORTVERSION= 0.2.3.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= High-performance striped resource pooling implementation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable monad-control>=0.2.0.1 transformers-base>=0.4 \ - vector>=0.7 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-resource-pool/distinfo b/devel/hs-resource-pool/distinfo deleted file mode 100644 index 8fd19b0bd46..00000000000 --- a/devel/hs-resource-pool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627855 -SHA256 (cabal/resource-pool-0.2.3.2.tar.gz) = 8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12 -SIZE (cabal/resource-pool-0.2.3.2.tar.gz) = 6527 diff --git a/devel/hs-resource-pool/pkg-descr b/devel/hs-resource-pool/pkg-descr deleted file mode 100644 index c8a0af1ccf9..00000000000 --- a/devel/hs-resource-pool/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A high-performance striped pooling abstraction for managing flexibly-sized -collections of resources such as database connections. - -WWW: https://github.com/bos/pool diff --git a/devel/hs-resourcet/Makefile b/devel/hs-resourcet/Makefile deleted file mode 100644 index 1264c7981a3..00000000000 --- a/devel/hs-resourcet/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= resourcet -PORTVERSION= 1.2.1 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Deterministic allocation and freeing of scarce resources - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions lifted-base mmorph monad-control mtl \ - primitive transformers-base transformers-compat \ - unliftio-core - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-resourcet/distinfo b/devel/hs-resourcet/distinfo deleted file mode 100644 index cbc436e55e7..00000000000 --- a/devel/hs-resourcet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523696873 -SHA256 (cabal/resourcet-1.2.1.tar.gz) = e765c12a6ec0f70efc3c938750060bc17569b99578aa635fd4da0c4d06fcf267 -SIZE (cabal/resourcet-1.2.1.tar.gz) = 16459 diff --git a/devel/hs-resourcet/pkg-descr b/devel/hs-resourcet/pkg-descr deleted file mode 100644 index 0ec336a9b12..00000000000 --- a/devel/hs-resourcet/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package was originally included with the conduit package, but has -existed as a separate package for quite a while. It is fully usable -outside of conduit. - -WWW: https://github.com/snoyberg/conduit diff --git a/devel/hs-safe-exceptions/Makefile b/devel/hs-safe-exceptions/Makefile deleted file mode 100644 index 0fe559f7292..00000000000 --- a/devel/hs-safe-exceptions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= safe-exceptions -PORTVERSION= 0.1.7.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The safe-exceptions package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-safe-exceptions/distinfo b/devel/hs-safe-exceptions/distinfo deleted file mode 100644 index 3f12e9f4aeb..00000000000 --- a/devel/hs-safe-exceptions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523650633 -SHA256 (cabal/safe-exceptions-0.1.7.0.tar.gz) = 18cddc587b52b6faa0287fb6ad6c964d1562571ea2c8ff57a194dd54b5fba069 -SIZE (cabal/safe-exceptions-0.1.7.0.tar.gz) = 13533 diff --git a/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal b/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal deleted file mode 100644 index e042b781aee..00000000000 --- a/devel/hs-safe-exceptions/files/patch-safe-exceptions.cabal +++ /dev/null @@ -1,13 +0,0 @@ ---- safe-exceptions.cabal.orig 2018-04-13 20:24:13 UTC -+++ safe-exceptions.cabal -@@ -16,9 +16,9 @@ cabal-version: >=1.10 - library - hs-source-dirs: src - exposed-modules: Control.Exception.Safe -- build-depends: base >= 4.7 && < 4.11 -+ build-depends: base >= 4.7 && < 4.13 - , deepseq >= 1.2 && < 1.5 -- , exceptions >= 0.8 && < 0.9 -+ , exceptions >= 0.8 && < 0.11 - , transformers >= 0.2 && < 0.6 - default-language: Haskell2010 diff --git a/devel/hs-safe-exceptions/pkg-descr b/devel/hs-safe-exceptions/pkg-descr deleted file mode 100644 index 759dc66d60a..00000000000 --- a/devel/hs-safe-exceptions/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The safe-exceptions package - -WWW: http://hackage.haskell.org/package/safe-exceptions diff --git a/devel/hs-safe/Makefile b/devel/hs-safe/Makefile deleted file mode 100644 index 050b415262e..00000000000 --- a/devel/hs-safe/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= safe -PORTVERSION= 0.3.15 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for safe (exception free) functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-safe/distinfo b/devel/hs-safe/distinfo deleted file mode 100644 index 8122ac9d35b..00000000000 --- a/devel/hs-safe/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627855 -SHA256 (cabal/safe-0.3.15.tar.gz) = a35e4ae609aabd568da7e7d220ab529c34040b71ae50df1ee353896445a66a2d -SIZE (cabal/safe-0.3.15.tar.gz) = 9988 diff --git a/devel/hs-safe/pkg-descr b/devel/hs-safe/pkg-descr deleted file mode 100644 index 7fdc399f0e6..00000000000 --- a/devel/hs-safe/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -A library wrapping Prelude/Data.List functions that can throw exceptions, -such as head and !!. - -This package is divided into three modules: - - * Safe contains safe variants of Prelude and Data.List functions. - * Safe.Foldable contains safe variants of Foldable functions. - * Safe.Exact creates crashing versions of functions like zip (errors if the - lists are not equal) and take (errors if there are not enough elements), - then wraps them to provide safe variants. - -WWW: https://github.com/ndmitchell/safe#readme diff --git a/devel/hs-say/Makefile b/devel/hs-say/Makefile deleted file mode 100644 index 1f7e8c0de14..00000000000 --- a/devel/hs-say/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= say -PORTVERSION= 0.1.0.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The say packagae - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-say/distinfo b/devel/hs-say/distinfo deleted file mode 100644 index 16c53626cb6..00000000000 --- a/devel/hs-say/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499718718 -SHA256 (cabal/say-0.1.0.0.tar.gz) = f26fdb94ed81a2ae503beca0dcea74da7ee37408ba2e41ab3fdcaa9a7622fc40 -SIZE (cabal/say-0.1.0.0.tar.gz) = 5728 diff --git a/devel/hs-say/pkg-descr b/devel/hs-say/pkg-descr deleted file mode 100644 index e2fb582fb64..00000000000 --- a/devel/hs-say/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The say package - -WWW: http://hackage.haskell.org/package/say diff --git a/devel/hs-scientific/Makefile b/devel/hs-scientific/Makefile deleted file mode 100644 index adcb6cfac90..00000000000 --- a/devel/hs-scientific/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= scientific -PORTVERSION= 0.3.5.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Numbers represented using scientific notation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1.2 integer-logarithms vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-scientific/distinfo b/devel/hs-scientific/distinfo deleted file mode 100644 index f19a3728990..00000000000 --- a/devel/hs-scientific/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523636073 -SHA256 (cabal/scientific-0.3.5.3.tar.gz) = 12a6d13417c24e4b7f905d6cd8dcd1d9ae51f6f7ba3fda13057d521c8fc2c748 -SIZE (cabal/scientific-0.3.5.3.tar.gz) = 21013 diff --git a/devel/hs-scientific/pkg-descr b/devel/hs-scientific/pkg-descr deleted file mode 100644 index c5d02c8a388..00000000000 --- a/devel/hs-scientific/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Data.Scientific provides a space efficient and arbitrary precision -scientific number type. - -WWW: https://github.com/basvandijk/scientific diff --git a/devel/hs-securemem/Makefile b/devel/hs-securemem/Makefile deleted file mode 100644 index a1b18ea2624..00000000000 --- a/devel/hs-securemem/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= securemem -PORTVERSION= 0.1.10 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Abstraction to an auto scrubbing and const time eq, memory chunk - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= basement byteable>=0.1.1 foundation memory>=0.7 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-securemem/distinfo b/devel/hs-securemem/distinfo deleted file mode 100644 index 85b54ae1119..00000000000 --- a/devel/hs-securemem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523431880 -SHA256 (cabal/securemem-0.1.10.tar.gz) = 32895a4748508da58207b4867266601af6259b7109af80bbf5d2e9e598e016a6 -SIZE (cabal/securemem-0.1.10.tar.gz) = 3801 diff --git a/devel/hs-securemem/pkg-descr b/devel/hs-securemem/pkg-descr deleted file mode 100644 index 7b5df45fd36..00000000000 --- a/devel/hs-securemem/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -SecureMem is similar to ByteString, except that it provides a memory -chunk that will be auto-scrubbed after it run out of scope. - -WWW: https://github.com/vincenthz/hs-securemem diff --git a/devel/hs-setenv/Makefile b/devel/hs-setenv/Makefile deleted file mode 100644 index e0b65817bb7..00000000000 --- a/devel/hs-setenv/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= setenv -PORTVERSION= 0.1.1.3 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform library for setting environment variables - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-setenv/distinfo b/devel/hs-setenv/distinfo deleted file mode 100644 index 710827f5c44..00000000000 --- a/devel/hs-setenv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627856 -SHA256 (cabal/setenv-0.1.1.3.tar.gz) = e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32 -SIZE (cabal/setenv-0.1.1.3.tar.gz) = 2710 diff --git a/devel/hs-setenv/pkg-descr b/devel/hs-setenv/pkg-descr deleted file mode 100644 index a2773485639..00000000000 --- a/devel/hs-setenv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A cross-platform library for setting environment variables. - -WWW: http://hackage.haskell.org/package/setenv diff --git a/devel/hs-setlocale/Makefile b/devel/hs-setlocale/Makefile deleted file mode 100644 index 16d13a2e0f2..00000000000 --- a/devel/hs-setlocale/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= setlocale -PORTVERSION= 1.0.0.8 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell setlocale package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-setlocale/distinfo b/devel/hs-setlocale/distinfo deleted file mode 100644 index b3bbb4263b4..00000000000 --- a/devel/hs-setlocale/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545559211 -SHA256 (cabal/setlocale-1.0.0.8.tar.gz) = 6dd148e47714707c311d20af606284ab392392a84ffb71da4004010e67d5b969 -SIZE (cabal/setlocale-1.0.0.8.tar.gz) = 2111 diff --git a/devel/hs-setlocale/pkg-descr b/devel/hs-setlocale/pkg-descr deleted file mode 100644 index 76e93da35cf..00000000000 --- a/devel/hs-setlocale/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Haskell setlocale package - -WWW: http://hackage.haskell.org/package/setlocale diff --git a/devel/hs-shake/Makefile b/devel/hs-shake/Makefile index 51f968f59a4..1dcddadb5a6 100644 --- a/devel/hs-shake/Makefile +++ b/devel/hs-shake/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= shake -PORTVERSION= 0.16.4 -PORTREVISION= 2 +PORTVERSION= 0.17.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +9,10 @@ COMMENT= Build system library, like Make, but more accurate dependencies LICENSE= BSD3CLAUSE -USE_CABAL= extra>=1.3 hashable>=1.1.2.3 js-flot js-jquery old-time \ - primitive random unordered-containers>=0.2.1 utf8-string>=0.3 -EXECUTABLE= shake +USES= cabal + +USE_CABAL= clock-0.7.2 extra-1.6.14 hashable-1.2.7.0_1 js-flot-0.8.3 \ + js-jquery-3.3.1 primitive-0.6.4.0_1 random-1.1_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-shake/distinfo b/devel/hs-shake/distinfo index 5c68f94d29f..cff640dcb0c 100644 --- a/devel/hs-shake/distinfo +++ b/devel/hs-shake/distinfo @@ -1,3 +1,29 @@ -TIMESTAMP = 1525012625 -SHA256 (cabal/shake-0.16.4.tar.gz) = b732a3a46ceb3b4545a78c3733e0a7904763e7cd3ee8bf4fe2e1e91f2c9b1436 -SIZE (cabal/shake-0.16.4.tar.gz) = 531091 +TIMESTAMP = 1553452122 +SHA256 (cabal/shake-0.17.5.tar.gz) = dff71cf56f7ef75045419b3084f9ef2481023df2ba3541a6f4e84e50dea42a20 +SIZE (cabal/shake-0.17.5.tar.gz) = 562751 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c +SIZE (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = 41074 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/js-flot-0.8.3/js-flot-0.8.3.tar.gz) = 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a +SIZE (cabal/js-flot-0.8.3/js-flot-0.8.3.tar.gz) = 662691 +SHA256 (cabal/js-jquery-3.3.1/js-jquery-3.3.1.tar.gz) = e0e0681f0da1130ede4e03a051630ea439c458cb97216cdb01771ebdbe44069b +SIZE (cabal/js-jquery-3.3.1/js-jquery-3.3.1.tar.gz) = 114431 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 diff --git a/devel/hs-show/Makefile b/devel/hs-show/Makefile deleted file mode 100644 index 3c4f3bb9c74..00000000000 --- a/devel/hs-show/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= show -PORTVERSION= 0.6 -PORTREVISION= 12 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= 'Show' instances for Lambdabot - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-show/distinfo b/devel/hs-show/distinfo deleted file mode 100644 index b531c43675a..00000000000 --- a/devel/hs-show/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627856 -SHA256 (cabal/show-0.6.tar.gz) = 4f57a947a538d021406f649049dde27d4d8d0b44aac3ba38fa64806c9d737b95 -SIZE (cabal/show-0.6.tar.gz) = 7635 diff --git a/devel/hs-show/pkg-descr b/devel/hs-show/pkg-descr deleted file mode 100644 index 364da9dfcf1..00000000000 --- a/devel/hs-show/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This Haskell package provides ShowQ, ShowFun, and SimpleReflect. - - * ShowFun gives a Typeable-dependent instance for showing - functions as their type. - - * ShowIO does the same for IO actions. - - * ShowQ adds SmallCheck & QuickCheck support. - - * SimpleReflect allows us to literally see how functions - 'expand', through appropriate Show magic. - -WWW: http://hackage.haskell.org/package/show diff --git a/devel/hs-silently/Makefile b/devel/hs-silently/Makefile deleted file mode 100644 index d494018cca7..00000000000 --- a/devel/hs-silently/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= silently -PORTVERSION= 1.2.5 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Prevent or capture writing to stdout and other handles - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-silently/distinfo b/devel/hs-silently/distinfo deleted file mode 100644 index 420a250088c..00000000000 --- a/devel/hs-silently/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627856 -SHA256 (cabal/silently-1.2.5.tar.gz) = cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839 -SIZE (cabal/silently-1.2.5.tar.gz) = 3364 diff --git a/devel/hs-silently/pkg-descr b/devel/hs-silently/pkg-descr deleted file mode 100644 index d6c68b63d33..00000000000 --- a/devel/hs-silently/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Prevent or capture writing to stdout and other handles. - -WWW: https://github.com/hspec/silently diff --git a/devel/hs-simple-reflect/Makefile b/devel/hs-simple-reflect/Makefile deleted file mode 100644 index 3ddf965f04a..00000000000 --- a/devel/hs-simple-reflect/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= simple-reflect -PORTVERSION= 0.3.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple reflection of expressions containing variables - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-simple-reflect/distinfo b/devel/hs-simple-reflect/distinfo deleted file mode 100644 index 24fde323ef2..00000000000 --- a/devel/hs-simple-reflect/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523698837 -SHA256 (cabal/simple-reflect-0.3.3.tar.gz) = 07825ea04c135298008cf080133e3bfc8e04cbacd24719c46ac6a2ca4acfdb2b -SIZE (cabal/simple-reflect-0.3.3.tar.gz) = 4590 diff --git a/devel/hs-simple-reflect/pkg-descr b/devel/hs-simple-reflect/pkg-descr deleted file mode 100644 index 425b87364bf..00000000000 --- a/devel/hs-simple-reflect/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package allows simple reflection of expressions containing variables. -Reflection here means that a Haskell expression is turned into a string. -The primary aim of this package is teaching and understanding; there are -no options for manipulating the reflected expressions beyond showing them. - -WWW: http://twanvl.nl/blog/haskell/simple-reflection-of-expressions diff --git a/devel/hs-smallcheck/Makefile b/devel/hs-smallcheck/Makefile deleted file mode 100644 index d3a372df877..00000000000 --- a/devel/hs-smallcheck/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= smallcheck -PORTVERSION= 1.1.1 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Property-based testing library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= logict mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-smallcheck/distinfo b/devel/hs-smallcheck/distinfo deleted file mode 100644 index b3e772e7926..00000000000 --- a/devel/hs-smallcheck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627856 -SHA256 (cabal/smallcheck-1.1.1.tar.gz) = 4d17607c1a620491e7e495a17575b73952932c761e7f9bdfa87e0102fb52f9f9 -SIZE (cabal/smallcheck-1.1.1.tar.gz) = 15202 diff --git a/devel/hs-smallcheck/pkg-descr b/devel/hs-smallcheck/pkg-descr deleted file mode 100644 index f8c9459977b..00000000000 --- a/devel/hs-smallcheck/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SmallCheck is a testing library that allows to verify properties for all -test cases up to some depth. The test cases are generated automatically -by SmallCheck. - -WWW: https://github.com/feuerbach/smallcheck diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile deleted file mode 100644 index 123d9ce7ae0..00000000000 --- a/devel/hs-split/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= split -PORTVERSION= 0.2.3.3 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Combinator library for splitting lists - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-split/distinfo b/devel/hs-split/distinfo deleted file mode 100644 index 73bf2e1100b..00000000000 --- a/devel/hs-split/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523445494 -SHA256 (cabal/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 -SIZE (cabal/split-0.2.3.3.tar.gz) = 15681 diff --git a/devel/hs-split/files/patch-split.cabal b/devel/hs-split/files/patch-split.cabal deleted file mode 100644 index 4c0952e6f61..00000000000 --- a/devel/hs-split/files/patch-split.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- split.cabal.orig 2018-01-24 03:00:12 UTC -+++ split.cabal -@@ -51,7 +51,7 @@ Source-repository head - - Library - ghc-options: -Wall -- build-depends: base <4.12 -+ build-depends: base <4.13 - exposed-modules: Data.List.Split, Data.List.Split.Internals - default-language: Haskell2010 - Hs-source-dirs: src diff --git a/devel/hs-split/pkg-descr b/devel/hs-split/pkg-descr deleted file mode 100644 index d6e9a02f4ee..00000000000 --- a/devel/hs-split/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -A collection of various methods for splitting lists into parts, akin to -the "split" function found in several mainstream languages. Here is its -tale: - -Once upon a time the standard Data.List module held no function for -splitting a list into parts according to a delimiter. Many a brave -lambda-knight strove to add such a function, but their striving was in -vain, for Lo, the Supreme Council fell to bickering amongst themselves -what was to be the essential nature of the One True Function which could -cleave a list in twain (or thrain, or any required number of parts). - -And thus came to pass the split package, comprising divers functions for -splitting a list asunder, each according to its nature. And the Supreme -Council had no longer any grounds for argument, for the favored method -of each was contained therein. - -Combinator library and utility functions for splitting lists. - -WWW: http://hackage.haskell.org/package/split diff --git a/devel/hs-stm-chans/Makefile b/devel/hs-stm-chans/Makefile deleted file mode 100644 index 50f942832ce..00000000000 --- a/devel/hs-stm-chans/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= stm-chans -PORTVERSION= 3.0.0.4 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Additional types of channels for STM - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-stm-chans/distinfo b/devel/hs-stm-chans/distinfo deleted file mode 100644 index a8ea9430923..00000000000 --- a/devel/hs-stm-chans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627856 -SHA256 (cabal/stm-chans-3.0.0.4.tar.gz) = 2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738 -SIZE (cabal/stm-chans-3.0.0.4.tar.gz) = 9673 diff --git a/devel/hs-stm-chans/pkg-descr b/devel/hs-stm-chans/pkg-descr deleted file mode 100644 index 60ac5d319ac..00000000000 --- a/devel/hs-stm-chans/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Additional types of channels for STM. - -WWW: http://code.haskell.org/~wren/ diff --git a/devel/hs-storable-record/Makefile b/devel/hs-storable-record/Makefile deleted file mode 100644 index 910fbaab21f..00000000000 --- a/devel/hs-storable-record/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= storable-record -PORTVERSION= 0.0.4 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Elegant definition of Storable instances for records - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= semigroups utility-ht - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-storable-record/distinfo b/devel/hs-storable-record/distinfo deleted file mode 100644 index 921d3d4d53f..00000000000 --- a/devel/hs-storable-record/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525082358 -SHA256 (cabal/storable-record-0.0.4.tar.gz) = ceffb2f08d8abc37e338ad924b264c230d5e54ecccaf1c22802c3107ea0c5a42 -SIZE (cabal/storable-record-0.0.4.tar.gz) = 7362 diff --git a/devel/hs-storable-record/pkg-descr b/devel/hs-storable-record/pkg-descr deleted file mode 100644 index fa272c20089..00000000000 --- a/devel/hs-storable-record/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -With this package you can build a Storable instance of a record type from -Storable instances of its elements in an elegant way. It does not do any magic, -just a bit arithmetic to compute the right offsets, that would be otherwise -done manually or by a preprocessor like C2HS. - -WWW: http://code.haskell.org/~thielema/storable-record/ diff --git a/devel/hs-storable-tuple/Makefile b/devel/hs-storable-tuple/Makefile deleted file mode 100644 index 34fe712b131..00000000000 --- a/devel/hs-storable-tuple/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= storable-tuple -PORTVERSION= 0.0.3.3 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Storable instance for pairs and triples - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-orphans storable-record utility-ht - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-storable-tuple/distinfo b/devel/hs-storable-tuple/distinfo deleted file mode 100644 index 19a4001fbb8..00000000000 --- a/devel/hs-storable-tuple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525081601 -SHA256 (cabal/storable-tuple-0.0.3.3.tar.gz) = dcfac049527a45c386c80a7c40ec211455b83d74311af88fa686063b5f87df35 -SIZE (cabal/storable-tuple-0.0.3.3.tar.gz) = 2383 diff --git a/devel/hs-storable-tuple/pkg-descr b/devel/hs-storable-tuple/pkg-descr deleted file mode 100644 index d6452512743..00000000000 --- a/devel/hs-storable-tuple/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Provides a Storable instance for pair and triple which should be binary -compatible with C99 and C++. The only purpose of this package is to provide -a standard location for this instance so that other packages needing this -instance can play nicely together. - -WWW: http://code.haskell.org/~thielema/storable-tuple/ diff --git a/devel/hs-streaming-commons/Makefile b/devel/hs-streaming-commons/Makefile deleted file mode 100644 index 515a9814271..00000000000 --- a/devel/hs-streaming-commons/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= streaming-commons -PORTVERSION= 0.2.0.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Common lower-level functions needed by various streaming data libraries - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async blaze-builder network random zlib - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-streaming-commons/distinfo b/devel/hs-streaming-commons/distinfo deleted file mode 100644 index 25dbbaecee4..00000000000 --- a/devel/hs-streaming-commons/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523696417 -SHA256 (cabal/streaming-commons-0.2.0.0.tar.gz) = f4e2b8460325c133c83d04048e334fb502ba3627f41ffc85c05f81f1f38ace5f -SIZE (cabal/streaming-commons-0.2.0.0.tar.gz) = 86501 diff --git a/devel/hs-streaming-commons/pkg-descr b/devel/hs-streaming-commons/pkg-descr deleted file mode 100644 index cf662b16dd1..00000000000 --- a/devel/hs-streaming-commons/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides low-dependency functionality commonly needed by various streaming -data libraries, such as conduit and pipes. - -WWW: https://github.com/fpco/streaming-commons diff --git a/devel/hs-strict/Makefile b/devel/hs-strict/Makefile deleted file mode 100644 index 194d7ef77e7..00000000000 --- a/devel/hs-strict/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -PORTNAME= strict -PORTVERSION= 0.3.2 -PORTREVISION= 17 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Strict data types and String IO - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-strict/distinfo b/devel/hs-strict/distinfo deleted file mode 100644 index 37a716c9d25..00000000000 --- a/devel/hs-strict/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627857 -SHA256 (cabal/strict-0.3.2.tar.gz) = 2cd35a67938db635a87617d9576d5df0158b581e8e5694f07487c0f4b1549221 -SIZE (cabal/strict-0.3.2.tar.gz) = 3948 diff --git a/devel/hs-strict/pkg-descr b/devel/hs-strict/pkg-descr deleted file mode 100644 index 8c556ef51e0..00000000000 --- a/devel/hs-strict/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides strict versions of some standard Haskell data -types (pairs, Maybe and Either). It also contains strict IO operations. - -WWW: http://www.cse.unsw.edu.au/~rl/code/strict.html diff --git a/devel/hs-syb-with-class/Makefile b/devel/hs-syb-with-class/Makefile deleted file mode 100644 index ec15f3357b4..00000000000 --- a/devel/hs-syb-with-class/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= syb-with-class -PORTVERSION= 0.6.1.10 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Scrap Your Boilerplate With Class - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-syb-with-class/distinfo b/devel/hs-syb-with-class/distinfo deleted file mode 100644 index 3642d02ff53..00000000000 --- a/devel/hs-syb-with-class/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545562890 -SHA256 (cabal/syb-with-class-0.6.1.10.tar.gz) = a77e3f231141b173b50bad8939a2eafbc0b14c615556464ad95851b5d9ef133a -SIZE (cabal/syb-with-class-0.6.1.10.tar.gz) = 12530 diff --git a/devel/hs-syb-with-class/pkg-descr b/devel/hs-syb-with-class/pkg-descr deleted file mode 100644 index dcdb3001392..00000000000 --- a/devel/hs-syb-with-class/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Classes, and Template Haskell code to generate instances, for the Scrap -Your Boilerplate With Class system. - -WWW: http://hackage.haskell.org/package/syb-with-class diff --git a/devel/hs-syb/Makefile b/devel/hs-syb/Makefile deleted file mode 100644 index eef06b5e3e9..00000000000 --- a/devel/hs-syb/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= syb -PORTVERSION= 0.7 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Scrap Your Boilerplate - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-syb/distinfo b/devel/hs-syb/distinfo deleted file mode 100644 index d1aea72d603..00000000000 --- a/devel/hs-syb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627857 -SHA256 (cabal/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 -SIZE (cabal/syb-0.7.tar.gz) = 39566 diff --git a/devel/hs-syb/pkg-descr b/devel/hs-syb/pkg-descr deleted file mode 100644 index c0e973a0d89..00000000000 --- a/devel/hs-syb/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the generics system described in the "Scrap Your -Boilerplate" papers. It defines the "Data" class of types permitting -folding and unfolding of constructor applications, instances of this -class for primitive types, and a variety of traversals. - -WWW: http://www.cs.uu.nl/wiki/GenericProgramming/SYB diff --git a/devel/hs-system-fileio/Makefile b/devel/hs-system-fileio/Makefile deleted file mode 100644 index b30172cc557..00000000000 --- a/devel/hs-system-fileio/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= system-fileio -PORTVERSION= 0.3.16.3 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Consistent filesystem interaction across GHC versions - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= system-filepath>=0.3.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-system-fileio/distinfo b/devel/hs-system-fileio/distinfo deleted file mode 100644 index c3db8cf034b..00000000000 --- a/devel/hs-system-fileio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627858 -SHA256 (cabal/system-fileio-0.3.16.3.tar.gz) = 3175707cb322c65760fa2eb2ab17327f251c8294ad688efc6258e82328830491 -SIZE (cabal/system-fileio-0.3.16.3.tar.gz) = 15296 diff --git a/devel/hs-system-fileio/pkg-descr b/devel/hs-system-fileio/pkg-descr deleted file mode 100644 index 09b6324dc14..00000000000 --- a/devel/hs-system-fileio/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a small wrapper around the "directory", "Unix", and "Win32" -packages, for use with "system-filepath". It provides a consistent API -to the various versions of these packages distributed with different -versions of GHC. In particular, this library supports working with -POSIX files that have paths which can't be decoded in the current locale -encoding. - -WWW: https://john-millikin.com/software/haskell-filesystem/ diff --git a/devel/hs-system-filepath/Makefile b/devel/hs-system-filepath/Makefile deleted file mode 100644 index d5b4a02371d..00000000000 --- a/devel/hs-system-filepath/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= system-filepath -PORTVERSION= 0.4.14 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= High-level, byte-based file and directory path manipulations - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-system-filepath/distinfo b/devel/hs-system-filepath/distinfo deleted file mode 100644 index 3137249f93c..00000000000 --- a/devel/hs-system-filepath/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523433190 -SHA256 (cabal/system-filepath-0.4.14.tar.gz) = 1656ce3c0d585650784ceb3f794748286e19fb635f557e7b29b0897f8956d993 -SIZE (cabal/system-filepath-0.4.14.tar.gz) = 16663 diff --git a/devel/hs-system-filepath/pkg-descr b/devel/hs-system-filepath/pkg-descr deleted file mode 100644 index 059dae31f05..00000000000 --- a/devel/hs-system-filepath/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -High-level, byte-based file and directory path manipulations. - -WWW: https://github.com/fpco/haskell-filesystem diff --git a/devel/hs-tagged/Makefile b/devel/hs-tagged/Makefile deleted file mode 100644 index f5f0146a172..00000000000 --- a/devel/hs-tagged/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tagged -PORTVERSION= 0.8.5 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell 98 phantom types to avoid unsafely passing dummy arguments - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-tagged/distinfo b/devel/hs-tagged/distinfo deleted file mode 100644 index 4bd7820e0cc..00000000000 --- a/devel/hs-tagged/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499459567 -SHA256 (cabal/tagged-0.8.5.tar.gz) = e47c51c955ed77b0fa36897f652df990aa0a8c4eb278efaddcd604be00fc8d99 -SIZE (cabal/tagged-0.8.5.tar.gz) = 10860 diff --git a/devel/hs-tagged/files/patch-tagged.cabal b/devel/hs-tagged/files/patch-tagged.cabal deleted file mode 100644 index 583b5b33b0b..00000000000 --- a/devel/hs-tagged/files/patch-tagged.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- tagged.cabal.orig 2017-07-07 20:47:45 UTC -+++ tagged.cabal -@@ -57,7 +57,7 @@ library - - if impl(ghc>=7.6) - exposed-modules: Data.Proxy.TH -- build-depends: template-haskell >= 2.8 && < 2.12 -+ build-depends: template-haskell >= 2.8 && < 2.15 - - if flag(deepseq) - build-depends: deepseq >= 1.1 && < 1.5 diff --git a/devel/hs-tagged/pkg-descr b/devel/hs-tagged/pkg-descr deleted file mode 100644 index 560c783e5c3..00000000000 --- a/devel/hs-tagged/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Haskell 98 phantom types to avoid unsafely passing dummy arguments. - -WWW: https://github.com/ekmett/tagged diff --git a/devel/hs-temporary/Makefile b/devel/hs-temporary/Makefile deleted file mode 100644 index 0c521c79237..00000000000 --- a/devel/hs-temporary/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= temporary -PORTVERSION= 1.2.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Portable temporary file and directory support for Windows and Unix - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions>=0.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-temporary/distinfo b/devel/hs-temporary/distinfo deleted file mode 100644 index 882bbe77d18..00000000000 --- a/devel/hs-temporary/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627858 -SHA256 (cabal/temporary-1.2.1.tar.gz) = 9ecf88065cf69e965dc672c4a94f0b5e909d3e398c24d947bbd5e9814277a4f8 -SIZE (cabal/temporary-1.2.1.tar.gz) = 5137 diff --git a/devel/hs-temporary/pkg-descr b/devel/hs-temporary/pkg-descr deleted file mode 100644 index a7efd18e2ff..00000000000 --- a/devel/hs-temporary/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The functions for creating temporary files and directories in the base -library are quite limited. The unixutils package contains some good ones, -but they aren't portable to Windows. This library just repackages the -Cabal implementations of its own temporary file and folder functions so -that you can use them without linking against Cabal or depending on it -being installed. - -WWW: https://github.com/batterseapower/temporary diff --git a/devel/hs-terminal-size/Makefile b/devel/hs-terminal-size/Makefile deleted file mode 100644 index 66f1440da03..00000000000 --- a/devel/hs-terminal-size/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= terminal-size -PORTVERSION= 0.3.2.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Get terminal window height and width - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-terminal-size/distinfo b/devel/hs-terminal-size/distinfo deleted file mode 100644 index edfa59a47b5..00000000000 --- a/devel/hs-terminal-size/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501333052 -SHA256 (cabal/terminal-size-0.3.2.1.tar.gz) = b5c23e964756bc13914649a67d63233f59ad0a813abe7cadeb2fc9d586dc9658 -SIZE (cabal/terminal-size-0.3.2.1.tar.gz) = 4175 diff --git a/devel/hs-terminal-size/pkg-descr b/devel/hs-terminal-size/pkg-descr deleted file mode 100644 index 140e20dd7ca..00000000000 --- a/devel/hs-terminal-size/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Get terminal window height and width without ncurses dependency. - -WWW: http://hackage.haskell.org/package/terminal-size diff --git a/devel/hs-test-framework-hunit/Makefile b/devel/hs-test-framework-hunit/Makefile deleted file mode 100644 index 3fff7d0bd2a..00000000000 --- a/devel/hs-test-framework-hunit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= test-framework-hunit -PORTVERSION= 0.3.0.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HUnit support for the test-framework package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= extensible-exceptions HUnit test-framework - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-test-framework-hunit/distinfo b/devel/hs-test-framework-hunit/distinfo deleted file mode 100644 index 7f16fa1b6e7..00000000000 --- a/devel/hs-test-framework-hunit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627859 -SHA256 (cabal/test-framework-hunit-0.3.0.2.tar.gz) = 95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8 -SIZE (cabal/test-framework-hunit-0.3.0.2.tar.gz) = 2770 diff --git a/devel/hs-test-framework-hunit/files/patch-test-framework-hunit.cabal b/devel/hs-test-framework-hunit/files/patch-test-framework-hunit.cabal deleted file mode 100644 index 0479ad483df..00000000000 --- a/devel/hs-test-framework-hunit/files/patch-test-framework-hunit.cabal +++ /dev/null @@ -1,16 +0,0 @@ -From 70a36fbeefd29c9340782d52ba0295014120c82d Mon Sep 17 00:00:00 2001 -From: Adam Bergmark -Date: Sat, 25 Mar 2017 11:52:44 +0100 -Subject: [PATCH] Allow time 1.6.* and HUnit 1.6.* - ---- test-framework-hunit.cabal.orig 2015-09-04 15:42:16 UTC -+++ test-framework-hunit.cabal -@@ -24,7 +24,7 @@ Flag Base3 - Library - Exposed-Modules: Test.Framework.Providers.HUnit - -- Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.4, extensible-exceptions >= 0.1.1 && < 0.2.0 -+ Build-Depends: test-framework >= 0.2.0, HUnit >= 1.2 && < 1.7, extensible-exceptions >= 0.1.1 && < 0.2.0 - if flag(base3) - Build-Depends: base >= 3 && < 4 - else diff --git a/devel/hs-test-framework-hunit/pkg-descr b/devel/hs-test-framework-hunit/pkg-descr deleted file mode 100644 index d440c1729d3..00000000000 --- a/devel/hs-test-framework-hunit/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HUnit support for the test-framework package. - -WWW: http://batterseapower.github.com/test-framework/ diff --git a/devel/hs-test-framework-quickcheck2/Makefile b/devel/hs-test-framework-quickcheck2/Makefile deleted file mode 100644 index 0871f4b24c8..00000000000 --- a/devel/hs-test-framework-quickcheck2/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= test-framework-quickcheck2 -PORTVERSION= 0.3.0.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= QuickCheck2 support for the test-framework package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= extensible-exceptions>=0.1.1 QuickCheck>=2.4 \ - test-framework>=0.7.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-test-framework-quickcheck2/distinfo b/devel/hs-test-framework-quickcheck2/distinfo deleted file mode 100644 index 8299410e948..00000000000 --- a/devel/hs-test-framework-quickcheck2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627859 -SHA256 (cabal/test-framework-quickcheck2-0.3.0.4.tar.gz) = d763afb99fa14cffaccbfad259534a656be129329ba12246fed2e4330619486e -SIZE (cabal/test-framework-quickcheck2-0.3.0.4.tar.gz) = 3813 diff --git a/devel/hs-test-framework-quickcheck2/pkg-descr b/devel/hs-test-framework-quickcheck2/pkg-descr deleted file mode 100644 index 97660b32d7d..00000000000 --- a/devel/hs-test-framework-quickcheck2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -QuickCheck2 support for the test-framework package. - -WWW: https://batterseapower.github.io/test-framework/ diff --git a/devel/hs-test-framework/Makefile b/devel/hs-test-framework/Makefile deleted file mode 100644 index e0895e22ddb..00000000000 --- a/devel/hs-test-framework/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= test-framework -PORTVERSION= 0.8.2.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Framework for running and organising tests, with HUnit and QuickCheck support - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= ansi-terminal>=0.4.0 ansi-wl-pprint>=0.5.1 hostname>=1.0 \ - old-locale>=1.0 random>=1.0 regex-posix>=0.72 xml>=1.3.5 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-test-framework/distinfo b/devel/hs-test-framework/distinfo deleted file mode 100644 index 4db6c80e911..00000000000 --- a/devel/hs-test-framework/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523960922 -SHA256 (cabal/test-framework-0.8.2.0.tar.gz) = f5aec7a15dbcb39e951bcf6502606fd99d751197b5510f41706899aa7e660ac2 -SIZE (cabal/test-framework-0.8.2.0.tar.gz) = 21317 diff --git a/devel/hs-test-framework/files/patch-test-framework.cabal b/devel/hs-test-framework/files/patch-test-framework.cabal deleted file mode 100644 index 655a85e05ba..00000000000 --- a/devel/hs-test-framework/files/patch-test-framework.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- test-framework.cabal.orig 2017-12-30 17:49:37 UTC -+++ test-framework.cabal -@@ -48,7 +48,7 @@ Library - , ansi-terminal >= 0.4.0 && < 0.9 - , ansi-wl-pprint >= 0.5.1 && < 0.7 - , random >= 1.0 && < 1.2 -- , containers >= 0.1 && < 0.6 -+ , containers >= 0.1 && < 0.7 - , regex-posix >= 0.72 && < 0.96 - , old-locale >= 1.0 && < 1.1 - , time >= 1.1.2 && < 1.9 diff --git a/devel/hs-test-framework/pkg-descr b/devel/hs-test-framework/pkg-descr deleted file mode 100644 index 302c3ac2ef9..00000000000 --- a/devel/hs-test-framework/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Allows tests such as QuickCheck properties and HUnit test cases to be -assembled into test groups, run in parallel (but reported in deterministic -order, to aid diff interpretation) and filtered and controlled by command -line options. All of this comes with colored test output, progress reporting -and test statistics output. - -WWW: http://batterseapower.github.io/test-framework/ diff --git a/devel/hs-text-icu/Makefile b/devel/hs-text-icu/Makefile deleted file mode 100644 index 53ee5379944..00000000000 --- a/devel/hs-text-icu/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= text-icu -PORTVERSION= 0.7.0.1 -PORTREVISION= 15 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings to the ICU library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -LIB_DEPENDS+= libicui18n.so:devel/icu - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-text-icu/distinfo b/devel/hs-text-icu/distinfo deleted file mode 100644 index ac03514ab2b..00000000000 --- a/devel/hs-text-icu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627859 -SHA256 (cabal/text-icu-0.7.0.1.tar.gz) = e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78 -SIZE (cabal/text-icu-0.7.0.1.tar.gz) = 45533 diff --git a/devel/hs-text-icu/pkg-descr b/devel/hs-text-icu/pkg-descr deleted file mode 100644 index dcc8a02f673..00000000000 --- a/devel/hs-text-icu/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Haskell bindings to the International Components for Unicode (ICU) -libraries. These libraries provide robust and full-featured Unicode -services on a wide variety of platforms. - -Features include: - - * Both pure and impure bindings, to allow for fine control over efficiency - and ease of use. - * Breaking of strings on character, word, sentence, and line boundaries. - * Access to the Unicode Character Database (UCD) of character metadata. - * String collation functions, for locales where the conventions for - lexicographic ordering differ from the simple numeric ordering of - character codes. - * Character set conversion functions, allowing conversion between Unicode - and over 220 character encodings. - * Unicode normalization. (When implementations keep strings in a normalized - form, they can be assured that equivalent strings have a unique binary - representation.) - * Regular expression search and replace. - -WWW: https://github.com/bos/text-icu diff --git a/devel/hs-text-short/Makefile b/devel/hs-text-short/Makefile deleted file mode 100644 index 6c477e1677c..00000000000 --- a/devel/hs-text-short/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= text-short -PORTVERSION= 0.1.2 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This package provides the ShortText type which is suitable for keeping many short strings in memory - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable semigroups - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-text-short/distinfo b/devel/hs-text-short/distinfo deleted file mode 100644 index 5243b094f92..00000000000 --- a/devel/hs-text-short/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523958157 -SHA256 (cabal/text-short-0.1.2.tar.gz) = b3f2b867d14c7c2586ea580028606b6662293ad080726d5241def937e5e31167 -SIZE (cabal/text-short-0.1.2.tar.gz) = 23454 diff --git a/devel/hs-text-short/files/patch-text-short.cabal b/devel/hs-text-short/files/patch-text-short.cabal deleted file mode 100644 index 59e5cf8c187..00000000000 --- a/devel/hs-text-short/files/patch-text-short.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- text-short.cabal.orig 2018-12-24 13:33:33 UTC -+++ text-short.cabal -@@ -33,7 +33,7 @@ library - - other-modules: Data.Text.Short.Internal - -- build-depends: base >= 4.7 && < 4.12 -+ build-depends: base >= 4.7 && < 4.13 - , bytestring >= 0.10.4 && < 0.11 - , hashable >= 1.2.6 && < 1.3 - , deepseq >= 1.3 && < 1.5 diff --git a/devel/hs-text-short/pkg-descr b/devel/hs-text-short/pkg-descr deleted file mode 100644 index 66cb96b1c1c..00000000000 --- a/devel/hs-text-short/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This package provides the ShortText type which is suitable for keeping many -short strings in memory. This is similiar to how ShortByteString relates to - ByteString. - -The main difference between Text and ShortText is that ShortText uses UTF-8 -instead of UTF-16 internally and also doesn't support slicing (thereby -saving 2 words). Consequently, the memory footprint of a (boxed) ShortText -value is 4 words (2 words when unboxed) plus the length of the UTF-8 encoded -payload. - -WWW: https://hackage.haskell.org/package/text-short diff --git a/devel/hs-tf-random/Makefile b/devel/hs-tf-random/Makefile deleted file mode 100644 index 1eb4332e336..00000000000 --- a/devel/hs-tf-random/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tf-random -PORTVERSION= 0.5 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= High-quality splittable pseudorandom number generator - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= primitive>=0.3 random - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-tf-random/distinfo b/devel/hs-tf-random/distinfo deleted file mode 100644 index 347da89f2ef..00000000000 --- a/devel/hs-tf-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627859 -SHA256 (cabal/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 -SIZE (cabal/tf-random-0.5.tar.gz) = 18483 diff --git a/devel/hs-tf-random/pkg-descr b/devel/hs-tf-random/pkg-descr deleted file mode 100644 index 07bb74e4fb6..00000000000 --- a/devel/hs-tf-random/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains an implementation of a high-quality splittable -pseudorandom number generator. The generator is based on a -cryptographic hash function built on top of the ThreeFish block cipher. - -WWW: http://hackage.haskell.org/package/tf-random diff --git a/devel/hs-th-abstraction/Makefile b/devel/hs-th-abstraction/Makefile deleted file mode 100644 index db4c5fb2fda..00000000000 --- a/devel/hs-th-abstraction/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-abstraction -PORTVERSION= 0.2.10.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This package normalizes variations in the interface for inspecting datatype information via Template Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-abstraction/distinfo b/devel/hs-th-abstraction/distinfo deleted file mode 100644 index 98b35a9f71d..00000000000 --- a/devel/hs-th-abstraction/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545494086 -SHA256 (cabal/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af -SIZE (cabal/th-abstraction-0.2.10.0.tar.gz) = 29620 diff --git a/devel/hs-th-abstraction/pkg-descr b/devel/hs-th-abstraction/pkg-descr deleted file mode 100644 index 3beaf70b6eb..00000000000 --- a/devel/hs-th-abstraction/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package normalizes variations in the interface for inspecting datatype -information via Template Haskell so that packages and support a single, easier -to use informational datatype while supporting many versions of Template Haskell. - -WWW: http://hackage.haskell.org/package/th-abstraction diff --git a/devel/hs-th-expand-syns/Makefile b/devel/hs-th-expand-syns/Makefile deleted file mode 100644 index be4cdadf3f4..00000000000 --- a/devel/hs-th-expand-syns/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-expand-syns -PORTVERSION= 0.4.4.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Expands type synonyms in Template Haskell ASTs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-expand-syns/distinfo b/devel/hs-th-expand-syns/distinfo deleted file mode 100644 index f1617f14ca1..00000000000 --- a/devel/hs-th-expand-syns/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524931602 -SHA256 (cabal/th-expand-syns-0.4.4.0.tar.gz) = cc0f52d1364ace9ba56f51afd9106a5fe01ed3f5ae45c958c1b0f83be0a6f906 -SIZE (cabal/th-expand-syns-0.4.4.0.tar.gz) = 7572 diff --git a/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal b/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal deleted file mode 100644 index ef4f3f134a4..00000000000 --- a/devel/hs-th-expand-syns/files/patch-th-expand-syns.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- th-expand-syns.cabal.orig 2017-12-26 20:43:27 UTC -+++ th-expand-syns.cabal -@@ -26,7 +26,7 @@ source-repository head - location: git://github.com/DanielSchuessler/th-expand-syns.git - - Library -- build-depends: base >= 4 && < 5, template-haskell < 2.14, syb, containers -+ build-depends: base >= 4 && < 5, template-haskell < 2.15, syb, containers - ghc-options: - exposed-modules: Language.Haskell.TH.ExpandSyns - other-modules: Language.Haskell.TH.ExpandSyns.SemigroupCompat diff --git a/devel/hs-th-expand-syns/pkg-descr b/devel/hs-th-expand-syns/pkg-descr deleted file mode 100644 index 8fbca9bebe3..00000000000 --- a/devel/hs-th-expand-syns/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Expands type synonyms in Template Haskell ASTs. - -WWW: https://github.com/DanielSchuessler/th-expand-syns diff --git a/devel/hs-th-lift-instances/Makefile b/devel/hs-th-lift-instances/Makefile deleted file mode 100644 index 82e332e63f2..00000000000 --- a/devel/hs-th-lift-instances/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-lift-instances -PORTVERSION= 0.1.11 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Some more Lift instances for common haskell data types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= th-lift vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-lift-instances/distinfo b/devel/hs-th-lift-instances/distinfo deleted file mode 100644 index 4fa1281f410..00000000000 --- a/devel/hs-th-lift-instances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499621827 -SHA256 (cabal/th-lift-instances-0.1.11.tar.gz) = 1da46afabdc73c86f279a0557d5a8f9af1296f9f6043264ba354b1c9cc65a6b8 -SIZE (cabal/th-lift-instances-0.1.11.tar.gz) = 4477 diff --git a/devel/hs-th-lift-instances/pkg-descr b/devel/hs-th-lift-instances/pkg-descr deleted file mode 100644 index 22b83781c96..00000000000 --- a/devel/hs-th-lift-instances/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Most data types in haskell platform do not have Lift instances. This package provides orphan instances for containers, text, bytestring and vector. - -WWW: http://hackage.haskell.org/package/th-lift-instances diff --git a/devel/hs-th-lift/Makefile b/devel/hs-th-lift/Makefile deleted file mode 100644 index 51819a6c25c..00000000000 --- a/devel/hs-th-lift/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-lift -PORTVERSION= 0.7.11 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Derive Template Haskell's Lift class for datatypes. - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= th-abstraction - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-lift/distinfo b/devel/hs-th-lift/distinfo deleted file mode 100644 index 87bbafaadc8..00000000000 --- a/devel/hs-th-lift/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545493576 -SHA256 (cabal/th-lift-0.7.11.tar.gz) = d53cd1479d3cf35c513095f3954eee539e73c55266cec5f1fa0a82d53f30238c -SIZE (cabal/th-lift-0.7.11.tar.gz) = 12756 diff --git a/devel/hs-th-lift/pkg-descr b/devel/hs-th-lift/pkg-descr deleted file mode 100644 index 97e67573988..00000000000 --- a/devel/hs-th-lift/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Derive Template Haskell's Lift class for datatypes. - -WWW: http://hackage.haskell.org/package/th-lift diff --git a/devel/hs-th-orphans/Makefile b/devel/hs-th-orphans/Makefile deleted file mode 100644 index 522867bbfc6..00000000000 --- a/devel/hs-th-orphans/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-orphans -PORTVERSION= 0.13.6 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Orphan instances for TH datatypes - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= th-lift th-lift-instances th-reify-many - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-orphans/distinfo b/devel/hs-th-orphans/distinfo deleted file mode 100644 index 68a8641f82e..00000000000 --- a/devel/hs-th-orphans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545681019 -SHA256 (cabal/th-orphans-0.13.6.tar.gz) = 7745e6b93a73cbc0a6aa0da0a7b7377f0be4fffb4fd311e5502de199ec1dd469 -SIZE (cabal/th-orphans-0.13.6.tar.gz) = 6773 diff --git a/devel/hs-th-orphans/pkg-descr b/devel/hs-th-orphans/pkg-descr deleted file mode 100644 index 2e5b8b9f51f..00000000000 --- a/devel/hs-th-orphans/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Orphan instances for TH datatypes. In particular, instances for Ord and Lift, -as well as a few missing Show / Eq. These instances used to live in -haskell-src-meta, and that's where the version number started. - -WWW: https://github.com/mgsloan/th-orphans/ diff --git a/devel/hs-th-reify-many/Makefile b/devel/hs-th-reify-many/Makefile deleted file mode 100644 index 565987e3e4c..00000000000 --- a/devel/hs-th-reify-many/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= th-reify-many -PORTVERSION= 0.1.8 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Recurseively reify template haskell datatype info - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= safe th-expand-syns - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-th-reify-many/distinfo b/devel/hs-th-reify-many/distinfo deleted file mode 100644 index e333842e436..00000000000 --- a/devel/hs-th-reify-many/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524931291 -SHA256 (cabal/th-reify-many-0.1.8.tar.gz) = cecaae187df911de515d08929e1394d6d6f7ce129795be8189a6b10d3734fe43 -SIZE (cabal/th-reify-many-0.1.8.tar.gz) = 5663 diff --git a/devel/hs-th-reify-many/pkg-descr b/devel/hs-th-reify-many/pkg-descr deleted file mode 100644 index 875b8446bda..00000000000 --- a/devel/hs-th-reify-many/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -th-reify-many provides functions for recursively reifying top level declarations. -The main intended use case is for enumerating the names of datatypes reachable -from an initial datatype, and passing these names to some function which -generates instances. - -WWW: https://github.com/mgsloan/th-reify-many diff --git a/devel/hs-threads/Makefile b/devel/hs-threads/Makefile deleted file mode 100644 index b8ad77cc311..00000000000 --- a/devel/hs-threads/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= threads -PORTVERSION= 0.5.1.6 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fork threads and wait for their result - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-threads/distinfo b/devel/hs-threads/distinfo deleted file mode 100644 index 31ea527b775..00000000000 --- a/devel/hs-threads/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523649637 -SHA256 (cabal/threads-0.5.1.6.tar.gz) = 139ac3c067fcbb392b5b9c2feaa98184b75ebe7f2e580726eea6ce812d94562e -SIZE (cabal/threads-0.5.1.6.tar.gz) = 7406 diff --git a/devel/hs-threads/pkg-descr b/devel/hs-threads/pkg-descr deleted file mode 100644 index 7830c436a89..00000000000 --- a/devel/hs-threads/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This package provides functions to fork threads and wait for their result, -whether it's an exception or a normal value. Besides waiting for the -termination of a single thread this packages also provides functions to -wait for a group of threads to terminate. This package is similar to the -"threadmanager", "async" and "spawn" packages. The advantages of this -package are: - - * Simpler API. - * More efficient in both space and time. - * No space-leak when forking a large number of threads. - * Correct handling of asynchronous exceptions. - * GHC specific functionality like `forkOn` and `forkIOWithUnmask`. - -WWW: https://github.com/basvandijk/threads diff --git a/devel/hs-threadscope/Makefile b/devel/hs-threadscope/Makefile index 45640ff66d1..dbfd70dc432 100644 --- a/devel/hs-threadscope/Makefile +++ b/devel/hs-threadscope/Makefile @@ -2,7 +2,7 @@ PORTNAME= threadscope PORTVERSION= 0.2.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,10 +10,19 @@ COMMENT= Graphical tool for profiling parallel Haskell programs LICENSE= BSD3CLAUSE -USE_CABAL= cairo file-embed ghc-events glib gtk mtl pango temporary -EXECUTABLE= threadscope +BUILD_DEPENDS= happy:devel/hs-happy +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -STANDALONE= yes +USES= cabal gnome pkgconfig + +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 + +USE_CABAL= alex-3.2.4 cairo-0.13.6.0 exceptions-0.10.0_2 file-embed-0.0.11 \ + ghc-events-0.8.0.1 gio-0.13.6.0 glib-0.13.7.0 \ + gtk2hs-buildtools-0.13.5.0 gtk-0.15.2 happy-1.19.9_3 hashable-1.2.7.0_1 \ + hashtables-1.2.3.1 pango-0.13.6.0 primitive-0.6.4.0_1 random-1.1_1 \ + temporary-1.3 transformers-compat-0.6.2 utf8-string-1.0.1.1_3 \ + vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/devel/hs-threadscope/distinfo b/devel/hs-threadscope/distinfo index ff50f40220b..2e96b5f1104 100644 --- a/devel/hs-threadscope/distinfo +++ b/devel/hs-threadscope/distinfo @@ -1,3 +1,53 @@ -TIMESTAMP = 1531835173 +TIMESTAMP = 1553452307 SHA256 (cabal/threadscope-0.2.11.1.tar.gz) = 7063406df98c49985182d9fb6c7ea5c2d60329bfbfc53af8d67f0430d89841a3 SIZE (cabal/threadscope-0.2.11.1.tar.gz) = 82210 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/cairo-0.13.6.0/cairo-0.13.6.0.tar.gz) = 16010fb23da00553e036d609815a959e1b0704a9d1782b0a23bda5d69d030b30 +SIZE (cabal/cairo-0.13.6.0/cairo-0.13.6.0.tar.gz) = 53013 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/ghc-events-0.8.0.1/ghc-events-0.8.0.1.tar.gz) = 29c5f07f1f0fbf64f8f74b806a5ce3b3ad39bbd443bb7241451e91ad48a6a898 +SIZE (cabal/ghc-events-0.8.0.1/ghc-events-0.8.0.1.tar.gz) = 1441899 +SHA256 (cabal/gio-0.13.6.0/gio-0.13.6.0.tar.gz) = 35c74b75c438a3b311c62d9bf4b5fd9f29913ed51628c345e4590e99bc1669b2 +SIZE (cabal/gio-0.13.6.0/gio-0.13.6.0.tar.gz) = 70094 +SHA256 (cabal/glib-0.13.7.0/glib-0.13.7.0.tar.gz) = 7cc9169b2b2f1a61315d12b6a16b841644813a8e21bb8e2e65dde07c2bb20d1a +SIZE (cabal/glib-0.13.7.0/glib-0.13.7.0.tar.gz) = 39518 +SHA256 (cabal/gtk-0.15.2/gtk-0.15.2.tar.gz) = 59696606d4664f414f059a6272f6373f6c5b55f1924c02119db084bdee26309d +SIZE (cabal/gtk-0.15.2/gtk-0.15.2.tar.gz) = 677670 +SHA256 (cabal/gtk2hs-buildtools-0.13.5.0/gtk2hs-buildtools-0.13.5.0.tar.gz) = e45f9b2f8a088a1c23b8d3618cbc765fb6a5a4bf1c8329bb513cdb18d9c14305 +SIZE (cabal/gtk2hs-buildtools-0.13.5.0/gtk2hs-buildtools-0.13.5.0.tar.gz) = 177989 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hashtables-1.2.3.1/hashtables-1.2.3.1.tar.gz) = 8fd1c7c77c267eae6af01f1d9ca427754fb092cfffc8041cd50764a9144b3cbe +SIZE (cabal/hashtables-1.2.3.1/hashtables-1.2.3.1.tar.gz) = 57869 +SHA256 (cabal/pango-0.13.6.0/pango-0.13.6.0.tar.gz) = f9c54305cb6d0a0cfd8b72a50989f4a78ce6dc02ec9472ff51d9809cda8c0c93 +SIZE (cabal/pango-0.13.6.0/pango-0.13.6.0.tar.gz) = 52596 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs b/devel/hs-threadscope/files/patch-gtk2hs-buildtools-0.13.5.0_c2hs_toplevel_C2HSConfig.hs similarity index 53% rename from devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs rename to devel/hs-threadscope/files/patch-gtk2hs-buildtools-0.13.5.0_c2hs_toplevel_C2HSConfig.hs index 64096448efc..00e7044ea47 100644 --- a/devel/hs-gtk2hs-buildtools/files/patch-c2hs_toplevel_C2HSConfig.hs +++ b/devel/hs-threadscope/files/patch-gtk2hs-buildtools-0.13.5.0_c2hs_toplevel_C2HSConfig.hs @@ -1,12 +1,14 @@ -Hide the scary c11 features from c2hs, which does not understand them: - -c2hs: C header contains errors: -/usr/include/sys/_types.h:104: (column 61) [ERROR] >>> Syntax error ! - The symbol `long' does not fit here. -*** Error code 1 - ---- c2hs/toplevel/C2HSConfig.hs.orig 2017-01-14 09:17:54 UTC -+++ c2hs/toplevel/C2HSConfig.hs +--- gtk2hs-buildtools-0.13.5.0/c2hs/toplevel/C2HSConfig.hs.orig 1970-01-01 00:00:00 UTC ++++ gtk2hs-buildtools-0.13.5.0/c2hs/toplevel/C2HSConfig.hs +@@ -24,7 +24,7 @@ + -- Configuration options; largely set by `configure'. + -- + --- TODO ---------------------------------------------------------------------- +--- ++-- + module C2HSConfig ( + -- + -- programs and paths @@ -70,8 +70,8 @@ cpp = case os of cppopts :: [String] cppopts = case (os,cpp) of @@ -14,7 +16,7 @@ c2hs: C header contains errors: - (_,"cpp") -> ["-x", "c", "-w"] - (_,"gcc") -> ["-E", "-x", "c", "-w"] + (_,"cpp") -> ["-x", "c", "-w", "-std=c99", "-D_Nullable=", "-D_Nonnull="] -+ (_,"gcc") -> ["-E", "-x", "c", "-w", "-std=c99", "-D_Nullable", "-D_Nonnull="] ++ (_,"gcc") -> ["-E", "-x", "c", "-w", "-std=c99", "-D_Nullable=", "-D_Nonnull="] _ -> [] -- C preprocessor option for including only definitions (EXPORTED) diff --git a/devel/hs-threadscope/files/patch-threadscope.cabal b/devel/hs-threadscope/files/patch-threadscope.cabal new file mode 100644 index 00000000000..f37efdbf1b7 --- /dev/null +++ b/devel/hs-threadscope/files/patch-threadscope.cabal @@ -0,0 +1,20 @@ +--- threadscope.cabal.orig 2019-02-17 08:18:16 UTC ++++ threadscope.cabal +@@ -47,7 +47,7 @@ source-repository head + Executable threadscope + Main-is: Main.hs + Build-Depends: base >= 4.6 && < 5, +- gtk >= 0.12 && < 0.15, ++ gtk >= 0.12 && < 0.16, + cairo < 0.14, + glib < 0.14, + pango < 0.14, +@@ -62,7 +62,7 @@ Executable threadscope + time >= 1.1 && < 1.10, + bytestring < 0.11, + file-embed < 0.1, +- template-haskell < 2.14, ++ template-haskell < 2.15, + temporary >= 1.1 && < 1.4 + if os(osx) + build-depends: gtk-mac-integration < 0.4 diff --git a/devel/hs-time-compat/Makefile b/devel/hs-time-compat/Makefile deleted file mode 100644 index e1a2fb3f33f..00000000000 --- a/devel/hs-time-compat/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= time-compat -PORTVERSION= 0.1.0.3 -PORTREVISION= 13 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compatibility with old-time for the time package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-time - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-time-compat/distinfo b/devel/hs-time-compat/distinfo deleted file mode 100644 index a5e3aa568fa..00000000000 --- a/devel/hs-time-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627860 -SHA256 (cabal/time-compat-0.1.0.3.tar.gz) = 590711214510c0d2d09780c7fe3b21748bc4802e9053f78ccd6658e951fe0f7f -SIZE (cabal/time-compat-0.1.0.3.tar.gz) = 2256 diff --git a/devel/hs-time-compat/pkg-descr b/devel/hs-time-compat/pkg-descr deleted file mode 100644 index d4a08092033..00000000000 --- a/devel/hs-time-compat/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Compatibility with the old-time package for the "new" time package. - -WWW: http://hub.darcs.net/dag/time-compat diff --git a/devel/hs-time-locale-compat/Makefile b/devel/hs-time-locale-compat/Makefile deleted file mode 100644 index 6ee1470f75b..00000000000 --- a/devel/hs-time-locale-compat/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= time-locale-compat -PORTVERSION= 0.1.1.5 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compatibility of TimeLocale between old-locale and time-1.5 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-locale - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-time-locale-compat/distinfo b/devel/hs-time-locale-compat/distinfo deleted file mode 100644 index 858500966a3..00000000000 --- a/devel/hs-time-locale-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545832941 -SHA256 (cabal/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c -SIZE (cabal/time-locale-compat-0.1.1.5.tar.gz) = 1956 diff --git a/devel/hs-time-locale-compat/pkg-descr b/devel/hs-time-locale-compat/pkg-descr deleted file mode 100644 index 52282288825..00000000000 --- a/devel/hs-time-locale-compat/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains wrapped name module for TimeLocale. - -WWW: http://twitter.com/khibino/ diff --git a/devel/hs-timezone-olson/Makefile b/devel/hs-timezone-olson/Makefile deleted file mode 100644 index 812070aa90d..00000000000 --- a/devel/hs-timezone-olson/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= timezone-olson -PORTVERSION= 0.1.9 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pure Haskell parser and renderer for binary Olson timezone files - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= extensible-exceptions>=0.1.0 timezone-series>=0.1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-timezone-olson/distinfo b/devel/hs-timezone-olson/distinfo deleted file mode 100644 index 49fecb1ded4..00000000000 --- a/devel/hs-timezone-olson/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524157973 -SHA256 (cabal/timezone-olson-0.1.9.tar.gz) = 32230509029bcf9e1bd95b5ad7ee69b8b0250cffc4bb8f2df88a651b3af74b15 -SIZE (cabal/timezone-olson-0.1.9.tar.gz) = 11471 diff --git a/devel/hs-timezone-olson/pkg-descr b/devel/hs-timezone-olson/pkg-descr deleted file mode 100644 index 838e25d3f8e..00000000000 --- a/devel/hs-timezone-olson/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A parser and renderer for binary Olson timezone files whose format is -specified by the tzfile(5) man page on Unix-like systems. - -WWW: http://projects.haskell.org/time-ng/ diff --git a/devel/hs-timezone-series/Makefile b/devel/hs-timezone-series/Makefile deleted file mode 100644 index 10637728900..00000000000 --- a/devel/hs-timezone-series/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= timezone-series -PORTVERSION= 0.1.8 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Enhanced timezone handling for Data.Time - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-timezone-series/distinfo b/devel/hs-timezone-series/distinfo deleted file mode 100644 index 1eb2e5ffdc4..00000000000 --- a/devel/hs-timezone-series/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499448454 -SHA256 (cabal/timezone-series-0.1.8.tar.gz) = 8119d90e4e78fdb662e83f2a350e30678e5e9078737ee90b6c121b62c1a3cdf6 -SIZE (cabal/timezone-series-0.1.8.tar.gz) = 6250 diff --git a/devel/hs-timezone-series/pkg-descr b/devel/hs-timezone-series/pkg-descr deleted file mode 100644 index 75626f90e8d..00000000000 --- a/devel/hs-timezone-series/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package endows Data.Time, from the time package, with several data -types and functions for enhanced processing of timezones. - -WWW: http://projects.haskell.org/time-ng/ diff --git a/devel/hs-transformers-base/Makefile b/devel/hs-transformers-base/Makefile deleted file mode 100644 index 5611ce7bf9a..00000000000 --- a/devel/hs-transformers-base/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= transformers-base -PORTVERSION= 0.4.4 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Lift computations from the bottom of a transformer stack - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= transformers-compat>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-transformers-base/distinfo b/devel/hs-transformers-base/distinfo deleted file mode 100644 index 29160531051..00000000000 --- a/devel/hs-transformers-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627861 -SHA256 (cabal/transformers-base-0.4.4.tar.gz) = 6aa3494fc70659342fbbb163035d5827ecfd8079e3c929e2372adf771fd52387 -SIZE (cabal/transformers-base-0.4.4.tar.gz) = 2550 diff --git a/devel/hs-transformers-base/pkg-descr b/devel/hs-transformers-base/pkg-descr deleted file mode 100644 index ed281732e3f..00000000000 --- a/devel/hs-transformers-base/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides a straightforward port of monadLib's BaseM type -class to transformers. - -WWW: https://github.com/mvv/transformers-base diff --git a/devel/hs-transformers-compat/Makefile b/devel/hs-transformers-compat/Makefile deleted file mode 100644 index 6e912b62156..00000000000 --- a/devel/hs-transformers-compat/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= transformers-compat -PORTVERSION= 0.5.1.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compatibility shim exposing the new types from transformers 0.3 and 0.4 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-transformers-compat/distinfo b/devel/hs-transformers-compat/distinfo deleted file mode 100644 index 4f0a0b90b5b..00000000000 --- a/devel/hs-transformers-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1498678403 -SHA256 (cabal/transformers-compat-0.5.1.4.tar.gz) = d881ef4ec164b631591b222efe7ff555af6d5397c9d86475b309ba9402a8ca9f -SIZE (cabal/transformers-compat-0.5.1.4.tar.gz) = 18574 diff --git a/devel/hs-transformers-compat/pkg-descr b/devel/hs-transformers-compat/pkg-descr deleted file mode 100644 index 1042bcfe4d9..00000000000 --- a/devel/hs-transformers-compat/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package includes backported versions of types that were added to -transformers in transformers 0.3 an 0.4 for users who need strict -transformers 0.2 or 0.3 compatibility to run on old versions of the -platform, but also need those types. - -WWW: https://github.com/ekmett/transformers-compat/ diff --git a/devel/hs-typed-process/Makefile b/devel/hs-typed-process/Makefile deleted file mode 100644 index 3d8b2179a88..00000000000 --- a/devel/hs-typed-process/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= typed-process -PORTVERSION= 0.2.2.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The typed-process package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async exceptions - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-typed-process/distinfo b/devel/hs-typed-process/distinfo deleted file mode 100644 index c846443db72..00000000000 --- a/devel/hs-typed-process/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523897812 -SHA256 (cabal/typed-process-0.2.2.0.tar.gz) = 42ed06889c15aa07577a0e8e3632659e343be95b77afa252b48b592ff7dbcf30 -SIZE (cabal/typed-process-0.2.2.0.tar.gz) = 13890 diff --git a/devel/hs-typed-process/pkg-descr b/devel/hs-typed-process/pkg-descr deleted file mode 100644 index 46049d20fa5..00000000000 --- a/devel/hs-typed-process/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The typed-process package - -WWW: http://hackage.haskell.org/package/typed-process diff --git a/devel/hs-unamb/Makefile b/devel/hs-unamb/Makefile deleted file mode 100644 index 73613bd2d3c..00000000000 --- a/devel/hs-unamb/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= unamb -PORTVERSION= 0.2.5 -PORTREVISION= 16 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unambiguous choice - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unamb/distinfo b/devel/hs-unamb/distinfo deleted file mode 100644 index 7fc7f9555ae..00000000000 --- a/devel/hs-unamb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627861 -SHA256 (cabal/unamb-0.2.5.tar.gz) = 3359f05602ae61095c13f8db1df9222030b60ce83ad64faa705a387c18c58b89 -SIZE (cabal/unamb-0.2.5.tar.gz) = 6765 diff --git a/devel/hs-unamb/pkg-descr b/devel/hs-unamb/pkg-descr deleted file mode 100644 index b6210e385a8..00000000000 --- a/devel/hs-unamb/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -unamb contains the "unambiguous choice" operator "unamb", which -wraps thread racing up in a purely functional, semantically simple -wrapper. Originally a part of Reactive, the author moved unamb -to its own Haskell package in order to encourage experimentation. - -WWW: http://haskell.org/haskellwiki/unamb diff --git a/devel/hs-unexceptionalio/Makefile b/devel/hs-unexceptionalio/Makefile deleted file mode 100644 index e6deb80d800..00000000000 --- a/devel/hs-unexceptionalio/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unexceptionalio -PORTVERSION= 0.3.0 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= IO without any non-error, synchronous exceptions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unexceptionalio/distinfo b/devel/hs-unexceptionalio/distinfo deleted file mode 100644 index ce404424d4d..00000000000 --- a/devel/hs-unexceptionalio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499452943 -SHA256 (cabal/unexceptionalio-0.3.0.tar.gz) = 927e2be6bb9ced73c1c17d79c981cadef4039d9ee45d2d3d6b4c133ff93ff0b8 -SIZE (cabal/unexceptionalio-0.3.0.tar.gz) = 2335 diff --git a/devel/hs-unexceptionalio/pkg-descr b/devel/hs-unexceptionalio/pkg-descr deleted file mode 100644 index ccab481cc4d..00000000000 --- a/devel/hs-unexceptionalio/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -When you've caught all the exceptions that can be handled safely, -this is what you're left with. - -It is intended that you use qualified imports with this library. - -WWW: https://hackage.haskell.org/package/unexceptionalio - diff --git a/devel/hs-unicode-show/Makefile b/devel/hs-unicode-show/Makefile deleted file mode 100644 index 62413de9bc9..00000000000 --- a/devel/hs-unicode-show/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unicode-show -PORTVERSION= 0.1.0.2 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Print and show in unicode - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unicode-show/distinfo b/devel/hs-unicode-show/distinfo deleted file mode 100644 index e04ae2169fa..00000000000 --- a/devel/hs-unicode-show/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525760473 -SHA256 (cabal/unicode-show-0.1.0.2.tar.gz) = 7ee394879b345ee397aef87ca058628cd79d59cbfc1cec81aeda7fea65f53943 -SIZE (cabal/unicode-show-0.1.0.2.tar.gz) = 4303 diff --git a/devel/hs-unicode-show/pkg-descr b/devel/hs-unicode-show/pkg-descr deleted file mode 100644 index 846ba6325f3..00000000000 --- a/devel/hs-unicode-show/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides variants of show and print functions that does not -escape non-ascii characters. - -WWW: https://github.com/nushio3/unicode-show diff --git a/devel/hs-uniplate/Makefile b/devel/hs-uniplate/Makefile deleted file mode 100644 index 9657dd95c36..00000000000 --- a/devel/hs-uniplate/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= uniplate -PORTVERSION= 1.6.12 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Help writing simple, concise, and fast generic operations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1.2.3 syb unordered-containers>=0.2.1 - -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${STAGEDIR}${DATADIR} - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-uniplate/distinfo b/devel/hs-uniplate/distinfo deleted file mode 100644 index c34b48d125b..00000000000 --- a/devel/hs-uniplate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627861 -SHA256 (cabal/uniplate-1.6.12.tar.gz) = fcc60bc6b3f6e925f611646db90e6db9f05286a9363405f844df1dc15572a8b7 -SIZE (cabal/uniplate-1.6.12.tar.gz) = 30055 diff --git a/devel/hs-uniplate/pkg-descr b/devel/hs-uniplate/pkg-descr deleted file mode 100644 index a66e984704d..00000000000 --- a/devel/hs-uniplate/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Uniplate is a library for writing simple and consie generic operations. -Uniplate has similar goals to the original Scap Your Boilerplate work, -but is substantially simpler and faster. - -WWW: http://community.haskell.org/~ndm/uniplate/ diff --git a/devel/hs-unix-compat/Makefile b/devel/hs-unix-compat/Makefile deleted file mode 100644 index 97cc091ca03..00000000000 --- a/devel/hs-unix-compat/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= unix-compat -PORTVERSION= 0.4.3.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Portable POSIX-compatibility layer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unix-compat/distinfo b/devel/hs-unix-compat/distinfo deleted file mode 100644 index 6471cd40c90..00000000000 --- a/devel/hs-unix-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627861 -SHA256 (cabal/unix-compat-0.4.3.1.tar.gz) = 72801d5a654a6e108c153f412ebd54c37fb445643770e0b97701a59e109f7e27 -SIZE (cabal/unix-compat-0.4.3.1.tar.gz) = 13152 diff --git a/devel/hs-unix-compat/pkg-descr b/devel/hs-unix-compat/pkg-descr deleted file mode 100644 index eef904ddeee..00000000000 --- a/devel/hs-unix-compat/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides portable implementations of parts of the Unix package. -This package re-exports the Unix package when available. When it isn't -available, portable implementations are used. - -WWW: https://github.com/jystic/unix-compat diff --git a/devel/hs-unix-time/Makefile b/devel/hs-unix-time/Makefile deleted file mode 100644 index 0f6d161074d..00000000000 --- a/devel/hs-unix-time/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unix-time -PORTVERSION= 0.3.8 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unix time parser/formatter and utilities - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= old-time - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unix-time/distinfo b/devel/hs-unix-time/distinfo deleted file mode 100644 index e93e4344f10..00000000000 --- a/devel/hs-unix-time/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523432893 -SHA256 (cabal/unix-time-0.3.8.tar.gz) = dca1bd332f4690f667570868c91c1270083428067e0e20b88a9d9516efa33a14 -SIZE (cabal/unix-time-0.3.8.tar.gz) = 40672 diff --git a/devel/hs-unix-time/pkg-descr b/devel/hs-unix-time/pkg-descr deleted file mode 100644 index 79f775dea72..00000000000 --- a/devel/hs-unix-time/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast parser/formatter/utilities for Unix time. - -WWW: http://hackage.haskell.org/package/unix-time diff --git a/devel/hs-unliftio-core/Makefile b/devel/hs-unliftio-core/Makefile deleted file mode 100644 index 7aaf5e83c02..00000000000 --- a/devel/hs-unliftio-core/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unliftio-core -PORTVERSION= 0.1.1.0 -PORTREVISION= 3 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= MonadUnliftIO typeclass for unlifting monads to IO - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unliftio-core/distinfo b/devel/hs-unliftio-core/distinfo deleted file mode 100644 index 61cddb74899..00000000000 --- a/devel/hs-unliftio-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523697342 -SHA256 (cabal/unliftio-core-0.1.1.0.tar.gz) = 7550b017d87af53ae3e0d3b8524e24a77faf739073f35e40663454a9e9752385 -SIZE (cabal/unliftio-core-0.1.1.0.tar.gz) = 3293 diff --git a/devel/hs-unliftio-core/files/patch-unliftio-core.cabal b/devel/hs-unliftio-core/files/patch-unliftio-core.cabal deleted file mode 100644 index 8f2276dce17..00000000000 --- a/devel/hs-unliftio-core/files/patch-unliftio-core.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- unliftio-core.cabal.orig 2018-04-14 09:20:34 UTC -+++ unliftio-core.cabal -@@ -26,7 +26,7 @@ library - hs-source-dirs: - src - build-depends: -- base >=4.5 && <4.11 -+ base >=4.5 && <4.13 - , transformers >=0.2 && <0.6 - exposed-modules: - Control.Monad.IO.Unlift diff --git a/devel/hs-unliftio-core/pkg-descr b/devel/hs-unliftio-core/pkg-descr deleted file mode 100644 index 35faf383fe9..00000000000 --- a/devel/hs-unliftio-core/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides the core MonadUnliftIO typeclass, instances for base -and transformers, and basic utility functions. - -WWW: https://github.com/fpco/unliftio diff --git a/devel/hs-unliftio/Makefile b/devel/hs-unliftio/Makefile deleted file mode 100644 index e8e9478a64b..00000000000 --- a/devel/hs-unliftio/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unliftio -PORTVERSION= 0.2.9.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= MonadUnliftIO typeclass for unlifting monads to IO - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async unliftio-core - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unliftio/distinfo b/devel/hs-unliftio/distinfo deleted file mode 100644 index 1e25a41bddb..00000000000 --- a/devel/hs-unliftio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545757713 -SHA256 (cabal/unliftio-0.2.9.0.tar.gz) = ff6596a932d1b52b409739fd7bbc07234b484cc72f459f2515b27c2b55cd39b8 -SIZE (cabal/unliftio-0.2.9.0.tar.gz) = 38909 diff --git a/devel/hs-unliftio/pkg-descr b/devel/hs-unliftio/pkg-descr deleted file mode 100644 index 35faf383fe9..00000000000 --- a/devel/hs-unliftio/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides the core MonadUnliftIO typeclass, instances for base -and transformers, and basic utility functions. - -WWW: https://github.com/fpco/unliftio diff --git a/devel/hs-unordered-containers/Makefile b/devel/hs-unordered-containers/Makefile deleted file mode 100644 index f53b0c0e5c6..00000000000 --- a/devel/hs-unordered-containers/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unordered-containers -PORTVERSION= 0.2.9.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient hashing-based container types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.0.1.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-unordered-containers/distinfo b/devel/hs-unordered-containers/distinfo deleted file mode 100644 index 7668e58effe..00000000000 --- a/devel/hs-unordered-containers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523375916 -SHA256 (cabal/unordered-containers-0.2.9.0.tar.gz) = 6730cb5c4a3e953e2c199d6425be08fd088ff0089a3e140d63226c052e318250 -SIZE (cabal/unordered-containers-0.2.9.0.tar.gz) = 33098 diff --git a/devel/hs-unordered-containers/pkg-descr b/devel/hs-unordered-containers/pkg-descr deleted file mode 100644 index 3009521ab58..00000000000 --- a/devel/hs-unordered-containers/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Efficient hashing-based container types. The containers have been optimized -for performance critical use, both in terms of large data quantities and -high speed. The declared cost of each operation is either worst-case or -amortized, but remains valid even if structures are shared. - -WWW: https://github.com/tibbe/unordered-containers diff --git a/devel/hs-utf8-light/Makefile b/devel/hs-utf8-light/Makefile deleted file mode 100644 index 16efb72c4c7..00000000000 --- a/devel/hs-utf8-light/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= utf8-light -PORTVERSION= 0.4.2 -PORTREVISION= 7 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unicode - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-utf8-light/distinfo b/devel/hs-utf8-light/distinfo deleted file mode 100644 index 4f55fb6716c..00000000000 --- a/devel/hs-utf8-light/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627862 -SHA256 (cabal/utf8-light-0.4.2.tar.gz) = 184c428ce7896d702da46f6f107e6873ff100dbc1af40b49b5ce87317e619e67 -SIZE (cabal/utf8-light-0.4.2.tar.gz) = 5821 diff --git a/devel/hs-utf8-light/pkg-descr b/devel/hs-utf8-light/pkg-descr deleted file mode 100644 index 0e7ea736455..00000000000 --- a/devel/hs-utf8-light/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Lightweight UTF8 handling. - -WWW: http://hackage.haskell.org/package/utf8-light diff --git a/devel/hs-utf8-string/Makefile b/devel/hs-utf8-string/Makefile deleted file mode 100644 index 255666f7d51..00000000000 --- a/devel/hs-utf8-string/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= utf8-string -PORTVERSION= 1.0.1.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Support for reading and writing UTF-8 strings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-utf8-string/distinfo b/devel/hs-utf8-string/distinfo deleted file mode 100644 index 90f08763191..00000000000 --- a/devel/hs-utf8-string/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499444718 -SHA256 (cabal/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 -SIZE (cabal/utf8-string-1.0.1.1.tar.gz) = 8667 diff --git a/devel/hs-utf8-string/files/patch-git_6b70ee7 b/devel/hs-utf8-string/files/patch-git_6b70ee7 deleted file mode 100644 index 5ad204e8f01..00000000000 --- a/devel/hs-utf8-string/files/patch-git_6b70ee7 +++ /dev/null @@ -1,16 +0,0 @@ -From ea531a1888b901a56f1503a66c2828f636fb21f9 Mon Sep 17 00:00:00 2001 -From: Herbert Valerio Riedel -Date: Sat, 2 Jan 2016 23:57:50 +0100 -Subject: [PATCH 1/2] Allow GHC 7.10 / base-4.9 - ---- utf8-string.cabal.orig 2015-08-23 16:19:40 UTC -+++ utf8-string.cabal -@@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4.2, GHC==7.6.3 - library - Ghc-options: -W -O2 - -- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 -+ build-depends: base >= 4.3 && < 5.0, bytestring >= 0.9 - - Extensions: CPP - Exposed-modules: Codec.Binary.UTF8.String diff --git a/devel/hs-utf8-string/pkg-descr b/devel/hs-utf8-string/pkg-descr deleted file mode 100644 index d5292b9942c..00000000000 --- a/devel/hs-utf8-string/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A UTF8 layer for IO and Strings. The utf8-string package provides operations for -encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 -without truncation. - -WWW: https://github.com/glguy/utf8-string/ diff --git a/devel/hs-utility-ht/Makefile b/devel/hs-utility-ht/Makefile deleted file mode 100644 index 8fc3b2a9947..00000000000 --- a/devel/hs-utility-ht/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= utility-ht -PORTVERSION= 0.0.14 -PORTREVISION= 6 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Various small helper functions for Lists, Maybes, Tuples, Functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-utility-ht/distinfo b/devel/hs-utility-ht/distinfo deleted file mode 100644 index 30645c73c50..00000000000 --- a/devel/hs-utility-ht/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627862 -SHA256 (cabal/utility-ht-0.0.14.tar.gz) = 69c2eee1330839cdff40fad4f68f8c7ce41ae3b46a9e1d575f589fcdcf7ceba8 -SIZE (cabal/utility-ht-0.0.14.tar.gz) = 25927 diff --git a/devel/hs-utility-ht/pkg-descr b/devel/hs-utility-ht/pkg-descr deleted file mode 100644 index b2ac10a4eb5..00000000000 --- a/devel/hs-utility-ht/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Various small Haskell helper functions for Lists, Maybes, Tuples, -Functions. Some of these functions are improved implementations of -standard functions. They have the same name as their standard -counterparts. - -WWW: http://hackage.haskell.org/package/utility-ht diff --git a/devel/hs-uuagc-cabal/Makefile b/devel/hs-uuagc-cabal/Makefile deleted file mode 100644 index ff415aeeb06..00000000000 --- a/devel/hs-uuagc-cabal/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uuagc-cabal -PORTVERSION= 1.1.0.0 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cabal plugin for the Universiteit Utrecht Attribute Grammar System - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=2.0.1.0 uulib>=0.9.14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-uuagc-cabal/distinfo b/devel/hs-uuagc-cabal/distinfo deleted file mode 100644 index 29b9ce2adb1..00000000000 --- a/devel/hs-uuagc-cabal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523959204 -SHA256 (cabal/uuagc-cabal-1.1.0.0.tar.gz) = f2d3daccab5082165c6621852cc555f530adac90220f57dd13c724bd5acfbb2d -SIZE (cabal/uuagc-cabal-1.1.0.0.tar.gz) = 14924 diff --git a/devel/hs-uuagc-cabal/pkg-descr b/devel/hs-uuagc-cabal/pkg-descr deleted file mode 100644 index 4b63c73759e..00000000000 --- a/devel/hs-uuagc-cabal/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cabal plugin for UUAGC. - -WWW: http://www.cs.uu.nl/wiki/HUT/WebHome diff --git a/devel/hs-uuid-types/Makefile b/devel/hs-uuid-types/Makefile deleted file mode 100644 index ff4ca67fd8d..00000000000 --- a/devel/hs-uuid-types/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uuid-types -PORTVERSION= 1.0.3 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Type definitions for Universally Unique Identifiers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1.1.0 random>=1.0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-uuid-types/distinfo b/devel/hs-uuid-types/distinfo deleted file mode 100644 index 62577b26987..00000000000 --- a/devel/hs-uuid-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499448182 -SHA256 (cabal/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd -SIZE (cabal/uuid-types-1.0.3.tar.gz) = 11999 diff --git a/devel/hs-uuid-types/pkg-descr b/devel/hs-uuid-types/pkg-descr deleted file mode 100644 index 144eda18d1d..00000000000 --- a/devel/hs-uuid-types/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library contains type definitions for Universally Unique Identifiers -and basic conversion functions. - -WWW: https://github.com/aslatter/uuid diff --git a/devel/hs-uuid/Makefile b/devel/hs-uuid/Makefile deleted file mode 100644 index 5cf933f023f..00000000000 --- a/devel/hs-uuid/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uuid -PORTVERSION= 1.3.13 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Creating, comparing, parsing and printing Universally Unique Identifiers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cryptohash-md5 cryptohash-sha1 entropy network-info random \ - uuid-types - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-uuid/distinfo b/devel/hs-uuid/distinfo deleted file mode 100644 index d67fc450845..00000000000 --- a/devel/hs-uuid/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499452434 -SHA256 (cabal/uuid-1.3.13.tar.gz) = dfac808a7026217d018b408eab18facc6a85c6183be308d4ac7877e80599b027 -SIZE (cabal/uuid-1.3.13.tar.gz) = 8926 diff --git a/devel/hs-uuid/files/patch-uuid.cabal b/devel/hs-uuid/files/patch-uuid.cabal deleted file mode 100644 index 96a6ff80b2e..00000000000 --- a/devel/hs-uuid/files/patch-uuid.cabal +++ /dev/null @@ -1,15 +0,0 @@ ---- uuid.cabal.orig 2016-12-17 19:29:29 UTC -+++ uuid.cabal -@@ -34,10 +34,10 @@ Library - bytestring >= 0.10 && < 0.11, - cryptohash-sha1 >= 0.11.100 && < 0.12, - cryptohash-md5 >= 0.11.100 && < 0.12, -- entropy >= 0.3.7 && < 0.4, -+ entropy >= 0.3.7 && < 0.5, - network-info == 0.2.*, - random >= 1.0.1 && < 1.2, -- time >= 1.1 && < 1.8, -+ time >= 1.1 && < 1.9, - text >= 1 && < 1.3, - uuid-types >= 1.0.2 && < 2 - diff --git a/devel/hs-uuid/pkg-descr b/devel/hs-uuid/pkg-descr deleted file mode 100644 index c84a33ab4e6..00000000000 --- a/devel/hs-uuid/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library is useful for creating, comparing, parsing and printing -Universally Unique Identifiers. - -WWW: https://github.com/aslatter/uuid diff --git a/devel/hs-uulib/Makefile b/devel/hs-uulib/Makefile deleted file mode 100644 index 11a6b0e3f0b..00000000000 --- a/devel/hs-uulib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= uulib -PORTVERSION= 0.9.23 -PORTREVISION= 2 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell Utrecht Tools Library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-uulib/distinfo b/devel/hs-uulib/distinfo deleted file mode 100644 index 916b59a6787..00000000000 --- a/devel/hs-uulib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523470473 -SHA256 (cabal/uulib-0.9.23.tar.gz) = c6fb906d2751c5a5c0839a4eaca62f2987ff8e0857146b8643cccff683e72fed -SIZE (cabal/uulib-0.9.23.tar.gz) = 45287 diff --git a/devel/hs-uulib/files/patch-src_UU_PPrint.hs b/devel/hs-uulib/files/patch-src_UU_PPrint.hs deleted file mode 100644 index e874d9d8bc2..00000000000 --- a/devel/hs-uulib/files/patch-src_UU_PPrint.hs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/UU/PPrint.hs.orig 2018-04-11 18:54:44 UTC -+++ src/UU/PPrint.hs -@@ -60,7 +60,7 @@ module UU.PPrint - import System.IO (Handle,hPutStr,hPutChar,stdout) - - #if __GLASGOW_HASKELL__ >= 710 --import Prelude hiding ((<$>)) -+import Prelude hiding ((<$>), (<>)) - #endif - - infixr 5 ,,<$>,<$$> diff --git a/devel/hs-uulib/pkg-descr b/devel/hs-uulib/pkg-descr deleted file mode 100644 index 613352329a0..00000000000 --- a/devel/hs-uulib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Fast Parser Combinators and Pretty Printing Combinators. - -WWW: https://github.com/UU-ComputerScience/uulib - diff --git a/devel/hs-vault/Makefile b/devel/hs-vault/Makefile deleted file mode 100644 index 7d52bbba94c..00000000000 --- a/devel/hs-vault/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vault -PORTVERSION= 0.3.1.2 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Persistent store for values of arbitrary types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1.2.5 semigroups unordered-containers>=0.2.3.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vault/distinfo b/devel/hs-vault/distinfo deleted file mode 100644 index fe791453203..00000000000 --- a/devel/hs-vault/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545653873 -SHA256 (cabal/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c -SIZE (cabal/vault-0.3.1.2.tar.gz) = 5307 diff --git a/devel/hs-vault/pkg-descr b/devel/hs-vault/pkg-descr deleted file mode 100644 index 788711cc062..00000000000 --- a/devel/hs-vault/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A vault is a persistent store for values of arbitrary types. It's like -having first-class access to the storage space behind IORefs. The data -structure is analogous to a bank vault, where you can access different -bank boxes with different keys; hence the name. Also provided is a -locker type, representing a store for a single element. - -WWW: https://github.com/HeinrichApfelmus/vault diff --git a/devel/hs-vector-algorithms/Makefile b/devel/hs-vector-algorithms/Makefile deleted file mode 100644 index 1ccedb94816..00000000000 --- a/devel/hs-vector-algorithms/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vector-algorithms -PORTVERSION= 0.8.0.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient algorithms for vector arrays - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl mwc-random primitive>=0.3 vector>=0.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vector-algorithms/distinfo b/devel/hs-vector-algorithms/distinfo deleted file mode 100644 index f6e30090768..00000000000 --- a/devel/hs-vector-algorithms/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545678245 -SHA256 (cabal/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe -SIZE (cabal/vector-algorithms-0.8.0.1.tar.gz) = 26071 diff --git a/devel/hs-vector-algorithms/pkg-descr b/devel/hs-vector-algorithms/pkg-descr deleted file mode 100644 index 28dff5f3a16..00000000000 --- a/devel/hs-vector-algorithms/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Efficient algorithms for vector arrays. - -WWW: http://code.haskell.org/~dolio/ diff --git a/devel/hs-vector-binary-instances/Makefile b/devel/hs-vector-binary-instances/Makefile deleted file mode 100644 index cdb85402717..00000000000 --- a/devel/hs-vector-binary-instances/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vector-binary-instances -PORTVERSION= 0.2.5.1 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Instances of Data.Binary and Data.Serialize for vector - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= vector>=0.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vector-binary-instances/distinfo b/devel/hs-vector-binary-instances/distinfo deleted file mode 100644 index d9963ac9315..00000000000 --- a/devel/hs-vector-binary-instances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833565 -SHA256 (cabal/vector-binary-instances-0.2.5.1.tar.gz) = 3945b99f8efd319c837700b7cef5163ee23e656e89227357e0b7a41d2a66c512 -SIZE (cabal/vector-binary-instances-0.2.5.1.tar.gz) = 4067 diff --git a/devel/hs-vector-binary-instances/pkg-descr b/devel/hs-vector-binary-instances/pkg-descr deleted file mode 100644 index dd79d151789..00000000000 --- a/devel/hs-vector-binary-instances/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Instances for Binary for the types defined in the vector package, making -it easy to serialize vectors to and from disk. We use the generic -interface to vectors, so all vector types are supported. Specific -instances are provided for unboxed, boxed and storable vectors. - -WWW: https://github.com/bos/vector-binary-instances diff --git a/devel/hs-vector-instances/Makefile b/devel/hs-vector-instances/Makefile deleted file mode 100644 index 365d190137c..00000000000 --- a/devel/hs-vector-instances/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vector-instances -PORTVERSION= 3.4 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Orphan Instances for 'Data.Vector' - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad>=3 keys>=3 pointed>=3 semigroupoids>=3 \ - semigroups>=0.8.3.1 vector>=0.9 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vector-instances/distinfo b/devel/hs-vector-instances/distinfo deleted file mode 100644 index 7af9110640e..00000000000 --- a/devel/hs-vector-instances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627864 -SHA256 (cabal/vector-instances-3.4.tar.gz) = 1b0246ef0cf8372d61d5c7840d857f49299af2304b5107510377255ed4dd5381 -SIZE (cabal/vector-instances-3.4.tar.gz) = 5276 diff --git a/devel/hs-vector-instances/pkg-descr b/devel/hs-vector-instances/pkg-descr deleted file mode 100644 index 04d281ea73e..00000000000 --- a/devel/hs-vector-instances/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Orphan Instances for Data.Vector. - -WWW: https://github.com/ekmett/vector-instances diff --git a/devel/hs-vector-th-unbox/Makefile b/devel/hs-vector-th-unbox/Makefile deleted file mode 100644 index 8c2a56c8e3c..00000000000 --- a/devel/hs-vector-th-unbox/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vector-th-unbox -PORTVERSION= 0.2.1.6 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Deriver for Data.Vector.Unboxed using Template Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vector-th-unbox/distinfo b/devel/hs-vector-th-unbox/distinfo deleted file mode 100644 index 9c8b20c9c88..00000000000 --- a/devel/hs-vector-th-unbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499459996 -SHA256 (cabal/vector-th-unbox-0.2.1.6.tar.gz) = be87d4a6f1005ee2d0de6adf521e05c9e83c441568a8a8b60c79efe24ae90235 -SIZE (cabal/vector-th-unbox-0.2.1.6.tar.gz) = 4717 diff --git a/devel/hs-vector-th-unbox/pkg-descr b/devel/hs-vector-th-unbox/pkg-descr deleted file mode 100644 index 2f2917c0900..00000000000 --- a/devel/hs-vector-th-unbox/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Template Haskell deriver for unboxed vectors, given a pair of coercion -functions to and from some existing type with an Unbox instance. - -WWW: http://hackage.haskell.org/package/vector-th-unbox diff --git a/devel/hs-vector/Makefile b/devel/hs-vector/Makefile deleted file mode 100644 index 4d6ca7f1f63..00000000000 --- a/devel/hs-vector/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vector -PORTVERSION= 0.12.0.1 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Efficient Arrays - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= primitive>=0.5.0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-vector/distinfo b/devel/hs-vector/distinfo deleted file mode 100644 index 25c0f1dde66..00000000000 --- a/devel/hs-vector/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499445633 -SHA256 (cabal/vector-0.12.0.1.tar.gz) = b100ee79b9da2651276278cd3e0f08a3c152505cc52982beda507515af173d7b -SIZE (cabal/vector-0.12.0.1.tar.gz) = 121798 diff --git a/devel/hs-vector/files/patch-vector.cabal b/devel/hs-vector/files/patch-vector.cabal deleted file mode 100644 index 087af428e4a..00000000000 --- a/devel/hs-vector/files/patch-vector.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- vector.cabal.orig 2018-04-09 18:20:35 UTC -+++ vector.cabal -@@ -144,7 +144,7 @@ Library - Install-Includes: - vector.h - -- Build-Depends: base >= 4.5 && < 4.10 -+ Build-Depends: base >= 4.5 && < 4.13 - , primitive >= 0.5.0.1 && < 0.7 - , ghc-prim >= 0.2 && < 0.6 - , deepseq >= 1.1 && < 1.5 diff --git a/devel/hs-vector/pkg-descr b/devel/hs-vector/pkg-descr deleted file mode 100644 index 2dce1f34ba7..00000000000 --- a/devel/hs-vector/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -An efficient implementation of Int-indexed arrays (both mutable and -immutable), with a powerful loop fusion optimization framework. - -WWW: https://github.com/haskell/vector - diff --git a/devel/hs-void/Makefile b/devel/hs-void/Makefile deleted file mode 100644 index 7c8192f5bab..00000000000 --- a/devel/hs-void/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= void -PORTVERSION= 0.7.2 -PORTREVISION= 4 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell 98 logically uninhabited data type - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1 semigroups>=0.8.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-void/distinfo b/devel/hs-void/distinfo deleted file mode 100644 index 7b3b59ff82c..00000000000 --- a/devel/hs-void/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627864 -SHA256 (cabal/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b -SIZE (cabal/void-0.7.2.tar.gz) = 5563 diff --git a/devel/hs-void/pkg-descr b/devel/hs-void/pkg-descr deleted file mode 100644 index e3f6971e6cf..00000000000 --- a/devel/hs-void/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell 98 logically uninhabited data type. Used to indicate that a -given term should not exist. - -WWW: https://github.com/ekmett/void diff --git a/devel/hs-wl-pprint-text/Makefile b/devel/hs-wl-pprint-text/Makefile deleted file mode 100644 index 8fc879effaf..00000000000 --- a/devel/hs-wl-pprint-text/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wl-pprint-text -PORTVERSION= 1.2.0.0 -PORTREVISION= 1 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A clone of wl-pprint for use with the text library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-wl-pprint-text/distinfo b/devel/hs-wl-pprint-text/distinfo deleted file mode 100644 index 7e532b8d694..00000000000 --- a/devel/hs-wl-pprint-text/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531855823 -SHA256 (cabal/wl-pprint-text-1.2.0.0.tar.gz) = 40dd4c2d2b8a2884616f3a240f01143d0aadd85f5988e5ee55a59ba6b2487c3c -SIZE (cabal/wl-pprint-text-1.2.0.0.tar.gz) = 16758 diff --git a/devel/hs-wl-pprint-text/pkg-descr b/devel/hs-wl-pprint-text/pkg-descr deleted file mode 100644 index 595f33e9e69..00000000000 --- a/devel/hs-wl-pprint-text/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A clone of wl-pprint for use with the text library - -WWW: https://hackage.haskell.org/package/wl-pprint-text diff --git a/devel/hs-word8/Makefile b/devel/hs-word8/Makefile deleted file mode 100644 index 81acfb67b88..00000000000 --- a/devel/hs-word8/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= word8 -PORTVERSION= 0.1.2 -PORTREVISION= 5 -CATEGORIES= devel haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Word8 library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/devel/hs-word8/distinfo b/devel/hs-word8/distinfo deleted file mode 100644 index 235536f79a9..00000000000 --- a/devel/hs-word8/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499627864 -SHA256 (cabal/word8-0.1.2.tar.gz) = 3cbae3755a078ecff46524b3f6e0018f7e796e6dac9c710fe09b433c544676dd -SIZE (cabal/word8-0.1.2.tar.gz) = 6218 diff --git a/devel/hs-word8/pkg-descr b/devel/hs-word8/pkg-descr deleted file mode 100644 index 55969016789..00000000000 --- a/devel/hs-word8/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Word8 library to be used with Data.ByteString. - -WWW: http://hackage.haskell.org/package/word8 diff --git a/devel/libosinfo/Makefile b/devel/libosinfo/Makefile index 161702d7c10..1a60840e8dc 100644 --- a/devel/libosinfo/Makefile +++ b/devel/libosinfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libosinfo -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel MASTER_SITES= https://releases.pagure.org/libosinfo/ diff --git a/devel/libosinfo/distinfo b/devel/libosinfo/distinfo index f49224755b4..1d3709846ae 100644 --- a/devel/libosinfo/distinfo +++ b/devel/libosinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551512219 -SHA256 (libosinfo-1.4.0.tar.gz) = a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165 -SIZE (libosinfo-1.4.0.tar.gz) = 1075852 +TIMESTAMP = 1557398977 +SHA256 (libosinfo-1.5.0.tar.gz) = bf692567983478c92bde78d454c18d6196abb032b5a77f430b09a7ef92ec6089 +SIZE (libosinfo-1.5.0.tar.gz) = 998751 diff --git a/devel/libosinfo/pkg-plist b/devel/libosinfo/pkg-plist index faed0ab00b2..2221a070fae 100644 --- a/devel/libosinfo/pkg-plist +++ b/devel/libosinfo/pkg-plist @@ -70,6 +70,8 @@ share/gtk-doc/html/Libosinfo/OsinfoDeviceLinkList.html share/gtk-doc/html/Libosinfo/OsinfoDeviceList.html share/gtk-doc/html/Libosinfo/OsinfoEntity.html share/gtk-doc/html/Libosinfo/OsinfoFilter.html +share/gtk-doc/html/Libosinfo/OsinfoImage.html +share/gtk-doc/html/Libosinfo/OsinfoImageList.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfig.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfigParam.html share/gtk-doc/html/Libosinfo/OsinfoInstallConfigParamList.html diff --git a/devel/py-PyUtilib/Makefile b/devel/py-PyUtilib/Makefile index 6a908f1689b..048e46eab7a 100644 --- a/devel/py-PyUtilib/Makefile +++ b/devel/py-PyUtilib/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= PyUtilib -DISTVERSION= 5.6.5 -PORTREVISION= 1 +DISTVERSION= 5.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-PyUtilib/distinfo b/devel/py-PyUtilib/distinfo index 8f61e5e3510..c1b08351eb2 100644 --- a/devel/py-PyUtilib/distinfo +++ b/devel/py-PyUtilib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1548096310 -SHA256 (PyUtilib-5.6.5.tar.gz) = 4730084624be98f2c326da88f3852831c6aa919e11babab2c34b0299c8f5ce2a -SIZE (PyUtilib-5.6.5.tar.gz) = 1504220 +TIMESTAMP = 1557377936 +SHA256 (PyUtilib-5.7.0.tar.gz) = 540c9bcdffe4b9a258e4cfcb5891584a54e5d9136cc3f0a09b4f56b1e4fbce20 +SIZE (PyUtilib-5.7.0.tar.gz) = 1500754 diff --git a/devel/py-QtPy/Makefile b/devel/py-QtPy/Makefile index ee0555a1ac4..36a1cba1523 100644 --- a/devel/py-QtPy/Makefile +++ b/devel/py-QtPy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= QtPy -DISTVERSION= 1.7.0 +DISTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-QtPy/distinfo b/devel/py-QtPy/distinfo index 32457d626fc..3fcbb39dd67 100644 --- a/devel/py-QtPy/distinfo +++ b/devel/py-QtPy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553048980 -SHA256 (QtPy-1.7.0.tar.gz) = d4c540f1761e794ea26c8dabadabf0173d72e4d1d53c8679aeb31a9e953b4f3e -SIZE (QtPy-1.7.0.tar.gz) = 31489 +TIMESTAMP = 1557377856 +SHA256 (QtPy-1.7.1.tar.gz) = e97275750934b3a1f4d8e263f5b889ae817ed36f26867ab0ce52be731ab1ed9e +SIZE (QtPy-1.7.1.tar.gz) = 31494 diff --git a/devel/py-testfixtures/Makefile b/devel/py-testfixtures/Makefile index 95a0716086b..72847819b4a 100644 --- a/devel/py-testfixtures/Makefile +++ b/devel/py-testfixtures/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= testfixtures -PORTVERSION= 6.7.1 +PORTVERSION= 6.8.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-testfixtures/distinfo b/devel/py-testfixtures/distinfo index 1510f8d9663..e6490052d9a 100644 --- a/devel/py-testfixtures/distinfo +++ b/devel/py-testfixtures/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556802360 -SHA256 (testfixtures-6.7.1.tar.gz) = 015f8220088c40772b48a210f6bcdf328664f66faf83432c4f7aa8e55a7cfdc5 -SIZE (testfixtures-6.7.1.tar.gz) = 109474 +TIMESTAMP = 1557418738 +SHA256 (testfixtures-6.8.2.tar.gz) = a6e95634a80bd6e5adc7e861729f4abd84433e91b4215d48a2098a096c0261b7 +SIZE (testfixtures-6.8.2.tar.gz) = 110838 diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index 35e46a1a038..70bdf90baab 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cbindgen -DISTVERSION= 0.8.3 -PORTREVISION= 2 +DISTVERSION= 0.8.6 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- @@ -24,37 +23,38 @@ CARGO_CRATES= ansi_term-0.11.0 \ autocfg-0.1.2 \ bitflags-1.0.4 \ cfg-if-0.1.7 \ - clap-2.32.0 \ + clap-2.33.0 \ cloudabi-0.0.3 \ fuchsia-cprng-0.1.1 \ - itoa-0.4.3 \ - libc-0.2.51 \ + itoa-0.4.4 \ + libc-0.2.54 \ log-0.4.6 \ - proc-macro2-0.4.27 \ - quote-0.6.11 \ + numtoa-0.1.0 \ + proc-macro2-0.4.30 \ + quote-0.6.12 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ - rand_jitter-0.1.3 \ + rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ - redox_syscall-0.1.52 \ + redox_syscall-0.1.54 \ redox_termios-0.1.1 \ remove_dir_all-0.5.1 \ - ryu-0.2.7 \ - serde-1.0.90 \ - serde_derive-1.0.90 \ + ryu-0.2.8 \ + serde-1.0.91 \ + serde_derive-1.0.91 \ serde_json-1.0.39 \ - strsim-0.7.0 \ - syn-0.15.30 \ + strsim-0.8.0 \ + syn-0.15.34 \ tempfile-3.0.7 \ - termion-1.5.1 \ - textwrap-0.10.0 \ + termion-1.5.2 \ + textwrap-0.11.0 \ toml-0.4.10 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ diff --git a/devel/rust-cbindgen/distinfo b/devel/rust-cbindgen/distinfo index 174c9d2b5ef..7e66e0888c0 100644 --- a/devel/rust-cbindgen/distinfo +++ b/devel/rust-cbindgen/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1553886639 -SHA256 (rust/crates/cbindgen-0.8.3.tar.gz) = 31f70db109be74a3dfcb0af4d0d191e52230351477f14c2ed10707c2b0dcfa2e -SIZE (rust/crates/cbindgen-0.8.3.tar.gz) = 101727 +TIMESTAMP = 1513271942 +SHA256 (rust/crates/cbindgen-0.8.6.tar.gz) = 336abd55f9327ceca0be01349ce4f559ff6e8b5bf68ce96e4671a0d3f647e162 +SIZE (rust/crates/cbindgen-0.8.6.tar.gz) = 106751 SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652 @@ -11,22 +11,24 @@ SHA256 (rust/crates/bitflags-1.0.4.tar.gz) = 228047a76f468627ca71776ecdebd732a34 SIZE (rust/crates/bitflags-1.0.4.tar.gz) = 15282 SHA256 (rust/crates/cfg-if-0.1.7.tar.gz) = 11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4 SIZE (rust/crates/cfg-if-0.1.7.tar.gz) = 7360 -SHA256 (rust/crates/clap-2.32.0.tar.gz) = b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e -SIZE (rust/crates/clap-2.32.0.tar.gz) = 196073 +SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 +SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 SHA256 (rust/crates/cloudabi-0.0.3.tar.gz) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.tar.gz) = 22156 SHA256 (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba SIZE (rust/crates/fuchsia-cprng-0.1.1.tar.gz) = 2950 -SHA256 (rust/crates/itoa-0.4.3.tar.gz) = 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b -SIZE (rust/crates/itoa-0.4.3.tar.gz) = 11061 -SHA256 (rust/crates/libc-0.2.51.tar.gz) = bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917 -SIZE (rust/crates/libc-0.2.51.tar.gz) = 397323 +SHA256 (rust/crates/itoa-0.4.4.tar.gz) = 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f +SIZE (rust/crates/itoa-0.4.4.tar.gz) = 11147 +SHA256 (rust/crates/libc-0.2.54.tar.gz) = c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6 +SIZE (rust/crates/libc-0.2.54.tar.gz) = 401259 SHA256 (rust/crates/log-0.4.6.tar.gz) = c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6 SIZE (rust/crates/log-0.4.6.tar.gz) = 22303 -SHA256 (rust/crates/proc-macro2-0.4.27.tar.gz) = 4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915 -SIZE (rust/crates/proc-macro2-0.4.27.tar.gz) = 34098 -SHA256 (rust/crates/quote-0.6.11.tar.gz) = cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1 -SIZE (rust/crates/quote-0.6.11.tar.gz) = 17283 +SHA256 (rust/crates/numtoa-0.1.0.tar.gz) = b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef +SIZE (rust/crates/numtoa-0.1.0.tar.gz) = 8999 +SHA256 (rust/crates/proc-macro2-0.4.30.tar.gz) = cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759 +SIZE (rust/crates/proc-macro2-0.4.30.tar.gz) = 34731 +SHA256 (rust/crates/quote-0.6.12.tar.gz) = faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db +SIZE (rust/crates/quote-0.6.12.tar.gz) = 17541 SHA256 (rust/crates/rand-0.6.5.tar.gz) = 6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca SIZE (rust/crates/rand-0.6.5.tar.gz) = 104814 SHA256 (rust/crates/rand_chacha-0.1.1.tar.gz) = 556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef @@ -39,8 +41,8 @@ SHA256 (rust/crates/rand_hc-0.1.0.tar.gz) = 7b40677c7be09ae76218dc623efbf7b18e34 SIZE (rust/crates/rand_hc-0.1.0.tar.gz) = 11644 SHA256 (rust/crates/rand_isaac-0.1.1.tar.gz) = ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08 SIZE (rust/crates/rand_isaac-0.1.1.tar.gz) = 16020 -SHA256 (rust/crates/rand_jitter-0.1.3.tar.gz) = 7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832 -SIZE (rust/crates/rand_jitter-0.1.3.tar.gz) = 18341 +SHA256 (rust/crates/rand_jitter-0.1.4.tar.gz) = 1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b +SIZE (rust/crates/rand_jitter-0.1.4.tar.gz) = 18409 SHA256 (rust/crates/rand_os-0.1.3.tar.gz) = 7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071 SIZE (rust/crates/rand_os-0.1.3.tar.gz) = 18965 SHA256 (rust/crates/rand_pcg-0.1.2.tar.gz) = abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44 @@ -49,30 +51,30 @@ SHA256 (rust/crates/rand_xorshift-0.1.1.tar.gz) = cbf7e9e623549b0e21f6e97cf8ecf2 SIZE (rust/crates/rand_xorshift-0.1.1.tar.gz) = 8997 SHA256 (rust/crates/rdrand-0.4.0.tar.gz) = 678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2 SIZE (rust/crates/rdrand-0.4.0.tar.gz) = 6456 -SHA256 (rust/crates/redox_syscall-0.1.52.tar.gz) = d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69 -SIZE (rust/crates/redox_syscall-0.1.52.tar.gz) = 15595 +SHA256 (rust/crates/redox_syscall-0.1.54.tar.gz) = 12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252 +SIZE (rust/crates/redox_syscall-0.1.54.tar.gz) = 15668 SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76 SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227 SHA256 (rust/crates/remove_dir_all-0.5.1.tar.gz) = 3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5 SIZE (rust/crates/remove_dir_all-0.5.1.tar.gz) = 8726 -SHA256 (rust/crates/ryu-0.2.7.tar.gz) = eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7 -SIZE (rust/crates/ryu-0.2.7.tar.gz) = 41382 -SHA256 (rust/crates/serde-1.0.90.tar.gz) = aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4 -SIZE (rust/crates/serde-1.0.90.tar.gz) = 71415 -SHA256 (rust/crates/serde_derive-1.0.90.tar.gz) = 58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79 -SIZE (rust/crates/serde_derive-1.0.90.tar.gz) = 48815 +SHA256 (rust/crates/ryu-0.2.8.tar.gz) = b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f +SIZE (rust/crates/ryu-0.2.8.tar.gz) = 42798 +SHA256 (rust/crates/serde-1.0.91.tar.gz) = a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd +SIZE (rust/crates/serde-1.0.91.tar.gz) = 71696 +SHA256 (rust/crates/serde_derive-1.0.91.tar.gz) = 101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f +SIZE (rust/crates/serde_derive-1.0.91.tar.gz) = 48765 SHA256 (rust/crates/serde_json-1.0.39.tar.gz) = 5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d SIZE (rust/crates/serde_json-1.0.39.tar.gz) = 69621 -SHA256 (rust/crates/strsim-0.7.0.tar.gz) = bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550 -SIZE (rust/crates/strsim-0.7.0.tar.gz) = 8435 -SHA256 (rust/crates/syn-0.15.30.tar.gz) = 66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2 -SIZE (rust/crates/syn-0.15.30.tar.gz) = 146358 +SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 +SHA256 (rust/crates/syn-0.15.34.tar.gz) = a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe +SIZE (rust/crates/syn-0.15.34.tar.gz) = 149802 SHA256 (rust/crates/tempfile-3.0.7.tar.gz) = b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a SIZE (rust/crates/tempfile-3.0.7.tar.gz) = 23922 -SHA256 (rust/crates/termion-1.5.1.tar.gz) = 689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096 -SIZE (rust/crates/termion-1.5.1.tar.gz) = 20659 -SHA256 (rust/crates/textwrap-0.10.0.tar.gz) = 307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6 -SIZE (rust/crates/textwrap-0.10.0.tar.gz) = 15986 +SHA256 (rust/crates/termion-1.5.2.tar.gz) = dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea +SIZE (rust/crates/termion-1.5.2.tar.gz) = 22076 +SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 SHA256 (rust/crates/toml-0.4.10.tar.gz) = 758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f SIZE (rust/crates/toml-0.4.10.tar.gz) = 47534 SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 diff --git a/devel/stack/Makefile b/devel/stack/Makefile index f85146b48d7..10bf32da22e 100644 --- a/devel/stack/Makefile +++ b/devel/stack/Makefile @@ -10,42 +10,75 @@ PORTNAME= stack PORTVERSION= 1.9.3 -DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= https://github.com/arrowd/stack-dependencies/releases/download/v${PORTVERSION}/:deps -DISTFILES= stack-dependencies-${PORTVERSION}${EXTRACT_SUFX}:deps -MAINTAINER= ports@FreeBSD.org +MAINTAINER= haskell@FreeBSD.org COMMENT= Cross-platform program for developing Haskell programs LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ghc>0:lang/ghc \ - hs-mtl>0:devel/hs-mtl \ - hs-network>0:net/hs-network \ - hs-old-locale>0:devel/hs-old-locale \ - hs-old-time>0:devel/hs-old-time \ - hs-random>0:devel/hs-random \ - hs-zlib>0:archivers/hs-zlib \ - cabal:devel/hs-cabal-install \ - happy:devel/hs-happy -LIB_DEPENDS= libgmp.so:math/gmp \ - libffi.so:devel/libffi -RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ - gmake:devel/gmake +BUILD_DEPENDS= happy:devel/hs-happy +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss -USES= gmake iconv:translit perl5 +USES= cabal -USE_GITHUB= yes -GH_ACCOUNT= arrowd -GH_PROJECT= stack-dependencies +USE_CABAL= Glob-0.10.0 HUnit-1.6.0.0 QuickCheck-2.12.6.1_1 StateVar-1.1.1.1 \ + aeson-1.4.2.0_1 aeson-compat-0.3.9 annotated-wl-pprint-0.7.0 \ + ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 asn1-encoding-0.9.5 \ + asn1-parse-0.9.4 asn1-types-0.3.2 async-2.2.1_1 attoparsec-0.13.2.2 \ + attoparsec-iso8601-1.0.1.0 auto-update-0.1.4.1 base16-bytestring-0.1.1.6 \ + base64-bytestring-1.0.0.2 base-compat-0.10.5 base-orphans-0.8 \ + base-prelude-1.3 basement-0.0.10_1 bifunctors-5.5.3 \ + bindings-uname-0.1 bitarray-0.0.1.1 blaze-builder-0.4.1.0 \ + blaze-html-0.9.1.1 blaze-markup-0.8.2.2 byteable-0.1.1 \ + cabal-doctest-1.0.6_2 call-stack-0.1.0 case-insensitive-1.2.0.11 \ + cereal-0.5.8.0 clock-0.7.2 cmdargs-0.10.20 colour-2.3.4 \ + comonad-5.0.4 conduit-1.3.1.1 conduit-extra-1.3.1.1 \ + connection-0.2.8 contravariant-1.5 cookie-0.4.4 cryptohash-0.11.9 \ + cryptohash-sha256-0.11.101.0_2 cryptonite-0.25 cryptonite-conduit-0.2.2 \ + data-default-class-0.1.2.0 digest-0.0.1.2 distributive-0.6 \ + dlist-0.8.0.5 easy-file-0.2.2 ed25519-0.0.5.0_2 echo-0.1.3_1 \ + either-5.0.1 erf-2.0.0.0 exceptions-0.10.0_2 extra-1.6.14 \ + fast-logger-2.4.13 file-embed-0.0.11 filelock-0.1.1.2 free-5.1 \ + fsnotify-0.3.0.1_1 generic-deriving-1.12.3 githash-0.1.3.1 \ + hackage-security-0.5.3.0_4 hashable-1.2.7.0_1 hourglass-0.2.12 \ + hpack-0.31.2 hsc2hs-0.68.4 hspec-2.7.0 hspec-core-2.7.0 \ + hspec-discover-2.7.0 hspec-expectations-0.8.2 \ + hspec-smallcheck-0.5.2 http-api-data-0.4 http-client-0.6.2 \ + http-client-tls-0.3.5.3 http-conduit-2.3.6.1 http-types-0.12.3 \ + infer-license-0.2.0 integer-logarithms-1.0.2.2 libyaml-0.1.1.0 \ + lifted-base-0.2.3.12 logict-0.6.0.2 megaparsec-7.0.4 \ + memory-0.14.18_1 microlens-0.4.10 microlens-th-0.4.2.3 \ + mime-types-0.1.0.9 mintty-0.1.2 monad-control-1.0.2.3 \ + monad-logger-0.3.30 monad-loops-0.4.3 mono-traversable-1.0.11.0 \ + mustache-2.3.0 neat-interpolation-0.3.2.4 network-2.7.0.2_2 \ + network-uri-2.6.1.0_1 open-browser-0.2.1.0 old-locale-1.0.0.7_2 \ + old-time-1.1.0.3_2 optparse-applicative-0.14.3.0 \ + optparse-simple-0.1.1.1 parser-combinators-1.0.1 path-0.6.1_1 \ + path-io-1.4.2 path-pieces-0.2.1_1 pem-0.2.4 persistent-2.9.1_1 \ + persistent-sqlite-2.9.2 persistent-template-2.6.0 \ + primitive-0.6.4.0_1 profunctors-5.3 project-template-0.2.0.1 \ + quickcheck-io-0.2.0 random-1.1_1 regex-applicative-0.3.3 \ + regex-applicative-text-0.1.0.1_3 resource-pool-0.2.3.2 \ + resourcet-1.2.2 retry-0.8.0.0 rio-0.1.8.0 safe-0.3.17 \ + scientific-0.3.6.2 semigroupoids-5.3.2 semigroups-0.18.5 \ + setenv-0.1.1.3_1 silently-1.2.5 smallcheck-1.1.5 socks-0.5.6_1 \ + split-0.2.3.3_1 stm-chans-3.0.0.4_1 store-0.5.0.1 store-core-0.4.4 \ + streaming-commons-0.2.1.0 syb-0.7 tar-0.5.1.0_1 tagged-0.8.6 temporary-1.3 \ + text-metrics-0.3.0_4 tf-random-0.5 th-abstraction-0.2.11.0 \ + th-expand-syns-0.4.4.0_1 th-lift-0.7.11 th-lift-instances-0.1.11 \ + th-orphans-0.13.6 th-reify-many-0.1.8 th-utilities-0.2.1.0 \ + time-locale-compat-0.1.1.5 tls-1.4.1 transformers-base-0.4.5.2 \ + transformers-compat-0.6.2 typed-process-0.2.4.0 \ + unicode-transforms-0.3.5 unix-compat-0.5.1 unix-time-0.4.5 \ + unliftio-0.2.10 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 uuid-types-1.0.3_1 vector-0.12.0.2 \ + vector-algorithms-0.8.0.1 void-0.7.2 x509-1.7.5 \ + x509-store-1.6.7 x509-system-1.6.6 x509-validation-1.6.11 \ + yaml-0.11.0.0 zip-archive-0.4 zlib-0.6.2 -MAKE_ENV= TARGET="${WRKSRC}" \ - PREFIX="${PREFIX}" \ - STAGEDIR="${STAGEDIR}" - -PLIST_FILES= bin/stack \ - etc/bash_completion.d/_stack.bash \ - share/zsh/site-functions/_stack +#PLIST_FILES= etc/bash_completion.d/_stack.bash \ +# share/zsh/site-functions/_stack .include diff --git a/devel/stack/distinfo b/devel/stack/distinfo index 32ee18267cb..bfe185f7f3f 100644 --- a/devel/stack/distinfo +++ b/devel/stack/distinfo @@ -1,5 +1,409 @@ -TIMESTAMP = 1546458683 -SHA256 (stack-dependencies-1.9.3.tar.gz) = be9c9394f9c519bf38a597e284148ac372f7f697df84617e0c73e56cef1bd60f -SIZE (stack-dependencies-1.9.3.tar.gz) = 164677793 -SHA256 (arrowd-stack-dependencies-v1.9.3_GH0.tar.gz) = c9b26a87d62a482307f7640d79214263e48f697ee323110c3bc8112fee36e9dc -SIZE (arrowd-stack-dependencies-v1.9.3_GH0.tar.gz) = 999 +TIMESTAMP = 1553702621 +SHA256 (cabal/stack-1.9.3.tar.gz) = 8e11e315f7f27f670ede9f55ab9e2a0501c15b16eb4346ff2a59b6715fca8b06 +SIZE (cabal/stack-1.9.3.tar.gz) = 600918 +SHA256 (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324 +SIZE (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 29500 +SHA256 (cabal/HUnit-1.6.0.0/HUnit-1.6.0.0.tar.gz) = 7448e6b966e98e84b7627deba23f71b508e9a61e7bc571d74304a25d30e6d0de +SIZE (cabal/HUnit-1.6.0.0/HUnit-1.6.0.0.tar.gz) = 21937 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = eb6436516ab2d5e3d3e070b5a1595c4dceea760a58a9cc8d23dad5f6008f2223 +SIZE (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = 4762 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/aeson-compat-0.3.9/aeson-compat-0.3.9.tar.gz) = e043941ba761c13a3854fc087521b864b56b2df874154e42aedb67b2a77f23c8 +SIZE (cabal/aeson-compat-0.3.9/aeson-compat-0.3.9.tar.gz) = 7441 +SHA256 (cabal/annotated-wl-pprint-0.7.0/annotated-wl-pprint-0.7.0.tar.gz) = 0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18 +SIZE (cabal/annotated-wl-pprint-0.7.0/annotated-wl-pprint-0.7.0.tar.gz) = 10338 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-iso8601-1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz) = 499ffbd2d39e79cc4fda5ad0129dbf94fdb72a84aa932dfe2a5f5c5c02074142 +SIZE (cabal/attoparsec-iso8601-1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz) = 4317 +SHA256 (cabal/auto-update-0.1.4.1/auto-update-0.1.4.1.tar.gz) = 35ff4b15ecf505f1cf3eb78f83deaa89879d92d40335b6580b2383c622efcfc9 +SIZE (cabal/auto-update-0.1.4.1/auto-update-0.1.4.1.tar.gz) = 8703 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 +SIZE (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = 19606 +SHA256 (cabal/base-prelude-1.3/base-prelude-1.3.tar.gz) = e3cc66e99d6c83aac548c4d8e6a166e5bd9cf557947cde49161026d0341267fe +SIZE (cabal/base-prelude-1.3/base-prelude-1.3.tar.gz) = 4323 +SHA256 (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 +SIZE (cabal/base16-bytestring-0.1.1.6/base16-bytestring-0.1.1.6.tar.gz) = 3694 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = d434528fd2ea765bace57c4ade0bc9fa32ba2c425f563b33a4b60f625ecfc9ca +SIZE (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = 40366 +SHA256 (cabal/bindings-uname-0.1/bindings-uname-0.1.tar.gz) = 130e75c3fd95e232452c7d903efbfab2d2ff6c9d455b617adeaebe5d60235cd3 +SIZE (cabal/bindings-uname-0.1/bindings-uname-0.1.tar.gz) = 1177 +SHA256 (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = b27f6f1065053a0e8e24fbf9382b7060af9962d8d150b631c682c0c58469d802 +SIZE (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = 3701 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2 +SIZE (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = 2473 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 +SIZE (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 17758 +SHA256 (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 84dfafc92e9553c7bae4b4fe0cba3da29b37def606f88b989db95ee2dc933fa2 +SIZE (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 87547 +SHA256 (cabal/conduit-extra-1.3.1.1/conduit-extra-1.3.1.1.tar.gz) = dcb1a9d6b5e1f34454133adeb29b97f9bbcf1ff998f1f68c58ab9abd41195249 +SIZE (cabal/conduit-extra-1.3.1.1/conduit-extra-1.3.1.1.tar.gz) = 32881 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 6ef067b692ad69ffff294b953aa85f3ded459d4ae133c37896222a09280fc3c2 +SIZE (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 15399 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb +SIZE (cabal/cryptohash-0.11.9/cryptohash-0.11.9.tar.gz) = 25762 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 52756435dbea248e344fbcbcc5df5307f60dfacf337dfd11ae30f1c7a4da05dd +SIZE (cabal/cryptohash-sha256-0.11.101.0/cryptohash-sha256-0.11.101.0.tar.gz) = 14996 +SHA256 (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 2790b29264ebf63dac368dd05ec931254e5c70b0ccbc87d0969903533b32b054 +SIZE (cabal/cryptohash-sha256-0.11.101.0/revision/2.cabal) = 5417 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/cryptonite-conduit-0.2.2/cryptonite-conduit-0.2.2.tar.gz) = 705d69ab3f79b7b8810c7b9e7da81a1c6686b6a4323b1e78150576a25a658dae +SIZE (cabal/cryptonite-conduit-0.2.2/cryptonite-conduit-0.2.2.tar.gz) = 5405 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/distributive-0.6/distributive-0.6.tar.gz) = a4af1341a63a430dc569dd1e59631f127c40ebdd353a945a74d18682f6bdc1d4 +SIZE (cabal/distributive-0.6/distributive-0.6.tar.gz) = 10904 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 704f07310f8272d170f8ab7fb2a2c13f15d8501ef8310801e36964c8eff485ef +SIZE (cabal/echo-0.1.3/echo-0.1.3.tar.gz) = 5373 +SHA256 (cabal/echo-0.1.3/revision/1.cabal) = 5490be9cfbea95e14a7a68b7d055ae8d295822e0b146d2ac8285b3e5a3e3282f +SIZE (cabal/echo-0.1.3/revision/1.cabal) = 2500 +SHA256 (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d +SIZE (cabal/ed25519-0.0.5.0/ed25519-0.0.5.0.tar.gz) = 80034 +SHA256 (cabal/ed25519-0.0.5.0/revision/2.cabal) = 2e051ab9d98bc22e0c4afe09e763d3e8e0571ea51a3ae952db33ac89e58006b3 +SIZE (cabal/ed25519-0.0.5.0/revision/2.cabal) = 4165 +SHA256 (cabal/either-5.0.1/either-5.0.1.tar.gz) = 6cb6eb3f60223f5ffedfcd749589e870a81d272e130cafd1d17fb6d3a8939018 +SIZE (cabal/either-5.0.1/either-5.0.1.tar.gz) = 9924 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = a60641530d96653ecc365aa042f4061892154995915d91f432ea5a2e3aaf129c +SIZE (cabal/extra-1.6.14/extra-1.6.14.tar.gz) = 41074 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/filelock-0.1.1.2/filelock-0.1.1.2.tar.gz) = 0ff1dcb13ec619f72496035e2a1298ef9dc6a814ba304d882cd9b145eae3203d +SIZE (cabal/filelock-0.1.1.2/filelock-0.1.1.2.tar.gz) = 6889 +SHA256 (cabal/free-5.1/free-5.1.tar.gz) = 70424d5c82dea36a0a29c4f5f6bc047597a947ad46f3d66312e47bbee2eeea84 +SIZE (cabal/free-5.1/free-5.1.tar.gz) = 64549 +SHA256 (cabal/fsnotify-0.3.0.1/fsnotify-0.3.0.1.tar.gz) = ded2165f72a2b4971f941cb83ef7f58b200e3e04159be78da55ba6c5d35f6da5 +SIZE (cabal/fsnotify-0.3.0.1/fsnotify-0.3.0.1.tar.gz) = 20638 +SHA256 (cabal/fsnotify-0.3.0.1/revision/1.cabal) = 58bb530d7acf93eb4ed69473e32a1485581815f04f69dfc8a278523781ba49dd +SIZE (cabal/fsnotify-0.3.0.1/revision/1.cabal) = 2988 +SHA256 (cabal/generic-deriving-1.12.3/generic-deriving-1.12.3.tar.gz) = dbedd7a4e3e6a23f2405283e34ca22a6be6ff1943994fd2aaf7e749469f46692 +SIZE (cabal/generic-deriving-1.12.3/generic-deriving-1.12.3.tar.gz) = 67590 +SHA256 (cabal/githash-0.1.3.1/githash-0.1.3.1.tar.gz) = ea58689a525e4953aaf91415d9a70b593fae88c7858e37f761bc836ce1fafc6e +SIZE (cabal/githash-0.1.3.1/githash-0.1.3.1.tar.gz) = 6119 +SHA256 (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21 +SIZE (cabal/hackage-security-0.5.3.0/hackage-security-0.5.3.0.tar.gz) = 87119 +SHA256 (cabal/hackage-security-0.5.3.0/revision/4.cabal) = b70efd47441e90622cf875ed2159f900b249f738f9e554027e392083e73673d6 +SIZE (cabal/hackage-security-0.5.3.0/revision/4.cabal) = 11351 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hpack-0.31.2/hpack-0.31.2.tar.gz) = 6f00834e99463f022fe9346b9c2cdb1054a6d89e9d6b70a4869c2b5a50304dd0 +SIZE (cabal/hpack-0.31.2/hpack-0.31.2.tar.gz) = 59742 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hspec-2.7.0/hspec-2.7.0.tar.gz) = ff7c532d496e4dc419dd8032c2853d5443f0336b9aff34885d35b290da9e71e1 +SIZE (cabal/hspec-2.7.0/hspec-2.7.0.tar.gz) = 9267 +SHA256 (cabal/hspec-core-2.7.0/hspec-core-2.7.0.tar.gz) = 3fff47d7a879679d1b4fc164466e62b32c9b6314dec71c9ccbf2fc67770492f8 +SIZE (cabal/hspec-core-2.7.0/hspec-core-2.7.0.tar.gz) = 58798 +SHA256 (cabal/hspec-discover-2.7.0/hspec-discover-2.7.0.tar.gz) = 1cb6d6cd494a191b74aa54465005929c73911bf8cd79bb8f7773f4611bf06bd8 +SIZE (cabal/hspec-discover-2.7.0/hspec-discover-2.7.0.tar.gz) = 6718 +SHA256 (cabal/hspec-expectations-0.8.2/hspec-expectations-0.8.2.tar.gz) = 819607ea1faf35ce5be34be61c6f50f3389ea43892d56fb28c57a9f5d54fb4ef +SIZE (cabal/hspec-expectations-0.8.2/hspec-expectations-0.8.2.tar.gz) = 5492 +SHA256 (cabal/hspec-smallcheck-0.5.2/hspec-smallcheck-0.5.2.tar.gz) = 9a301a26a439a92b303217545b65792bd8500f25aeccbe48e46dfe914ef58119 +SIZE (cabal/hspec-smallcheck-0.5.2/hspec-smallcheck-0.5.2.tar.gz) = 4432 +SHA256 (cabal/http-api-data-0.4/http-api-data-0.4.tar.gz) = 837e3f39f23df2caa23d75a4608f4a0505a1ab23f7290006976a37a373164a8a +SIZE (cabal/http-api-data-0.4/http-api-data-0.4.tar.gz) = 20498 +SHA256 (cabal/http-client-0.6.2/http-client-0.6.2.tar.gz) = 9b426d891ab68c0eabf9a455d67e37789d3a2b84d925ae247d9ff385a5b042f0 +SIZE (cabal/http-client-0.6.2/http-client-0.6.2.tar.gz) = 89500 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-conduit-2.3.6.1/http-conduit-2.3.6.1.tar.gz) = 445a3d7c1ebc4f720a5638e07aafebf1ccbc79a6d265308ba5efb7d4a7d15966 +SIZE (cabal/http-conduit-2.3.6.1/http-conduit-2.3.6.1.tar.gz) = 28002 +SHA256 (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 4e8a4a66477459fa436a331c75e46857ec8026283df984d54f90576cd3024016 +SIZE (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 13547 +SHA256 (cabal/infer-license-0.2.0/infer-license-0.2.0.tar.gz) = 12e6fe616575159c03cf6fd4a4f30021ecf264a529ab4e4edd6e96e296a98e72 +SIZE (cabal/infer-license-0.2.0/infer-license-0.2.0.tar.gz) = 48173 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = c134a95f56750aae806e38957bb03c59627cda16034af9e00a02b699474317c5 +SIZE (cabal/lifted-base-0.2.3.12/lifted-base-0.2.3.12.tar.gz) = 11700 +SHA256 (cabal/logict-0.6.0.2/logict-0.6.0.2.tar.gz) = 1182b68e8d00279460c7fb9b8284bf129805c07754c678b2a8de5a6d768e161e +SIZE (cabal/logict-0.6.0.2/logict-0.6.0.2.tar.gz) = 5370 +SHA256 (cabal/megaparsec-7.0.4/megaparsec-7.0.4.tar.gz) = 325ba5cee8cdef91e351fb2db0b38562f8345b0bcdfed97045671357501de8c1 +SIZE (cabal/megaparsec-7.0.4/megaparsec-7.0.4.tar.gz) = 92202 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 9c55a89d1c91fddcafca4bb1fa99a3ef29223436d75191fb29385de2bd3f47ec +SIZE (cabal/microlens-0.4.10/microlens-0.4.10.tar.gz) = 25561 +SHA256 (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 321018c6c0aad3f68eb26f6c7e7a518db43039e3f8f19c4634ceb4c7f8051c8f +SIZE (cabal/microlens-th-0.4.2.3/microlens-th-0.4.2.3.tar.gz) = 20960 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 7c8af77bcde4e9b54692e3761f41adf35a50664974ba77f2ba65ea2af9f950da +SIZE (cabal/mintty-0.1.2/mintty-0.1.2.tar.gz) = 6945 +SHA256 (cabal/monad-control-1.0.2.3/monad-control-1.0.2.3.tar.gz) = 6c1034189d237ae45368c70f0e68f714dd3beda715dd265b6c8a99fcc64022b1 +SIZE (cabal/monad-control-1.0.2.3/monad-control-1.0.2.3.tar.gz) = 13864 +SHA256 (cabal/monad-logger-0.3.30/monad-logger-0.3.30.tar.gz) = e7ce990978b7395c615441775b64b487ad6cd6f2e4f9787dae732f58ce065480 +SIZE (cabal/monad-logger-0.3.30/monad-logger-0.3.30.tar.gz) = 10928 +SHA256 (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18 +SIZE (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 4996 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/mustache-2.3.0/mustache-2.3.0.tar.gz) = 018863e578e971e393edc65dd7e0ed92a0e37fc152a47bb379fd8abd59537be0 +SIZE (cabal/mustache-2.3.0/mustache-2.3.0.tar.gz) = 19986 +SHA256 (cabal/neat-interpolation-0.3.2.4/neat-interpolation-0.3.2.4.tar.gz) = de7370d938ffd8c7b52d732f4f088387ed8216cf9767d818e99b7ec827931752 +SIZE (cabal/neat-interpolation-0.3.2.4/neat-interpolation-0.3.2.4.tar.gz) = 4463 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/open-browser-0.2.1.0/open-browser-0.2.1.0.tar.gz) = 0bed2e63800f738e78a4803ed22902accb50ac02068b96c17ce83a267244ca66 +SIZE (cabal/open-browser-0.2.1.0/open-browser-0.2.1.0.tar.gz) = 2629 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/optparse-simple-0.1.1.1/optparse-simple-0.1.1.1.tar.gz) = 546baab9f0b29c9358e022c7c61fd26d7e0986ab39a793077df7ef5c7040195b +SIZE (cabal/optparse-simple-0.1.1.1/optparse-simple-0.1.1.1.tar.gz) = 5019 +SHA256 (cabal/parser-combinators-1.0.1/parser-combinators-1.0.1.tar.gz) = edf5ab8fa69a04334baa8707252036563a8339a96a86956c90febe93830cea32 +SIZE (cabal/parser-combinators-1.0.1/parser-combinators-1.0.1.tar.gz) = 10319 +SHA256 (cabal/path-0.6.1/path-0.6.1.tar.gz) = 4b8bd85a13395b4240c639b9cf804371854d5dac69158f661068bd3089a25e59 +SIZE (cabal/path-0.6.1/path-0.6.1.tar.gz) = 19167 +SHA256 (cabal/path-0.6.1/revision/1.cabal) = c3100b035e41a3a623ce09905e1d0ca7fb5b5e61f76d5e20812321253aff6115 +SIZE (cabal/path-0.6.1/revision/1.cabal) = 2423 +SHA256 (cabal/path-io-1.4.2/path-io-1.4.2.tar.gz) = 23c7f203347bc20e5649476e9b5df662a09ffbb8c1a2f3e658935845621d1d4b +SIZE (cabal/path-io-1.4.2/path-io-1.4.2.tar.gz) = 19223 +SHA256 (cabal/path-pieces-0.2.1/path-pieces-0.2.1.tar.gz) = 080bd49f53e20597ca3e5962e0c279a3422345f5b088840a30a751cd76d4a36f +SIZE (cabal/path-pieces-0.2.1/path-pieces-0.2.1.tar.gz) = 3529 +SHA256 (cabal/path-pieces-0.2.1/revision/1.cabal) = c713a8d04b3e6b89f1116c1d5fe434305031e17a9f0ad30a457a8402e1d5fc5c +SIZE (cabal/path-pieces-0.2.1/revision/1.cabal) = 1233 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/persistent-2.9.1/persistent-2.9.1.tar.gz) = 6742fd0834463489343feeeddc171124197ebcaef42141e455ed5cd4c282daac +SIZE (cabal/persistent-2.9.1/persistent-2.9.1.tar.gz) = 61454 +SHA256 (cabal/persistent-2.9.1/revision/1.cabal) = 205a146f5a90569da1b5c9e078a9e0aaf0baddef83e67d2be8ae3a751b4bcfc6 +SIZE (cabal/persistent-2.9.1/revision/1.cabal) = 4921 +SHA256 (cabal/persistent-sqlite-2.9.2/persistent-sqlite-2.9.2.tar.gz) = 0fe538410b18bb9a61832fc5c1726ed161f4eb685c399d3660c4c41f54f0b5de +SIZE (cabal/persistent-sqlite-2.9.2/persistent-sqlite-2.9.2.tar.gz) = 2169233 +SHA256 (cabal/persistent-template-2.6.0/persistent-template-2.6.0.tar.gz) = 5bfa8cbe7c25bdef33cc6d6ece1673f847c2a56860f57c69d8d2d0ecacf82173 +SIZE (cabal/persistent-template-2.6.0/persistent-template-2.6.0.tar.gz) = 21186 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7 +SIZE (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 28744 +SHA256 (cabal/project-template-0.2.0.1/project-template-0.2.0.1.tar.gz) = eb52496fa7448f5fed445525c05327b31a45282fc1d0a772c7022a9809e7c9dc +SIZE (cabal/project-template-0.2.0.1/project-template-0.2.0.1.tar.gz) = 8321 +SHA256 (cabal/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz) = fb779119d79fe08ff4d502fb6869a70c9a8d5fd8ae0959f605c3c937efd96422 +SIZE (cabal/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz) = 1843 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6 +SIZE (cabal/regex-applicative-0.3.3/regex-applicative-0.3.3.tar.gz) = 13834 +SHA256 (cabal/regex-applicative-text-0.1.0.1/regex-applicative-text-0.1.0.1.tar.gz) = b093051f80865d257da2ded8ad1b566927b01b3d2f86d41da2ffee4a26c4e2d9 +SIZE (cabal/regex-applicative-text-0.1.0.1/regex-applicative-text-0.1.0.1.tar.gz) = 3975 +SHA256 (cabal/regex-applicative-text-0.1.0.1/revision/3.cabal) = 7b2ff0d11dee3e2bdf5400230bb14684eae6846c9609911b9ccf3d9c150c21c1 +SIZE (cabal/regex-applicative-text-0.1.0.1/revision/3.cabal) = 1059 +SHA256 (cabal/resource-pool-0.2.3.2/resource-pool-0.2.3.2.tar.gz) = 8627eea2bea8824af2723646e74e2af0c73f583dd0c496c9fd242cd9d242bc12 +SIZE (cabal/resource-pool-0.2.3.2/resource-pool-0.2.3.2.tar.gz) = 6527 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/retry-0.8.0.0/retry-0.8.0.0.tar.gz) = 8e9d33c6428c3a4b4b41e07700e2aab21ea7e744c84929e4d573258b73748454 +SIZE (cabal/retry-0.8.0.0/retry-0.8.0.0.tar.gz) = 13906 +SHA256 (cabal/rio-0.1.8.0/rio-0.1.8.0.tar.gz) = a013dd04221a1a69d5f253379443b88495be305692c06f1a060f428e98dbf5e1 +SIZE (cabal/rio-0.1.8.0/rio-0.1.8.0.tar.gz) = 49778 +SHA256 (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 79c5c41e7151906969133ea21af9f7e8d25c18315886e23d0bdf6faa8b537e5c +SIZE (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 10524 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 61a8213df437ee96a20b1c6dec8b5c573e4e0f338eb2061739a67f471d6b9d05 +SIZE (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 25649 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32 +SIZE (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = 2710 +SHA256 (cabal/setenv-0.1.1.3/revision/1.cabal) = c5916ac0d2a828473cd171261328a290afe0abd799db1ac8c310682fe778c45b +SIZE (cabal/setenv-0.1.1.3/revision/1.cabal) = 1053 +SHA256 (cabal/silently-1.2.5/silently-1.2.5.tar.gz) = cef625635053a46032ca53b43d311921875a437910b6568ded17027fdca83839 +SIZE (cabal/silently-1.2.5/silently-1.2.5.tar.gz) = 3364 +SHA256 (cabal/smallcheck-1.1.5/smallcheck-1.1.5.tar.gz) = 9020e67895a57bde02d7df2c0af06a4c769eff56d48b6a830f6d803df891aea4 +SIZE (cabal/smallcheck-1.1.5/smallcheck-1.1.5.tar.gz) = 16338 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/socks-0.5.6/revision/1.cabal) = 765b6ba4996fda7bbf561a2bb7ad2a37087dfe0691a31fe2077caf4ed5f7c6a5 +SIZE (cabal/socks-0.5.6/revision/1.cabal) = 1254 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/stm-chans-3.0.0.4/stm-chans-3.0.0.4.tar.gz) = 2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738 +SIZE (cabal/stm-chans-3.0.0.4/stm-chans-3.0.0.4.tar.gz) = 9673 +SHA256 (cabal/stm-chans-3.0.0.4/revision/1.cabal) = e2eef3cea5251628f7b2ad22c24a1e5d08b83c19be4bd886ab0d7fed58ef2a6d +SIZE (cabal/stm-chans-3.0.0.4/revision/1.cabal) = 2088 +SHA256 (cabal/store-0.5.0.1/store-0.5.0.1.tar.gz) = 238e8585de3cc551a39003499b4f8ade161630ef18525b30a790a22bca39f536 +SIZE (cabal/store-0.5.0.1/store-0.5.0.1.tar.gz) = 40099 +SHA256 (cabal/store-core-0.4.4/store-core-0.4.4.tar.gz) = 5baecf8c074ff8dca4633630adc979696d7e8ee0a58e143e4d6d0f5c79f30991 +SIZE (cabal/store-core-0.4.4/store-core-0.4.4.tar.gz) = 7713 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/text-metrics-0.3.0/text-metrics-0.3.0.tar.gz) = 3874af74060e35f01702640b353ac2180d93bb5d292a204e0ee3cadd26efbfa2 +SIZE (cabal/text-metrics-0.3.0/text-metrics-0.3.0.tar.gz) = 8248 +SHA256 (cabal/text-metrics-0.3.0/revision/4.cabal) = c1cd01ada6a1b13224ea6d5d133ed0ff87a85b47b570d40a19cb949e70cfed04 +SIZE (cabal/text-metrics-0.3.0/revision/4.cabal) = 2981 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.11.0/th-abstraction-0.2.11.0.tar.gz) = 51884bcc31d825b93e6788f5731bd7234478dd4ada379816a88228ccc8e0800c +SIZE (cabal/th-abstraction-0.2.11.0/th-abstraction-0.2.11.0.tar.gz) = 30570 +SHA256 (cabal/th-expand-syns-0.4.4.0/th-expand-syns-0.4.4.0.tar.gz) = cc0f52d1364ace9ba56f51afd9106a5fe01ed3f5ae45c958c1b0f83be0a6f906 +SIZE (cabal/th-expand-syns-0.4.4.0/th-expand-syns-0.4.4.0.tar.gz) = 7572 +SHA256 (cabal/th-expand-syns-0.4.4.0/revision/1.cabal) = 89eb2dc33aa76f5a55bf4c6e2e86b7df9237b2dc42119e35fdf96c9ce1786dfd +SIZE (cabal/th-expand-syns-0.4.4.0/revision/1.cabal) = 1365 +SHA256 (cabal/th-lift-0.7.11/th-lift-0.7.11.tar.gz) = d53cd1479d3cf35c513095f3954eee539e73c55266cec5f1fa0a82d53f30238c +SIZE (cabal/th-lift-0.7.11/th-lift-0.7.11.tar.gz) = 12756 +SHA256 (cabal/th-lift-instances-0.1.11/th-lift-instances-0.1.11.tar.gz) = 1da46afabdc73c86f279a0557d5a8f9af1296f9f6043264ba354b1c9cc65a6b8 +SIZE (cabal/th-lift-instances-0.1.11/th-lift-instances-0.1.11.tar.gz) = 4477 +SHA256 (cabal/th-orphans-0.13.6/th-orphans-0.13.6.tar.gz) = 7745e6b93a73cbc0a6aa0da0a7b7377f0be4fffb4fd311e5502de199ec1dd469 +SIZE (cabal/th-orphans-0.13.6/th-orphans-0.13.6.tar.gz) = 6773 +SHA256 (cabal/th-reify-many-0.1.8/th-reify-many-0.1.8.tar.gz) = cecaae187df911de515d08929e1394d6d6f7ce129795be8189a6b10d3734fe43 +SIZE (cabal/th-reify-many-0.1.8/th-reify-many-0.1.8.tar.gz) = 5663 +SHA256 (cabal/th-utilities-0.2.1.0/th-utilities-0.2.1.0.tar.gz) = cb597eb207cdae81c24abcae106b43e6479038b6bc5e76c8861c9134c8fe83cd +SIZE (cabal/th-utilities-0.2.1.0/th-utilities-0.2.1.0.tar.gz) = 15150 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = d0c80c63fdce6a077dd8eda4f1ff289b85578703a3f1272e141d400fe23245e8 +SIZE (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = 2849 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = c9f7d138ab43ed2e11de5973b0bd771c8f5c14cc0d87d3fbd1c6980c176fa03e +SIZE (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = 718750 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 141d6e858f3c340c881d9853a38076ca09306e45a02fffc36885b9ee11cf1b5c +SIZE (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 42075 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 +SIZE (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 20859 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/stack/files/patch-ino64-support b/devel/stack/files/patch-ino64-support new file mode 100644 index 00000000000..9c6b3ae4353 --- /dev/null +++ b/devel/stack/files/patch-ino64-support @@ -0,0 +1,26 @@ +diff --git a/src/Stack/Setup.hs b/src/Stack/Setup.hs +index bd7b1d3cd..c43efaab6 100644 +--- src/Stack/Setup.hs ++++ src/Stack/Setup.hs +@@ -96,6 +96,7 @@ import System.FilePath (searchPathSeparator) + import qualified System.FilePath as FP + import System.Permissions (setFileExecutable) + import RIO.Process ++import RIO.List + import Text.Printf (printf) + + #if !WINDOWS +@@ -614,6 +615,13 @@ getGhcBuilds = do + _ -> CompilerBuildSpecialized (intercalate "-" c)) + libComponents + #if !WINDOWS ++ Platform _ Cabal.FreeBSD -> do ++ let getMajorVer = readMaybe <=< headMaybe . (splitOn ".") ++ majorVer <- getMajorVer <$> sysRelease ++ if majorVer >= Just (12 :: Int) then ++ useBuilds [CompilerBuildSpecialized "ino64"] ++ else ++ useBuilds [CompilerBuildStandard] + Platform _ Cabal.OpenBSD -> do + releaseStr <- mungeRelease <$> sysRelease + useBuilds [CompilerBuildSpecialized releaseStr] diff --git a/devel/stack/files/patch-uname b/devel/stack/files/patch-uname new file mode 100644 index 00000000000..4c42e880e62 --- /dev/null +++ b/devel/stack/files/patch-uname @@ -0,0 +1,109 @@ +--- src/Stack/Setup.hs.orig 2019-03-13 17:31:58 UTC ++++ src/Stack/Setup.hs +@@ -102,7 +102,7 @@ import RIO.List + import Text.Printf (printf) + + #if !WINDOWS +-import Bindings.Uname (uname, release) ++import System.Uname (uname, release) + import Data.List.Split (splitOn) + import Foreign.C (throwErrnoIfMinus1_, peekCString) + import Foreign.Marshal (alloca) +--- stack.cabal.orig 2018-12-02 17:59:53 UTC ++++ stack.cabal +@@ -215,6 +215,7 @@ library + Text.PrettyPrint.Leijen.Extended + System.Process.PagerEditor + System.Terminal ++ System.Uname + other-modules: + Hackage.Security.Client.Repository.HttpLib.HttpClient + hs-source-dirs: +@@ -317,6 +318,7 @@ library + else + hs-source-dirs: + src/unix/ ++ c-sources: src/unix/uname.c + default-language: Haskell2010 + autogen-modules: Paths_stack + +@@ -418,8 +420,8 @@ executable stack + build-tools: + hsc2hs + build-depends: +- bindings-uname +- , unix ++ unix ++ c-sources: src/unix/uname.c + if flag(static) + ld-options: -static -pthread + if !(flag(disable-git-info)) +--- src/unix/System/Uname.hsc.orig 2019-03-13 18:32:55 UTC ++++ src/unix/System/Uname.hsc +@@ -0,0 +1,54 @@ ++module System.Uname ++ ( Utsname ++ , uname ++ ++ , sysname ++ , nodename ++ , release ++ , version ++ , machine ++ ) ++ where ++ ++#include ++ ++import Foreign ++import Foreign.C ++ ++-- | @'uname' name@ stores nul-terminated strings of information ++-- identifying the current system info to the structure referenced ++-- by name. ++-- ++-- > import Foreign.C ++-- > import Foreign.Marshal ++-- > ++-- > sysName :: IO String ++-- > sysName = alloca $ \ ptr -> ++-- > do throwErrnoIfMinus1_ "uname" $ uname ptr ++-- > peekCString $ sysname ptr ++-- ++foreign import ccall unsafe "haskell_uname" ++ uname :: Ptr Utsname -> IO CInt ++ ++data Utsname ++ ++instance Storable Utsname where ++ sizeOf = const #size struct utsname ++ alignment = const #alignment struct utsname ++ poke = error "Storable Utsname: peek: unsupported operation" ++ peek = error "Storable Utsname: poke: unsupported operation" ++ ++sysname :: Ptr Utsname -> CString ++sysname = (#ptr struct utsname, sysname) ++ ++nodename :: Ptr Utsname -> CString ++nodename = (#ptr struct utsname, nodename) ++ ++release :: Ptr Utsname -> CString ++release = (#ptr struct utsname, release) ++ ++version :: Ptr Utsname -> CString ++version = (#ptr struct utsname, version) ++ ++machine :: Ptr Utsname -> CString ++machine = (#ptr struct utsname, machine) +diff --git a/src/unix/cbits/uname.c b/src/unix/cbits/uname.c +new file mode 100644 +index 000000000..901e025df +--- /dev/null ++++ src/unix/uname.c +@@ -0,0 +1,6 @@ ++#include ++ ++int haskell_uname(struct utsname *name) ++{ ++ return uname(name); ++} diff --git a/dns/Makefile b/dns/Makefile index 9cfc35001d3..cb6cf43c3e7 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -82,8 +82,6 @@ SUBDIR += getdns SUBDIR += hesiod SUBDIR += hostdb - SUBDIR += hs-dns - SUBDIR += hs-gnuidn SUBDIR += idnkit SUBDIR += idnkit2 SUBDIR += inadyn diff --git a/dns/hs-dns/Makefile b/dns/hs-dns/Makefile deleted file mode 100644 index d2c2e63393d..00000000000 --- a/dns/hs-dns/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dns -PORTVERSION= 3.0.2 -PORTREVISION= 2 -CATEGORIES= dns haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= DNS library in Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec auto-update base64-bytestring blaze-builder \ - conduit>=1.1 conduit-extra>=1.1 cryptonite iproute>=1.2.4 \ - mtl network>=2.3 psqueues random resourcet safe - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/dns/hs-dns/distinfo b/dns/hs-dns/distinfo deleted file mode 100644 index 2fb3f865d69..00000000000 --- a/dns/hs-dns/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524597697 -SHA256 (cabal/dns-3.0.2.tar.gz) = f1a895a136e1b5a77ca0d00ff627993ee3fd2f4bbd7db7de80717668e53172a4 -SIZE (cabal/dns-3.0.2.tar.gz) = 37022 diff --git a/dns/hs-dns/pkg-descr b/dns/hs-dns/pkg-descr deleted file mode 100644 index 18f0d6e8343..00000000000 --- a/dns/hs-dns/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A thread-safe DNS library for both clients and servers written in pure -Haskell. - -WWW: http://hackage.haskell.org/package/dns diff --git a/dns/hs-gnuidn/Makefile b/dns/hs-gnuidn/Makefile deleted file mode 100644 index a0bac7b998e..00000000000 --- a/dns/hs-gnuidn/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gnuidn -PORTVERSION= 0.2.2 -PORTREVISION= 5 -CATEGORIES= dns haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings for GNU IDN - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_C2HS= yes - -USES= pkgconfig -LIB_DEPENDS= libidn.so:dns/libidn - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/dns/hs-gnuidn/distinfo b/dns/hs-gnuidn/distinfo deleted file mode 100644 index 242a05e0b5a..00000000000 --- a/dns/hs-gnuidn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499620695 -SHA256 (cabal/gnuidn-0.2.2.tar.gz) = 61346b1f764cead5633bdc83f7dc9836b1627f484984094cdffa95dfd365b96f -SIZE (cabal/gnuidn-0.2.2.tar.gz) = 17534 diff --git a/dns/hs-gnuidn/pkg-descr b/dns/hs-gnuidn/pkg-descr deleted file mode 100644 index d8912662cbe..00000000000 --- a/dns/hs-gnuidn/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Bindings for GNU IDN. - -WWW: https://john-millikin.com/software/haskell-gnuidn/ diff --git a/editors/Makefile b/editors/Makefile index f6cd27917ec..a4d0c6535a7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -28,7 +28,6 @@ SUBDIR += dhex SUBDIR += diakonos SUBDIR += dkns - SUBDIR += dlangide SUBDIR += drjava SUBDIR += dte SUBDIR += e3 diff --git a/editors/dlangide/Makefile b/editors/dlangide/Makefile deleted file mode 100644 index 0f4a4357e0c..00000000000 --- a/editors/dlangide/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= dlangide -PORTVERSION= 0.8.12 -PORTREVISION= 2 -DISTVERSIONPREFIX= v -CATEGORIES= editors - -MAINTAINER= acm@FreeBSD.org -COMMENT= D language IDE based on DlangUI - -LICENSE= BSL - -BROKEN= does not compile with latest version of ldc -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= ldmd2:lang/ldc \ - dub:devel/dub \ - ${LOCALBASE}/lib/d/libdlangui.a:devel/dlangui \ - ${LOCALBASE}/lib/d/libdsymbol.a:devel/dsymbol \ - ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse \ - ${LOCALBASE}/lib/d/libemsi_containers.a:devel/containers \ - ${LOCALBASE}/lib/d/libmsgpack-d.a:devel/msgpack-d \ - ${LOCALBASE}/lib/d/libdlib.a:devel/dlib \ - ${LOCALBASE}/lib/d/libDerelictUtil.a:devel/derelict-util \ - ${LOCALBASE}/lib/d/libDerelictGL3.a:graphics/derelict-gl3 \ - ${LOCALBASE}/lib/d/libDerelictSDL2.a:devel/derelict-sdl2 \ - ${LOCALBASE}/lib/d/libDerelictFT.a:print/derelict-ft \ - ${LOCALBASE}/lib/d/libstdx-allocator.a:devel/stdx-allocator \ - ${LOCALBASE}/lib/d/libisfreedesktop.a:devel/isfreedesktop \ - ${LOCALBASE}/lib/d/libinilike.a:devel/inilike \ - ${LOCALBASE}/lib/d/libxdgpaths.a:devel/xdgpaths \ - ${LOCALBASE}/lib/d/libicontheme.a:devel/icontheme \ - dcd-server:devel/dcd-server - -USE_GITHUB= yes -GH_ACCOUNT= buggins - -PLIST_FILES= bin/${PORTNAME} -DUB_CMD= ${LOCALBASE}/bin/dub build --build=release - -post-patch: - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/dub.json - ${REINPLACE_CMD} -e 's|server.|dcd.server.|g' \ - -e 's|common.messages|dcd.common.messages|g' \ - ${WRKSRC}/src/dlangide/tools/d/dcdinterface.d - -do-build: - @cd ${WRKSRC} && ${DUB_CMD} --config=default - @cd ${WRKSRC} && ${DUB_CMD} --config=console - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - -.include diff --git a/editors/dlangide/distinfo b/editors/dlangide/distinfo deleted file mode 100644 index 5f5cbb897e3..00000000000 --- a/editors/dlangide/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525934043 -SHA256 (buggins-dlangide-v0.8.12_GH0.tar.gz) = 026d9189e2fdb035928a7312e9f80b9a4f11dcb8281aaebcd09be85b8dfd0bb8 -SIZE (buggins-dlangide-v0.8.12_GH0.tar.gz) = 2323290 diff --git a/editors/dlangide/files/patch-dub.json b/editors/dlangide/files/patch-dub.json deleted file mode 100644 index 2f0d8ab3d5e..00000000000 --- a/editors/dlangide/files/patch-dub.json +++ /dev/null @@ -1,20 +0,0 @@ ---- dub.json.orig 2018-05-08 03:44:57.000000000 -0500 -+++ dub.json 2018-05-10 01:35:07.457388000 -0500 -@@ -8,15 +8,10 @@ - "targetName": "dlangide", - "targetPath": "bin", - "targetType": "executable", -- -+ "libs": ["dlangui","dsymbol","dparse","dlib","dcd","emsi_containers","msgpack-d", "DerelictFT","DerelictUtil","DerelictGL3","DerelictSDL2","stdx-allocator","isfreedesktop","icontheme"], -+ "lflags":["-L%%LOCALBASE%%/lib/d","-L%%LOCALBASE%%/lib"], - "stringImportPaths": ["views"], - -- "dependencies": { -- "dlangui": "==0.9.178", -- "dsymbol": "~>0.2.9", -- "dcd": "~>0.9.1" -- }, -- - "copyFiles-windows": [ - "libs/windows/x86/mago-mi.exe" - ], diff --git a/editors/dlangide/pkg-descr b/editors/dlangide/pkg-descr deleted file mode 100644 index 23ee0a71212..00000000000 --- a/editors/dlangide/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Cross platform D language IDE written using DlangUI library. -- Uses DUB (dub.json or dub.sdl) project format -- Shows tree with project source files -- Can open and edit source files from project or file system in multi-tab editor -- Build and run project with DUB -- Build log highlight and navigation to place of error or warning by clicking on - log line (contributed by Extrawurst) -- DUB dependencies update -- DUB package configuration selection (contributed by NCrashed) -- Dependency projects are shown in workspace tree -- New project wizard -- Toolchain settings for DMD, LDC, GDC -- Project specific settings -- Basic debugger support using GDB (work in progress) -- D language source code, json, dml syntax highlight -- Indent / unindent text with Tab and Shift+Tab or Ctrl+[ and Ctrl+] -- Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/ -- D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD) -- D source code Go To Definition by Ctrl+G or F12 (using DCD) -- D source Doc comments display on mouse hover (using DCD) -- D source code Smart Indents -- Select word by mouse double click - -WWW: https://github.com/buggins/dlangide diff --git a/emulators/Makefile b/emulators/Makefile index 78c68b2d0a1..a2d92d345db 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -23,7 +23,6 @@ SUBDIR += cpmtools SUBDIR += cpmtools2 SUBDIR += darcnes - SUBDIR += desmume SUBDIR += dgen-sdl SUBDIR += dolphin-emu SUBDIR += dosbox @@ -175,8 +174,6 @@ SUBDIR += xhomer SUBDIR += xsystem35 SUBDIR += xzx - SUBDIR += yabause - SUBDIR += yape SUBDIR += zsnes .include diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile deleted file mode 100644 index b726bbbf161..00000000000 --- a/emulators/desmume/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Stefan Sperling -# $FreeBSD$ - -PORTNAME= desmume -PORTVERSION= 0.9.11 -PORTREVISION= 2 -CATEGORIES= emulators -MASTER_SITES= SF - -MAINTAINER= hardy.schumacher@gmx.de -COMMENT= Nintendo DS emulator - -LICENSE= GPLv2 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ - libSoundTouch.so:audio/soundtouch - -USE_GL= gl -USE_SDL= sdl -USE_GNOME= gtk20 intltool libglade2 -USES= autoreconf desktop-file-utils dos2unix gettext gmake pkgconfig -DOS2UNIX_FILES= src/utils/task.cpp - -GNU_CONFIGURE= yes -CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share -CONFIGURE_ARGS= --enable-glade - -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -DGTKGLEXT_AVAILABLE \ - -DHAVE_LIBGDKGLEXT_X11_1_0 -DHAVE_GL_GL_H -DHAVE_GL_GLU_H -CXXFLAGS+= ${CFLAGS} - -.include diff --git a/emulators/desmume/distinfo b/emulators/desmume/distinfo deleted file mode 100644 index 58342a09a84..00000000000 --- a/emulators/desmume/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (desmume-0.9.11.tar.gz) = 3ab34ba6cc009566245025c1dd94bf449b6a1b416d24387cb42e183c78e38896 -SIZE (desmume-0.9.11.tar.gz) = 5359305 diff --git a/emulators/desmume/files/patch-src_gtk_glx_3Demu.cpp b/emulators/desmume/files/patch-src_gtk_glx_3Demu.cpp deleted file mode 100644 index 48f770e8d5b..00000000000 --- a/emulators/desmume/files/patch-src_gtk_glx_3Demu.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/gtk/glx_3Demu.cpp.orig 2013-11-28 01:36:53.712615000 +0100 -+++ src/gtk/glx_3Demu.cpp 2013-12-14 20:08:01.000000000 +0100 -@@ -41,11 +41,7 @@ - glXDestroyContext(dpy, ctx); - - XCloseDisplay(dpy); -- -- return true; - } -- -- return false; - } - - int init_glx_3Demu(void) diff --git a/emulators/desmume/files/patch-src_utils_task.cpp b/emulators/desmume/files/patch-src_utils_task.cpp deleted file mode 100644 index f206b4098a4..00000000000 --- a/emulators/desmume/files/patch-src_utils_task.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/utils/task.cpp.orig 2015-10-30 09:34:37 UTC -+++ src/utils/task.cpp -@@ -23,9 +23,9 @@ - #include - #else - #include --#if defined HOST_LINUX -+#if defined HOST_LINUX || defined HOST_BSD - #include --#elif defined HOST_BSD || defined HOST_DARWIN -+#elif defined HOST_DARWIN - #include - #endif - #endif // HOST_WINDOWS -@@ -37,9 +37,9 @@ int getOnlineCores (void) - SYSTEM_INFO sysinfo; - GetSystemInfo(&sysinfo); - return sysinfo.dwNumberOfProcessors; --#elif defined HOST_LINUX -+#elif defined HOST_LINUX || defined HOST_BSD - return sysconf(_SC_NPROCESSORS_ONLN); --#elif defined HOST_BSD || defined HOST_DARWIN -+#elif defined HOST_DARWIN - int cores; - int mib[4] = { CTL_HW, HW_NCPU, 0, 0 }; - size_t len = sizeof(cores); //don't make this const, i guess sysctl can't take a const * diff --git a/emulators/desmume/pkg-descr b/emulators/desmume/pkg-descr deleted file mode 100644 index de1d089021a..00000000000 --- a/emulators/desmume/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -DeSmuME is a Nintendo DS emulator. - -It supports many homebrew nds rom demos as well as a handful -of wireless multiboot demo nds roms. It also runs DSLinux, -the port of Linux to the Nintendo DS - -WWW: http://desmume.sourceforge.net/ diff --git a/emulators/desmume/pkg-plist b/emulators/desmume/pkg-plist deleted file mode 100644 index 8dd0459cf12..00000000000 --- a/emulators/desmume/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/desmume -bin/desmume-cli -bin/desmume-glade -man/man1/desmume-cli.1.gz -man/man1/desmume-glade.1.gz -man/man1/desmume.1.gz -share/applications/desmume-glade.desktop -share/applications/desmume.desktop -%%DATADIR%%/glade/DeSmuME.xpm -%%DATADIR%%/glade/DeSmuMe.glade -%%DATADIR%%/glade/DeSmuMe_Dtools.glade -share/locale/es/LC_MESSAGES/desmume.mo -share/locale/fr/LC_MESSAGES/desmume.mo -share/locale/nb/LC_MESSAGES/desmume.mo -share/locale/pt_BR/LC_MESSAGES/desmume.mo -share/locale/sv/LC_MESSAGES/desmume.mo -share/locale/zh_CN/LC_MESSAGES/desmume.mo -share/locale/zh_TW/LC_MESSAGES/desmume.mo -share/pixmaps/DeSmuME.xpm diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile deleted file mode 100644 index d1ef9d3cb88..00000000000 --- a/emulators/yabause/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= yabause -PORTVERSION= 0.9.14 -PORTREVISION= 3 -CATEGORIES= emulators -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sega Saturn system emulator - -LICENSE= GPLv2+ - -USES= cmake dos2unix openal:soft pkgconfig -DOS2UNIX_FILES= src/qt/YabauseThread.cpp src/core.h -USE_XORG= xmu xrandr -USE_GL= gl glu glut - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -LLD_UNSAFE= yes - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= SDL2 -OPTIONS_SINGLE= GUI -OPTIONS_SINGLE_GUI= GTK2 QT5 -OPTIONS_DEFAULT= QT5 - -GTK2_LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -GTK2_USE= gnome=gtk20 -GTK2_CMAKE_ON= -DYAB_PORTS:STRING=gtk -GTK2_CMAKE_OFF= -DYAB_PORTS:STRING=qt -QT5_USES= qt:5 -QT5_USE= qt=core,gui,opengl \ - qt=buildtools_build,qmake_build -SDL2_DESC= SDL2 libraries support -SDL2_USE= sdl=sdl2 -SDL2_USE_OFF= sdl=sdl - -.include - -.if ${PORT_OPTIONS:MQT5} -BROKEN= does not compile -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 -.endif - -post-patch: -.if empty(PORT_OPTIONS:MSDL2) - @${REINPLACE_CMD} -e \ - 's|SDL2 |SDL | ; \ - s|SDL2_|SDL_|' ${WRKSRC}/src/CMakeLists.txt -.endif - -.include diff --git a/emulators/yabause/distinfo b/emulators/yabause/distinfo deleted file mode 100644 index 36bc57f064c..00000000000 --- a/emulators/yabause/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yabause-0.9.14.tar.gz) = 75e6320873ef6f8ec956568bff5a8f3b67500bdf52a7e0aa88e0a554b2dd775a -SIZE (yabause-0.9.14.tar.gz) = 1662762 diff --git a/emulators/yabause/files/patch-src__CMakeLists.txt b/emulators/yabause/files/patch-src__CMakeLists.txt deleted file mode 100644 index e7135dd8ba8..00000000000 --- a/emulators/yabause/files/patch-src__CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ ---- src/CMakeLists.txt.orig -+++ src/CMakeLists.txt -@@ -88,6 +88,12 @@ - add_definitions(-DHAVE_BUILTIN_BSWAP16=1) - endif() - -+# __builtin_bswap32 -+check_function_exists(__builtin_bswap32 BSWAP32_OK) -+if (BSWAP32_OK) -+ add_definitions(-DHAVE_BUILTIN_BSWAP32=1) -+endif() -+ - # sys/time.h - check_include_file("sys/time.h" SYSTIME_OK) - if (SYSTIME_OK) -@@ -527,7 +533,7 @@ - set(YAB_PORT_BUILT TRUE PARENT_SCOPE) - endmacro(yab_port_success) - --set(YAB_MAN_DIR "share/man") -+set(YAB_MAN_DIR "man") - if (NOT $ENV{PKGMANDIR} STREQUAL "") - set(YAB_MAN_DIR $ENV{PKGMANDIR}) - endif () diff --git a/emulators/yabause/files/patch-src__core.h b/emulators/yabause/files/patch-src__core.h deleted file mode 100644 index fd63e919d7c..00000000000 --- a/emulators/yabause/files/patch-src__core.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/core.h.orig -+++ src/core.h -@@ -252,8 +252,10 @@ - # define BSWAP16(x) ((__builtin_bswap16((x) >> 16) << 16) | __builtin_bswap16((x))) - # define BSWAP16L(x) (__builtin_bswap16((x))) - #endif -+#ifdef HAVE_BUILTIN_BSWAP32 - # define BSWAP32(x) (__builtin_bswap32((x))) - #endif -+#endif - - #ifdef _MSC_VER - # define BSWAP16(x) ((_byteswap_ushort((x) >> 16) << 16) | _byteswap_ushort((x))) diff --git a/emulators/yabause/files/patch-src__qt__YabauseThread.cpp b/emulators/yabause/files/patch-src__qt__YabauseThread.cpp deleted file mode 100644 index d686cbc3cec..00000000000 --- a/emulators/yabause/files/patch-src__qt__YabauseThread.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/qt/YabauseThread.cpp.orig -+++ src/qt/YabauseThread.cpp -@@ -18,6 +18,9 @@ - along with Yabause; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - */ -+ -+#include -+ - #include "YabauseThread.h" - #include "Settings.h" - #include "VolatileSettings.h" diff --git a/emulators/yabause/files/pkg-message.in b/emulators/yabause/files/pkg-message.in deleted file mode 100644 index 7a08cab984e..00000000000 --- a/emulators/yabause/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ -############################################################################### - -Yabause sega saturn system emulator was installed - -1) You need to manually download Sega Saturn bios. It's available at: - - - http://www.theoldcomputer.com/Libarary's/Emulation/BIOS_Roms/saturn.zip - - Please keep in mind that the SEGA SATURN BIOS is copyrighted software. - -2) Run yabause - - # yabause - -3) Go to Yabause/Preferences and configure it.(bios/cdrom/iso, video/audio, - memory, keyboard) -4) Press run -5) Enjoy it :) - -############################################################################### diff --git a/emulators/yabause/pkg-descr b/emulators/yabause/pkg-descr deleted file mode 100644 index bc47f5a6cbf..00000000000 --- a/emulators/yabause/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Yabause is a Sega Saturn emulator. It is written in C using the SDL and -OpenGL libraries with support for cdrom and iso files. - -WWW: http://yabause.sourceforge.net/ diff --git a/emulators/yabause/pkg-plist b/emulators/yabause/pkg-plist deleted file mode 100644 index fc8efef5afc..00000000000 --- a/emulators/yabause/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/yabause -man/man1/yabause.1.gz -share/applications/yabause.desktop -share/pixmaps/yabause.png -%%DATADIR%%/yts/ar.yts -%%DATADIR%%/yts/de.yts -%%DATADIR%%/yts/es.yts -%%DATADIR%%/yts/fr.yts -%%DATADIR%%/yts/it.yts -%%DATADIR%%/yts/lt.yts -%%DATADIR%%/yts/nl.yts -%%DATADIR%%/yts/pt.yts -%%DATADIR%%/yts/pt_BR.yts -%%DATADIR%%/yts/ru.yts -%%DATADIR%%/yts/sv.yts -%%DATADIR%%/yts/zh_CN.yts -%%DATADIR%%/yts/zh_TW.yts diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile deleted file mode 100644 index 67dbfaa9bdb..00000000000 --- a/emulators/yape/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Janos.Mohacsi@bsd.hu -# $FreeBSD$ - -PORTNAME= yape -PORTVERSION= 0.32.5 -PORTREVISION= 3 -CATEGORIES= emulators -MASTER_SITES= http://yape.homeserver.hu/download/ -DISTNAME= ${PORTNAME}SDL-${PORTVERSION} - -MAINTAINER= jmohacsi@bsd.hu -COMMENT= Yet Another Commodore +4 Emulator - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USE_SDL= sdl -USES= compiler:features gmake -NO_WRKSUBDIR= yes -ALL_TARGET= yape - -PLIST_FILES= bin/yape -PORTDOCS= README.SDL - -OPTIONS_DEFINE= DOCS - -.include - -post-extract: - @${FIND} -E ${WRKSRC} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \ - ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' - @${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' ${WRKSRC}/Makefile - -post-patch: -.if ${COMPILER_TYPE} == clang - @${REINPLACE_CMD} -e "s|-frerun-loop-opt||" ${WRKSRC}/Makefile -.endif - @${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|" ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e "s|TAP::TAP|TAP|" ${WRKSRC}/tape.h - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/yape ${STAGEDIR}${PREFIX}/bin - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.SDL ${STAGEDIR}${DOCSDIR} - -.include diff --git a/emulators/yape/distinfo b/emulators/yape/distinfo deleted file mode 100644 index 07c6d2c6ac8..00000000000 --- a/emulators/yape/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (yapeSDL-0.32.5.tar.gz) = 2944a42ac8beb1735f839e82f57d94e9dbd1a0b33e64891c88d1374e4d953830 -SIZE (yapeSDL-0.32.5.tar.gz) = 135478 diff --git a/emulators/yape/files/patch-Makefile b/emulators/yape/files/patch-Makefile deleted file mode 100644 index 097dffc953d..00000000000 --- a/emulators/yape/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig -+++ Makefile -@@ -23,8 +23,8 @@ - hasnoheader = main.h dos.h - sourcefiles = $(filter-out $(hasnoheader),$(allfiles)) device.h mem.h roms.h types.h - --CC = g++ --cflags = -O3 -finline -frerun-loop-opt -Winline -fomit-frame-pointer `sdl-config --cflags` -+CC = $(CXX) -+cflags = $(CFLAGS) -finline -frerun-loop-opt -Winline -fomit-frame-pointer `sdl-config --cflags` - libs = `sdl-config --libs` - - #SDL_CFLAGS := $(shell sdl-config --cflags) -@@ -72,6 +72,9 @@ - prg.o : prg.cpp prg.h - $(CC) $(cflags) -c $< - -+serial.o : serial.cpp serial.h -+ $(CC) $(cflags) -c $< -+ - sound.o : sound.cpp sound.h - $(CC) $(cflags) -c $< - diff --git a/emulators/yape/files/patch-README.SDL b/emulators/yape/files/patch-README.SDL deleted file mode 100644 index 812c1885193..00000000000 --- a/emulators/yape/files/patch-README.SDL +++ /dev/null @@ -1,11 +0,0 @@ ---- README.SDL.orig -+++ README.SDL -@@ -80,7 +80,7 @@ - LALT + W : toggle between unlimited speed and 50 Hz frame rate (original speed) - - Internal disk LOAD/SAVE operations are supported to the current -- file system directory, which is usually '/home//yape'. -+ file system directory, which is usually '/home//.yape'. - Any PRG files you may wish to load, should go there, although you can browse the directory tree - from the user interface, too. - diff --git a/emulators/yape/files/patch-archdep.cpp b/emulators/yape/files/patch-archdep.cpp deleted file mode 100644 index be12ad264c2..00000000000 --- a/emulators/yape/files/patch-archdep.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- archdep.cpp.orig -+++ archdep.cpp -@@ -75,7 +75,7 @@ - int ad_makedirs(char *path) - { - strcpy(temp,path); -- strcat(temp, "/yape"); -+ strcat(temp, "/.yape"); - CreateDirectory(temp, NULL); - - return 1; -@@ -296,7 +296,7 @@ - // Possible buffer overflow fixed. - strncpy(temp, path, 512); - if (strlen(temp) > 506) return 0; -- strcat(temp, "/yape"); -+ strcat(temp, "/.yape"); - mkdir(temp, 0777); - - return 1; -@@ -307,7 +307,7 @@ - // Possible buffer overflow fixed. - strncpy(temp, tmpchr, 512); - if (strlen(temp) > 496) return NULL; -- strcat( temp, "/yape/yape.conf"); -+ strcat( temp, "/.yape/yape.conf"); - return temp; - } - diff --git a/emulators/yape/files/patch-interface.cpp b/emulators/yape/files/patch-interface.cpp deleted file mode 100644 index a8c26767a68..00000000000 --- a/emulators/yape/files/patch-interface.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- interface.cpp.orig -+++ interface.cpp -@@ -10,7 +10,7 @@ - (c) 2000, 2001 Attila Grósz - */ - --#include "SDL/SDL.h" -+#include "SDL.h" - #include "tedmem.h" - #include "interface.h" - #include "archdep.h" diff --git a/emulators/yape/files/patch-serial.h b/emulators/yape/files/patch-serial.h deleted file mode 100644 index e8735bf0c0c..00000000000 --- a/emulators/yape/files/patch-serial.h +++ /dev/null @@ -1,11 +0,0 @@ ---- serial.h.orig -+++ serial.h -@@ -1,7 +1,7 @@ - #ifndef _SERIAL_H - #define _SERIAL_H - --#include "SDL/SDL.h" -+#include "SDL.h" - - class CSerial { - diff --git a/emulators/yape/files/patch-sound.h b/emulators/yape/files/patch-sound.h deleted file mode 100644 index b8548464d75..00000000000 --- a/emulators/yape/files/patch-sound.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sound.h.orig -+++ sound.h -@@ -1,7 +1,7 @@ - #ifndef _SOUND_H - #define _SOUND_H - --#include -+#include - #include "types.h" - - extern void init_audio(unsigned int sampleFrq = 48000); diff --git a/emulators/yape/pkg-descr b/emulators/yape/pkg-descr deleted file mode 100644 index 06297da4133..00000000000 --- a/emulators/yape/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Yet Another Commodore +4 Emulator - -Yape features: - - - full, cycle exact MOS 7501 CPU emulation - - almost full TED 7360 chip emulation - - full ROM banking - - almost full tape emulation - - joystick emulation via cursor keys - - color palette based on original Commodore specs - - PRG and TAP file format support - - fake disk LOAD/SAVE to the file system - -WWW: http://yape.plus4.net/ -Janos Mohacsi diff --git a/ftp/Makefile b/ftp/Makefile index 557be6bb5c6..afb8fd77421 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -31,7 +31,6 @@ SUBDIR += gnustep-ftp SUBDIR += gstreamer1-plugins-curl SUBDIR += horde-gollem - SUBDIR += hs-curl SUBDIR += hsftp SUBDIR += jftp SUBDIR += jftpgw diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile deleted file mode 100644 index ce4994fb914..00000000000 --- a/ftp/hs-curl/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= curl -PORTVERSION= 1.3.8 -PORTREVISION= 15 -CATEGORIES= ftp haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell binding to libcurl - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -LIB_DEPENDS= libcurl.so:ftp/curl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/ftp/hs-curl/distinfo b/ftp/hs-curl/distinfo deleted file mode 100644 index 707fe0d5b88..00000000000 --- a/ftp/hs-curl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cabal/curl-1.3.8.tar.gz) = 9087c936bfcdb865bad3166baa3f12bf37acf076fa76010e3b5f82a1d485446e -SIZE (cabal/curl-1.3.8.tar.gz) = 47704 diff --git a/ftp/hs-curl/pkg-descr b/ftp/hs-curl/pkg-descr deleted file mode 100644 index 2e1d74feeab..00000000000 --- a/ftp/hs-curl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -libcurl is a client-side URL transfer library, supporting FTP, FTPS, -HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. -libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, -HTTP form based upload, proxies, cookies, user+password authentication -(Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http -proxy tunneling and more! This package provides a Haskell binding to -libcurl. - -WWW: http://hackage.haskell.org/package/curl diff --git a/games/Makefile b/games/Makefile index 4ae08d14013..952970642ac 100644 --- a/games/Makefile +++ b/games/Makefile @@ -52,7 +52,6 @@ SUBDIR += apricots SUBDIR += aquaria SUBDIR += arkanoidsb - SUBDIR += armagetron SUBDIR += arx-libertatis SUBDIR += asc SUBDIR += ascii-invaders @@ -109,7 +108,6 @@ SUBDIR += bombherman SUBDIR += bombz SUBDIR += bomns - SUBDIR += boswars SUBDIR += bouncy SUBDIR += bovo SUBDIR += braincurses @@ -145,9 +143,7 @@ SUBDIR += catesc SUBDIR += cave9 SUBDIR += cavezofphear - SUBDIR += ceferino SUBDIR += cgoban - SUBDIR += chanta SUBDIR += chapping SUBDIR += chessx SUBDIR += childsplay @@ -192,7 +188,6 @@ SUBDIR += cutemaze SUBDIR += cuyo SUBDIR += d2x - SUBDIR += d2x-xl SUBDIR += dangen SUBDIR += dangerdeep SUBDIR += dangerdeep-data @@ -216,7 +211,6 @@ SUBDIR += doom-wolfendoom SUBDIR += doomlegacy SUBDIR += doomsday - SUBDIR += drcreep SUBDIR += drm SUBDIR += duckmaze SUBDIR += duel @@ -311,7 +305,6 @@ SUBDIR += fretsonfire SUBDIR += fretsonfire-data SUBDIR += frikqcc - SUBDIR += frobtads SUBDIR += frogatto SUBDIR += frotz SUBDIR += frozen-bubble @@ -396,6 +389,7 @@ SUBDIR += gzdoom SUBDIR += hangman SUBDIR += hedgewars + SUBDIR += hedgewars-server SUBDIR += help_hannahs_horse SUBDIR += heretic SUBDIR += heroes @@ -713,7 +707,6 @@ SUBDIR += p5-Games-Tournament-RoundRobin SUBDIR += pachi SUBDIR += pacmanarena - SUBDIR += paintown SUBDIR += palapeli SUBDIR += palomino SUBDIR += pangzero @@ -768,7 +761,6 @@ SUBDIR += pycadia SUBDIR += pydance SUBDIR += pyfa - SUBDIR += pykawari SUBDIR += pysolfc SUBDIR += pyspacewar SUBDIR += pysycache @@ -912,7 +904,6 @@ SUBDIR += starlanes SUBDIR += steelstorm SUBDIR += stendhal - SUBDIR += stepmania-devel SUBDIR += stockfish SUBDIR += stonesoup SUBDIR += stonesoup-sdl @@ -949,7 +940,6 @@ SUBDIR += thegrind SUBDIR += thudboard SUBDIR += tileworld - SUBDIR += tinymux SUBDIR += tkmoo SUBDIR += tomatoes SUBDIR += tome4 @@ -1016,14 +1006,10 @@ SUBDIR += vodovod SUBDIR += volleyball SUBDIR += vor - SUBDIR += voxelands - SUBDIR += voxelands-server SUBDIR += vultures-eye SUBDIR += wanderer SUBDIR += wargus SUBDIR += warmux - SUBDIR += warsow - SUBDIR += warsow-data SUBDIR += warzone2100 SUBDIR += wesnoth SUBDIR += whichwayisup diff --git a/games/armagetron/Makefile b/games/armagetron/Makefile deleted file mode 100644 index 7ffd3e93c38..00000000000 --- a/games/armagetron/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: Maxime Henrion -# $FreeBSD$ - -PORTNAME= armagetron -PORTVERSION= 0.2.8.3.3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/ -DISTNAME= armagetronad-${PORTVERSION} -EXTRACT_SUFX= .src.tar.bz2 - -MAINTAINER= ianthetechie@gmail.com -COMMENT= Multiplayer networked Tron clone in 3D - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= network/nNetObject.cpp:1533:46: error: ordered comparison between pointer and zero ('const nSocket *' and 'int') -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USES= gmake jpeg -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-etc --disable-initscripts -CXXFLAGS+= ${CFLAGS} -I${LOCALBASE}/include - -BUILD_DEPENDS+= bash:shells/bash -LIB_DEPENDS+= libpng.so:graphics/png \ - libxml2.so:textproc/libxml2 - -OPTIONS_DEFINE= MUSIC ARMA_SERVER_ONLY -MUSIC_DESC= Compile in support for background music -ARMA_SERVER_ONLY_DESC= Build dedicated server only - -OPTIONS_DEFAULT= MUSIC - -.include - -.if ${PORT_OPTIONS:MARMA_SERVER_ONLY} -CONFIGURE_ARGS+= --disable-glout -PLIST_SUB+= CLIENT="@comment " SERVER="" SUFFIX="-dedicated" -PKGNAMESUFFX= -dedicated -.else -USE_GL= gl -USE_SDL= sdl image -CXXFLAGS+= `${SDL_CONFIG} --cflags` -PLIST_SUB+= CLIENT="" SERVER="@comment " SUFFIX="" -.if ${PORT_OPTIONS:MMUSIC} -USE_SDL+= mixer -CONFIGURE_ARGS+=--enable-music -.endif -.endif - -# This script isn't needed and only causes install problems -CONFIGURE_ARGS+=--disable-uninstall - -post-patch: - @${REINPLACE_CMD} -e 's|sdl11-config|${SDL_CONFIG}|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC}/batch -type f -exec ${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|g' {} \+ - @${REINPLACE_CMD} -e 's|^INSTALL=.*$$|INSTALL=${DATADIR}|g' \ - ${WRKSRC}/batch/*.in - @${FIND} ${WRKSRC}/batch -name '*.bak' -o -name '*.orig' -delete - -.include diff --git a/games/armagetron/distinfo b/games/armagetron/distinfo deleted file mode 100644 index e36013abf1c..00000000000 --- a/games/armagetron/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (armagetronad-0.2.8.3.3.src.tar.bz2) = ddf2d781b134392e9667f17e0319ae2117c20e6eb7738e3cacd701f3608ea5e8 -SIZE (armagetronad-0.2.8.3.3.src.tar.bz2) = 1857868 diff --git a/games/armagetron/pkg-descr b/games/armagetron/pkg-descr deleted file mode 100644 index 3eca342f34c..00000000000 --- a/games/armagetron/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -"A Tron clone in 3D" -This has been the tagline of Armagetron, since, well, a very long time, and is -probably the shortest and most accurate description possible. Tron was an -arcade game based on the movie of the same name, release by Disney in 1982. The -original game consisted of 4 sub-games, the only one of concern is the 'Light -Cycles' one, in which the player uses a left/right joystick to control a 'Light -Cycle' which leaves a wall behind it wherever the cycle it goes, turning only -at 90 degree angles (well, on most servers anyways). The player must then force -his opponents to crash into their wall while avoiding his opponents walls. -Those were the humble beginnings of Armagetron Advanced's game play, which has -now blossomed into 16 player mayhem, with highly advanced AI, network game -play, and of course all in a 3D environment. - -WWW: http://armagetronad.net/ diff --git a/games/armagetron/pkg-plist b/games/armagetron/pkg-plist deleted file mode 100644 index 3afb578a9dd..00000000000 --- a/games/armagetron/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -bin/armagetronad%%SUFFIX%% -etc/games/armagetronad%%SUFFIX%%/aiplayers.cfg -etc/games/armagetronad%%SUFFIX%%/default.cfg -etc/games/armagetronad%%SUFFIX%%/examples/breakfast_in_hell.cfg -etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_complete.cfg -etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_physics.cfg -etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_politics.cfg -etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/fortress_scoring.cfg -etc/games/armagetronad%%SUFFIX%%/examples/cvs_test/sumo_complete.cfg -etc/games/armagetronad%%SUFFIX%%/examples/death_zone.cfg -etc/games/armagetronad%%SUFFIX%%/examples/fortress_soccer.cfg -etc/games/armagetronad%%SUFFIX%%/examples/single_use_turbo.cfg -etc/games/armagetronad%%SUFFIX%%/examples/teamsumo.cfg -etc/games/armagetronad%%SUFFIX%%/master.srv -etc/games/armagetronad%%SUFFIX%%/rc.config -etc/games/armagetronad%%SUFFIX%%/settings.cfg -etc/games/armagetronad%%SUFFIX%%/settings_authentication.cfg -etc/games/armagetronad%%SUFFIX%%/settings_dedicated.cfg -etc/games/armagetronad%%SUFFIX%%/settings_visual.cfg -etc/games/armagetronad%%SUFFIX%%/subcultures.srv -share/doc/games/armagetronad%%SUFFIX%%/html/bugs.html -share/doc/games/armagetronad%%SUFFIX%%/html/changelog.html -share/doc/games/armagetronad%%SUFFIX%%/html/commands.html -share/doc/games/armagetronad%%SUFFIX%%/html/compile.html -share/doc/games/armagetronad%%SUFFIX%%/html/config.html -share/doc/games/armagetronad%%SUFFIX%%/html/faq.html -share/doc/games/armagetronad%%SUFFIX%%/html/index.html -share/doc/games/armagetronad%%SUFFIX%%/html/install_linux.html -share/doc/games/armagetronad%%SUFFIX%%/html/install_macosx.html -share/doc/games/armagetronad%%SUFFIX%%/html/install_result.html -share/doc/games/armagetronad%%SUFFIX%%/html/install_windows.html -share/doc/games/armagetronad%%SUFFIX%%/html/net/index.html -share/doc/games/armagetronad%%SUFFIX%%/html/net/lower.html -share/doc/games/armagetronad%%SUFFIX%%/html/net/middle.html -share/doc/games/armagetronad%%SUFFIX%%/html/net/upper.html -share/doc/games/armagetronad%%SUFFIX%%/html/network.html -share/doc/games/armagetronad%%SUFFIX%%/html/readme_macosx.html -share/doc/games/armagetronad%%SUFFIX%%/html/todo.html -share/doc/games/armagetronad%%SUFFIX%%/html/versions.html -share/games/armagetronad%%SUFFIX%%/desktop/armagetronad.desktop -share/games/armagetronad%%SUFFIX%%/desktop/icons/large/armagetronad.png -share/games/armagetronad%%SUFFIX%%/desktop/icons/medium/armagetronad.png -share/games/armagetronad%%SUFFIX%%/desktop/icons/small/armagetronad.png -share/games/armagetronad%%SUFFIX%%/language/american.txt -share/games/armagetronad%%SUFFIX%%/language/british.txt -share/games/armagetronad%%SUFFIX%%/language/deutsch.txt -share/games/armagetronad%%SUFFIX%%/language/english_base.txt -share/games/armagetronad%%SUFFIX%%/language/english_base_notranslate.txt -share/games/armagetronad%%SUFFIX%%/language/french.txt -share/games/armagetronad%%SUFFIX%%/language/languages.txt -share/games/armagetronad%%SUFFIX%%/language/languages.txt.in -share/games/armagetronad%%SUFFIX%%/language/polish.txt -share/games/armagetronad%%SUFFIX%%/language/polish_transliterated.txt -share/games/armagetronad%%SUFFIX%%/language/spanish.txt -share/games/armagetronad%%SUFFIX%%/language/update.py -%%CLIENT%%share/games/armagetronad/models/cycle_body.mod -%%CLIENT%%share/games/armagetronad/models/cycle_front.mod -%%CLIENT%%share/games/armagetronad/models/cycle_rear.mod -share/games/armagetronad%%SUFFIX%%/resource/included/AATeam/map-0.2.8.0.dtd -share/games/armagetronad%%SUFFIX%%/resource/included/AATeam/map-0.2.8.0_rc4.dtd -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/README -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/README -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/40-gon-0.2.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/README -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/diamond-1.0.2.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Anonymous/polygon/regular/square-1.0.1.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Your_mom/clever/inaktek-0.7.2.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Your_mom/clever/repeat-0.3.2.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/for_old_clients-0.1.0.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/fourfold_for_old_clients-0.1.0.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/sumo_4x4-0.1.1.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/sumo_8x2-0.1.0.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/Z-Man/fortress/zonetest-0.1.0.aamap.xml -share/games/armagetronad%%SUFFIX%%/resource/included/map-0.1-exp.dtd -share/games/armagetronad%%SUFFIX%%/resource/included/map-0.1.dtd -share/games/armagetronad%%SUFFIX%%/resource/included/map-0.2.8_beta3.dtd -%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_config -%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_server -%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/rcd_startstop -share/games/armagetronad%%SUFFIX%%/scripts/relocate -%%SERVER%%share/games/armagetronad%%SUFFIX%%/scripts/serverstarter -share/games/armagetronad%%SUFFIX%%/scripts/sysinstall -%%CLIENT%%share/games/armagetronad/sound/cyclrun.wav -%%CLIENT%%share/games/armagetronad/sound/expl.wav -%%CLIENT%%share/games/armagetronad/textures/KGN_logo.png -%%CLIENT%%share/games/armagetronad/textures/cycle_body.png -%%CLIENT%%share/games/armagetronad/textures/cycle_wheel.png -%%CLIENT%%share/games/armagetronad/textures/dir_wall.png -%%CLIENT%%share/games/armagetronad/textures/floor.png -%%CLIENT%%share/games/armagetronad/textures/floor_a.png -%%CLIENT%%share/games/armagetronad/textures/floor_b.png -%%CLIENT%%share/games/armagetronad/textures/font.png -%%CLIENT%%share/games/armagetronad/textures/font_extra.png -%%CLIENT%%share/games/armagetronad/textures/font_s.png -%%CLIENT%%share/games/armagetronad/textures/icon.png -%%CLIENT%%share/games/armagetronad/textures/rim_wall.png -%%CLIENT%%share/games/armagetronad/textures/shadow.png -%%CLIENT%%share/games/armagetronad/textures/sky.png -%%CLIENT%%share/games/armagetronad/textures/title.jpg diff --git a/games/boswars/Makefile b/games/boswars/Makefile deleted file mode 100644 index 6c72169e3b2..00000000000 --- a/games/boswars/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: Alejandro Pulver -# $FreeBSD$ - -PORTNAME= boswars -PORTVERSION= 2.6.1 -PORTREVISION= 10 -CATEGORIES= games -MASTER_SITES= http://www.boswars.org/dist/releases/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= martin@arp242.net -COMMENT= Futuristic real-time strategy game - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpng.so:graphics/png \ - libtheora.so:multimedia/libtheora \ - libvorbis.so:audio/libvorbis - -USES= lua:51 scons shebangfix -SHEBANG_FILES= languages/updatepo.sh -USE_SDL= sdl -USE_GL= yes -MAKE_ARGS+= opengl=1 -CPPPATH= ${LOCALBASE}/include ${LUA_INCDIR} -LIBPATH= ${LOCALBASE}/lib ${LUA_LIBDIR} -CFLAGS+= -DSTRATAGUS_LIB_PATH='"\"${DATADIR}\""' - -DESKTOP_ENTRIES= "Bos Wars" "${COMMENT}" "" \ - "boswars" "Game;StrategyGame;" false - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e '\ - s|/usr/local|${LOCALBASE}|g; \ - s|lua51|lua-${LUA_VER}|g;' \ - ${WRKSRC}/SConstruct - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} -.for f in campaigns graphics intro languages maps patches scripts sounds units - ${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} -.endfor - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -.include diff --git a/games/boswars/distinfo b/games/boswars/distinfo deleted file mode 100644 index 59986c2266c..00000000000 --- a/games/boswars/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (boswars-2.6.1-src.tar.gz) = 6003307692bde9913f6b5c227bf351e43e33d44ffaab198f0d0677e8fef86315 -SIZE (boswars-2.6.1-src.tar.gz) = 64708620 diff --git a/games/boswars/files/patch-SConstruct b/games/boswars/files/patch-SConstruct deleted file mode 100644 index 4580ff0feb4..00000000000 --- a/games/boswars/files/patch-SConstruct +++ /dev/null @@ -1,43 +0,0 @@ ---- SConstruct.orig 2011-11-11 23:38:26.000000000 +0100 -+++ SConstruct 2011-11-11 23:38:53.000000000 +0100 -@@ -49,8 +49,10 @@ - - - opts = DefineOptions("build_options.py", ARGUMENTS) --env = Environment(ENV = {'PATH':os.environ['PATH']}) # for an unknown reason Environment(options=opts) doesnt work well --opts.Update(env) # Needed as Environment(options=opts) doesnt seem to work -+env = Environment(ENV = os.environ, options = opts) -+env['CCFLAGS'] = Split(ccflags) + Split(env['CCFLAGS']) -+env['CPPPATH'] = Split(env['CPPPATH']) -+env['LIBPATH'] = Split(env['LIBPATH']) - Help(opts.GenerateHelpText(env)) - mingw = env.Clone() - optionsChanged = True -@@ -144,6 +146,10 @@ - 'LIBS': ['GL'], - 'LIBPATH': ['/usr/lib', '/usr/X11R6/lib'], - 'CPPPATH': ['/usr/include']} -+ opengl['freebsd'] = { -+ 'LIBS': ['GL'], -+ 'LIBPATH': ['/usr/local/lib'], -+ 'CPPPATH': ['/usr/local/include']} - opengl['cygwin'] = { - 'LIBS': ['opengl3']} - opengl['darwin'] = { -@@ -155,6 +161,8 @@ - else: - if sys.platform[:5] == 'linux': - platform = 'linux' -+ if sys.platform[:7] == 'freebsd': -+ platform = 'freebsd' - glconfig = opengl.get(platform, {}) - for key in glconfig: - if key != 'LIBS': -@@ -265,7 +273,6 @@ - - # define the different build environments (variants) - release = env.Clone() --release.Append(CCFLAGS = Split('-O2 -pipe -fomit-frame-pointer -fexpensive-optimizations -ffast-math')) - - if mingw['extrapath']: - mingw.Tool('crossmingw', toolpath = ['tools/scons/']) diff --git a/games/boswars/pkg-descr b/games/boswars/pkg-descr deleted file mode 100644 index 6f78adcb2d5..00000000000 --- a/games/boswars/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Bos Wars is a futuristic real time strategy game (RTS). In a RTS game, the -player has to combat his enemies while developing his war economy. Everything -runs in real-time, as opposed to turn-based games where the player always -has to wait for his turn. The trick is to balance the effort put into -building his economy and building an army to defend and attack the enemies. - -Bos Wars has a dynamic rate based economy. Energy is produced by power -plants and magma gets pumped from hot spots. Buildings and mobile units -are also built at a continuous rate. Control of larger parts of the map -creates the potential to increase your economy throughput. Holding key -points like roads and passages allow for different strategies. - -It is possible to play against human opponents over LAN, internet, or -against the computer. Bos Wars successfully runs under Linux, MS Windows, -BSD, and Mac OS X. - -WWW: https://www.boswars.org/ diff --git a/games/boswars/pkg-plist b/games/boswars/pkg-plist deleted file mode 100644 index ffe969ba155..00000000000 --- a/games/boswars/pkg-plist +++ /dev/null @@ -1,675 +0,0 @@ -bin/boswars -%%DATADIR%%/campaigns/swindler/campaign.lua -%%DATADIR%%/campaigns/swindler/level01.smp -%%DATADIR%%/campaigns/swindler/level01.sms -%%DATADIR%%/campaigns/swindler/swindler.png -%%DATADIR%%/campaigns/tutorial/level03.sms -%%DATADIR%%/campaigns/tutorial/level01-01.wav -%%DATADIR%%/campaigns/tutorial/level01-03.wav -%%DATADIR%%/campaigns/tutorial/level01-04.wav -%%DATADIR%%/campaigns/tutorial/level01-05.wav -%%DATADIR%%/campaigns/tutorial/level01.smp -%%DATADIR%%/campaigns/tutorial/level01.sms -%%DATADIR%%/campaigns/tutorial/level01.wav -%%DATADIR%%/campaigns/tutorial/level02.smp -%%DATADIR%%/campaigns/tutorial/level02.sms -%%DATADIR%%/campaigns/tutorial/level03.smp -%%DATADIR%%/campaigns/tutorial/campaign.lua -%%DATADIR%%/graphics/explosions/smokelight48.png -%%DATADIR%%/graphics/explosions/expl_288x288x1.png -%%DATADIR%%/graphics/explosions/expl_64x64x1.png -%%DATADIR%%/graphics/explosions/explosion.png -%%DATADIR%%/graphics/explosions/flash.png -%%DATADIR%%/graphics/explosions/large01.png -%%DATADIR%%/graphics/explosions/large02.png -%%DATADIR%%/graphics/explosions/large03.png -%%DATADIR%%/graphics/explosions/large04.png -%%DATADIR%%/graphics/explosions/large05.png -%%DATADIR%%/graphics/explosions/large06.png -%%DATADIR%%/graphics/explosions/large07.png -%%DATADIR%%/graphics/explosions/large08.png -%%DATADIR%%/graphics/explosions/large09.png -%%DATADIR%%/graphics/explosions/medium01.png -%%DATADIR%%/graphics/explosions/medium02.png -%%DATADIR%%/graphics/explosions/medium03.png -%%DATADIR%%/graphics/explosions/medium04.png -%%DATADIR%%/graphics/explosions/medium05.png -%%DATADIR%%/graphics/explosions/medium06.png -%%DATADIR%%/graphics/explosions/medium07.png -%%DATADIR%%/graphics/explosions/medium08.png -%%DATADIR%%/graphics/explosions/medium09.png -%%DATADIR%%/graphics/explosions/small01.png -%%DATADIR%%/graphics/explosions/small02.png -%%DATADIR%%/graphics/explosions/small03.png -%%DATADIR%%/graphics/explosions/small04.png -%%DATADIR%%/graphics/explosions/small05.png -%%DATADIR%%/graphics/explosions/small06.png -%%DATADIR%%/graphics/explosions/small07.png -%%DATADIR%%/graphics/explosions/small08.png -%%DATADIR%%/graphics/explosions/small09.png -%%DATADIR%%/graphics/explosions/smokedark04.png -%%DATADIR%%/graphics/explosions/smokedark08.png -%%DATADIR%%/graphics/explosions/smokedark12.png -%%DATADIR%%/graphics/explosions/smokedark16.png -%%DATADIR%%/graphics/explosions/smokedark20.png -%%DATADIR%%/graphics/explosions/smokedark24.png -%%DATADIR%%/graphics/explosions/smokedark28.png -%%DATADIR%%/graphics/explosions/smokedark32.png -%%DATADIR%%/graphics/explosions/smokedark36.png -%%DATADIR%%/graphics/explosions/smokedark40.png -%%DATADIR%%/graphics/explosions/smokedark44.png -%%DATADIR%%/graphics/explosions/smokedark48.png -%%DATADIR%%/graphics/explosions/smokelight04.png -%%DATADIR%%/graphics/explosions/smokelight08.png -%%DATADIR%%/graphics/explosions/smokelight12.png -%%DATADIR%%/graphics/explosions/smokelight16.png -%%DATADIR%%/graphics/explosions/smokelight20.png -%%DATADIR%%/graphics/explosions/smokelight24.png -%%DATADIR%%/graphics/explosions/smokelight28.png -%%DATADIR%%/graphics/explosions/smokelight32.png -%%DATADIR%%/graphics/explosions/smokelight36.png -%%DATADIR%%/graphics/explosions/smokelight40.png -%%DATADIR%%/graphics/explosions/smokelight44.png -%%DATADIR%%/graphics/explosions/expl_160x128x1.png -%%DATADIR%%/graphics/general/mana2.png -%%DATADIR%%/graphics/general/dejavusans10.png -%%DATADIR%%/graphics/general/dejavusans12.png -%%DATADIR%%/graphics/general/dejavusans14.png -%%DATADIR%%/graphics/general/dejavusansbold10.png -%%DATADIR%%/graphics/general/dejavusansbold12.png -%%DATADIR%%/graphics/general/dejavusansbold14.png -%%DATADIR%%/graphics/general/fog.png -%%DATADIR%%/graphics/general/freesansbold14.png -%%DATADIR%%/graphics/general/health2.png -%%DATADIR%%/graphics/general/commands.png -%%DATADIR%%/graphics/missiles/big_fire.png -%%DATADIR%%/graphics/missiles/green_cross.png -%%DATADIR%%/graphics/missiles/grenade.png -%%DATADIR%%/graphics/missiles/nuke.png -%%DATADIR%%/graphics/missiles/rocket.png -%%DATADIR%%/graphics/missiles/small_fire.png -%%DATADIR%%/graphics/neutral/units/corpses.png -%%DATADIR%%/graphics/neutral/destroyed_site.png -%%DATADIR%%/graphics/neutral/small_destroyed_site.png -%%DATADIR%%/graphics/screens/defeat.png -%%DATADIR%%/graphics/screens/menu.png -%%DATADIR%%/graphics/screens/victory.png -%%DATADIR%%/graphics/ui/cursors/yellow.png -%%DATADIR%%/graphics/ui/cursors/arrow_N.png -%%DATADIR%%/graphics/ui/cursors/arrow_NE.png -%%DATADIR%%/graphics/ui/cursors/arrow_NW.png -%%DATADIR%%/graphics/ui/cursors/arrow_S.png -%%DATADIR%%/graphics/ui/cursors/arrow_SE.png -%%DATADIR%%/graphics/ui/cursors/arrow_SW.png -%%DATADIR%%/graphics/ui/cursors/arrow_W.png -%%DATADIR%%/graphics/ui/cursors/cross.png -%%DATADIR%%/graphics/ui/cursors/green.png -%%DATADIR%%/graphics/ui/cursors/red.png -%%DATADIR%%/graphics/ui/cursors/small_green_cross.png -%%DATADIR%%/graphics/ui/cursors/arrow_E.png -%%DATADIR%%/graphics/ui/patcheditor/water.png -%%DATADIR%%/graphics/ui/patcheditor/impassable.png -%%DATADIR%%/graphics/ui/patcheditor/speed0-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed0.png -%%DATADIR%%/graphics/ui/patcheditor/speed1-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed1.png -%%DATADIR%%/graphics/ui/patcheditor/speed2-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed2.png -%%DATADIR%%/graphics/ui/patcheditor/speed3-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed3.png -%%DATADIR%%/graphics/ui/patcheditor/speed4-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed4.png -%%DATADIR%%/graphics/ui/patcheditor/speed5-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed5.png -%%DATADIR%%/graphics/ui/patcheditor/speed6-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed6.png -%%DATADIR%%/graphics/ui/patcheditor/speed7-small.png -%%DATADIR%%/graphics/ui/patcheditor/speed7.png -%%DATADIR%%/graphics/ui/patcheditor/transparent-small.png -%%DATADIR%%/graphics/ui/patcheditor/transparent.png -%%DATADIR%%/graphics/ui/patcheditor/water-small.png -%%DATADIR%%/graphics/ui/patcheditor/impassable-small.png -%%DATADIR%%/graphics/ui/elites_claw.png -%%DATADIR%%/graphics/ui/rosace1.png -%%DATADIR%%/graphics/ui/ui_1024_bpanel.png -%%DATADIR%%/graphics/ui/ui_1280_bpanel.png -%%DATADIR%%/graphics/ui/ui_1600_bpanel.png -%%DATADIR%%/graphics/ui/ui_640_bpanel.png -%%DATADIR%%/graphics/ui/ui_800_bpanel.png -%%DATADIR%%/graphics/ui/ui_info.png -%%DATADIR%%/graphics/ui/ui_minimap.png -%%DATADIR%%/graphics/ui/ui_res_icons.png -%%DATADIR%%/graphics/ui/cursor-info.png -%%DATADIR%%/graphics/ui/x_startpoint.png -%%DATADIR%%/graphics/ui/editor_patch.png -%%DATADIR%%/intro/boswars_intro.ogg -%%DATADIR%%/intro/logo_boswars.png -%%DATADIR%%/languages/updatepo.sh -%%DATADIR%%/languages/bos-cs.po -%%DATADIR%%/languages/bos-da.po -%%DATADIR%%/languages/bos-de.po -%%DATADIR%%/languages/bos-es.po -%%DATADIR%%/languages/bos-fi.po -%%DATADIR%%/languages/bos-fr.po -%%DATADIR%%/languages/bos-it.po -%%DATADIR%%/languages/bos-nl.po -%%DATADIR%%/languages/bos-pt-br.po -%%DATADIR%%/languages/bos-pt-pt.po -%%DATADIR%%/languages/bos-sv.po -%%DATADIR%%/languages/bos-tr.po -%%DATADIR%%/languages/bos.pot -%%DATADIR%%/languages/cs.po -%%DATADIR%%/languages/da.po -%%DATADIR%%/languages/de.po -%%DATADIR%%/languages/engine.pot -%%DATADIR%%/languages/es.po -%%DATADIR%%/languages/fi.po -%%DATADIR%%/languages/fr.po -%%DATADIR%%/languages/genpot.sh -%%DATADIR%%/languages/it.po -%%DATADIR%%/languages/makesame.py -%%DATADIR%%/languages/nl.po -%%DATADIR%%/languages/pl.po -%%DATADIR%%/languages/pt-br.po -%%DATADIR%%/languages/pt-pt.po -%%DATADIR%%/languages/sv.po -%%DATADIR%%/languages/tr.po -%%DATADIR%%/languages/bg.po -%%DATADIR%%/maps/go-east.map/presentation.smp -%%DATADIR%%/maps/go-east.map/setup.sms -%%DATADIR%%/maps/antarticum.map/patch.lua -%%DATADIR%%/maps/antarticum.map/presentation.smp -%%DATADIR%%/maps/antarticum.map/setup.sms -%%DATADIR%%/maps/antarticum.map/terrain.png -%%DATADIR%%/maps/battlefield.map/patch.lua -%%DATADIR%%/maps/battlefield.map/presentation.smp -%%DATADIR%%/maps/battlefield.map/setup.sms -%%DATADIR%%/maps/battlefield.map/terrain.png -%%DATADIR%%/maps/bottleneck.map/presentation.smp -%%DATADIR%%/maps/bottleneck.map/setup.sms -%%DATADIR%%/maps/bridge.map/patch.lua -%%DATADIR%%/maps/bridge.map/presentation.smp -%%DATADIR%%/maps/bridge.map/setup.sms -%%DATADIR%%/maps/bridge.map/terrain.png -%%DATADIR%%/maps/bridge2far.map/class-no-pass.png -%%DATADIR%%/maps/bridge2far.map/patch.lua -%%DATADIR%%/maps/bridge2far.map/presentation.smp -%%DATADIR%%/maps/bridge2far.map/setup.sms -%%DATADIR%%/maps/bridge2far.map/terrain.png -%%DATADIR%%/maps/campaigns/tutorial/tutorial.map/presentation.smp -%%DATADIR%%/maps/campaigns/tutorial/tutorial.map/setup.sms -%%DATADIR%%/maps/canyon.map/class-no-pass.png -%%DATADIR%%/maps/canyon.map/patch.lua -%%DATADIR%%/maps/canyon.map/presentation.smp -%%DATADIR%%/maps/canyon.map/setup.sms -%%DATADIR%%/maps/canyon.map/terrain.png -%%DATADIR%%/maps/4on4.map/presentation.smp -%%DATADIR%%/maps/4on4.map/setup.sms -%%DATADIR%%/maps/4on4.map/spacious.lua -%%DATADIR%%/maps/guerillawarfare.map/patch.lua -%%DATADIR%%/maps/guerillawarfare.map/presentation.smp -%%DATADIR%%/maps/guerillawarfare.map/setup.sms -%%DATADIR%%/maps/guerillawarfare.map/terrain-no-access.png -%%DATADIR%%/maps/guerillawarfare.map/terrain.png -%%DATADIR%%/maps/hospitality.map/presentation.smp -%%DATADIR%%/maps/hospitality.map/setup.sms -%%DATADIR%%/maps/islandwar.map/patch.lua -%%DATADIR%%/maps/islandwar.map/presentation.smp -%%DATADIR%%/maps/islandwar.map/setup.sms -%%DATADIR%%/maps/islandwar.map/terrain.png -%%DATADIR%%/maps/lava-river.map/air_attack.lua -%%DATADIR%%/maps/lava-river.map/presentation.smp -%%DATADIR%%/maps/lava-river.map/setup.sms -%%DATADIR%%/maps/patches.map/presentation.smp -%%DATADIR%%/maps/patches.map/setup.sms -%%DATADIR%%/maps/river.map/patch.lua -%%DATADIR%%/maps/river.map/presentation.smp -%%DATADIR%%/maps/river.map/setup.sms -%%DATADIR%%/maps/river.map/terrain.png -%%DATADIR%%/maps/wetlands01.map/patch.lua -%%DATADIR%%/maps/wetlands01.map/presentation.smp -%%DATADIR%%/maps/wetlands01.map/setup.sms -%%DATADIR%%/maps/wetlands01.map/terrain.png -%%DATADIR%%/maps/wetlands01.map/wetlands01-nopass.png -%%DATADIR%%/maps/wetlands02.map/patch.lua -%%DATADIR%%/maps/wetlands02.map/presentation.smp -%%DATADIR%%/maps/wetlands02.map/setup.sms -%%DATADIR%%/maps/wetlands02.map/terrain.png -%%DATADIR%%/maps/wetlands02.map/wetlands02-access-water.png -%%DATADIR%%/patches/grass/Water-plain.png -%%DATADIR%%/patches/grass/Grass-cliff-curve-NW.png -%%DATADIR%%/patches/grass/Grass-cliff-curve-SE.png -%%DATADIR%%/patches/grass/Grass-cliff-curve-SW.png -%%DATADIR%%/patches/grass/Grass-cliff-horizontal-S.png -%%DATADIR%%/patches/grass/Grass-cliff-horizontal-end-E.png -%%DATADIR%%/patches/grass/Grass-cliff-horizontal-end-W.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-E-end-N.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-E-end-S.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-E.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-W-end-N.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-W-end-S.png -%%DATADIR%%/patches/grass/Grass-cliff-vertical-W.png -%%DATADIR%%/patches/grass/Grass-plain-huge.png -%%DATADIR%%/patches/grass/Grass-plain-large.png -%%DATADIR%%/patches/grass/Grass-plain-small.png -%%DATADIR%%/patches/grass/Grass-plain.png -%%DATADIR%%/patches/grass/Grass-road-X.png -%%DATADIR%%/patches/grass/Grass-road-curve-NE.png -%%DATADIR%%/patches/grass/Grass-road-curve-NW.png -%%DATADIR%%/patches/grass/Grass-road-curve-SE.png -%%DATADIR%%/patches/grass/Grass-road-curve-SW.png -%%DATADIR%%/patches/grass/Grass-road-horizontal.png -%%DATADIR%%/patches/grass/Grass-road-tee-E.png -%%DATADIR%%/patches/grass/Grass-road-tee-N.png -%%DATADIR%%/patches/grass/Grass-road-tee-S.png -%%DATADIR%%/patches/grass/Grass-road-tee-W.png -%%DATADIR%%/patches/grass/Grass-road-vertical.png -%%DATADIR%%/patches/grass/Water-coast-curve-EN.png -%%DATADIR%%/patches/grass/Water-coast-curve-ES.png -%%DATADIR%%/patches/grass/Water-coast-curve-NE.png -%%DATADIR%%/patches/grass/Water-coast-curve-NW.png -%%DATADIR%%/patches/grass/Water-coast-curve-SE.png -%%DATADIR%%/patches/grass/Water-coast-curve-SW.png -%%DATADIR%%/patches/grass/Water-coast-curve-WN.png -%%DATADIR%%/patches/grass/Water-coast-curve-WS.png -%%DATADIR%%/patches/grass/Water-coast-horizontal-down.png -%%DATADIR%%/patches/grass/Water-coast-horizontal-up.png -%%DATADIR%%/patches/grass/Water-coast-vertical-left.png -%%DATADIR%%/patches/grass/Water-coast-vertical-right.png -%%DATADIR%%/patches/grass/Grass-cliff-curve-NE.png -%%DATADIR%%/patches/dirtyPlain.png -%%DATADIR%%/patches/dirtyPlain2.lua -%%DATADIR%%/patches/dirtyPlain2.png -%%DATADIR%%/patches/dirtyPlain3.lua -%%DATADIR%%/patches/dirtyPlain3.png -%%DATADIR%%/patches/grass.lua -%%DATADIR%%/patches/greenMountain.lua -%%DATADIR%%/patches/greenMountain.png -%%DATADIR%%/patches/lake.lua -%%DATADIR%%/patches/lake.png -%%DATADIR%%/patches/pikeMountain.lua -%%DATADIR%%/patches/pikeMountain.png -%%DATADIR%%/patches/plain1.lua -%%DATADIR%%/patches/plain1.png -%%DATADIR%%/patches/plain16.lua -%%DATADIR%%/patches/plain16.png -%%DATADIR%%/patches/plain2.lua -%%DATADIR%%/patches/plain2.png -%%DATADIR%%/patches/plain4.lua -%%DATADIR%%/patches/plain4.png -%%DATADIR%%/patches/plain8.lua -%%DATADIR%%/patches/plain8.png -%%DATADIR%%/patches/rockyMountainL.lua -%%DATADIR%%/patches/rockyMountainL.png -%%DATADIR%%/patches/rockyMountainR.lua -%%DATADIR%%/patches/rockyMountainR.png -%%DATADIR%%/patches/smallWetPlain.lua -%%DATADIR%%/patches/smallWetPlain.png -%%DATADIR%%/patches/te0.lua -%%DATADIR%%/patches/te0.png -%%DATADIR%%/patches/te1.lua -%%DATADIR%%/patches/te1.png -%%DATADIR%%/patches/te2.lua -%%DATADIR%%/patches/te2.png -%%DATADIR%%/patches/te3.lua -%%DATADIR%%/patches/te3.png -%%DATADIR%%/patches/te4.lua -%%DATADIR%%/patches/te4.png -%%DATADIR%%/patches/te5.lua -%%DATADIR%%/patches/dirtyPlain.lua -%%DATADIR%%/patches/te5.png -%%DATADIR%%/scripts/menus/ingame/editor.lua -%%DATADIR%%/scripts/menus/ingame/game.lua -%%DATADIR%%/scripts/menus/campaigns.lua -%%DATADIR%%/scripts/menus/credits.lua -%%DATADIR%%/scripts/menus/network.lua -%%DATADIR%%/scripts/menus/options.lua -%%DATADIR%%/scripts/menus/patch.lua -%%DATADIR%%/scripts/ais/blitz.lua -%%DATADIR%%/scripts/ais/default.lua -%%DATADIR%%/scripts/ais/passive.lua -%%DATADIR%%/scripts/ais/rush.lua -%%DATADIR%%/scripts/ais/tankrush.lua -%%DATADIR%%/scripts/boswars.lua -%%DATADIR%%/scripts/buttons.lua -%%DATADIR%%/scripts/buttonstyles.lua -%%DATADIR%%/scripts/cheats.lua -%%DATADIR%%/scripts/commands.lua -%%DATADIR%%/scripts/cursors.lua -%%DATADIR%%/scripts/editor.lua -%%DATADIR%%/scripts/explosions.lua -%%DATADIR%%/scripts/fonts.lua -%%DATADIR%%/scripts/guichan.lua -%%DATADIR%%/scripts/helpers.lua -%%DATADIR%%/scripts/icons.lua -%%DATADIR%%/scripts/missiles.lua -%%DATADIR%%/scripts/patches.lua -%%DATADIR%%/scripts/sound.lua -%%DATADIR%%/scripts/spells.lua -%%DATADIR%%/scripts/ui.lua -%%DATADIR%%/scripts/uilayout.lua -%%DATADIR%%/scripts/ai.lua -%%DATADIR%%/scripts/units.lua -%%DATADIR%%/scripts/anim.lua -%%DATADIR%%/sounds/ui/chatmessage.wav -%%DATADIR%%/sounds/ui/click.wav.gz -%%DATADIR%%/sounds/bazoo_g_hit.wav -%%DATADIR%%/sounds/grenadier_g_hit.wav -%%DATADIR%%/units/hotspot/hotspot.png -%%DATADIR%%/units/hotspot/hotspot_i.png -%%DATADIR%%/units/hotspot/unit-hotspot.lua -%%DATADIR%%/units/antharus/antharus.png -%%DATADIR%%/units/antharus/icon.png -%%DATADIR%%/units/antharus/unit-antharus.lua -%%DATADIR%%/units/apcs/unit_apcs_s.png -%%DATADIR%%/units/apcs/smolder.completed.wav -%%DATADIR%%/units/apcs/smolder.underattack.wav -%%DATADIR%%/units/apcs/smolder_action.wav -%%DATADIR%%/units/apcs/smolder_attack.wav -%%DATADIR%%/units/apcs/smolder_die.wav -%%DATADIR%%/units/apcs/smolder_select.wav -%%DATADIR%%/units/apcs/unit-apcs.lua -%%DATADIR%%/units/apcs/unit_apcs.png -%%DATADIR%%/units/apcs/ico_apcs.png -%%DATADIR%%/units/artil/artil.ready.wav -%%DATADIR%%/units/artil/artil.underattack.wav -%%DATADIR%%/units/artil/ico_artil.png -%%DATADIR%%/units/artil/unit-artil.lua -%%DATADIR%%/units/artil/unit_artil.png -%%DATADIR%%/units/artil/unit_artil_s.png -%%DATADIR%%/units/assault/unit_assault_s.png -%%DATADIR%%/units/assault/assault.unit.underattack.wav -%%DATADIR%%/units/assault/assault_action.wav -%%DATADIR%%/units/assault/assault_attack.wav -%%DATADIR%%/units/assault/assault_die.wav -%%DATADIR%%/units/assault/assault_select.wav -%%DATADIR%%/units/assault/ico_assault.png -%%DATADIR%%/units/assault/unit-assault.lua -%%DATADIR%%/units/assault/unit_assault.png -%%DATADIR%%/units/assault/unit_assault_c.png -%%DATADIR%%/units/assault/assault.unit.ready.wav -%%DATADIR%%/units/bazoo/unit_bazoo_s.png -%%DATADIR%%/units/bazoo/bazoo.underattack.wav -%%DATADIR%%/units/bazoo/bazoo_action.wav -%%DATADIR%%/units/bazoo/bazoo_attack.wav -%%DATADIR%%/units/bazoo/bazoo_die.wav -%%DATADIR%%/units/bazoo/bazoo_select.wav -%%DATADIR%%/units/bazoo/ico_bazoo.png -%%DATADIR%%/units/bazoo/unit-bazoo.lua -%%DATADIR%%/units/bazoo/unit_bazoo.png -%%DATADIR%%/units/bazoo/unit_bazoo_c.png -%%DATADIR%%/units/bazoo/bazoo.ready.wav -%%DATADIR%%/units/biggunturret/gturret.png -%%DATADIR%%/units/biggunturret/gturret_i.png -%%DATADIR%%/units/biggunturret/gturret_s.png -%%DATADIR%%/units/biggunturret/unit-biggunturret.lua -%%DATADIR%%/units/bomber/missile.png -%%DATADIR%%/units/bomber/bomber.underattack.wav -%%DATADIR%%/units/bomber/ico_bomber.png -%%DATADIR%%/units/bomber/bomber.ready.wav -%%DATADIR%%/units/bomber/unit-bomber.lua -%%DATADIR%%/units/bomber/unit_bomber.png -%%DATADIR%%/units/bomber/unit_bomber_s.png -%%DATADIR%%/units/buggy/unit_buggy_s.png -%%DATADIR%%/units/buggy/buggy_attacked.wav -%%DATADIR%%/units/buggy/buggy_die.wav -%%DATADIR%%/units/buggy/buggy_ready.wav -%%DATADIR%%/units/buggy/buggy_select.wav -%%DATADIR%%/units/buggy/ico_buggy.png -%%DATADIR%%/units/buggy/unit-buggy.lua -%%DATADIR%%/units/buggy/unit_buggy.png -%%DATADIR%%/units/buggy/buggy_action.wav -%%DATADIR%%/units/camera/unit-camera.lua -%%DATADIR%%/units/camera/camera.png -%%DATADIR%%/units/camera/camera.underattack.wav -%%DATADIR%%/units/camera/camera_c.png -%%DATADIR%%/units/camera/camera_i.png -%%DATADIR%%/units/camera/camera_s.png -%%DATADIR%%/units/camera/sfx_camera.select.wav -%%DATADIR%%/units/camera/camera.completed.wav -%%DATADIR%%/units/camp/unit-camp.lua -%%DATADIR%%/units/camp/sfx_camp.select.wav -%%DATADIR%%/units/camp/training.camp.completed.wav -%%DATADIR%%/units/camp/training.camp.underattack.wav -%%DATADIR%%/units/camp/training_camp.png -%%DATADIR%%/units/camp/training_camp_c.png -%%DATADIR%%/units/camp/training_camp_i.png -%%DATADIR%%/units/camp/training_camp_s.png -%%DATADIR%%/units/camp/sfx_camp.die.wav -%%DATADIR%%/units/cannon/weapon_s.png -%%DATADIR%%/units/cannon/cannon.png -%%DATADIR%%/units/cannon/cannon.underattack.wav -%%DATADIR%%/units/cannon/cannon_c.png -%%DATADIR%%/units/cannon/cannon_i.png -%%DATADIR%%/units/cannon/cannon_s.png -%%DATADIR%%/units/cannon/cannon_selected.wav -%%DATADIR%%/units/cannon/unit-cannon.lua -%%DATADIR%%/units/cannon/weapon.png -%%DATADIR%%/units/cannon/cannon.completed.wav -%%DATADIR%%/units/chopper/chopper.ready.wav -%%DATADIR%%/units/chopper/chopper.underattack.wav -%%DATADIR%%/units/chopper/ico_chopper.png -%%DATADIR%%/units/chopper/unit-chopper.lua -%%DATADIR%%/units/chopper/unit_chopper.png -%%DATADIR%%/units/chopper/unit_chopper_s.png -%%DATADIR%%/units/corpses/build-dead-2.png -%%DATADIR%%/units/corpses/unit-corpses.lua -%%DATADIR%%/units/engineer/unit_engineer_s.png -%%DATADIR%%/units/engineer/engineer.ready.wav -%%DATADIR%%/units/engineer/engineer.underattack.wav -%%DATADIR%%/units/engineer/engineer_action.wav -%%DATADIR%%/units/engineer/engineer_attack.wav -%%DATADIR%%/units/engineer/engineer_die.wav -%%DATADIR%%/units/engineer/engineer_icons.png -%%DATADIR%%/units/engineer/engineer_select.wav -%%DATADIR%%/units/engineer/ico_engineer.png -%%DATADIR%%/units/engineer/unit_engineer.png -%%DATADIR%%/units/engineer/unit_engineer_c.png -%%DATADIR%%/units/engineer/engineer.lua -%%DATADIR%%/units/grenadier/unit_grenadier_s.png -%%DATADIR%%/units/grenadier/grenadier.underattack.wav -%%DATADIR%%/units/grenadier/grenadier_action.wav -%%DATADIR%%/units/grenadier/grenadier_attack.wav -%%DATADIR%%/units/grenadier/grenadier_die.wav -%%DATADIR%%/units/grenadier/grenadier_select.wav -%%DATADIR%%/units/grenadier/ico_grenadier.png -%%DATADIR%%/units/grenadier/unit-grenadier.lua -%%DATADIR%%/units/grenadier/unit_grenadier.png -%%DATADIR%%/units/grenadier/unit_grenadier_c.png -%%DATADIR%%/units/grenadier/grenadier.ready.wav -%%DATADIR%%/units/gturret/unit-gturret.lua -%%DATADIR%%/units/gturret/gturret.png -%%DATADIR%%/units/gturret/gturret.underattack.wav -%%DATADIR%%/units/gturret/gturret_attack.wav -%%DATADIR%%/units/gturret/gturret_c.png -%%DATADIR%%/units/gturret/gturret_i.png -%%DATADIR%%/units/gturret/gturret_s.png -%%DATADIR%%/units/gturret/gturret_select.wav -%%DATADIR%%/units/gturret/gturret.completed.wav -%%DATADIR%%/units/harvester/unit_harv_s.png -%%DATADIR%%/units/harvester/harvester.underattack.wav -%%DATADIR%%/units/harvester/harvester_action.wav -%%DATADIR%%/units/harvester/harvester_attack.wav -%%DATADIR%%/units/harvester/harvester_die.wav -%%DATADIR%%/units/harvester/harvester_select.wav -%%DATADIR%%/units/harvester/ico_harv.png -%%DATADIR%%/units/harvester/unit-harvester.lua -%%DATADIR%%/units/harvester/unit_harv.png -%%DATADIR%%/units/harvester/harvester.completed.wav -%%DATADIR%%/units/heli/ico_heli.png -%%DATADIR%%/units/heli/unit-heli.lua -%%DATADIR%%/units/heli/unit_heli.png -%%DATADIR%%/units/heli/unit_heli_s.png -%%DATADIR%%/units/hospital/unit-hospital.lua -%%DATADIR%%/units/hospital/hospital.png -%%DATADIR%%/units/hospital/hospital.underattack.wav -%%DATADIR%%/units/hospital/hospital_c.png -%%DATADIR%%/units/hospital/hospital_i.png -%%DATADIR%%/units/hospital/hospital_s.png -%%DATADIR%%/units/hospital/sfx_hosp.die.wav -%%DATADIR%%/units/hospital/sfx_hosp.select.wav -%%DATADIR%%/units/hospital/hospital.completed.wav -%%DATADIR%%/units/aircraftfactory/aircraftfactory_c.png -%%DATADIR%%/units/aircraftfactory/aircraftfactory.png -%%DATADIR%%/units/aircraftfactory/aircraftfactory.underattack.wav -%%DATADIR%%/units/aircraftfactory/aircraftfactory.completed.wav -%%DATADIR%%/units/aircraftfactory/aircraftfactory_i.png -%%DATADIR%%/units/aircraftfactory/aircraftfactory_s.png -%%DATADIR%%/units/aircraftfactory/unit-aircraftfactory.lua -%%DATADIR%%/units/jet/missile.png -%%DATADIR%%/units/jet/jet.ready.wav -%%DATADIR%%/units/jet/jet.underattack.wav -%%DATADIR%%/units/jet/ico_jet.png -%%DATADIR%%/units/jet/unit-jet.lua -%%DATADIR%%/units/jet/unit_jet.png -%%DATADIR%%/units/jet/unit_jet_s.png -%%DATADIR%%/units/magmapump/unit-magmapump.lua -%%DATADIR%%/units/magmapump/magmapump.png -%%DATADIR%%/units/magmapump/magmapump.select.wav -%%DATADIR%%/units/magmapump/magmapump.underattack.wav -%%DATADIR%%/units/magmapump/magmapump_c.png -%%DATADIR%%/units/magmapump/magmapump_i.png -%%DATADIR%%/units/magmapump/magmapump_s.png -%%DATADIR%%/units/magmapump/sfx_pplnt.die.wav -%%DATADIR%%/units/magmapump/magmapump.completed.wav -%%DATADIR%%/units/medic/unit_medic_s.png -%%DATADIR%%/units/medic/ico_heal.png -%%DATADIR%%/units/medic/ico_medic.png -%%DATADIR%%/units/medic/medic.ready.wav -%%DATADIR%%/units/medic/medic.underattack.wav -%%DATADIR%%/units/medic/medic_action.wav -%%DATADIR%%/units/medic/medic_attack.wav -%%DATADIR%%/units/medic/medic_die.wav -%%DATADIR%%/units/medic/medic_select.wav -%%DATADIR%%/units/medic/unit-medic.lua -%%DATADIR%%/units/medic/unit_medic.png -%%DATADIR%%/units/medic/unit_medic_c.png -%%DATADIR%%/units/medic/heal.png -%%DATADIR%%/units/missilesilo/missile_silo.png -%%DATADIR%%/units/missilesilo/missile_silo_c.png -%%DATADIR%%/units/missilesilo/missile_silo_i.png -%%DATADIR%%/units/missilesilo/missile_silo_s.png -%%DATADIR%%/units/missilesilo/unit-missilesilo.lua -%%DATADIR%%/units/morels/unit-morels.lua -%%DATADIR%%/units/morels/morel_1i.png -%%DATADIR%%/units/morels/morel_1s.png -%%DATADIR%%/units/morels/morel_2.png -%%DATADIR%%/units/morels/morel_2i.png -%%DATADIR%%/units/morels/morel_2s.png -%%DATADIR%%/units/morels/morel_3.png -%%DATADIR%%/units/morels/morel_3i.png -%%DATADIR%%/units/morels/morel_3s.png -%%DATADIR%%/units/morels/morel_4.png -%%DATADIR%%/units/morels/morel_4i.png -%%DATADIR%%/units/morels/morel_4s.png -%%DATADIR%%/units/morels/morel_5.png -%%DATADIR%%/units/morels/morel_5i.png -%%DATADIR%%/units/morels/morel_5s.png -%%DATADIR%%/units/morels/morel_6.png -%%DATADIR%%/units/morels/morel_6i.png -%%DATADIR%%/units/morels/morel_6s.png -%%DATADIR%%/units/morels/morel_7.png -%%DATADIR%%/units/morels/morel_7i.png -%%DATADIR%%/units/morels/morel_7s.png -%%DATADIR%%/units/morels/morel_1.png -%%DATADIR%%/units/nukeplant/unit-nukeplant.lua -%%DATADIR%%/units/nukeplant/nukeplant_c.png -%%DATADIR%%/units/nukeplant/nukeplant_i.png -%%DATADIR%%/units/nukeplant/nukeplant_s.png -%%DATADIR%%/units/nukeplant/power.plant.completed.wav -%%DATADIR%%/units/nukeplant/power.plant.underattack.wav -%%DATADIR%%/units/nukeplant/sfx_pplnt.die.wav -%%DATADIR%%/units/nukeplant/sfx_pplnt.select.wav -%%DATADIR%%/units/nukeplant/nukeplant.png -%%DATADIR%%/units/plants/rafflesia.png -%%DATADIR%%/units/plants/pitcher_icon.png -%%DATADIR%%/units/plants/pitcher_shadow.png -%%DATADIR%%/units/plants/pitcher.png -%%DATADIR%%/units/plants/rafflesia_icon.png -%%DATADIR%%/units/plants/rafflesia_shadow.png -%%DATADIR%%/units/plants/unit-plant.lua -%%DATADIR%%/units/powerplant/unit-powerplant.lua -%%DATADIR%%/units/powerplant/power.plant.underattack.wav -%%DATADIR%%/units/powerplant/powerplant.png -%%DATADIR%%/units/powerplant/powerplant_c.png -%%DATADIR%%/units/powerplant/powerplant_i.png -%%DATADIR%%/units/powerplant/powerplant_s.png -%%DATADIR%%/units/powerplant/sfx_pplnt.die.wav -%%DATADIR%%/units/powerplant/sfx_pplnt.select.wav -%%DATADIR%%/units/powerplant/power.plant.completed.wav -%%DATADIR%%/units/radar/radar_i.png -%%DATADIR%%/units/radar/radar.png -%%DATADIR%%/units/radar/radar.underattack.wav -%%DATADIR%%/units/radar/radar.completed.wav -%%DATADIR%%/units/radar/radar_s.png -%%DATADIR%%/units/radar/sfx_rdar.select.wav -%%DATADIR%%/units/radar/unit-radar.lua -%%DATADIR%%/units/rocks/unit-rocks.lua -%%DATADIR%%/units/rocks/rock_1i.png -%%DATADIR%%/units/rocks/rock_1s.png -%%DATADIR%%/units/rocks/rock_2.png -%%DATADIR%%/units/rocks/rock_2i.png -%%DATADIR%%/units/rocks/rock_2s.png -%%DATADIR%%/units/rocks/rock_3.png -%%DATADIR%%/units/rocks/rock_3i.png -%%DATADIR%%/units/rocks/rock_3s.png -%%DATADIR%%/units/rocks/rock_4.png -%%DATADIR%%/units/rocks/rock_4i.png -%%DATADIR%%/units/rocks/rock_4s.png -%%DATADIR%%/units/rocks/rock_5.png -%%DATADIR%%/units/rocks/rock_5i.png -%%DATADIR%%/units/rocks/rock_5s.png -%%DATADIR%%/units/rocks/rock_6.png -%%DATADIR%%/units/rocks/rock_6i.png -%%DATADIR%%/units/rocks/rock_6s.png -%%DATADIR%%/units/rocks/rock_1.png -%%DATADIR%%/units/rocksfield/ico_rocks_field.png -%%DATADIR%%/units/rocksfield/rocks_field.png -%%DATADIR%%/units/rocksfield/rocks_field_s.png -%%DATADIR%%/units/rocksfield/unit-rocksfield.lua -%%DATADIR%%/units/rtank/ico_rtank.png -%%DATADIR%%/units/rtank/rtank.ready.wav -%%DATADIR%%/units/rtank/rtank.underattack.wav -%%DATADIR%%/units/rtank/unit-rtank.lua -%%DATADIR%%/units/rtank/unit_rtank.png -%%DATADIR%%/units/rtank/unit_rtank_s.png -%%DATADIR%%/units/tank/ico_tank.png -%%DATADIR%%/units/tank/tank.ready.wav -%%DATADIR%%/units/tank/tank.underattack.wav -%%DATADIR%%/units/tank/unit-tank.lua -%%DATADIR%%/units/tank/unit_tank.png -%%DATADIR%%/units/tank/unit_tank_s.png -%%DATADIR%%/units/tree/tree01.png -%%DATADIR%%/units/tree/tree01_i.png -%%DATADIR%%/units/tree/tree01_s.png -%%DATADIR%%/units/tree/unit-tree.lua -%%DATADIR%%/units/tree02/tree02.png -%%DATADIR%%/units/tree02/tree02_s.png -%%DATADIR%%/units/tree02/unit-tree02.lua -%%DATADIR%%/units/tree03/tree03.png -%%DATADIR%%/units/tree03/tree03_s.png -%%DATADIR%%/units/tree03/unit-tree03.lua -%%DATADIR%%/units/tree04/tree04.png -%%DATADIR%%/units/tree04/tree04_s.png -%%DATADIR%%/units/tree04/unit-tree04.lua -%%DATADIR%%/units/vault/vault_s.png -%%DATADIR%%/units/vault/sfx_fort.select.wav -%%DATADIR%%/units/vault/vault-i.png -%%DATADIR%%/units/vault/vault.completed.wav -%%DATADIR%%/units/vault/vault.lua -%%DATADIR%%/units/vault/vault.png -%%DATADIR%%/units/vault/vault.underattack.wav -%%DATADIR%%/units/vault/vault_c.png -%%DATADIR%%/units/vault/sfx_fort.die.wav -%%DATADIR%%/units/vehiclefactory/vehiclefactory.lua -%%DATADIR%%/units/vehiclefactory/sfx_vfac.select.wav -%%DATADIR%%/units/vehiclefactory/vehicle.factory.completed.wav -%%DATADIR%%/units/vehiclefactory/vehicle.factory.underattack.wav -%%DATADIR%%/units/vehiclefactory/vehicle_c.png -%%DATADIR%%/units/vehiclefactory/vehicle_factory.png -%%DATADIR%%/units/vehiclefactory/vehicle_factory_i.png -%%DATADIR%%/units/vehiclefactory/vehicle_factory_s.png -%%DATADIR%%/units/vehiclefactory/sfx_vfac.die.wav -%%DATADIR%%/units/weakhotspot/hotspot.png -%%DATADIR%%/units/weakhotspot/hotspot_i.png -%%DATADIR%%/units/weakhotspot/unit-weakhotspot.lua diff --git a/games/ceferino/Makefile b/games/ceferino/Makefile deleted file mode 100644 index d427e13a111..00000000000 --- a/games/ceferino/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= ceferino -PORTVERSION= 0.97.8 -PORTREVISION= 15 -CATEGORIES= games -MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/ceferino/descargas/ - -MAINTAINER= acm@FreeBSD.org -COMMENT= Game similar to Super Pang - -LICENSE= GPLv2 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USE_SDL= sdl mixer image -GNU_CONFIGURE= yes -USES= gmake -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} - -CEFEDIRS= ima music levels sounds - -PORTDOCS= AUTHORS ChangeLog README -OPTIONS_DEFINE= NLS DOCS -OPTIONS_SUB= yes - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -DESKTOP_ENTRIES="Don Ceferino Hazaña" "" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" "" - -.include - -post-extract: - @${REINPLACE_CMD} -e 's/-lSDL /`sdl-config --libs`/g' ${WRKSRC}/configure - -post-configure: - @${REINPLACE_CMD} -e 's/-pthread/-pthread -lintl/g' ${WRKSRC}/src/Makefile - -do-install: - @cd ${WRKSRC}/src && \ - ${INSTALL_PROGRAM} ceferino ceferinoeditor ceferinosetup ${STAGEDIR}${PREFIX}/bin - @cd ${WRKSRC}/data && \ - ${FIND} ${CEFEDIRS} -type d -exec ${MKDIR} "${STAGEDIR}${DATADIR}/{}" \; && \ - ${FIND} -E ${CEFEDIRS} -type f -iregex ".*\.(png|jpg|xm|map|wav)" -exec ${INSTALL_DATA} {} "${STAGEDIR}${DATADIR}/{}" \; - ${LN} -sf ${DATADIR}/ima/icono.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png - -.if ${PORT_OPTIONS:MNLS} -.for f in es ca fr - ${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES && \ - ${INSTALL_DATA} ${WRKSRC}/po/${f}.gmo ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES/${PORTNAME}.mo -.endfor -.endif - - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include diff --git a/games/ceferino/distinfo b/games/ceferino/distinfo deleted file mode 100644 index c9145223205..00000000000 --- a/games/ceferino/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ceferino-0.97.8.tar.gz) = 6f0f2674a8a968950498570b89123e341dca50499d255e7bcdf3703a85aa3074 -SIZE (ceferino-0.97.8.tar.gz) = 2380632 diff --git a/games/ceferino/files/patch-src_nivel.h b/games/ceferino/files/patch-src_nivel.h deleted file mode 100644 index 979737a2689..00000000000 --- a/games/ceferino/files/patch-src_nivel.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nivel.h 2005-06-24 13:00:26.000000000 -0500 -+++ src/nivel.h 2013-03-24 00:23:03.000000000 -0500 -@@ -34,7 +34,7 @@ - class nivel - { - public: -- void iniciar(juego *_pjuego, grafico *grafico, grafico *pfondos, SDL_Surface *fondo); -+ void iniciar(juego *_pjuego, grafico *grafico, class grafico *pfondos, SDL_Surface *fondo); - int avanzar_nivel(int salto = 1); - int reiniciar_nivel(void); - int get_dist_suelo(int x, int y, int max); diff --git a/games/ceferino/pkg-descr b/games/ceferino/pkg-descr deleted file mode 100644 index ef905a9ad04..00000000000 --- a/games/ceferino/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ceferino is a fun game similar to super pang developed using the SDL library. - -WWW: http://www.losersjuegos.com.ar/juegos/ceferino diff --git a/games/ceferino/pkg-plist b/games/ceferino/pkg-plist deleted file mode 100644 index 1ab3b2d1574..00000000000 --- a/games/ceferino/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/ceferino -bin/ceferinoeditor -bin/ceferinosetup -%%DATADIR%%/ima/barra.png -%%DATADIR%%/ima/cargando.png -%%DATADIR%%/ima/editor.png -%%DATADIR%%/ima/final1.jpg -%%DATADIR%%/ima/final2.jpg -%%DATADIR%%/ima/final3.jpg -%%DATADIR%%/ima/final4.jpg -%%DATADIR%%/ima/final5.jpg -%%DATADIR%%/ima/final6.jpg -%%DATADIR%%/ima/fondo.jpg -%%DATADIR%%/ima/fondos.jpg -%%DATADIR%%/ima/fuente.png -%%DATADIR%%/ima/fuente1.png -%%DATADIR%%/ima/fuente2.png -%%DATADIR%%/ima/fuente_2.png -%%DATADIR%%/ima/gaucho.png -%%DATADIR%%/ima/how_to_play.png -%%DATADIR%%/ima/icono.png -%%DATADIR%%/ima/items.png -%%DATADIR%%/ima/mate.png -%%DATADIR%%/ima/menu.jpg -%%DATADIR%%/ima/niveles.png -%%DATADIR%%/ima/op_items.png -%%DATADIR%%/ima/pelota_1.png -%%DATADIR%%/ima/pelota_2.png -%%DATADIR%%/ima/pelota_3.png -%%DATADIR%%/ima/pelota_4.png -%%DATADIR%%/ima/pres_casa.jpg -%%DATADIR%%/ima/pres_lee.jpg -%%DATADIR%%/ima/pres_losers.jpg -%%DATADIR%%/ima/pres_rapto.jpg -%%DATADIR%%/ima/pres_sentado.jpg -%%DATADIR%%/ima/pres_vs.jpg -%%DATADIR%%/ima/tiros.png -%%DATADIR%%/ima/tit_1.png -%%DATADIR%%/ima/tit_2.png -%%DATADIR%%/ima/tit_3.png -%%DATADIR%%/levels/base.map -%%DATADIR%%/music/menu.xm -%%DATADIR%%/sounds/alarma.wav -%%DATADIR%%/sounds/boom.wav -%%DATADIR%%/sounds/explo.wav -%%DATADIR%%/sounds/gancho.wav -%%DATADIR%%/sounds/item.wav -%%DATADIR%%/sounds/mata.wav -%%DATADIR%%/sounds/pierde.wav -%%DATADIR%%/sounds/romper.wav -%%DATADIR%%/sounds/tecla1.wav -%%DATADIR%%/sounds/tecla2.wav -%%DATADIR%%/sounds/tic.wav -%%DATADIR%%/sounds/tiro.wav -%%DATADIR%%/sounds/toc.wav -%%NLS%%share/locale/ca/LC_MESSAGES/ceferino.mo -%%NLS%%share/locale/es/LC_MESSAGES/ceferino.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ceferino.mo -share/pixmaps/ceferino.png diff --git a/games/chanta/Makefile b/games/chanta/Makefile deleted file mode 100644 index 6533a8d0072..00000000000 --- a/games/chanta/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Charlie & -# $FreeBSD$ - -PORTNAME= chanta -PORTVERSION= 0.15 -PORTREVISION= 12 -CATEGORIES= games -MASTER_SITES= http://www.losersjuegos.com.ar/_media/juegos/chanta/descargas/ - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free 2D jump and run game - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USES= gmake -USE_SDL= sdl image mixer -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD} -OPTIONS_DEFINE= DOCS - -post-configure: - @${REINPLACE_CMD} -e 's|-lSDL |`sdl-config --libs` |g' ${WRKSRC}/src/${MAKEFILE} - @${REINPLACE_CMD} -e 's|^CXXFLAGS|^CXXFLAGS?|g' ${WRKSRC}/src/${MAKEFILE} - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && \ - ${INSTALL_DATA} AUTHORS ChangeLog README ${STAGEDIR}${DOCSDIR} - -.include diff --git a/games/chanta/distinfo b/games/chanta/distinfo deleted file mode 100644 index 5d6136f8414..00000000000 --- a/games/chanta/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (chanta-0.15.tar.gz) = a5d4f5a853339b00087363905998c536f78ad524b8afa200202a7273c1498cba -SIZE (chanta-0.15.tar.gz) = 300023 diff --git a/games/chanta/files/patch-configure b/games/chanta/files/patch-configure deleted file mode 100644 index 3ba9c082eb1..00000000000 --- a/games/chanta/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure Mon Jul 18 16:01:00 2005 -+++ configure Wed Apr 5 21:21:06 2006 -@@ -3357,7 +3357,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lSDL $LIBS" -+LIBS="`sdl-config --libs` $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3434,7 +3434,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lSDL_mixer $LIBS" -+LIBS="-lSDL_mixer `sdl-config --libs` $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -3511,7 +3511,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lSDL_image $LIBS" -+LIBS="-lSDL_image `sdl-config --libs` $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF diff --git a/games/chanta/pkg-descr b/games/chanta/pkg-descr deleted file mode 100644 index 2a934208f21..00000000000 --- a/games/chanta/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Chanta Claus is a free jump and run game, where you have to collect all money -for each level. - -WWW: http://www.losersjuegos.com.ar diff --git a/games/chanta/pkg-plist b/games/chanta/pkg-plist deleted file mode 100644 index 6d7dc762927..00000000000 --- a/games/chanta/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/chanta -%%DATADIR%%/data/niveles.dat -%%DATADIR%%/ima/chanta.png -%%DATADIR%%/ima/chica.png -%%DATADIR%%/ima/enemigo1.png -%%DATADIR%%/ima/item.png -%%DATADIR%%/ima/logo.png -%%DATADIR%%/ima/menu.png -%%DATADIR%%/ima/tiles.png -%%DATADIR%%/ima/titulo_claus.png -%%DATADIR%%/ima/titulo_chanta.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile deleted file mode 100644 index 6731ca5afcf..00000000000 --- a/games/d2x-xl/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Created by: Aragon Gouveia -# $FreeBSD$ - -PORTNAME= d2x-xl -PORTVERSION= 1.14.121 -PORTREVISION= 10 -CATEGORIES= games -MASTER_SITES= SF/d2x-xl/Linux/Archive:source \ - SF/d2x-xl/Linux:source \ - SF/d2x-xl/Data:data \ - http://www.descent2.de/downloads/:source,data -DISTFILES= ${PORTNAME}-src-${PORTVERSION}.rar:source \ - ${PORTNAME}-data-${DATAVERSION}.rar:data - -MAINTAINER= aragon@phat.za.net -COMMENT= Community Unix port of Descent 2 Game - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -EXTRACT_DEPENDS= unrar:archivers/unrar -RUN_DEPENDS= unrar:archivers/unrar - -DATAVERSION= 1.14.95 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug --enable-release=yes \ - --with-sharepath=${PREFIX}/share/d2x-xl -USE_SDL= sdl mixer image -USES= autoreconf dos2unix gmake motif - -DOS2UNIX_FILES= missing depcomp - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= OPENGL -OPTIONS_DEFAULT= OPENGL - -.include - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif - -.if ${PORT_OPTIONS:MOPENGL} -USE_GL= gl glu -CONFIGURE_ARGS+=--with-opengl -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - -do-extract: - @${MKDIR} ${WRKSRC} - @cd ${WRKSRC} && \ - unrar x -o+ ${DISTDIR}/${PORTNAME}-src-${PORTVERSION}.rar >/dev/null && \ - unrar x -o+ ${PORTNAME}-makefiles.rar >/dev/null && \ - ${CHMOD} +x configure - -post-patch: - @${ECHO_CMD} 'CCLD = $$(CXX)' >> ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} -e '/FLAGS/ s|-O3||; /FLAGS/ s|-g||' \ - ${WRKSRC}/configure.ac - @cd ${WRKSRC} && \ - ${FIND} . -name "*.cpp" -o -name "*.h" | \ - ${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - @cd ${STAGEDIR}${DATADIR} && \ - unrar x -o+ ${DISTDIR}/${PORTNAME}-data-${DATAVERSION}.rar >/dev/null - ${INSTALL_PROGRAM} ${WRKSRC}/d2x-xl ${STAGEDIR}${PREFIX}/bin/d2x-xl - -.include diff --git a/games/d2x-xl/distinfo b/games/d2x-xl/distinfo deleted file mode 100644 index 6f97e2ee5b1..00000000000 --- a/games/d2x-xl/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (d2x-xl-src-1.14.121.rar) = 410cce88b54ceeac3a62260e1d5bc420e7f4b758943014a23cad3012bdb8126b -SIZE (d2x-xl-src-1.14.121.rar) = 1751369 -SHA256 (d2x-xl-data-1.14.95.rar) = bf1d877aba1987c0d529e8dbfbc55a1c5e374556f89ecb860bfd6942f9430625 -SIZE (d2x-xl-data-1.14.95.rar) = 9034850 diff --git a/games/d2x-xl/files/patch-include-ogl_defs.h b/games/d2x-xl/files/patch-include-ogl_defs.h deleted file mode 100644 index 8c688356467..00000000000 --- a/games/d2x-xl/files/patch-include-ogl_defs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/ogl_defs.h.orig 2008-10-09 09:34:21.000000000 +0400 -+++ include/ogl_defs.h 2009-02-26 23:25:34.000000000 +0300 -@@ -220,7 +220,7 @@ - - #else //GL_VERSION_20 - --# ifdef __macosx__ -+# if defined(__macosx__) || defined(__FreeBSD__) - # define glCreateShaderObject glCreateShaderObjectARB - # define glShaderSource glShaderSourceARB - # define glCompileShader glCompileShaderARB diff --git a/games/d2x-xl/files/patch-main-gamefolders.cpp b/games/d2x-xl/files/patch-main-gamefolders.cpp deleted file mode 100644 index 96e835badf8..00000000000 --- a/games/d2x-xl/files/patch-main-gamefolders.cpp +++ /dev/null @@ -1,46 +0,0 @@ ---- main/gamefolders.cpp.orig 2009-09-08 15:00:31.000000000 +0200 -+++ main/gamefolders.cpp 2009-09-10 02:55:54.000000000 +0200 -@@ -112,7 +112,7 @@ - // ---------------------------------------------------------------------------- - - #ifdef _WIN32 --# define STD_GAMEDIR "" -+# define STD_GAMEDIR "./" - # define D2X_APPNAME "d2x-xl.exe" - #elif defined(__macosx__) - # define STD_GAMEDIR "/Applications/Games/D2X-XL" -@@ -228,8 +228,6 @@ - # endif //__unix__ - if (!*gameFolders.szGameDir && GetAppFolder ("", gameFolders.szGameDir, STD_GAMEDIR, "")) - *gameFolders.szGameDir = '\0'; --if (!*gameFolders.szGameDir && GetAppFolder ("", gameFolders.szGameDir, SHAREPATH, "")) -- *gameFolders.szGameDir = '\0'; - # ifdef __macosx__ - GetOSXAppFolder (szDataRootDir, gameFolders.szGameDir); - # else -@@ -732,19 +730,16 @@ - if ((i = FindArg ("-userdir")) && pszArgList [i + 1] && *pszArgList [i + 1]) { - strcpy (szRootFolder, pszArgList [i + 1]); - i = int (strlen (szRootFolder)); --#if defined(__unix__) -- if (szRootFolder [i - 1] != '/') -- strcat (szRootFolder, "/"); --#else -- if ((szRootFolder [i - 1] != '\\') && (szRootFolder [i - 1] != '/') && (szRootFolder [i - 1] != ':')) -- strcat (szRootFolder, "/"); --#endif - } - else -+ strcpy (szRootFolder, STD_GAMEDIR); -+ - #if defined(__unix__) -- strcpy (szRootFolder, "/usr/local/games/d2x-xl/"); -+if (szRootFolder [i - 1] != '/') -+ strcat (szRootFolder, "/"); - #else -- strcpy (szRootFolder, "./"); -+if ((szRootFolder [i - 1] != '\\') && (szRootFolder [i - 1] != '/') && (szRootFolder [i - 1] != ':')) -+ strcat (szRootFolder, "/"); - #endif - - #if defined(__unix__) diff --git a/games/d2x-xl/files/patch-noupdates b/games/d2x-xl/files/patch-noupdates deleted file mode 100644 index 22d5b2ff720..00000000000 --- a/games/d2x-xl/files/patch-noupdates +++ /dev/null @@ -1,76 +0,0 @@ ---- Makefile.am.orig 2009-09-10 02:36:08.000000000 +0200 -+++ Makefile.am 2009-09-10 02:36:29.000000000 +0200 -@@ -59,12 +59,12 @@ - - if MINGW32 - if USE_NETWORK --d2x_sdl_LDADD = ${d2x_LDADD} -lwinmm -lwsock32 -lcurl -lXm -lXt -lX11 -+d2x_sdl_LDADD = ${d2x_LDADD} -lwinmm -lwsock32 -lXm -lXt -lX11 - else --d2x_sdl_LDADD = ${d2x_LDADD} -lwinmm -lcurl -lXm -lXt -lX11 -+d2x_sdl_LDADD = ${d2x_LDADD} -lwinmm -lXm -lXt -lX11 - endif - else --d2x_sdl_LDADD = ${d2x_LDADD} -lm -lcurl -lXm -lXt -lX11 -+d2x_sdl_LDADD = ${d2x_LDADD} -lm -lXm -lXt -lX11 - endif - d2x_xl_LDADD = ${d2x_sdl_LDADD} ${OGL_LIBS} - ---- main/gamefolders.cpp.orig 2009-09-10 02:36:46.000000000 +0200 -+++ main/gamefolders.cpp 2009-09-10 02:38:18.000000000 +0200 -@@ -871,7 +871,7 @@ - - // ---------------------------------------------------------------------------- - --#if defined(__unix__) -+#if 0 - - # define FILEEXT "rar" - # define FILETYPE "src" -@@ -928,7 +928,7 @@ - - #endif - --#if defined(_WIN32) || defined(__unix__) -+#if 0 - - int CheckForUpdate (void) - { ---- menus/mainmenu.cpp.orig 2009-09-10 02:39:20.000000000 +0200 -+++ menus/mainmenu.cpp 2009-09-10 02:40:21.000000000 +0200 -@@ -87,7 +87,7 @@ - int nOrder; - int nHelp; - int nChoice; --#if defined(_WIN32) || defined(__unix__) -+#if 0 - int nUpdate; - #endif - } mainOpts; -@@ -101,7 +101,7 @@ - //returns the number of demo files on the disk - int NDCountDemos (void); - --#if defined(_WIN32) || defined(__unix__) -+#if 0 - int CheckForUpdate (void); - #endif - -@@ -180,7 +180,7 @@ - if (!gameStates.app.bNostalgia) - mainOpts.nSongs = m.AddMenu (TXT_PLAY_SONGS, KEY_S, HTX_MAIN_SONGS); - mainOpts.nCredits = m.AddMenu (TXT_CREDITS, KEY_C, HTX_MAIN_CREDITS); --#if defined(_WIN32) || defined(__unix__) -+#if 0 - mainOpts.nUpdate = m.AddMenu (TXT_CHECK_FOR_UPDATE, KEY_U, HTX_CHECK_FOR_UPDATE); - #endif - mainOpts.nQuit = m.AddMenu (TXT_QUIT, KEY_Q, HTX_MAIN_QUIT); -@@ -369,7 +369,7 @@ - } - else if (nChoice == mainOpts.nOrder) - ShowOrderForm (); --#if defined(_WIN32) || defined(__unix__) -+#if 0 - else if (nChoice == mainOpts.nUpdate) - CheckForUpdate (); - #endif diff --git a/games/d2x-xl/files/patch-objects_reactor.cpp b/games/d2x-xl/files/patch-objects_reactor.cpp deleted file mode 100644 index 4fd17584349..00000000000 --- a/games/d2x-xl/files/patch-objects_reactor.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- objects/reactor.cpp.orig 2017-02-01 15:11:32 UTC -+++ objects/reactor.cpp -@@ -184,7 +184,7 @@ else { - - void InitCountdown (CTrigger *trigP, int bReactorDestroyed, int nTimer) - { --if (trigP && (trigP->m_info.time > 0)) -+if (trigP && trigP->m_info.time) - gameData.reactor.countdown.nTotalTime = trigP->m_info.time [0]; - else if (gameStates.app.nBaseCtrlCenExplTime != DEFAULT_CONTROL_CENTER_EXPLOSION_TIME) - gameData.reactor.countdown.nTotalTime = diff --git a/games/d2x-xl/files/patch-pstypes.h b/games/d2x-xl/files/patch-pstypes.h deleted file mode 100644 index e7055cfa423..00000000000 --- a/games/d2x-xl/files/patch-pstypes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/pstypes.h.orig 2009-07-22 00:02:08.000000000 +0200 -+++ include/pstypes.h 2009-07-22 00:03:47.000000000 +0200 -@@ -28,7 +28,7 @@ - - //define unsigned types; - typedef unsigned char ubyte; --#ifndef __unix__ -+#ifdef __unix__ - typedef unsigned short ushort; - typedef unsigned int uint; - typedef unsigned long ulong; diff --git a/games/d2x-xl/files/pkg-message.in b/games/d2x-xl/files/pkg-message.in deleted file mode 100644 index 5dde8d438d7..00000000000 --- a/games/d2x-xl/files/pkg-message.in +++ /dev/null @@ -1,29 +0,0 @@ -************************************************************ -You need to get data files from an original Descent 2 CD. -The CD contains a file named descent2.sow which must be -extracted with unarj to: - - %%DATADIR%%/data - -After extraction the following files may be deleted: - - d2-2plyr.hog - d2-2plyr.mn2 - d2.bat - d2chaos.hog - d2chaos.mn2 - d2icons.dll - descent2.dem - descentg.ini - endnote.txt - modem.lst - pcxview.exe - readme.txt - -If you want the original movies to play back, copy *.mvl -from the CD to: - - %%DATADIR%%/movies - -See http://www.descent2.de/ for more information and addons. -************************************************************ diff --git a/games/d2x-xl/pkg-descr b/games/d2x-xl/pkg-descr deleted file mode 100644 index 24efcc36739..00000000000 --- a/games/d2x-xl/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -D2X-XL is a community modified version of Icculus's D2X port, -the original Unix port of Descent by Parallax software. It -contains many bug fixes and improvements since Icculus stopped -working on D2X. - -You need to own the orignal game or download demo data -files. - -WWW: http://www.descent2.de/ diff --git a/games/d2x-xl/pkg-plist b/games/d2x-xl/pkg-plist deleted file mode 100644 index afd289a3a4e..00000000000 --- a/games/d2x-xl/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -bin/d2x-xl -%%DATADIR%%/config/d2x-default.ini -%%DATADIR%%/data/d2x-xl.hog -%%DATADIR%%/data/descent.tex.eng -%%DATADIR%%/data/descent.tex.ger -%%DATADIR%%/data/exit.ham -%%DATADIR%%/models/bullet.ase -%%DATADIR%%/models/bullet.tga -%%DATADIR%%/profiles/default.plr -%%DATADIR%%/profiles/default.plx -%%DATADIR%%/sounds2/afbr_1.wav -%%DATADIR%%/sounds2/airbubbles.wav -%%DATADIR%%/sounds2/d1/gatling-slowdown.wav -%%DATADIR%%/sounds2/d1/gatling-speedup.wav -%%DATADIR%%/sounds2/d1/headlight.wav -%%DATADIR%%/sounds2/d1/highping.wav -%%DATADIR%%/sounds2/d1/lowping.wav -%%DATADIR%%/sounds2/d1/missileflight-big.wav -%%DATADIR%%/sounds2/d1/missileflight-small.wav -%%DATADIR%%/sounds2/d1/vulcan-firing.wav -%%DATADIR%%/sounds2/d1/zoom1.wav -%%DATADIR%%/sounds2/d1/zoom2.wav -%%DATADIR%%/sounds2/gatling-slowdown.wav -%%DATADIR%%/sounds2/gatling-speedup.wav -%%DATADIR%%/sounds2/gauss-firing.wav -%%DATADIR%%/sounds2/headlight.wav -%%DATADIR%%/sounds2/highping.wav -%%DATADIR%%/sounds2/lightning.wav -%%DATADIR%%/sounds2/lowping.wav -%%DATADIR%%/sounds2/missileflight-big.wav -%%DATADIR%%/sounds2/missileflight-small.wav -%%DATADIR%%/sounds2/slowdown.wav -%%DATADIR%%/sounds2/speedup.wav -%%DATADIR%%/sounds2/vulcan-firing.wav -%%DATADIR%%/sounds2/zoom1.wav -%%DATADIR%%/sounds2/zoom2.wav -%%DATADIR%%/textures/bullettime#0.tga -%%DATADIR%%/textures/cockpit.tga -%%DATADIR%%/textures/cockpitb.tga -%%DATADIR%%/textures/d2x-xl/aimdmg.tga -%%DATADIR%%/textures/d2x-xl/blast-hard.tga -%%DATADIR%%/textures/d2x-xl/blast-medium.tga -%%DATADIR%%/textures/d2x-xl/blast-soft.tga -%%DATADIR%%/textures/d2x-xl/blast.tga -%%DATADIR%%/textures/d2x-xl/bubble.tga -%%DATADIR%%/textures/d2x-xl/bullcase.tga -%%DATADIR%%/textures/d2x-xl/corona.tga -%%DATADIR%%/textures/d2x-xl/deadzone.tga -%%DATADIR%%/textures/d2x-xl/drivedmg.tga -%%DATADIR%%/textures/d2x-xl/fire.tga -%%DATADIR%%/textures/d2x-xl/glare.tga -%%DATADIR%%/textures/d2x-xl/gundmg.tga -%%DATADIR%%/textures/d2x-xl/halfhalo.tga -%%DATADIR%%/textures/d2x-xl/halo.tga -%%DATADIR%%/textures/d2x-xl/joymouse.tga -%%DATADIR%%/textures/d2x-xl/original/blast.tga -%%DATADIR%%/textures/d2x-xl/pwupicon.tga -%%DATADIR%%/textures/d2x-xl/rboticon.tga -%%DATADIR%%/textures/d2x-xl/scope.tga -%%DATADIR%%/textures/d2x-xl/shield.tga -%%DATADIR%%/textures/d2x-xl/smoke-hard.tga -%%DATADIR%%/textures/d2x-xl/smoke-medium.tga -%%DATADIR%%/textures/d2x-xl/smoke-soft.tga -%%DATADIR%%/textures/d2x-xl/smoke.tga -%%DATADIR%%/textures/d2x-xl/sparks.tga -%%DATADIR%%/textures/d2x-xl/thrust2d-blue.tga -%%DATADIR%%/textures/d2x-xl/thrust2d-red.tga -%%DATADIR%%/textures/d2x-xl/thrust2d.tga -%%DATADIR%%/textures/d2x-xl/thrust3d-blue.tga -%%DATADIR%%/textures/d2x-xl/thrust3d-red.tga -%%DATADIR%%/textures/d2x-xl/thrust3d.tga -%%DATADIR%%/textures/monsterball.tga -%%DATADIR%%/textures/slowmotion#0.tga -%%DATADIR%%/textures/status.tga -%%DATADIR%%/textures/statusb.tga diff --git a/games/drcreep/Makefile b/games/drcreep/Makefile deleted file mode 100644 index 25fc68c17bc..00000000000 --- a/games/drcreep/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Robert Crossfield -# $FreeBSD$ - -PORTNAME= drcreep -PORTVERSION= 1.1 -PORTEPOCH= 1 -CATEGORIES= games -MASTER_SITES= SF/creep/ - -MAINTAINER= robcrossfield@gmail.com -COMMENT= Castles of Dr. Creep - -LICENSE= GPLv3 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USE_SDL= sdl - -WRKSRC= ${WRKDIR}/DrCreep - -SUB_FILES+= pkg-message - -do-build: - @(cd ${WRKSRC} && ${CXX} -DFREEBSD -o ${PORTNAME} ${CXXFLAGS} \ - `${SDL_CONFIG} --cflags --libs` -I./src src/*.cpp src/graphics/*.cpp \ - src/graphics/scale/*.cpp src/castle/*.cpp src/castle/objects/*.cpp \ - src/vic-ii/*.cpp src/resid-0.16/*.cpp src/sound/*.cpp -lcompat) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR}/data - @${MKDIR} ${STAGEDIR}${DATADIR}/data/castle - @${MKDIR} ${STAGEDIR}${DATADIR}/data/castles - @${MKDIR} ${STAGEDIR}${DATADIR}/data/save - - ${INSTALL_DATA} ${WRKSRC}/run/data/char.rom ${STAGEDIR}${DATADIR}/data - -.include diff --git a/games/drcreep/distinfo b/games/drcreep/distinfo deleted file mode 100644 index 9737a9ede6e..00000000000 --- a/games/drcreep/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (drcreep-1.1.tar.gz) = a0b23902bd223bcad6f7e10ad9b2abf92524a3dce50e88b5c0ae0c11c4ed3dbc -SIZE (drcreep-1.1.tar.gz) = 496132 diff --git a/games/drcreep/files/pkg-message.in b/games/drcreep/files/pkg-message.in deleted file mode 100644 index 6e92e59a239..00000000000 --- a/games/drcreep/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------- - -Please copy your Castles of Dr. Creep disk image (D64) to ${DATADIR}/data - --------------------------------------------------------------------- diff --git a/games/drcreep/pkg-descr b/games/drcreep/pkg-descr deleted file mode 100644 index 73b0a191c5b..00000000000 --- a/games/drcreep/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Castles of Dr. Creep is a platform puzzle game -originally for the Commodore 64 and released in 1984 -By Broderbund and written by Ed Hobbs. - -The Character ROM file is Copyright by Commodore Business Machines. - -WWW: http://creep.sourceforge.net/ diff --git a/games/drcreep/pkg-plist b/games/drcreep/pkg-plist deleted file mode 100644 index caef620927c..00000000000 --- a/games/drcreep/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/drcreep -%%DATADIR%%/data/char.rom -@dir %%DATADIR%%/data/save -@dir %%DATADIR%%/data/castles -@dir %%DATADIR%%/data/castle diff --git a/games/frobtads/Makefile b/games/frobtads/Makefile deleted file mode 100644 index ddead660987..00000000000 --- a/games/frobtads/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Kai Wang -# $FreeBSD$ - -PORTNAME= frobtads -PORTVERSION= 1.2.3 -PORTREVISION= 1 -CATEGORIES= games lang -MASTER_SITES= http://www.tads.org/${PORTNAME}/ \ - http://www.ifarchive.org/if-archive/programming/tads3/source/ - -MAINTAINER= kaiwang27@gmail.com -COMMENT= TADS interpreter and the compilers for both TADS 2 and 3 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libcurl.so:ftp/curl - -CONFLICTS= tads-2.* - -USE_HARDENING= pie:off - -USES= autoreconf gmake localbase ncurses -GNU_CONFIGURE= yes - -LIBS+= -lcompat - -.include diff --git a/games/frobtads/distinfo b/games/frobtads/distinfo deleted file mode 100644 index bba5e7b734a..00000000000 --- a/games/frobtads/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (frobtads-1.2.3.tar.gz) = 88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788 -SIZE (frobtads-1.2.3.tar.gz) = 5227704 diff --git a/games/frobtads/files/patch-tads3_vmtz.cpp b/games/frobtads/files/patch-tads3_vmtz.cpp deleted file mode 100644 index b75a5ad5462..00000000000 --- a/games/frobtads/files/patch-tads3_vmtz.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- tads3/vmtz.cpp.orig 2013-05-17 19:46:51 UTC -+++ tads3/vmtz.cpp -@@ -1984,7 +1984,7 @@ void CVmTimeZone::query(vmtzquery *resul - * the transition in terms of the local time that was in effect - * up until that moment - */ -- result->set(tcur > 0 ? tcur - 1 : tcur); -+ result->set(cur > 0 ? tcur - 1 : tcur); - return; - } - } diff --git a/games/frobtads/pkg-descr b/games/frobtads/pkg-descr deleted file mode 100644 index b5b6ce73b93..00000000000 --- a/games/frobtads/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -FrobTADS is a full version of TADS by Nikos Chantziaras. It includes -everything you need for playing and writing TADS games, including a -text-only TADS interpreter and the compilers for both TADS 2 and 3. - -WWW: http://www.tads.org/frobtads.htm diff --git a/games/frobtads/pkg-plist b/games/frobtads/pkg-plist deleted file mode 100644 index 5702d45d183..00000000000 --- a/games/frobtads/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/frob -bin/t3make -bin/tadsc -%%DATADIR%%/tads2/adv.t -%%DATADIR%%/tads2/gameinfo.t -%%DATADIR%%/tads2/std.t -%%DATADIR%%/tads3/doc/bkg.jpg -%%DATADIR%%/tads3/doc/getacro.gif -%%DATADIR%%/tads3/doc/gsgcover.jpg -%%DATADIR%%/tads3/doc/htads_cover.jpg -%%DATADIR%%/tads3/doc/index.htm -%%DATADIR%%/tads3/doc/learning_cover.jpg -%%DATADIR%%/tads3/doc/libcover.jpg -%%DATADIR%%/tads3/doc/nodoc.htm -%%DATADIR%%/tads3/doc/nolibref.htm -%%DATADIR%%/tads3/doc/qstart_cover.jpg -%%DATADIR%%/tads3/doc/syscover.jpg -%%DATADIR%%/tads3/doc/t3QuickStart.htm -%%DATADIR%%/tads3/doc/t3changes.htm -%%DATADIR%%/tads3/doc/techcover.jpg -%%DATADIR%%/tads3/doc/tgcover.jpg -%%DATADIR%%/tads3/doc/title.jpg -%%DATADIR%%/tads3/doc/title2.gif -%%DATADIR%%/tads3/include/bignum.h -%%DATADIR%%/tads3/include/bytearr.h -%%DATADIR%%/tads3/include/charset.h -%%DATADIR%%/tads3/include/date.h -%%DATADIR%%/tads3/include/dict.h -%%DATADIR%%/tads3/include/dynfunc.h -%%DATADIR%%/tads3/include/file.h -%%DATADIR%%/tads3/include/filename.h -%%DATADIR%%/tads3/include/gramprod.h -%%DATADIR%%/tads3/include/httpreq.h -%%DATADIR%%/tads3/include/httpsrv.h -%%DATADIR%%/tads3/include/lookup.h -%%DATADIR%%/tads3/include/reflect.h -%%DATADIR%%/tads3/include/strbuf.h -%%DATADIR%%/tads3/include/strcomp.h -%%DATADIR%%/tads3/include/systype.h -%%DATADIR%%/tads3/include/t3.h -%%DATADIR%%/tads3/include/t3test.h -%%DATADIR%%/tads3/include/tads.h -%%DATADIR%%/tads3/include/tadsgen.h -%%DATADIR%%/tads3/include/tadsio.h -%%DATADIR%%/tads3/include/tadsiox.h -%%DATADIR%%/tads3/include/tadsnet.h -%%DATADIR%%/tads3/include/tok.h -%%DATADIR%%/tads3/include/vector.h -%%DATADIR%%/tads3/lib/_main.t -%%DATADIR%%/tads3/lib/adv3/action.t -%%DATADIR%%/tads3/lib/adv3/actions.t -%%DATADIR%%/tads3/lib/adv3/actor.t -%%DATADIR%%/tads3/lib/adv3/adv3.h -%%DATADIR%%/tads3/lib/adv3/adv3.tl -%%DATADIR%%/tads3/lib/adv3/adv3web.tl -%%DATADIR%%/tads3/lib/adv3/banner.t -%%DATADIR%%/tads3/lib/adv3/browser.t -%%DATADIR%%/tads3/lib/adv3/changes.htm -%%DATADIR%%/tads3/lib/adv3/console.t -%%DATADIR%%/tads3/lib/adv3/disambig.t -%%DATADIR%%/tads3/lib/adv3/en_us/en_us.h -%%DATADIR%%/tads3/lib/adv3/en_us/en_us.t -%%DATADIR%%/tads3/lib/adv3/en_us/en_us.tl -%%DATADIR%%/tads3/lib/adv3/en_us/instruct.t -%%DATADIR%%/tads3/lib/adv3/en_us/msg_neu.t -%%DATADIR%%/tads3/lib/adv3/events.t -%%DATADIR%%/tads3/lib/adv3/exec.t -%%DATADIR%%/tads3/lib/adv3/exits.t -%%DATADIR%%/tads3/lib/adv3/extras.t -%%DATADIR%%/tads3/lib/adv3/footnote.t -%%DATADIR%%/tads3/lib/adv3/hintsys.t -%%DATADIR%%/tads3/lib/adv3/input.t -%%DATADIR%%/tads3/lib/adv3/lister.t -%%DATADIR%%/tads3/lib/adv3/menucon.t -%%DATADIR%%/tads3/lib/adv3/menusys.t -%%DATADIR%%/tads3/lib/adv3/menuweb.t -%%DATADIR%%/tads3/lib/adv3/misc.t -%%DATADIR%%/tads3/lib/adv3/modid.t -%%DATADIR%%/tads3/lib/adv3/numbers.t -%%DATADIR%%/tads3/lib/adv3/objects.t -%%DATADIR%%/tads3/lib/adv3/output.t -%%DATADIR%%/tads3/lib/adv3/parser.t -%%DATADIR%%/tads3/lib/adv3/pov.t -%%DATADIR%%/tads3/lib/adv3/precond.t -%%DATADIR%%/tads3/lib/adv3/report.t -%%DATADIR%%/tads3/lib/adv3/resolver.t -%%DATADIR%%/tads3/lib/adv3/score.t -%%DATADIR%%/tads3/lib/adv3/sense.t -%%DATADIR%%/tads3/lib/adv3/settings.t -%%DATADIR%%/tads3/lib/adv3/status.t -%%DATADIR%%/tads3/lib/adv3/thing.t -%%DATADIR%%/tads3/lib/adv3/tips.t -%%DATADIR%%/tads3/lib/adv3/travel.t -%%DATADIR%%/tads3/lib/adv3/verify.t -%%DATADIR%%/tads3/lib/dynfunc.t -%%DATADIR%%/tads3/lib/extensions/CustomStatus.t -%%DATADIR%%/tads3/lib/extensions/OpenState.t -%%DATADIR%%/tads3/lib/extensions/SimpleAttachable.t -%%DATADIR%%/tads3/lib/extensions/TCommand/TCommand.t -%%DATADIR%%/tads3/lib/extensions/TCommand/doc/tcommand.htm -%%DATADIR%%/tads3/lib/extensions/combineReports.t -%%DATADIR%%/tads3/lib/extensions/cquotes.t -%%DATADIR%%/tads3/lib/extensions/custmsg.t -%%DATADIR%%/tads3/lib/extensions/customBanner.t -%%DATADIR%%/tads3/lib/extensions/newNames.t -%%DATADIR%%/tads3/lib/extensions/pathfind.t -%%DATADIR%%/tads3/lib/extensions/showTranscript.t -%%DATADIR%%/tads3/lib/extensions/smartAccompany.t -%%DATADIR%%/tads3/lib/extensions/subtime.t -%%DATADIR%%/tads3/lib/file.t -%%DATADIR%%/tads3/lib/gameinfo.t -%%DATADIR%%/tads3/lib/gramprod.t -%%DATADIR%%/tads3/lib/multmeth.t -%%DATADIR%%/tads3/lib/reflect.t -%%DATADIR%%/tads3/lib/system.tl -%%DATADIR%%/tads3/lib/tadsnet.t -%%DATADIR%%/tads3/lib/tok.t -%%DATADIR%%/tads3/lib/webui.t -%%DATADIR%%/tads3/lib/webui.tl -%%DATADIR%%/tads3/lib/webuires/TADS.swf -%%DATADIR%%/tads3/lib/webuires/ckbox8pt-off.gif -%%DATADIR%%/tads3/lib/webuires/ckbox8pt-on.gif -%%DATADIR%%/tads3/lib/webuires/cmdwin.css -%%DATADIR%%/tads3/lib/webuires/cmdwin.htm -%%DATADIR%%/tads3/lib/webuires/cmdwin.js -%%DATADIR%%/tads3/lib/webuires/comboarrow.gif -%%DATADIR%%/tads3/lib/webuires/debuglog.css -%%DATADIR%%/tads3/lib/webuires/debuglog.htm -%%DATADIR%%/tads3/lib/webuires/debuglog.js -%%DATADIR%%/tads3/lib/webuires/defaultPrefs.js -%%DATADIR%%/tads3/lib/webuires/dlg-closebox.gif -%%DATADIR%%/tads3/lib/webuires/dlg-closeboxA.gif -%%DATADIR%%/tads3/lib/webuires/dlg-closeboxH.gif -%%DATADIR%%/tads3/lib/webuires/dlg-corners.gif -%%DATADIR%%/tads3/lib/webuires/dlg-title-corners.gif -%%DATADIR%%/tads3/lib/webuires/dlgIconError.gif -%%DATADIR%%/tads3/lib/webuires/dlgIconInfo.gif -%%DATADIR%%/tads3/lib/webuires/dlgIconQuestion.gif -%%DATADIR%%/tads3/lib/webuires/dlgIconWarning.gif -%%DATADIR%%/tads3/lib/webuires/downloadPopupBkg.gif -%%DATADIR%%/tads3/lib/webuires/errorPopupBkg.gif -%%DATADIR%%/tads3/lib/webuires/layoutwin.css -%%DATADIR%%/tads3/lib/webuires/layoutwin.htm -%%DATADIR%%/tads3/lib/webuires/layoutwin.js -%%DATADIR%%/tads3/lib/webuires/main.css -%%DATADIR%%/tads3/lib/webuires/main.htm -%%DATADIR%%/tads3/lib/webuires/main.js -%%DATADIR%%/tads3/lib/webuires/menuarrow.png -%%DATADIR%%/tads3/lib/webuires/modal-cover.png -%%DATADIR%%/tads3/lib/webuires/netspinner.gif -%%DATADIR%%/tads3/lib/webuires/statwin.css -%%DATADIR%%/tads3/lib/webuires/statwin.htm -%%DATADIR%%/tads3/lib/webuires/statwin.js -%%DATADIR%%/tads3/lib/webuires/tads.css -%%DATADIR%%/tads3/lib/webuires/util.js -%%DATADIR%%/tads3/lib/webuires/warningPopupBkg.gif -%%DATADIR%%/tads3/res/charmap/cmaplib.t3r diff --git a/games/hedgewars-server/Makefile b/games/hedgewars-server/Makefile new file mode 100644 index 00000000000..8c40206c8f3 --- /dev/null +++ b/games/hedgewars-server/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= hedgewars +PORTVERSION= 0.9.25 +CATEGORIES= games +MASTER_SITES= http://www.hedgewars.org/download/releases/ \ + http://mirror.amdmi3.ru/distfiles/ +PKGNAMESUFFIX= -server +DISTNAME= ${PORTNAME}-src-${DISTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # cabal.mk has different default from bsd.port.mk +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + +LICENSE= GPLv2 + +USES= cabal tar:bzip2 + +WRKSRC_SUBDIR= gameServer + +USE_CABAL= ConfigFile-1.1.4 HUnit-1.6.0.0 MissingH-1.4.1.0 SHA-1.6.4.4 \ + aeson-1.4.3.0 attoparsec-0.13.2.2_2 base-compat-0.10.5 \ + call-stack-0.1.0 conduit-1.3.1.1 dlist-0.8.0.6 entropy-0.4.1.4 \ + exceptions-0.10.2 hslogger-1.3.0.0 integer-logarithms-1.0.3 \ + libyaml-0.1.1.0 mono-traversable-1.0.11.0 primitive-0.6.4.0_1 \ + regex-base-0.93.2 regex-compat-0.95.1 regex-posix-0.95.2 \ + regex-tdfa-1.2.3.1 resourcet-1.2.2 sandi-0.5 \ + scientific-0.3.6.2 split-0.2.3.3_1 tagged-0.8.6 \ + th-abstraction-0.3.1.0 time-locale-compat-0.1.1.5 \ + transformers-compat-0.6.4 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ + uuid-types-1.0.3_1 vector-0.12.0.3 vector-algorithms-0.8.0.1 \ + yaml-0.11.0.0 + +EXECUTABLES= hedgewars-server checker + +.include diff --git a/games/hedgewars-server/distinfo b/games/hedgewars-server/distinfo new file mode 100644 index 00000000000..8952fb903db --- /dev/null +++ b/games/hedgewars-server/distinfo @@ -0,0 +1,87 @@ +TIMESTAMP = 1557340545 +SHA256 (cabal/hedgewars-src-0.9.25.tar.bz2) = b35d7334b6785305dd4f0129b646d1277ad58528cf8029b05bf642e02f76a723 +SIZE (cabal/hedgewars-src-0.9.25.tar.bz2) = 175276967 +SHA256 (cabal/ConfigFile-1.1.4/ConfigFile-1.1.4.tar.gz) = ae087b359ff2945a62b671449227e0a811d143ee651179f4e7e9c66548e0f514 +SIZE (cabal/ConfigFile-1.1.4/ConfigFile-1.1.4.tar.gz) = 28969 +SHA256 (cabal/HUnit-1.6.0.0/HUnit-1.6.0.0.tar.gz) = 7448e6b966e98e84b7627deba23f71b508e9a61e7bc571d74304a25d30e6d0de +SIZE (cabal/HUnit-1.6.0.0/HUnit-1.6.0.0.tar.gz) = 21937 +SHA256 (cabal/MissingH-1.4.1.0/MissingH-1.4.1.0.tar.gz) = 49ecd2df3ad45d6da64a984e506cd0e2ca02c238a743d757feeea8c4cddce0ca +SIZE (cabal/MissingH-1.4.1.0/MissingH-1.4.1.0.tar.gz) = 111445 +SHA256 (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44 +SIZE (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 2715144 +SHA256 (cabal/aeson-1.4.3.0/aeson-1.4.3.0.tar.gz) = 6564ac0fb429cd4bcafc706fa4b905dab94f57f765ebd96a65c9ba4b9e520c19 +SIZE (cabal/aeson-1.4.3.0/aeson-1.4.3.0.tar.gz) = 272210 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 6a0baba19991e84ef939056e7b411ad3a1ea0fb5e1e8fce7ca50e96c84b206c8 +SIZE (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 5791 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2 +SIZE (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = 2473 +SHA256 (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 84dfafc92e9553c7bae4b4fe0cba3da29b37def606f88b989db95ee2dc933fa2 +SIZE (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 87547 +SHA256 (cabal/dlist-0.8.0.6/dlist-0.8.0.6.tar.gz) = 780b4ac91d6e88e77ebf1629568bddd45959b8e0cd295b17c7d55d835c03c73f +SIZE (cabal/dlist-0.8.0.6/dlist-0.8.0.6.tar.gz) = 9057 +SHA256 (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) = 2e3f6a65c8fde3551a8fb03b0a519b718762fc3278b1a5750f96d399e821eeb9 +SIZE (cabal/entropy-0.4.1.4/entropy-0.4.1.4.tar.gz) = 7361 +SHA256 (cabal/exceptions-0.10.2/exceptions-0.10.2.tar.gz) = 918c2ccbfb03caff826726bb7bf5170734b393817ace939f8dea86d60fc1512a +SIZE (cabal/exceptions-0.10.2/exceptions-0.10.2.tar.gz) = 19932 +SHA256 (cabal/hslogger-1.3.0.0/hslogger-1.3.0.0.tar.gz) = 487f7f2d97b2e2e2e16a6e8675a4e659fda2fd1c352e26f153a964589ac7d6be +SIZE (cabal/hslogger-1.3.0.0/hslogger-1.3.0.0.tar.gz) = 37577 +SHA256 (cabal/integer-logarithms-1.0.3/integer-logarithms-1.0.3.tar.gz) = 5ae262018698af35bb74916fad170d96d3eb44669c72ed36db9a19a3392cec16 +SIZE (cabal/integer-logarithms-1.0.3/integer-logarithms-1.0.3.tar.gz) = 8840 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b +SIZE (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = 3968 +SHA256 (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e +SIZE (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 42916 +SHA256 (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 +SIZE (cabal/regex-tdfa-1.2.3.1/regex-tdfa-1.2.3.1.tar.gz) = 66397 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/sandi-0.5/sandi-0.5.tar.gz) = 4940a19fe9c5e9b08a9f139a0806a30b956d007efa973f3763bed3165154afd9 +SIZE (cabal/sandi-0.5/sandi-0.5.tar.gz) = 19115 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.3.1.0/th-abstraction-0.3.1.0.tar.gz) = 4b9e1bcc6ec3d897fb09c3d7fa2f37f0672d5370e0e3e49809886da81fe001b9 +SIZE (cabal/th-abstraction-0.3.1.0/th-abstraction-0.3.1.0.tar.gz) = 34248 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/transformers-compat-0.6.4/transformers-compat-0.6.4.tar.gz) = ad7fb455d636533ba37fcae7b01666ebca07f668f3bd773d754b76f82d3ece0c +SIZE (cabal/transformers-compat-0.6.4/transformers-compat-0.6.4.tar.gz) = 40038 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.3/vector-0.12.0.3.tar.gz) = b8a2bfbf9d22d34a28cde9b9e92bfb054e46797754154dd5883295c38936e5a8 +SIZE (cabal/vector-0.12.0.3/vector-0.12.0.3.tar.gz) = 124899 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 diff --git a/games/hedgewars-server/pkg-descr b/games/hedgewars-server/pkg-descr new file mode 100644 index 00000000000..19ad36bd241 --- /dev/null +++ b/games/hedgewars-server/pkg-descr @@ -0,0 +1,24 @@ +Each player controls a team of several hedgehogs. During the course +of the game, players take turns with one of their hedgehogs. They +then use whatever tools and weapons are available to attack and +kill the opponents' hedgehogs, thereby winning the game. Hedgehogs +may move around the terrain in a variety of ways, normally by walking +and jumping but also by using particular tools such as the "Rope" +or "Parachute", to move to otherwise inaccessible areas. Each turn +is time-limited to ensure that players do not hold up the game with +excessive thinking or moving. + +A large variety of tools and weapons are available for players +during the game: Grenade, Cluster Bomb, Bazooka, UFO, Shotgun, +Desert Eagle, Fire Punch, Baseball Bat, Dynamite, Mine, Rope, +Pneumatic pick, Parachute. Most weapons, when used, cause explosions +that deform the terrain, removing circular chunks. The landscape +is an island floating on a body of water, or a restricted cave with +water at the bottom. A hedgehog dies when it enters the water (either +by falling off the island, or through a hole in the bottom of it), +it is thrown off either side of the arena or when its health is +reduced, typically from contact with explosions, to zero (the damage +dealt to the attacked hedgehog or hedgehogs after a player's or CPU +turn is shown only when all movement on the battlefield has ceased). + +WWW: http://www.hedgewars.org diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 5a9a642bbdf..7d6c40dd0e3 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -49,20 +49,9 @@ VIDEOREC_PLIST_FILES= lib/libavwrapper.so \ lib/libavwrapper.so.1.0 VIDEOREC_CMAKE_OFF= -DNOVIDEOREC=1 -SERVER_BUILD_DEPENDS= ghc:lang/ghc \ - hs-vector>=0:devel/hs-vector \ - hs-network>=0:net/hs-network \ - hs-utf8-string>=0:devel/hs-utf8-string \ - hs-random>=0:devel/hs-random \ - hs-hslogger>=0:devel/hs-hslogger \ - hs-SHA>=0:security/hs-SHA \ - hs-entropy>=0:security/hs-entropy \ - hs-zlib>=0:archivers/hs-zlib \ - hs-regex-tdfa>=0:textproc/hs-regex-tdfa \ - hs-mtl>=0:devel/hs-mtl \ - hs-sandi>=0:converters/hs-sandi -SERVER_CMAKE_OFF= -DNOSERVER=1 -SERVER_PLIST_FILES= bin/${PORTNAME}-server +SERVER_RUN_DEPENDS= hedgewars-server:games/hedgewars-server + +CMAKE_ON= NOSERVER post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/cmake_modules/*.cmake diff --git a/games/hs-scroll/Makefile b/games/hs-scroll/Makefile index 63f43d5a309..3af5b064dfd 100644 --- a/games/hs-scroll/Makefile +++ b/games/hs-scroll/Makefile @@ -3,7 +3,7 @@ PORTNAME= scroll PORTVERSION= 1.20180421 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games haskell MAINTAINER= haskell@FreeBSD.org @@ -11,12 +11,19 @@ COMMENT= A roguelike game LICENSE= GPLv2 -PKGNAMEPREFIX= +BUILD_DEPENDS= happy:devel/hs-happy -USE_CABAL= IfElse case-insensitive data-default monad-loops mtl \ - optparse-applicative ncurses random vector -STANDALONE= yes -EXECUTABLE= scroll +USES= cabal + +USE_CABAL= IfElse-0.85 alex-3.2.4 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \ + c2hs-0.28.6 case-insensitive-1.2.0.11 colour-2.3.4 data-default-0.7.1.1 \ + data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 dlist-0.8.0.5 hashable-1.2.7.0_1 \ + happy-1.19.9_3 language-c-0.8.2_1 monad-loops-0.4.3 ncurses-0.2.16_1 \ + old-locale-1.0.0.7_2 optparse-applicative-0.14.3.0 \ + primitive-0.6.4.0_1 random-1.1_1 syb-0.7 transformers-compat-0.6.2 \ + vector-0.12.0.2 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/games/hs-scroll/distinfo b/games/hs-scroll/distinfo index 261ad92aced..736f41f6ef9 100644 --- a/games/hs-scroll/distinfo +++ b/games/hs-scroll/distinfo @@ -1,3 +1,69 @@ -TIMESTAMP = 1525090021 +TIMESTAMP = 1553452102 SHA256 (cabal/scroll-1.20180421.tar.gz) = 9203353457c53550524d40216d069129389dbb94a7d8ba1a9153e794dcceff2a SIZE (cabal/scroll-1.20180421.tar.gz) = 266900 +SHA256 (cabal/IfElse-0.85/IfElse-0.85.tar.gz) = 8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd +SIZE (cabal/IfElse-0.85/IfElse-0.85.tar.gz) = 2865 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/c2hs-0.28.6/c2hs-0.28.6.tar.gz) = 91dd121ac565009f2fc215c50f3365ed66705071a698a545e869041b5d7ff4da +SIZE (cabal/c2hs-0.28.6/c2hs-0.28.6.tar.gz) = 204988 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = b729d3b2263b0f029a66c37ae1c05b86b68bad1cde6c0b407bfd5201b91fce15 +SIZE (cabal/language-c-0.8.2/language-c-0.8.2.tar.gz) = 193533 +SHA256 (cabal/language-c-0.8.2/revision/1.cabal) = 5559b4e3744e84ac99fc491d861bd9448f8cbee7c55412a8a9ed4dbf884ce4f5 +SIZE (cabal/language-c-0.8.2/revision/1.cabal) = 5048 +SHA256 (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 7eaaaf6bc43661e9e86e310ff8c56fbea16eb6bf13c31a2e28103138ac164c18 +SIZE (cabal/monad-loops-0.4.3/monad-loops-0.4.3.tar.gz) = 4996 +SHA256 (cabal/ncurses-0.2.16/ncurses-0.2.16.tar.gz) = e50fb7b1f700d6fa60b4040623b7e0249ae6af2ef2729801fb2917e8b1f25e3f +SIZE (cabal/ncurses-0.2.16/ncurses-0.2.16.tar.gz) = 29115 +SHA256 (cabal/ncurses-0.2.16/revision/1.cabal) = 8ad9fe6562a80d28166d76adbac1eb4d40c6511fe4e9272ed6e1166dc2f1cdf1 +SIZE (cabal/ncurses-0.2.16/revision/1.cabal) = 3575 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 diff --git a/devel/hs-ncurses/files/patch-lib_UI_NCurses.chs b/games/hs-scroll/files/patch-lib_UI_NCurses.chs similarity index 91% rename from devel/hs-ncurses/files/patch-lib_UI_NCurses.chs rename to games/hs-scroll/files/patch-lib_UI_NCurses.chs index 55c52891e71..a1045151d62 100644 --- a/devel/hs-ncurses/files/patch-lib_UI_NCurses.chs +++ b/games/hs-scroll/files/patch-lib_UI_NCurses.chs @@ -1,18 +1,18 @@ ---- lib/UI/NCurses.chs.orig 2016-08-29 01:09:37 UTC -+++ lib/UI/NCurses.chs +--- ncurses-0.2.16/lib/UI/NCurses.chs.orig 2016-08-29 01:09:37 UTC ++++ ncurses-0.2.16/lib/UI/NCurses.chs @@ -435,12 +435,12 @@ setColor (ColorID pair) = withWindow_ "s -- | Add some text to the window, at the current cursor position. drawString :: String -> Update () drawString str = withWindow_ "drawString" $ \win -> - withCWString str ({# call waddwstr #} win) + withCWString str $ \s -> ({# call waddwstr #} win) (castPtr s) - + -- | Add some text to the window, at the current cursor position. drawText :: T.Text -> Update () drawText txt = withWindow_ "drawText" $ \win -> - withCWString (T.unpack txt) ({# call waddwstr #} win) + withCWString (T.unpack txt) $ \s -> ({# call waddwstr #} win) (castPtr s) - + drawGlyph :: Glyph -> Update () drawGlyph glyph = withWindow_ "drawGlyph" $ \win -> @@ -718,7 +718,7 @@ withGlyph (Glyph char attrs) io = @@ -22,5 +22,5 @@ - {# call hsncurses_init_cchar_t #} (CCharT pBuf) cAttrs cChars (fromIntegral cCharsLen) + {# call hsncurses_init_cchar_t #} (CCharT pBuf) cAttrs (castPtr cChars) (fromIntegral cCharsLen) io (CCharT pBuf) - + -- | Upper left corner diff --git a/games/paintown/Makefile b/games/paintown/Makefile deleted file mode 100644 index cf2bb48f1b0..00000000000 --- a/games/paintown/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Bernhard Froehlich -# $FreeBSD$ - -PORTNAME= paintown -PORTVERSION= 3.6.0 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fighting game similar to Streets of Rage and TMNT - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= liballeg.so:devel/allegro \ - libpng.so:graphics/png \ - libfreetype.so:print/freetype2 - -BROKEN_aarch64= Fails to link: missing sbrk - -USES= dos2unix scons tar:bzip2 -USE_SDL= sdl -INSTALLS_ICONS= yes -DOS2UNIX_REGEX= .*\.(c|cpp|h) - -DESKTOP_ENTRIES="Paintown" "" \ - "${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png" \ - "paintown" "Game;ActionGame;" false - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${SETENV} DESTDIR=${STAGEDIR} ./install.sh -d ${DATADIR} -b ${PREFIX}/bin) - @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps - ${INSTALL_DATA} ${WRKSRC}/misc/icon.png \ - ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/paintown/paintown-bin - -.include diff --git a/games/paintown/distinfo b/games/paintown/distinfo deleted file mode 100644 index 8610ab32ffc..00000000000 --- a/games/paintown/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (paintown-3.6.0.tar.bz2) = 81392d353e533dee9d5199be17798d796adff56d5c69814d4508c3e9c3a2034a -SIZE (paintown-3.6.0.tar.bz2) = 71714877 diff --git a/games/paintown/files/patch-install.sh b/games/paintown/files/patch-install.sh deleted file mode 100644 index 4f1cbf2a5d9..00000000000 --- a/games/paintown/files/patch-install.sh +++ /dev/null @@ -1,20 +0,0 @@ ---- install.sh.orig 2011-10-16 21:33:08.000000000 +0400 -+++ install.sh 2015-01-16 21:12:03.739066101 +0300 -@@ -18,7 +18,7 @@ - ## Default bin directory is /usr/games - - data(){ -- dir=$1 -+ dir=$DESTDIR/$1 - - if [ ! -f paintown ]; then - echo "You must compile paintown first. Read the README for instructions or just type make" -@@ -35,7 +35,7 @@ - - bin(){ - data_dir=$1 -- bin_dir=$2 -+ bin_dir=$DESTDIR/$2 - - mkdir -p $bin_dir - echo "$data_dir/paintown-bin -d $data_dir/data $*" >> $bin_dir/paintown diff --git a/games/paintown/pkg-descr b/games/paintown/pkg-descr deleted file mode 100644 index 814fb522f79..00000000000 --- a/games/paintown/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Paintown is an open source fighting game in the same genre -as Streets of Rage and Teenage Mutant Ninja Turtles. - -WWW: http://paintown.sourceforge.net/ diff --git a/games/paintown/pkg-plist b/games/paintown/pkg-plist deleted file mode 100644 index 7d10921202a..00000000000 --- a/games/paintown/pkg-plist +++ /dev/null @@ -1,3056 +0,0 @@ -bin/paintown -%%DATADIR%%/data/asteroids/explode/explode01.png -%%DATADIR%%/data/asteroids/explode/explode02.png -%%DATADIR%%/data/asteroids/explode/explode03.png -%%DATADIR%%/data/asteroids/explode/explode04.png -%%DATADIR%%/data/asteroids/explode/explode05.png -%%DATADIR%%/data/asteroids/explode/explode06.png -%%DATADIR%%/data/asteroids/explode/explode07.png -%%DATADIR%%/data/asteroids/explode/explode08.png -%%DATADIR%%/data/asteroids/explode/explode09.png -%%DATADIR%%/data/asteroids/explode/explode10.png -%%DATADIR%%/data/asteroids/explode/explode11.png -%%DATADIR%%/data/asteroids/explode/explode12.png -%%DATADIR%%/data/asteroids/explode/explode13.png -%%DATADIR%%/data/asteroids/explode/explode14.png -%%DATADIR%%/data/asteroids/explode/explode15.png -%%DATADIR%%/data/asteroids/large/asteroidBig01.png -%%DATADIR%%/data/asteroids/large/asteroidBig02.png -%%DATADIR%%/data/asteroids/large/asteroidBig03.png -%%DATADIR%%/data/asteroids/large/asteroidBig04.png -%%DATADIR%%/data/asteroids/large/asteroidBig05.png -%%DATADIR%%/data/asteroids/large/asteroidBig06.png -%%DATADIR%%/data/asteroids/large/asteroidBig07.png -%%DATADIR%%/data/asteroids/large/asteroidBig08.png -%%DATADIR%%/data/asteroids/large/asteroidBig09.png -%%DATADIR%%/data/asteroids/large/asteroidBig10.png -%%DATADIR%%/data/asteroids/large/asteroidBig11.png -%%DATADIR%%/data/asteroids/large/asteroidBig12.png -%%DATADIR%%/data/asteroids/large/asteroidBig13.png -%%DATADIR%%/data/asteroids/large/asteroidBig14.png -%%DATADIR%%/data/asteroids/large/asteroidBig15.png -%%DATADIR%%/data/asteroids/large/asteroidBig16.png -%%DATADIR%%/data/asteroids/large/asteroidBig17.png -%%DATADIR%%/data/asteroids/large/asteroidBig18.png -%%DATADIR%%/data/asteroids/large/asteroidBig19.png -%%DATADIR%%/data/asteroids/large/asteroidBig20.png -%%DATADIR%%/data/asteroids/large/asteroidBig21.png -%%DATADIR%%/data/asteroids/large/asteroidBig22.png -%%DATADIR%%/data/asteroids/large/asteroidBig23.png -%%DATADIR%%/data/asteroids/medium/asteroidMid01.png -%%DATADIR%%/data/asteroids/medium/asteroidMid02.png -%%DATADIR%%/data/asteroids/medium/asteroidMid03.png -%%DATADIR%%/data/asteroids/medium/asteroidMid04.png -%%DATADIR%%/data/asteroids/medium/asteroidMid05.png -%%DATADIR%%/data/asteroids/medium/asteroidMid06.png -%%DATADIR%%/data/asteroids/medium/asteroidMid07.png -%%DATADIR%%/data/asteroids/medium/asteroidMid08.png -%%DATADIR%%/data/asteroids/medium/asteroidMid09.png -%%DATADIR%%/data/asteroids/medium/asteroidMid10.png -%%DATADIR%%/data/asteroids/medium/asteroidMid11.png -%%DATADIR%%/data/asteroids/medium/asteroidMid12.png -%%DATADIR%%/data/asteroids/medium/asteroidMid13.png -%%DATADIR%%/data/asteroids/medium/asteroidMid14.png -%%DATADIR%%/data/asteroids/medium/asteroidMid15.png -%%DATADIR%%/data/asteroids/medium/asteroidMid16.png -%%DATADIR%%/data/asteroids/medium/asteroidMid17.png -%%DATADIR%%/data/asteroids/medium/asteroidMid18.png -%%DATADIR%%/data/asteroids/medium/asteroidMid19.png -%%DATADIR%%/data/asteroids/ships/ship1.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall01.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall02.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall03.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall04.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall05.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall06.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall07.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall08.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall09.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall10.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall11.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall12.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall13.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall14.png -%%DATADIR%%/data/asteroids/small-explode/explodeSmall15.png -%%DATADIR%%/data/asteroids/small/asteroid01.png -%%DATADIR%%/data/asteroids/small/asteroid02.png -%%DATADIR%%/data/asteroids/small/asteroid03.png -%%DATADIR%%/data/asteroids/small/asteroid04.png -%%DATADIR%%/data/asteroids/small/asteroid05.png -%%DATADIR%%/data/asteroids/small/asteroid06.png -%%DATADIR%%/data/asteroids/small/asteroid07.png -%%DATADIR%%/data/asteroids/small/asteroid08.png -%%DATADIR%%/data/asteroids/small/asteroid09.png -%%DATADIR%%/data/asteroids/small/asteroid10.png -%%DATADIR%%/data/asteroids/small/asteroid11.png -%%DATADIR%%/data/asteroids/small/asteroid12.png -%%DATADIR%%/data/asteroids/small/asteroid13.png -%%DATADIR%%/data/asteroids/small/asteroid14.png -%%DATADIR%%/data/asteroids/small/asteroid15.png -%%DATADIR%%/data/asteroids/small/asteroid16.png -%%DATADIR%%/data/asteroids/sounds/crash.wav -%%DATADIR%%/data/asteroids/sounds/explode.wav -%%DATADIR%%/data/asteroids/sounds/laser.wav -%%DATADIR%%/data/asteroids/sounds/pop.wav -%%DATADIR%%/data/bgs/alley/back.png -%%DATADIR%%/data/bgs/alley/p01.png -%%DATADIR%%/data/bgs/alley/p02.png -%%DATADIR%%/data/bgs/alley/p03.png -%%DATADIR%%/data/bgs/alley/p04.png -%%DATADIR%%/data/bgs/alley/p05.png -%%DATADIR%%/data/bgs/bar/bar.png -%%DATADIR%%/data/bgs/bar/bar1.png -%%DATADIR%%/data/bgs/bar/bar2.png -%%DATADIR%%/data/bgs/boat/back.png -%%DATADIR%%/data/bgs/boat/front.png -%%DATADIR%%/data/bgs/boat/p00.png -%%DATADIR%%/data/bgs/boat/p01.png -%%DATADIR%%/data/bgs/boat/p02.png -%%DATADIR%%/data/bgs/boat/s00.png -%%DATADIR%%/data/bgs/boat/s02.png -%%DATADIR%%/data/bgs/boat2/back.png -%%DATADIR%%/data/bgs/boat2/back2.png -%%DATADIR%%/data/bgs/boat2/p00.png -%%DATADIR%%/data/bgs/boat2/p01.png -%%DATADIR%%/data/bgs/boat2/p02.png -%%DATADIR%%/data/bgs/boat2/p03.png -%%DATADIR%%/data/bgs/boat2/p04.png -%%DATADIR%%/data/bgs/boat2/p05.png -%%DATADIR%%/data/bgs/boat2/water.png -%%DATADIR%%/data/bgs/boat3/back.png -%%DATADIR%%/data/bgs/boat3/front.png -%%DATADIR%%/data/bgs/boat3/mid.png -%%DATADIR%%/data/bgs/boat3/screen.png -%%DATADIR%%/data/bgs/bridge/bridge01.png -%%DATADIR%%/data/bgs/bridge/bridge02.png -%%DATADIR%%/data/bgs/bridge/bridge03.png -%%DATADIR%%/data/bgs/bridge/bridge04.png -%%DATADIR%%/data/bgs/bridge/bridge05.png -%%DATADIR%%/data/bgs/bridge/bridge06.png -%%DATADIR%%/data/bgs/bridge/bridge07.png -%%DATADIR%%/data/bgs/bridge/bridge08.png -%%DATADIR%%/data/bgs/bridge/bridge09.png -%%DATADIR%%/data/bgs/bridge/bridge10.png -%%DATADIR%%/data/bgs/bridge/harbor.png -%%DATADIR%%/data/bgs/elevator/back.png -%%DATADIR%%/data/bgs/elevator/lights.png -%%DATADIR%%/data/bgs/elevator/platform.png -%%DATADIR%%/data/bgs/factory/back.png -%%DATADIR%%/data/bgs/factory/p00.png -%%DATADIR%%/data/bgs/factory/p01.png -%%DATADIR%%/data/bgs/factory/p02.png -%%DATADIR%%/data/bgs/factory/p03.png -%%DATADIR%%/data/bgs/hotel/back.png -%%DATADIR%%/data/bgs/hotel/f00.png -%%DATADIR%%/data/bgs/hotel/p00.png -%%DATADIR%%/data/bgs/hotel/p01.png -%%DATADIR%%/data/bgs/hotel/p02.png -%%DATADIR%%/data/bgs/hotel/p03.png -%%DATADIR%%/data/bgs/hotel/p04.png -%%DATADIR%%/data/bgs/hotel/p05.png -%%DATADIR%%/data/bgs/hotel/p06.png -%%DATADIR%%/data/bgs/hotel/p_mirror.png -%%DATADIR%%/data/bgs/hotel/s_mirror.png -%%DATADIR%%/data/bgs/pier/back.png -%%DATADIR%%/data/bgs/pier/orig.png -%%DATADIR%%/data/bgs/pier/pier1.png -%%DATADIR%%/data/bgs/pier/pier2.png -%%DATADIR%%/data/bgs/pier/pier3.png -%%DATADIR%%/data/bgs/pier/pier4.png -%%DATADIR%%/data/bgs/pier/pier5.png -%%DATADIR%%/data/bgs/pier/pier6.png -%%DATADIR%%/data/bgs/pier/water.png -%%DATADIR%%/data/bgs/shrine/back.png -%%DATADIR%%/data/bgs/shrine/front.png -%%DATADIR%%/data/bgs/shrine/p00.png -%%DATADIR%%/data/bgs/shrine/p01.png -%%DATADIR%%/data/bgs/shrine/p02.png -%%DATADIR%%/data/bgs/shrine/p03.png -%%DATADIR%%/data/bgs/shrine/p04.png -%%DATADIR%%/data/bgs/shrine/p05.png -%%DATADIR%%/data/bgs/shrine/p06.png -%%DATADIR%%/data/bgs/shrine/p07.png -%%DATADIR%%/data/bgs/shrine/p08.png -%%DATADIR%%/data/bgs/shrine/p09.png -%%DATADIR%%/data/bgs/street/back.png -%%DATADIR%%/data/bgs/street/clubk.png -%%DATADIR%%/data/bgs/street/f00.png -%%DATADIR%%/data/bgs/street/f01.png -%%DATADIR%%/data/bgs/street/f02.png -%%DATADIR%%/data/bgs/street/f03.png -%%DATADIR%%/data/bgs/street/n01.png -%%DATADIR%%/data/bgs/street/n02.png -%%DATADIR%%/data/bgs/street/n03.png -%%DATADIR%%/data/bgs/street/n04.png -%%DATADIR%%/data/bgs/street/n05.png -%%DATADIR%%/data/bgs/street/n06.png -%%DATADIR%%/data/bgs/street/n07.png -%%DATADIR%%/data/bgs/street/neon01.png -%%DATADIR%%/data/bgs/street/neon02.png -%%DATADIR%%/data/bgs/street/s01.png -%%DATADIR%%/data/bgs/street/s02.png -%%DATADIR%%/data/bgs/street/s05.png -%%DATADIR%%/data/bgs/versus/bg1.png -%%DATADIR%%/data/bgs/versus/bg2.png -%%DATADIR%%/data/bgs/versus/bg3.png -%%DATADIR%%/data/bgs/versus/bg4.png -%%DATADIR%%/data/bgs/versus/bgs.txt -%%DATADIR%%/data/bgs/warehous/back.png -%%DATADIR%%/data/bgs/warehous/front.png -%%DATADIR%%/data/bgs/warehous/p00.png -%%DATADIR%%/data/bgs/warehous/p01.png -%%DATADIR%%/data/bgs/warehous/p02.png -%%DATADIR%%/data/bgs/warehous/p03.png -%%DATADIR%%/data/bgs/warehous/p04.png -%%DATADIR%%/data/bgs/warehous/p05.png -%%DATADIR%%/data/chars/angel/alt1.png -%%DATADIR%%/data/chars/angel/alt2.png -%%DATADIR%%/data/chars/angel/alt3.png -%%DATADIR%%/data/chars/angel/alt4.png -%%DATADIR%%/data/chars/angel/alt5.png -%%DATADIR%%/data/chars/angel/angel.txt -%%DATADIR%%/data/chars/angel/angel.txt.back -%%DATADIR%%/data/chars/angel/fall/fall1.png -%%DATADIR%%/data/chars/angel/fall/fall2.png -%%DATADIR%%/data/chars/angel/fall/fall3.png -%%DATADIR%%/data/chars/angel/fall/fall4.png -%%DATADIR%%/data/chars/angel/icon.png -%%DATADIR%%/data/chars/angel/idle/idle1.png -%%DATADIR%%/data/chars/angel/idle/idle2.png -%%DATADIR%%/data/chars/angel/idle/idle3.png -%%DATADIR%%/data/chars/angel/idle/idle4.png -%%DATADIR%%/data/chars/angel/idle/idle5.png -%%DATADIR%%/data/chars/angel/idle/idle6.png -%%DATADIR%%/data/chars/angel/idle/idle7.png -%%DATADIR%%/data/chars/angel/idle/idle8.png -%%DATADIR%%/data/chars/angel/pain/pain1.png -%%DATADIR%%/data/chars/angel/pain/pain2.png -%%DATADIR%%/data/chars/angel/punch/1.png -%%DATADIR%%/data/chars/angel/punch/10.png -%%DATADIR%%/data/chars/angel/punch/11.png -%%DATADIR%%/data/chars/angel/punch/2.png -%%DATADIR%%/data/chars/angel/punch/3.png -%%DATADIR%%/data/chars/angel/punch/4.png -%%DATADIR%%/data/chars/angel/punch/5.png -%%DATADIR%%/data/chars/angel/punch/6.png -%%DATADIR%%/data/chars/angel/punch/7.png -%%DATADIR%%/data/chars/angel/punch/8.png -%%DATADIR%%/data/chars/angel/punch/9.png -%%DATADIR%%/data/chars/angel/rise/rise1.png -%%DATADIR%%/data/chars/angel/rise/rise2.png -%%DATADIR%%/data/chars/angel/rise/rise3.png -%%DATADIR%%/data/chars/angel/rise/rise4.png -%%DATADIR%%/data/chars/angel/sweep/duck1.png -%%DATADIR%%/data/chars/angel/sweep/duck2.png -%%DATADIR%%/data/chars/angel/sweep/duck3.png -%%DATADIR%%/data/chars/angel/sweep/sweep01.png -%%DATADIR%%/data/chars/angel/sweep/sweep02.png -%%DATADIR%%/data/chars/angel/sweep/sweep03.png -%%DATADIR%%/data/chars/angel/sweep/sweep04.png -%%DATADIR%%/data/chars/angel/sweep/sweep05.png -%%DATADIR%%/data/chars/angel/sweep/sweep06.png -%%DATADIR%%/data/chars/angel/sweep/sweep07.png -%%DATADIR%%/data/chars/angel/sweep/sweep08.png -%%DATADIR%%/data/chars/angel/sweep/sweep09.png -%%DATADIR%%/data/chars/angel/sweep/sweep10.png -%%DATADIR%%/data/chars/angel/sweep/sweep11.png -%%DATADIR%%/data/chars/angel/sweep/sweep12.png -%%DATADIR%%/data/chars/angel/throw/throw1.png -%%DATADIR%%/data/chars/angel/throw/throw2.png -%%DATADIR%%/data/chars/angel/throw/throw3.png -%%DATADIR%%/data/chars/angel/throw/throw4.png -%%DATADIR%%/data/chars/angel/throw/throw5.png -%%DATADIR%%/data/chars/angel/throw/throw6.png -%%DATADIR%%/data/chars/angel/walk/walk01.png -%%DATADIR%%/data/chars/angel/walk/walk02.png -%%DATADIR%%/data/chars/angel/walk/walk03.png -%%DATADIR%%/data/chars/angel/walk/walk04.png -%%DATADIR%%/data/chars/angel/walk/walk05.png -%%DATADIR%%/data/chars/angel/walk/walk06.png -%%DATADIR%%/data/chars/angel/walk/walk07.png -%%DATADIR%%/data/chars/angel/walk/walk08.png -%%DATADIR%%/data/chars/angel/walk/walk09.png -%%DATADIR%%/data/chars/angel/walk/walk10.png -%%DATADIR%%/data/chars/angel/walk/walk11.png -%%DATADIR%%/data/chars/billy/alt1.png -%%DATADIR%%/data/chars/billy/alt2.png -%%DATADIR%%/data/chars/billy/alt3.png -%%DATADIR%%/data/chars/billy/alt4.png -%%DATADIR%%/data/chars/billy/billy.txt -%%DATADIR%%/data/chars/billy/fall1.png -%%DATADIR%%/data/chars/billy/fall2.png -%%DATADIR%%/data/chars/billy/fall3.png -%%DATADIR%%/data/chars/billy/fall4.png -%%DATADIR%%/data/chars/billy/icon.png -%%DATADIR%%/data/chars/billy/idle01.png -%%DATADIR%%/data/chars/billy/idle02.png -%%DATADIR%%/data/chars/billy/idle03.png -%%DATADIR%%/data/chars/billy/idle04.png -%%DATADIR%%/data/chars/billy/idle05.png -%%DATADIR%%/data/chars/billy/idle06.png -%%DATADIR%%/data/chars/billy/idle07.png -%%DATADIR%%/data/chars/billy/idle08.png -%%DATADIR%%/data/chars/billy/idle09.png -%%DATADIR%%/data/chars/billy/pain1.png -%%DATADIR%%/data/chars/billy/pain2.png -%%DATADIR%%/data/chars/billy/pain3.png -%%DATADIR%%/data/chars/billy/rise1.png -%%DATADIR%%/data/chars/billy/rise2.png -%%DATADIR%%/data/chars/billy/rise3.png -%%DATADIR%%/data/chars/billy/rise4.png -%%DATADIR%%/data/chars/billy/rise5.png -%%DATADIR%%/data/chars/billy/swing01.png -%%DATADIR%%/data/chars/billy/swing02.png -%%DATADIR%%/data/chars/billy/swing03.png -%%DATADIR%%/data/chars/billy/swing04.png -%%DATADIR%%/data/chars/billy/swing05.png -%%DATADIR%%/data/chars/billy/swing06.png -%%DATADIR%%/data/chars/billy/swing07.png -%%DATADIR%%/data/chars/billy/swing08.png -%%DATADIR%%/data/chars/billy/swing09.png -%%DATADIR%%/data/chars/billy/walk01.png -%%DATADIR%%/data/chars/billy/walk02.png -%%DATADIR%%/data/chars/billy/walk03.png -%%DATADIR%%/data/chars/billy/walk04.png -%%DATADIR%%/data/chars/billy/walk05.png -%%DATADIR%%/data/chars/billy/walk06.png -%%DATADIR%%/data/chars/eiji/alt1.png -%%DATADIR%%/data/chars/eiji/alt2.png -%%DATADIR%%/data/chars/eiji/alt3.png -%%DATADIR%%/data/chars/eiji/alt4.png -%%DATADIR%%/data/chars/eiji/alt5.png -%%DATADIR%%/data/chars/eiji/alt6.png -%%DATADIR%%/data/chars/eiji/dart00.png -%%DATADIR%%/data/chars/eiji/dart01.png -%%DATADIR%%/data/chars/eiji/eiji-old -%%DATADIR%%/data/chars/eiji/eiji.txt -%%DATADIR%%/data/chars/eiji/fall/fall1.png -%%DATADIR%%/data/chars/eiji/fall/fall2.png -%%DATADIR%%/data/chars/eiji/fall/fall3.png -%%DATADIR%%/data/chars/eiji/fall/fall4.png -%%DATADIR%%/data/chars/eiji/icon.png -%%DATADIR%%/data/chars/eiji/jump/jump00.png -%%DATADIR%%/data/chars/eiji/jump/jump01.png -%%DATADIR%%/data/chars/eiji/jump/jump02.png -%%DATADIR%%/data/chars/eiji/jump/jump03.png -%%DATADIR%%/data/chars/eiji/jump/land00.png -%%DATADIR%%/data/chars/eiji/jump/land01.png -%%DATADIR%%/data/chars/eiji/jump/land02.png -%%DATADIR%%/data/chars/eiji/pain/pain1.png -%%DATADIR%%/data/chars/eiji/pain/pain2.png -%%DATADIR%%/data/chars/eiji/punch/punch1.png -%%DATADIR%%/data/chars/eiji/punch/punch2.png -%%DATADIR%%/data/chars/eiji/punch/punch3.png -%%DATADIR%%/data/chars/eiji/punch/punch4.png -%%DATADIR%%/data/chars/eiji/rise/rise1.png -%%DATADIR%%/data/chars/eiji/rise/rise2.png -%%DATADIR%%/data/chars/eiji/rise/rise3.png -%%DATADIR%%/data/chars/eiji/stand/stand1.png -%%DATADIR%%/data/chars/eiji/stand/stand2.png -%%DATADIR%%/data/chars/eiji/stand/stand3.png -%%DATADIR%%/data/chars/eiji/stand/stand4.png -%%DATADIR%%/data/chars/eiji/stand/stand5.png -%%DATADIR%%/data/chars/eiji/stand/stand6.png -%%DATADIR%%/data/chars/eiji/walk/walk1.png -%%DATADIR%%/data/chars/eiji/walk/walk2.png -%%DATADIR%%/data/chars/eiji/walk/walk3.png -%%DATADIR%%/data/chars/eiji/walk/walk4.png -%%DATADIR%%/data/chars/heavy/explo01.png -%%DATADIR%%/data/chars/heavy/explo03.png -%%DATADIR%%/data/chars/heavy/explo04.png -%%DATADIR%%/data/chars/heavy/explo05.png -%%DATADIR%%/data/chars/heavy/explo06.png -%%DATADIR%%/data/chars/heavy/explo07.png -%%DATADIR%%/data/chars/heavy/explo08.png -%%DATADIR%%/data/chars/heavy/explo09.png -%%DATADIR%%/data/chars/heavy/explo10.png -%%DATADIR%%/data/chars/heavy/explo11.png -%%DATADIR%%/data/chars/heavy/explo12.png -%%DATADIR%%/data/chars/heavy/explo13.png -%%DATADIR%%/data/chars/heavy/explo14.png -%%DATADIR%%/data/chars/heavy/explo15.png -%%DATADIR%%/data/chars/heavy/explo16.png -%%DATADIR%%/data/chars/heavy/explo17.png -%%DATADIR%%/data/chars/heavy/explo18.png -%%DATADIR%%/data/chars/heavy/explo19.png -%%DATADIR%%/data/chars/heavy/fall1.png -%%DATADIR%%/data/chars/heavy/fall2.png -%%DATADIR%%/data/chars/heavy/fall3.png -%%DATADIR%%/data/chars/heavy/fall4.png -%%DATADIR%%/data/chars/heavy/heavy.txt -%%DATADIR%%/data/chars/heavy/icon.png -%%DATADIR%%/data/chars/heavy/map1.png -%%DATADIR%%/data/chars/heavy/pain1.png -%%DATADIR%%/data/chars/heavy/pain2.png -%%DATADIR%%/data/chars/heavy/punch01.png -%%DATADIR%%/data/chars/heavy/punch02.png -%%DATADIR%%/data/chars/heavy/punch03.png -%%DATADIR%%/data/chars/heavy/punch04.png -%%DATADIR%%/data/chars/heavy/punch05.png -%%DATADIR%%/data/chars/heavy/punch06.png -%%DATADIR%%/data/chars/heavy/punch07.png -%%DATADIR%%/data/chars/heavy/punch08.png -%%DATADIR%%/data/chars/heavy/punch09.png -%%DATADIR%%/data/chars/heavy/punch10.png -%%DATADIR%%/data/chars/heavy/rise1.png -%%DATADIR%%/data/chars/heavy/rise2.png -%%DATADIR%%/data/chars/heavy/rise3.png -%%DATADIR%%/data/chars/heavy/rise4.png -%%DATADIR%%/data/chars/heavy/rise5.png -%%DATADIR%%/data/chars/heavy/rise6.png -%%DATADIR%%/data/chars/heavy/rise7.png -%%DATADIR%%/data/chars/heavy/stand1.png -%%DATADIR%%/data/chars/heavy/stand2.png -%%DATADIR%%/data/chars/heavy/stand3.png -%%DATADIR%%/data/chars/heavy/stand4.png -%%DATADIR%%/data/chars/heavy/stand5.png -%%DATADIR%%/data/chars/heavy/stand7.png -%%DATADIR%%/data/chars/heavy/stand8.png -%%DATADIR%%/data/chars/heavy/upper1.png -%%DATADIR%%/data/chars/heavy/upper2.png -%%DATADIR%%/data/chars/heavy/upper3.png -%%DATADIR%%/data/chars/heavy/upper4.png -%%DATADIR%%/data/chars/heavy/upper5.png -%%DATADIR%%/data/chars/heavy/upper6.png -%%DATADIR%%/data/chars/heavy/upper7.png -%%DATADIR%%/data/chars/heavy/upper8.png -%%DATADIR%%/data/chars/heavy/walk01.png -%%DATADIR%%/data/chars/heavy/walk02.png -%%DATADIR%%/data/chars/heavy/walk03.png -%%DATADIR%%/data/chars/heavy/walk04.png -%%DATADIR%%/data/chars/heavy/walk05.png -%%DATADIR%%/data/chars/heavy/walk06.png -%%DATADIR%%/data/chars/heavy/walk07.png -%%DATADIR%%/data/chars/heavy/walk08.png -%%DATADIR%%/data/chars/heavy/walk09.png -%%DATADIR%%/data/chars/heavy/walk10.png -%%DATADIR%%/data/chars/heavy/walk11.png -%%DATADIR%%/data/chars/heavy/walk12.png -%%DATADIR%%/data/chars/jhun/fall/fall00.png -%%DATADIR%%/data/chars/jhun/fall/fall01.png -%%DATADIR%%/data/chars/jhun/fall/fall02.png -%%DATADIR%%/data/chars/jhun/fall/fall03.png -%%DATADIR%%/data/chars/jhun/icon.png -%%DATADIR%%/data/chars/jhun/idle/idle00.png -%%DATADIR%%/data/chars/jhun/idle/idle01.png -%%DATADIR%%/data/chars/jhun/idle/idle02.png -%%DATADIR%%/data/chars/jhun/idle/idle03.png -%%DATADIR%%/data/chars/jhun/jhun.txt -%%DATADIR%%/data/chars/jhun/jump-kick/jumpk00.png -%%DATADIR%%/data/chars/jhun/jump-kick/jumpk01.png -%%DATADIR%%/data/chars/jhun/jump-kick/jumpk02.png -%%DATADIR%%/data/chars/jhun/jump-kick/jumpk03.png -%%DATADIR%%/data/chars/jhun/jump-kick/jumpk04.png -%%DATADIR%%/data/chars/jhun/kick/kick00.png -%%DATADIR%%/data/chars/jhun/kick/kick01.png -%%DATADIR%%/data/chars/jhun/kick/kick02.png -%%DATADIR%%/data/chars/jhun/map1.png -%%DATADIR%%/data/chars/jhun/map2.png -%%DATADIR%%/data/chars/jhun/pain/pain00.png -%%DATADIR%%/data/chars/jhun/pain/pain01.png -%%DATADIR%%/data/chars/jhun/rise/rise00.png -%%DATADIR%%/data/chars/jhun/rise/rise01.png -%%DATADIR%%/data/chars/jhun/rise/rise02.png -%%DATADIR%%/data/chars/jhun/rise/rise03.png -%%DATADIR%%/data/chars/jhun/rise/rise04.png -%%DATADIR%%/data/chars/jhun/rise/rise05.png -%%DATADIR%%/data/chars/jhun/walk/walk00.png -%%DATADIR%%/data/chars/jhun/walk/walk01.png -%%DATADIR%%/data/chars/jhun/walk/walk02.png -%%DATADIR%%/data/chars/jhun/walk/walk03.png -%%DATADIR%%/data/chars/jhun/walk/walk04.png -%%DATADIR%%/data/chars/jhun/walk/walk05.png -%%DATADIR%%/data/chars/jhun/walk/walk06.png -%%DATADIR%%/data/chars/jhun/walk/walk07.png -%%DATADIR%%/data/chars/joe/alt1.png -%%DATADIR%%/data/chars/joe/alt2.png -%%DATADIR%%/data/chars/joe/alt3.png -%%DATADIR%%/data/chars/joe/fall1.png -%%DATADIR%%/data/chars/joe/fall2.png -%%DATADIR%%/data/chars/joe/fall3.png -%%DATADIR%%/data/chars/joe/fall4.png -%%DATADIR%%/data/chars/joe/grab00.png -%%DATADIR%%/data/chars/joe/grab03.png -%%DATADIR%%/data/chars/joe/grab04.png -%%DATADIR%%/data/chars/joe/grab07.png -%%DATADIR%%/data/chars/joe/grab08.png -%%DATADIR%%/data/chars/joe/grab09.png -%%DATADIR%%/data/chars/joe/grab10.png -%%DATADIR%%/data/chars/joe/icon.png -%%DATADIR%%/data/chars/joe/idle1.png -%%DATADIR%%/data/chars/joe/idle2.png -%%DATADIR%%/data/chars/joe/idle3.png -%%DATADIR%%/data/chars/joe/idle4.png -%%DATADIR%%/data/chars/joe/idle5.png -%%DATADIR%%/data/chars/joe/idle6.png -%%DATADIR%%/data/chars/joe/joe.txt -%%DATADIR%%/data/chars/joe/kick01.png -%%DATADIR%%/data/chars/joe/kick02.png -%%DATADIR%%/data/chars/joe/kick03.png -%%DATADIR%%/data/chars/joe/kick04.png -%%DATADIR%%/data/chars/joe/kick05.png -%%DATADIR%%/data/chars/joe/kick06.png -%%DATADIR%%/data/chars/joe/kick07.png -%%DATADIR%%/data/chars/joe/kick08.png -%%DATADIR%%/data/chars/joe/kick09.png -%%DATADIR%%/data/chars/joe/kick10.png -%%DATADIR%%/data/chars/joe/kick11.png -%%DATADIR%%/data/chars/joe/pain1.png -%%DATADIR%%/data/chars/joe/pain2.png -%%DATADIR%%/data/chars/joe/pain3.png -%%DATADIR%%/data/chars/joe/rise1.png -%%DATADIR%%/data/chars/joe/rise2.png -%%DATADIR%%/data/chars/joe/rise3.png -%%DATADIR%%/data/chars/joe/rise4.png -%%DATADIR%%/data/chars/joe/rise5.png -%%DATADIR%%/data/chars/joe/walk1.png -%%DATADIR%%/data/chars/joe/walk2.png -%%DATADIR%%/data/chars/joe/walk3.png -%%DATADIR%%/data/chars/joe/walk4.png -%%DATADIR%%/data/chars/joe/walk5.png -%%DATADIR%%/data/chars/joe/walk6.png -%%DATADIR%%/data/chars/joe/walk7.png -%%DATADIR%%/data/chars/punk/alter.png -%%DATADIR%%/data/chars/punk/fall/ko3.png -%%DATADIR%%/data/chars/punk/fall/ko5.png -%%DATADIR%%/data/chars/punk/hook-punch/1.png -%%DATADIR%%/data/chars/punk/hook-punch/10.png -%%DATADIR%%/data/chars/punk/hook-punch/2.png -%%DATADIR%%/data/chars/punk/hook-punch/3.png -%%DATADIR%%/data/chars/punk/hook-punch/4.png -%%DATADIR%%/data/chars/punk/hook-punch/5.png -%%DATADIR%%/data/chars/punk/hook-punch/6.png -%%DATADIR%%/data/chars/punk/hook-punch/7.png -%%DATADIR%%/data/chars/punk/hook-punch/8.png -%%DATADIR%%/data/chars/punk/hook-punch/9.png -%%DATADIR%%/data/chars/punk/icon.png -%%DATADIR%%/data/chars/punk/idle/idle001.png -%%DATADIR%%/data/chars/punk/idle/idle002.png -%%DATADIR%%/data/chars/punk/idle/idle003.png -%%DATADIR%%/data/chars/punk/low-kick/1.png -%%DATADIR%%/data/chars/punk/low-kick/2.png -%%DATADIR%%/data/chars/punk/low-kick/3.png -%%DATADIR%%/data/chars/punk/low-kick/4.png -%%DATADIR%%/data/chars/punk/low-kick/5.png -%%DATADIR%%/data/chars/punk/low-kick/6.png -%%DATADIR%%/data/chars/punk/low-kick/7.png -%%DATADIR%%/data/chars/punk/pain/hurt1.png -%%DATADIR%%/data/chars/punk/pain/hurt2.png -%%DATADIR%%/data/chars/punk/punch/punch1.png -%%DATADIR%%/data/chars/punk/punch/punch2.png -%%DATADIR%%/data/chars/punk/punch/punch3.png -%%DATADIR%%/data/chars/punk/punch/punch4.png -%%DATADIR%%/data/chars/punk/punch/punch5.png -%%DATADIR%%/data/chars/punk/punch/punch6.png -%%DATADIR%%/data/chars/punk/punk -%%DATADIR%%/data/chars/punk/punk.txt -%%DATADIR%%/data/chars/punk/rise/crouch1.png -%%DATADIR%%/data/chars/punk/walk/walk01.png -%%DATADIR%%/data/chars/punk/walk/walk02.png -%%DATADIR%%/data/chars/punk/walk/walk03.png -%%DATADIR%%/data/chars/punk/walk/walk04.png -%%DATADIR%%/data/chars/punk/walk/walk05.png -%%DATADIR%%/data/chars/punk/walk/walk06.png -%%DATADIR%%/data/chars/punk/walk/walk07.png -%%DATADIR%%/data/chars/punk/walk/walk08.png -%%DATADIR%%/data/chars/punk/walk/walk09.png -%%DATADIR%%/data/chars/punk/walk/walk10.png -%%DATADIR%%/data/chars/punk/walk/walk11.png -%%DATADIR%%/data/chars/punk/walk/walk12.png -%%DATADIR%%/data/chars/ralf/fall/fall1.png -%%DATADIR%%/data/chars/ralf/fall/fall2.png -%%DATADIR%%/data/chars/ralf/fall/fall3.png -%%DATADIR%%/data/chars/ralf/fall/fall4.png -%%DATADIR%%/data/chars/ralf/icon.png -%%DATADIR%%/data/chars/ralf/idle/idle1.png -%%DATADIR%%/data/chars/ralf/idle/idle2.png -%%DATADIR%%/data/chars/ralf/idle/idle3.png -%%DATADIR%%/data/chars/ralf/idle/idle4.png -%%DATADIR%%/data/chars/ralf/idle/idle5.png -%%DATADIR%%/data/chars/ralf/idle/idle6.png -%%DATADIR%%/data/chars/ralf/map1.png -%%DATADIR%%/data/chars/ralf/map2.png -%%DATADIR%%/data/chars/ralf/map3.png -%%DATADIR%%/data/chars/ralf/pain/pain1.png -%%DATADIR%%/data/chars/ralf/pain/pain2.png -%%DATADIR%%/data/chars/ralf/punch/punch1.png -%%DATADIR%%/data/chars/ralf/punch/punch2.png -%%DATADIR%%/data/chars/ralf/punch/punch3.png -%%DATADIR%%/data/chars/ralf/punch/punch4.png -%%DATADIR%%/data/chars/ralf/ralf-old -%%DATADIR%%/data/chars/ralf/ralf.txt -%%DATADIR%%/data/chars/ralf/rise/rise1.png -%%DATADIR%%/data/chars/ralf/rise/rise2.png -%%DATADIR%%/data/chars/ralf/rise/rise3.png -%%DATADIR%%/data/chars/ralf/upper-cut/upper1.png -%%DATADIR%%/data/chars/ralf/upper-cut/upper2.png -%%DATADIR%%/data/chars/ralf/upper-cut/upper3.png -%%DATADIR%%/data/chars/ralf/upper-cut/upper4.png -%%DATADIR%%/data/chars/ralf/walk/walk01.png -%%DATADIR%%/data/chars/ralf/walk/walk02.png -%%DATADIR%%/data/chars/ralf/walk/walk03.png -%%DATADIR%%/data/chars/ralf/walk/walk04.png -%%DATADIR%%/data/chars/ralf/walk/walk05.png -%%DATADIR%%/data/chars/ralf/walk/walk06.png -%%DATADIR%%/data/chars/ralf/walk/walk07.png -%%DATADIR%%/data/chars/ralf/walk/walk08.png -%%DATADIR%%/data/chars/robert/fall/fall1.png -%%DATADIR%%/data/chars/robert/fall/fall2.png -%%DATADIR%%/data/chars/robert/fall/fall3.png -%%DATADIR%%/data/chars/robert/fall/fall4.png -%%DATADIR%%/data/chars/robert/hurt/hurt1.png -%%DATADIR%%/data/chars/robert/hurt/hurt2.png -%%DATADIR%%/data/chars/robert/hurt/hurt3.png -%%DATADIR%%/data/chars/robert/icon.png -%%DATADIR%%/data/chars/robert/idle/stand01.png -%%DATADIR%%/data/chars/robert/idle/stand02.png -%%DATADIR%%/data/chars/robert/idle/stand03.png -%%DATADIR%%/data/chars/robert/idle/stand04.png -%%DATADIR%%/data/chars/robert/idle/stand05.png -%%DATADIR%%/data/chars/robert/idle/stand06.png -%%DATADIR%%/data/chars/robert/idle/stand07.png -%%DATADIR%%/data/chars/robert/idle/stand08.png -%%DATADIR%%/data/chars/robert/idle/stand09.png -%%DATADIR%%/data/chars/robert/idle/stand10.png -%%DATADIR%%/data/chars/robert/kick/kick01.png -%%DATADIR%%/data/chars/robert/kick/kick02.png -%%DATADIR%%/data/chars/robert/kick/kick03.png -%%DATADIR%%/data/chars/robert/kick/kick04.png -%%DATADIR%%/data/chars/robert/kick/kick05.png -%%DATADIR%%/data/chars/robert/kick/kick06.png -%%DATADIR%%/data/chars/robert/kick/kick07.png -%%DATADIR%%/data/chars/robert/kick/kick08.png -%%DATADIR%%/data/chars/robert/kick/kick09.png -%%DATADIR%%/data/chars/robert/kick/kick10.png -%%DATADIR%%/data/chars/robert/map1.png -%%DATADIR%%/data/chars/robert/punch/punch01.png -%%DATADIR%%/data/chars/robert/punch/punch02.png -%%DATADIR%%/data/chars/robert/punch/punch03.png -%%DATADIR%%/data/chars/robert/punch/punch04.png -%%DATADIR%%/data/chars/robert/punch/punch05.png -%%DATADIR%%/data/chars/robert/punch/punch07.png -%%DATADIR%%/data/chars/robert/rise/rise1.png -%%DATADIR%%/data/chars/robert/rise/rise2.png -%%DATADIR%%/data/chars/robert/rise/rise3.png -%%DATADIR%%/data/chars/robert/rise/rise4.png -%%DATADIR%%/data/chars/robert/robert-old.txt -%%DATADIR%%/data/chars/robert/robert.txt -%%DATADIR%%/data/chars/robert/shoot/shoot01.png -%%DATADIR%%/data/chars/robert/shoot/shoot02.png -%%DATADIR%%/data/chars/robert/shoot/shoot03.png -%%DATADIR%%/data/chars/robert/shoot/shoot04.png -%%DATADIR%%/data/chars/robert/shoot/shoot05.png -%%DATADIR%%/data/chars/robert/shoot/shoot06.png -%%DATADIR%%/data/chars/robert/shoot/shoot07.png -%%DATADIR%%/data/chars/robert/shoot/shoot08.png -%%DATADIR%%/data/chars/robert/shoot/shoot09.png -%%DATADIR%%/data/chars/robert/shoot/shoot10.png -%%DATADIR%%/data/chars/robert/shoot/shoot11.png -%%DATADIR%%/data/chars/robert/shoot/shoot12.png -%%DATADIR%%/data/chars/robert/shoot/shoot13.png -%%DATADIR%%/data/chars/robert/shoot/shoot14.png -%%DATADIR%%/data/chars/robert/shoot/shoot15.png -%%DATADIR%%/data/chars/robert/shoot/shoot16.png -%%DATADIR%%/data/chars/robert/shoot/shoot17.png -%%DATADIR%%/data/chars/robert/uppercut/upper01.png -%%DATADIR%%/data/chars/robert/uppercut/upper02.png -%%DATADIR%%/data/chars/robert/uppercut/upper03.png -%%DATADIR%%/data/chars/robert/uppercut/upper04.png -%%DATADIR%%/data/chars/robert/uppercut/upper05.png -%%DATADIR%%/data/chars/robert/uppercut/upper06.png -%%DATADIR%%/data/chars/robert/uppercut/upper07.png -%%DATADIR%%/data/chars/robert/uppercut/upper08.png -%%DATADIR%%/data/chars/robert/uppercut/upper09.png -%%DATADIR%%/data/chars/robert/walk/walk01.png -%%DATADIR%%/data/chars/robert/walk/walk02.png -%%DATADIR%%/data/chars/robert/walk/walk03.png -%%DATADIR%%/data/chars/robert/walk/walk04.png -%%DATADIR%%/data/chars/robert/walk/walk05.png -%%DATADIR%%/data/chars/rugal/fall/fall1.png -%%DATADIR%%/data/chars/rugal/fall/fall2.png -%%DATADIR%%/data/chars/rugal/fall/fall3.png -%%DATADIR%%/data/chars/rugal/fall/fall4.png -%%DATADIR%%/data/chars/rugal/fall/fall5.png -%%DATADIR%%/data/chars/rugal/icon.png -%%DATADIR%%/data/chars/rugal/idle/idle1.png -%%DATADIR%%/data/chars/rugal/idle/idle2.png -%%DATADIR%%/data/chars/rugal/idle/idle3.png -%%DATADIR%%/data/chars/rugal/idle/idle4.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck03.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck04.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck05.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck06.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck07.png -%%DATADIR%%/data/chars/rugal/jump-kick/jmpkck08.png -%%DATADIR%%/data/chars/rugal/kick/kick1.png -%%DATADIR%%/data/chars/rugal/kick/kick2.png -%%DATADIR%%/data/chars/rugal/kick/kick3.png -%%DATADIR%%/data/chars/rugal/kick/kick4.png -%%DATADIR%%/data/chars/rugal/kick/kick5.png -%%DATADIR%%/data/chars/rugal/kick/kick6.png -%%DATADIR%%/data/chars/rugal/kick/kick7.png -%%DATADIR%%/data/chars/rugal/kick/kick8.png -%%DATADIR%%/data/chars/rugal/kick/kick9.png -%%DATADIR%%/data/chars/rugal/map1.png -%%DATADIR%%/data/chars/rugal/map2.png -%%DATADIR%%/data/chars/rugal/pain/pain1.png -%%DATADIR%%/data/chars/rugal/pain/pain2.png -%%DATADIR%%/data/chars/rugal/rise/rise1.png -%%DATADIR%%/data/chars/rugal/rise/rise2.png -%%DATADIR%%/data/chars/rugal/rise/rise3.png -%%DATADIR%%/data/chars/rugal/rise/rise4.png -%%DATADIR%%/data/chars/rugal/rise/rise5.png -%%DATADIR%%/data/chars/rugal/rise/rise6.png -%%DATADIR%%/data/chars/rugal/rise/rise7.png -%%DATADIR%%/data/chars/rugal/rugal-old -%%DATADIR%%/data/chars/rugal/rugal.txt -%%DATADIR%%/data/chars/rugal/shoot/shoot01.png -%%DATADIR%%/data/chars/rugal/shoot/shoot02.png -%%DATADIR%%/data/chars/rugal/shoot/shoot03.png -%%DATADIR%%/data/chars/rugal/shoot/shoot04.png -%%DATADIR%%/data/chars/rugal/shoot/shoot05.png -%%DATADIR%%/data/chars/rugal/shoot/shoot06.png -%%DATADIR%%/data/chars/rugal/shoot/shoot07.png -%%DATADIR%%/data/chars/rugal/shoot/shoot08.png -%%DATADIR%%/data/chars/rugal/shoot/shoot09.png -%%DATADIR%%/data/chars/rugal/shoot/shoot10.png -%%DATADIR%%/data/chars/rugal/shoot/shoot11.png -%%DATADIR%%/data/chars/rugal/shoot/shoot12.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper03.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper04.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper05.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper06.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper07.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper08.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper09.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper10.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper11.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper12.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper13.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper14.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper15.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper16.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper17.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper18.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper19.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper20.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper21.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper22.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper23.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper24.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper25.png -%%DATADIR%%/data/chars/rugal/upper-cut/upper26.png -%%DATADIR%%/data/chars/rugal/walk/walk1.png -%%DATADIR%%/data/chars/rugal/walk/walk2.png -%%DATADIR%%/data/chars/rugal/walk/walk3.png -%%DATADIR%%/data/chars/rugal/walk/walk4.png -%%DATADIR%%/data/chars/rugal/walk/walk5.png -%%DATADIR%%/data/chars/rugal/walk/walk6.png -%%DATADIR%%/data/chars/rugal/walk/walk7.png -%%DATADIR%%/data/chars/rugal/walk/walk8.png -%%DATADIR%%/data/chars/shermie/fall1.png -%%DATADIR%%/data/chars/shermie/fall2.png -%%DATADIR%%/data/chars/shermie/fall3.png -%%DATADIR%%/data/chars/shermie/fall5.png -%%DATADIR%%/data/chars/shermie/fall6.png -%%DATADIR%%/data/chars/shermie/flip00.png -%%DATADIR%%/data/chars/shermie/flip01.png -%%DATADIR%%/data/chars/shermie/flip02.png -%%DATADIR%%/data/chars/shermie/flip03.png -%%DATADIR%%/data/chars/shermie/flip04.png -%%DATADIR%%/data/chars/shermie/flip05.png -%%DATADIR%%/data/chars/shermie/flip06.png -%%DATADIR%%/data/chars/shermie/flip07.png -%%DATADIR%%/data/chars/shermie/flip08.png -%%DATADIR%%/data/chars/shermie/flip09.png -%%DATADIR%%/data/chars/shermie/flip10.png -%%DATADIR%%/data/chars/shermie/flip11.png -%%DATADIR%%/data/chars/shermie/hurt1.png -%%DATADIR%%/data/chars/shermie/hurt2.png -%%DATADIR%%/data/chars/shermie/icon.png -%%DATADIR%%/data/chars/shermie/idle1.png -%%DATADIR%%/data/chars/shermie/idle2.png -%%DATADIR%%/data/chars/shermie/idle3.png -%%DATADIR%%/data/chars/shermie/idle4.png -%%DATADIR%%/data/chars/shermie/idle5.png -%%DATADIR%%/data/chars/shermie/idle6.png -%%DATADIR%%/data/chars/shermie/idle7.png -%%DATADIR%%/data/chars/shermie/idle8.png -%%DATADIR%%/data/chars/shermie/map1.png -%%DATADIR%%/data/chars/shermie/map2.png -%%DATADIR%%/data/chars/shermie/map3.png -%%DATADIR%%/data/chars/shermie/rise1.png -%%DATADIR%%/data/chars/shermie/rise2.png -%%DATADIR%%/data/chars/shermie/rise3.png -%%DATADIR%%/data/chars/shermie/rise4.png -%%DATADIR%%/data/chars/shermie/rise5.png -%%DATADIR%%/data/chars/shermie/rise6.png -%%DATADIR%%/data/chars/shermie/shermie.txt -%%DATADIR%%/data/chars/shermie/slap01.png -%%DATADIR%%/data/chars/shermie/slap02.png -%%DATADIR%%/data/chars/shermie/slap03.png -%%DATADIR%%/data/chars/shermie/slap04.png -%%DATADIR%%/data/chars/shermie/slap05.png -%%DATADIR%%/data/chars/shermie/slap06.png -%%DATADIR%%/data/chars/shermie/walk00.png -%%DATADIR%%/data/chars/shermie/walk01.png -%%DATADIR%%/data/chars/shermie/walk02.png -%%DATADIR%%/data/chars/shermie/walk03.png -%%DATADIR%%/data/chars/shermie/walk04.png -%%DATADIR%%/data/chars/shermie/walk05.png -%%DATADIR%%/data/chars/shermie/walk06.png -%%DATADIR%%/data/chars/shermie/walk07.png -%%DATADIR%%/data/chars/shermie/walk08.png -%%DATADIR%%/data/chars/shermie/walk09.png -%%DATADIR%%/data/chars/shermie/walk10.png -%%DATADIR%%/data/chars/shermie/walk11.png -%%DATADIR%%/data/chars/yamazaki/alt1.png -%%DATADIR%%/data/chars/yamazaki/fall/fall00.png -%%DATADIR%%/data/chars/yamazaki/fall/fall01.png -%%DATADIR%%/data/chars/yamazaki/fall/fall02.png -%%DATADIR%%/data/chars/yamazaki/fall/fall03.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-000.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-001.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-002.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-003.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-004.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-005.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-006.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-007.png -%%DATADIR%%/data/chars/yamazaki/head-butt/at1-008.png -%%DATADIR%%/data/chars/yamazaki/icon.png -%%DATADIR%%/data/chars/yamazaki/idle/idle00.png -%%DATADIR%%/data/chars/yamazaki/idle/idle01.png -%%DATADIR%%/data/chars/yamazaki/idle/idle02.png -%%DATADIR%%/data/chars/yamazaki/idle/idle03.png -%%DATADIR%%/data/chars/yamazaki/idle/idle04.png -%%DATADIR%%/data/chars/yamazaki/idle/idle05.png -%%DATADIR%%/data/chars/yamazaki/knife/knife00.png -%%DATADIR%%/data/chars/yamazaki/knife/knife01.png -%%DATADIR%%/data/chars/yamazaki/knife/knife02.png -%%DATADIR%%/data/chars/yamazaki/knife/knife03.png -%%DATADIR%%/data/chars/yamazaki/knife/knife04.png -%%DATADIR%%/data/chars/yamazaki/knife/knife05.png -%%DATADIR%%/data/chars/yamazaki/knife/knife06.png -%%DATADIR%%/data/chars/yamazaki/knife/knife07.png -%%DATADIR%%/data/chars/yamazaki/knife/knife08.png -%%DATADIR%%/data/chars/yamazaki/knife/knife09.png -%%DATADIR%%/data/chars/yamazaki/knife/knife10.png -%%DATADIR%%/data/chars/yamazaki/knife/knife11.png -%%DATADIR%%/data/chars/yamazaki/knife/knife12.png -%%DATADIR%%/data/chars/yamazaki/knife/knife13.png -%%DATADIR%%/data/chars/yamazaki/knife/knife14.png -%%DATADIR%%/data/chars/yamazaki/knife/knife15.png -%%DATADIR%%/data/chars/yamazaki/knife/knife16.png -%%DATADIR%%/data/chars/yamazaki/knife/knife17.png -%%DATADIR%%/data/chars/yamazaki/pain/pain00.png -%%DATADIR%%/data/chars/yamazaki/pain/pain01.png -%%DATADIR%%/data/chars/yamazaki/rise/rise00.png -%%DATADIR%%/data/chars/yamazaki/rise/rise01.png -%%DATADIR%%/data/chars/yamazaki/rise/rise02.png -%%DATADIR%%/data/chars/yamazaki/slash/slash00.png -%%DATADIR%%/data/chars/yamazaki/slash/slash01.png -%%DATADIR%%/data/chars/yamazaki/slash/slash02.png -%%DATADIR%%/data/chars/yamazaki/slash/slash03.png -%%DATADIR%%/data/chars/yamazaki/slash/slash04.png -%%DATADIR%%/data/chars/yamazaki/slash/slash05.png -%%DATADIR%%/data/chars/yamazaki/slash/slash06.png -%%DATADIR%%/data/chars/yamazaki/slash/slash07.png -%%DATADIR%%/data/chars/yamazaki/slash/slash08.png -%%DATADIR%%/data/chars/yamazaki/slash/slash09.png -%%DATADIR%%/data/chars/yamazaki/slash/slash10.png -%%DATADIR%%/data/chars/yamazaki/slash/slash11.png -%%DATADIR%%/data/chars/yamazaki/slash/slash12.png -%%DATADIR%%/data/chars/yamazaki/slash/slash13.png -%%DATADIR%%/data/chars/yamazaki/walk/walk00.png -%%DATADIR%%/data/chars/yamazaki/walk/walk01.png -%%DATADIR%%/data/chars/yamazaki/walk/walk02.png -%%DATADIR%%/data/chars/yamazaki/walk/walk03.png -%%DATADIR%%/data/chars/yamazaki/walk/walk04.png -%%DATADIR%%/data/chars/yamazaki/walk/walk05.png -%%DATADIR%%/data/chars/yamazaki/walk/walk06.png -%%DATADIR%%/data/chars/yamazaki/walk/walk07.png -%%DATADIR%%/data/chars/yamazaki/yamazaki-old -%%DATADIR%%/data/chars/yamazaki/yamazaki.txt -%%DATADIR%%/data/chars/yashiro/alt1.png -%%DATADIR%%/data/chars/yashiro/alt2.png -%%DATADIR%%/data/chars/yashiro/alt3.png -%%DATADIR%%/data/chars/yashiro/fall/ko1.png -%%DATADIR%%/data/chars/yashiro/fall/ko3.png -%%DATADIR%%/data/chars/yashiro/fall/ko5.png -%%DATADIR%%/data/chars/yashiro/icon.png -%%DATADIR%%/data/chars/yashiro/idle/static1.png -%%DATADIR%%/data/chars/yashiro/idle/static10.png -%%DATADIR%%/data/chars/yashiro/idle/static11.png -%%DATADIR%%/data/chars/yashiro/idle/static12.png -%%DATADIR%%/data/chars/yashiro/idle/static13.png -%%DATADIR%%/data/chars/yashiro/idle/static14.png -%%DATADIR%%/data/chars/yashiro/idle/static15.png -%%DATADIR%%/data/chars/yashiro/idle/static16.png -%%DATADIR%%/data/chars/yashiro/idle/static2.png -%%DATADIR%%/data/chars/yashiro/idle/static3.png -%%DATADIR%%/data/chars/yashiro/idle/static4.png -%%DATADIR%%/data/chars/yashiro/idle/static5.png -%%DATADIR%%/data/chars/yashiro/idle/static6.png -%%DATADIR%%/data/chars/yashiro/idle/static7.png -%%DATADIR%%/data/chars/yashiro/idle/static8.png -%%DATADIR%%/data/chars/yashiro/idle/static9.png -%%DATADIR%%/data/chars/yashiro/pain/hurt1.png -%%DATADIR%%/data/chars/yashiro/pain/hurt2.png -%%DATADIR%%/data/chars/yashiro/punch/punch1.png -%%DATADIR%%/data/chars/yashiro/punch/punch2.png -%%DATADIR%%/data/chars/yashiro/punch/punch3.png -%%DATADIR%%/data/chars/yashiro/rise/rise1.png -%%DATADIR%%/data/chars/yashiro/rise/rise2.png -%%DATADIR%%/data/chars/yashiro/rise/rise3.png -%%DATADIR%%/data/chars/yashiro/rise/rise4.png -%%DATADIR%%/data/chars/yashiro/rise/rise5.png -%%DATADIR%%/data/chars/yashiro/roundhouse/1.png -%%DATADIR%%/data/chars/yashiro/roundhouse/2.png -%%DATADIR%%/data/chars/yashiro/roundhouse/3.png -%%DATADIR%%/data/chars/yashiro/roundhouse/4.png -%%DATADIR%%/data/chars/yashiro/roundhouse/5.png -%%DATADIR%%/data/chars/yashiro/roundhouse/6.png -%%DATADIR%%/data/chars/yashiro/roundhouse/7.png -%%DATADIR%%/data/chars/yashiro/walk/walk1.png -%%DATADIR%%/data/chars/yashiro/walk/walk2.png -%%DATADIR%%/data/chars/yashiro/walk/walk3.png -%%DATADIR%%/data/chars/yashiro/walk/walk4.png -%%DATADIR%%/data/chars/yashiro/walk/walk5.png -%%DATADIR%%/data/chars/yashiro/walk/walk6.png -%%DATADIR%%/data/chars/yashiro/walk/walk7.png -%%DATADIR%%/data/chars/yashiro/walk/walk8.png -%%DATADIR%%/data/chars/yashiro/yashiro.txt -%%DATADIR%%/data/chars/yashiro/yashiro.txt.good -%%DATADIR%%/data/fonts/Neuropol.ttf -%%DATADIR%%/data/fonts/arial.ttf -%%DATADIR%%/data/fonts/chiller.ttf -%%DATADIR%%/data/fonts/forte.ttf -%%DATADIR%%/data/fonts/frenchscript.ttf -%%DATADIR%%/data/fonts/rosewood.otf -%%DATADIR%%/data/fonts/snap.ttf -%%DATADIR%%/data/fonts/stencil.ttf -%%DATADIR%%/data/menu/arcade.txt -%%DATADIR%%/data/menu/bgs/seizure-bg/00200000.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200001.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200002.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200003.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200004.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200005.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200006.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200007.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200008.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200009.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200010.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200011.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200012.png -%%DATADIR%%/data/menu/bgs/seizure-bg/00200013.png -%%DATADIR%%/data/menu/icon.bmp -%%DATADIR%%/data/menu/in-game.txt -%%DATADIR%%/data/menu/main.txt -%%DATADIR%%/data/menu/options.txt -%%DATADIR%%/data/menu/paintown.png -%%DATADIR%%/data/menu/sounds/chip-in.wav -%%DATADIR%%/data/menu/sounds/chip-out.wav -%%DATADIR%%/data/menu/sounds/menu-back.wav -%%DATADIR%%/data/menu/sounds/menu-ok.wav -%%DATADIR%%/data/menu/sounds/menu-select.wav -%%DATADIR%%/data/menu/sounds/talk.wav -%%DATADIR%%/data/misc/apple/apple.png -%%DATADIR%%/data/misc/apple/apple.txt -%%DATADIR%%/data/misc/body/arm.png -%%DATADIR%%/data/misc/body/bone.png -%%DATADIR%%/data/misc/body/hand.png -%%DATADIR%%/data/misc/body/intestines.png -%%DATADIR%%/data/misc/body/leg.png -%%DATADIR%%/data/misc/body/ribcage.png -%%DATADIR%%/data/misc/body/skull.png -%%DATADIR%%/data/misc/body/spine.png -%%DATADIR%%/data/misc/body/torso.png -%%DATADIR%%/data/misc/cake/cake.png -%%DATADIR%%/data/misc/cake/cake.txt -%%DATADIR%%/data/misc/cat/cat.txt -%%DATADIR%%/data/misc/cat/idle1/30236.png -%%DATADIR%%/data/misc/cat/idle1/30237.png -%%DATADIR%%/data/misc/cat/idle1/30238.png -%%DATADIR%%/data/misc/cat/idle1/30239.png -%%DATADIR%%/data/misc/cat/idle1/30240.png -%%DATADIR%%/data/misc/cat/idle1/30241.png -%%DATADIR%%/data/misc/cat/idle1/30242.png -%%DATADIR%%/data/misc/cat/idle1/30243.png -%%DATADIR%%/data/misc/cat/idle1/30244.png -%%DATADIR%%/data/misc/cat/idle1/30245.png -%%DATADIR%%/data/misc/cat/idle1/30246.png -%%DATADIR%%/data/misc/cat/idle1/30247.png -%%DATADIR%%/data/misc/cat/idle1/30248.png -%%DATADIR%%/data/misc/cat/idle1/30249.png -%%DATADIR%%/data/misc/cat/idle2/30224.png -%%DATADIR%%/data/misc/cat/idle2/30225.png -%%DATADIR%%/data/misc/cat/idle2/30226.png -%%DATADIR%%/data/misc/cat/idle2/30227.png -%%DATADIR%%/data/misc/cat/idle2/30228.png -%%DATADIR%%/data/misc/cat/idle2/30229.png -%%DATADIR%%/data/misc/cat/idle2/30230.png -%%DATADIR%%/data/misc/cat/idle2/30231.png -%%DATADIR%%/data/misc/cat/meow.wav -%%DATADIR%%/data/misc/cat/run/30212.png -%%DATADIR%%/data/misc/cat/run/30213.png -%%DATADIR%%/data/misc/cat/run/30214.png -%%DATADIR%%/data/misc/cat/run/30215.png -%%DATADIR%%/data/misc/cat/run/30216.png -%%DATADIR%%/data/misc/cat/run/30217.png -%%DATADIR%%/data/misc/cat/turn/30232.png -%%DATADIR%%/data/misc/cat/turn/30233.png -%%DATADIR%%/data/misc/cat/turn/30234.png -%%DATADIR%%/data/misc/cat/turn/30235.png -%%DATADIR%%/data/misc/cat/walk/30218.png -%%DATADIR%%/data/misc/cat/walk/30219.png -%%DATADIR%%/data/misc/cat/walk/30220.png -%%DATADIR%%/data/misc/cat/walk/30221.png -%%DATADIR%%/data/misc/cat/walk/30222.png -%%DATADIR%%/data/misc/cat/walk/30223.png -%%DATADIR%%/data/misc/cat/yawn/30250.png -%%DATADIR%%/data/misc/cat/yawn/30251.png -%%DATADIR%%/data/misc/cat/yawn/30252.png -%%DATADIR%%/data/misc/cat/yawn/30253.png -%%DATADIR%%/data/misc/cat/yawn/30254.png -%%DATADIR%%/data/misc/cat/yawn/30255.png -%%DATADIR%%/data/misc/cat/yawn/30256.png -%%DATADIR%%/data/misc/cat/yawn/30257.png -%%DATADIR%%/data/misc/cat/yawn/30258.png -%%DATADIR%%/data/misc/cat/yawn/30259.png -%%DATADIR%%/data/misc/cat/yawn/30260.png -%%DATADIR%%/data/misc/cat/yawn/30261.png -%%DATADIR%%/data/misc/cat/yawn/30262.png -%%DATADIR%%/data/misc/cat/yawn/30263.png -%%DATADIR%%/data/misc/chicken/chicken.png -%%DATADIR%%/data/misc/chicken/chicken.txt -%%DATADIR%%/data/misc/flash/flash.txt -%%DATADIR%%/data/misc/flash/flash000.png -%%DATADIR%%/data/misc/flash/flash001.png -%%DATADIR%%/data/misc/flash/flash002.png -%%DATADIR%%/data/misc/flash/flash003.png -%%DATADIR%%/data/misc/flash/flash004.png -%%DATADIR%%/data/misc/flash/flash005.png -%%DATADIR%%/data/misc/flash/flash006.png -%%DATADIR%%/data/misc/flash/flash007.png -%%DATADIR%%/data/misc/flash/flash008.png -%%DATADIR%%/data/misc/flash/flash009.png -%%DATADIR%%/data/misc/flash/flash010.png -%%DATADIR%%/data/missile-defend/images/background.png -%%DATADIR%%/data/missile-defend/images/city1.png -%%DATADIR%%/data/missile-defend/images/city2.png -%%DATADIR%%/data/missile-defend/images/closedmoambase.png -%%DATADIR%%/data/missile-defend/images/crosshair.png -%%DATADIR%%/data/missile-defend/images/deadcity1.png -%%DATADIR%%/data/missile-defend/images/deadcity2.png -%%DATADIR%%/data/missile-defend/images/deadmisslebase.png -%%DATADIR%%/data/missile-defend/images/fireball.png -%%DATADIR%%/data/missile-defend/images/hand.png -%%DATADIR%%/data/missile-defend/images/mdefend.png -%%DATADIR%%/data/missile-defend/images/missle1.png -%%DATADIR%%/data/missile-defend/images/missle2.png -%%DATADIR%%/data/missile-defend/images/missle3.png -%%DATADIR%%/data/missile-defend/images/missle4.png -%%DATADIR%%/data/missile-defend/images/missle5.png -%%DATADIR%%/data/missile-defend/images/misslebase.png -%%DATADIR%%/data/missile-defend/images/moam.png -%%DATADIR%%/data/missile-defend/images/moambase.png -%%DATADIR%%/data/missile-defend/images/moambaseanim1.png -%%DATADIR%%/data/missile-defend/images/moambaseanim2.png -%%DATADIR%%/data/missile-defend/images/moambaseanim3.png -%%DATADIR%%/data/missile-defend/images/moambaseanim4.png -%%DATADIR%%/data/missile-defend/images/smoke.png -%%DATADIR%%/data/missile-defend/images/turret.png -%%DATADIR%%/data/missile-defend/sounds/ding.wav -%%DATADIR%%/data/missile-defend/sounds/exploded.wav -%%DATADIR%%/data/missile-defend/sounds/explosion2.wav -%%DATADIR%%/data/missile-defend/sounds/launch.wav -%%DATADIR%%/data/missile-defend/sounds/tick.wav -%%DATADIR%%/data/mugen/chars/kfm/air.test -%%DATADIR%%/data/mugen/chars/kfm/ending.def -%%DATADIR%%/data/mugen/chars/kfm/ending.sff -%%DATADIR%%/data/mugen/chars/kfm/intro.def -%%DATADIR%%/data/mugen/chars/kfm/intro.sff -%%DATADIR%%/data/mugen/chars/kfm/kfm.act -%%DATADIR%%/data/mugen/chars/kfm/kfm.air -%%DATADIR%%/data/mugen/chars/kfm/kfm.cmd -%%DATADIR%%/data/mugen/chars/kfm/kfm.cns -%%DATADIR%%/data/mugen/chars/kfm/kfm.def -%%DATADIR%%/data/mugen/chars/kfm/kfm.sff -%%DATADIR%%/data/mugen/chars/kfm/kfm.snd -%%DATADIR%%/data/mugen/chars/kfm/kfm2.act -%%DATADIR%%/data/mugen/chars/kfm/kfm3.act -%%DATADIR%%/data/mugen/chars/kfm/kfm4.act -%%DATADIR%%/data/mugen/chars/kfm/kfm5.act -%%DATADIR%%/data/mugen/chars/kfm/kfm6.act -%%DATADIR%%/data/mugen/chars/kfm/readme.txt -%%DATADIR%%/data/mugen/chars/kfm/what -%%DATADIR%%/data/mugen/data/big/readme.txt -%%DATADIR%%/data/mugen/data/big/system.def -%%DATADIR%%/data/mugen/data/common.snd -%%DATADIR%%/data/mugen/data/common1.cns -%%DATADIR%%/data/mugen/data/fight.def -%%DATADIR%%/data/mugen/data/fight.sff -%%DATADIR%%/data/mugen/data/fight.snd -%%DATADIR%%/data/mugen/data/fightfx.air -%%DATADIR%%/data/mugen/data/fightfx.sff -%%DATADIR%%/data/mugen/data/kfm/credits.def -%%DATADIR%%/data/mugen/data/kfm/credits.sff -%%DATADIR%%/data/mugen/data/kfm/gameover.def -%%DATADIR%%/data/mugen/data/kfm/gameover.sff -%%DATADIR%%/data/mugen/data/kfm/intro.def -%%DATADIR%%/data/mugen/data/kfm/intro.sff -%%DATADIR%%/data/mugen/data/kfm/kfmtitle.sff -%%DATADIR%%/data/mugen/data/kfm/logo.def -%%DATADIR%%/data/mugen/data/kfm/logo.sff -%%DATADIR%%/data/mugen/data/kfm/select.def -%%DATADIR%%/data/mugen/data/kfm/system.def -%%DATADIR%%/data/mugen/data/mugen.cfg -%%DATADIR%%/data/mugen/data/select.def -%%DATADIR%%/data/mugen/data/system.def -%%DATADIR%%/data/mugen/data/system.sff -%%DATADIR%%/data/mugen/data/system.snd -%%DATADIR%%/data/mugen/font/f-4x6.fnt -%%DATADIR%%/data/mugen/font/f-6x8f.fnt -%%DATADIR%%/data/mugen/font/f-6x9.fnt -%%DATADIR%%/data/mugen/font/f-6x9f.fnt -%%DATADIR%%/data/mugen/font/f-pad.fnt -%%DATADIR%%/data/mugen/font/jg.fnt -%%DATADIR%%/data/mugen/font/name1.fnt -%%DATADIR%%/data/mugen/font/num1.fnt -%%DATADIR%%/data/mugen/music/tr3blanka.it -%%DATADIR%%/data/mugen/music/tr3deejay.it -%%DATADIR%%/data/mugen/music/tr3e-honda.it -%%DATADIR%%/data/mugen/music/tr3guile3rd.it -%%DATADIR%%/data/mugen/music/tr3ken3rd.it -%%DATADIR%%/data/mugen/music/tr3ryu2nd.it -%%DATADIR%%/data/mugen/stages/cargo.def -%%DATADIR%%/data/mugen/stages/cargo.sff -%%DATADIR%%/data/mugen/stages/deejay.def -%%DATADIR%%/data/mugen/stages/deejay.sff -%%DATADIR%%/data/mugen/stages/falls.def -%%DATADIR%%/data/mugen/stages/falls.sff -%%DATADIR%%/data/mugen/stages/kfm.def -%%DATADIR%%/data/mugen/stages/kfm.sff -%%DATADIR%%/data/mugen/stages/soulchamber.def -%%DATADIR%%/data/mugen/stages/soulchamber.sff -%%DATADIR%%/data/mugen/stages/ssf2-China.def -%%DATADIR%%/data/mugen/stages/ssf2-China.sff -%%DATADIR%%/data/mugen/stages/stage0.def -%%DATADIR%%/data/mugen/stages/stage0.sff -%%DATADIR%%/data/mugen/stages/venice.def -%%DATADIR%%/data/mugen/stages/venice.sff -%%DATADIR%%/data/mugen/stages/village.def -%%DATADIR%%/data/mugen/stages/village.sff -%%DATADIR%%/data/music/Aurora.ogg -%%DATADIR%%/data/music/SM_TechTown.it -%%DATADIR%%/data/music/Techtopia.ogg -%%DATADIR%%/data/music/aqua.s3m -%%DATADIR%%/data/music/c_heaven.xm -%%DATADIR%%/data/music/elw-sick.xm -%%DATADIR%%/data/music/experience.xm -%%DATADIR%%/data/music/exploration.s3m -%%DATADIR%%/data/music/fall.xm -%%DATADIR%%/data/music/kajahtaa.xm -%%DATADIR%%/data/music/kilimanz.mod -%%DATADIR%%/data/paintown/levels/1.txt -%%DATADIR%%/data/paintown/levels/10.txt -%%DATADIR%%/data/paintown/levels/11.txt -%%DATADIR%%/data/paintown/levels/2.txt -%%DATADIR%%/data/paintown/levels/3.txt -%%DATADIR%%/data/paintown/levels/4.txt -%%DATADIR%%/data/paintown/levels/5.txt -%%DATADIR%%/data/paintown/levels/6.txt -%%DATADIR%%/data/paintown/levels/7.txt -%%DATADIR%%/data/paintown/levels/8.txt -%%DATADIR%%/data/paintown/levels/9.txt -%%DATADIR%%/data/paintown/paintown.txt -%%DATADIR%%/data/paintown/select.txt -%%DATADIR%%/data/platformer/images/block-tile.png -%%DATADIR%%/data/platformer/images/brick-tile.png -%%DATADIR%%/data/platformer/images/bush01-left-tile.png -%%DATADIR%%/data/platformer/images/bush01-mid-tile.png -%%DATADIR%%/data/platformer/images/bush01-right-tile.png -%%DATADIR%%/data/platformer/images/bush02-left-tile.png -%%DATADIR%%/data/platformer/images/bush02-mid-tile.png -%%DATADIR%%/data/platformer/images/bush02-right-tile.png -%%DATADIR%%/data/platformer/images/bush03-left-tile.png -%%DATADIR%%/data/platformer/images/bush03-mid-tile.png -%%DATADIR%%/data/platformer/images/bush03-right-tile.png -%%DATADIR%%/data/platformer/images/clouds.png -%%DATADIR%%/data/platformer/images/floor-left-tile.png -%%DATADIR%%/data/platformer/images/floor-mid-tile.png -%%DATADIR%%/data/platformer/images/floor-right-tile.png -%%DATADIR%%/data/platformer/images/hills.png -%%DATADIR%%/data/platformer/images/mountains.png -%%DATADIR%%/data/platformer/images/question01-tile.png -%%DATADIR%%/data/platformer/images/question02-tile.png -%%DATADIR%%/data/platformer/images/question03-tile.png -%%DATADIR%%/data/platformer/images/square-tile.png -%%DATADIR%%/data/platformer/images/tileset-smb1-snes.png -%%DATADIR%%/data/platformer/images/vertical-pipe-left-tile.png -%%DATADIR%%/data/platformer/images/vertical-pipe-right-tile.png -%%DATADIR%%/data/platformer/images/vertical-pipe-top-left-tile.png -%%DATADIR%%/data/platformer/images/vertical-pipe-top-right-tile.png -%%DATADIR%%/data/platformer/object.txt -%%DATADIR%%/data/platformer/test.txt -%%DATADIR%%/data/players/akuma/akuma.txt -%%DATADIR%%/data/players/akuma/die.wav -%%DATADIR%%/data/players/akuma/dragon-punch/18958.png -%%DATADIR%%/data/players/akuma/dragon-punch/18959.png -%%DATADIR%%/data/players/akuma/dragon-punch/18960.png -%%DATADIR%%/data/players/akuma/dragon-punch/18961.png -%%DATADIR%%/data/players/akuma/dragon-punch/18962.png -%%DATADIR%%/data/players/akuma/dragon-punch/18963.png -%%DATADIR%%/data/players/akuma/dragon-punch/18964.png -%%DATADIR%%/data/players/akuma/dragon-punch/18965.png -%%DATADIR%%/data/players/akuma/dragon-punch/18966.png -%%DATADIR%%/data/players/akuma/dragon-punch/18967.png -%%DATADIR%%/data/players/akuma/dragon-punch/18968.png -%%DATADIR%%/data/players/akuma/dragon-punch/18969.png -%%DATADIR%%/data/players/akuma/dragon-punch/18970.png -%%DATADIR%%/data/players/akuma/dragon-punch/18971.png -%%DATADIR%%/data/players/akuma/elbow/18652.png -%%DATADIR%%/data/players/akuma/elbow/18656.png -%%DATADIR%%/data/players/akuma/elbow/18657.png -%%DATADIR%%/data/players/akuma/elbow/18658.png -%%DATADIR%%/data/players/akuma/elbow/18659.png -%%DATADIR%%/data/players/akuma/elbow/18660.png -%%DATADIR%%/data/players/akuma/elbow/18661.png -%%DATADIR%%/data/players/akuma/fall/18560.png -%%DATADIR%%/data/players/akuma/fall/18561.png -%%DATADIR%%/data/players/akuma/fall/18562.png -%%DATADIR%%/data/players/akuma/fall/18563.png -%%DATADIR%%/data/players/akuma/fall/18564.png -%%DATADIR%%/data/players/akuma/fall/18565.png -%%DATADIR%%/data/players/akuma/fall/18566.png -%%DATADIR%%/data/players/akuma/fall/18567.png -%%DATADIR%%/data/players/akuma/fall/18568.png -%%DATADIR%%/data/players/akuma/fall/18569.png -%%DATADIR%%/data/players/akuma/fall/18570.png -%%DATADIR%%/data/players/akuma/fall/18571.png -%%DATADIR%%/data/players/akuma/fall/18572.png -%%DATADIR%%/data/players/akuma/fall/18573.png -%%DATADIR%%/data/players/akuma/fall/18574.png -%%DATADIR%%/data/players/akuma/fall/18575.png -%%DATADIR%%/data/players/akuma/front-hand-punch/18624.png -%%DATADIR%%/data/players/akuma/front-hand-punch/18625.png -%%DATADIR%%/data/players/akuma/front-hand-punch/18626.png -%%DATADIR%%/data/players/akuma/front-hand-punch/18627.png -%%DATADIR%%/data/players/akuma/front-hand-punch/18628.png -%%DATADIR%%/data/players/akuma/get/18312.png -%%DATADIR%%/data/players/akuma/get/18313.png -%%DATADIR%%/data/players/akuma/get/18314.png -%%DATADIR%%/data/players/akuma/get/18315.png -%%DATADIR%%/data/players/akuma/get/18316.png -%%DATADIR%%/data/players/akuma/get/18317.png -%%DATADIR%%/data/players/akuma/grab-knee/18972.png -%%DATADIR%%/data/players/akuma/grab-knee/18973.png -%%DATADIR%%/data/players/akuma/grab/18384.png -%%DATADIR%%/data/players/akuma/grab/18385.png -%%DATADIR%%/data/players/akuma/grab/18386.png -%%DATADIR%%/data/players/akuma/grab/18387.png -%%DATADIR%%/data/players/akuma/haddoken/18944.png -%%DATADIR%%/data/players/akuma/haddoken/18945.png -%%DATADIR%%/data/players/akuma/haddoken/18946.png -%%DATADIR%%/data/players/akuma/haddoken/18947.png -%%DATADIR%%/data/players/akuma/haddoken/18948.png -%%DATADIR%%/data/players/akuma/haddoken/18949.png -%%DATADIR%%/data/players/akuma/haddoken/18950.png -%%DATADIR%%/data/players/akuma/haddoken/18951.png -%%DATADIR%%/data/players/akuma/haddoken/18952.png -%%DATADIR%%/data/players/akuma/haddoken/18953.png -%%DATADIR%%/data/players/akuma/haddoken/18954.png -%%DATADIR%%/data/players/akuma/haddoken/18955.png -%%DATADIR%%/data/players/akuma/haddoken/19088.png -%%DATADIR%%/data/players/akuma/haddoken/19089.png -%%DATADIR%%/data/players/akuma/haddoken/19090.png -%%DATADIR%%/data/players/akuma/haddoken/19091.png -%%DATADIR%%/data/players/akuma/haddoken/19092.png -%%DATADIR%%/data/players/akuma/haddoken/19093.png -%%DATADIR%%/data/players/akuma/haddoken/19094.png -%%DATADIR%%/data/players/akuma/haddoken/19095.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19150.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19151.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19152.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19153.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19154.png -%%DATADIR%%/data/players/akuma/haddoken/fireball-death/19155.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19134.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19135.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19136.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19137.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19138.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19139.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19140.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19141.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19142.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19143.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19144.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19145.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19146.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19147.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19148.png -%%DATADIR%%/data/players/akuma/haddoken/fireball/19149.png -%%DATADIR%%/data/players/akuma/haddoken/haddoken.txt -%%DATADIR%%/data/players/akuma/haddoken/haddoken.wav -%%DATADIR%%/data/players/akuma/haddoken/super-haddoken.txt -%%DATADIR%%/data/players/akuma/icon.png -%%DATADIR%%/data/players/akuma/idle/18273.png -%%DATADIR%%/data/players/akuma/idle/18274.png -%%DATADIR%%/data/players/akuma/idle/18275.png -%%DATADIR%%/data/players/akuma/idle/18276.png -%%DATADIR%%/data/players/akuma/idle/18277.png -%%DATADIR%%/data/players/akuma/idle/18278.png -%%DATADIR%%/data/players/akuma/idle/18279.png -%%DATADIR%%/data/players/akuma/idle/18280.png -%%DATADIR%%/data/players/akuma/idle/18281.png -%%DATADIR%%/data/players/akuma/idle/18282.png -%%DATADIR%%/data/players/akuma/jump/18347.png -%%DATADIR%%/data/players/akuma/jump/18348.png -%%DATADIR%%/data/players/akuma/jump/18349.png -%%DATADIR%%/data/players/akuma/jump/18350.png -%%DATADIR%%/data/players/akuma/jump/18351.png -%%DATADIR%%/data/players/akuma/jump/18352.png -%%DATADIR%%/data/players/akuma/jump/18353.png -%%DATADIR%%/data/players/akuma/jump/18354.png -%%DATADIR%%/data/players/akuma/jump/18355.png -%%DATADIR%%/data/players/akuma/jump/18356.png -%%DATADIR%%/data/players/akuma/jump/18357.png -%%DATADIR%%/data/players/akuma/jump/18358.png -%%DATADIR%%/data/players/akuma/jump/18359.png -%%DATADIR%%/data/players/akuma/jump/18360.png -%%DATADIR%%/data/players/akuma/jumping-kick/18884.png -%%DATADIR%%/data/players/akuma/jumping-kick/18885.png -%%DATADIR%%/data/players/akuma/jumping-kick/18886.png -%%DATADIR%%/data/players/akuma/jumping-kick/18887.png -%%DATADIR%%/data/players/akuma/jumping-kick/18888.png -%%DATADIR%%/data/players/akuma/jumping-kick/18889.png -%%DATADIR%%/data/players/akuma/jumping-kick/18890.png -%%DATADIR%%/data/players/akuma/jumping-kick/18891.png -%%DATADIR%%/data/players/akuma/jumping-kick/18892.png -%%DATADIR%%/data/players/akuma/jumping-punch/18838.png -%%DATADIR%%/data/players/akuma/jumping-punch/18849.png -%%DATADIR%%/data/players/akuma/jumping-punch/18850.png -%%DATADIR%%/data/players/akuma/jumping-punch/18851.png -%%DATADIR%%/data/players/akuma/jumping-punch/18852.png -%%DATADIR%%/data/players/akuma/jumping-punch/18853.png -%%DATADIR%%/data/players/akuma/jumping-punch/18854.png -%%DATADIR%%/data/players/akuma/jumping-punch/18855.png -%%DATADIR%%/data/players/akuma/low-kick/18720.png -%%DATADIR%%/data/players/akuma/low-kick/18721.png -%%DATADIR%%/data/players/akuma/low-kick/18722.png -%%DATADIR%%/data/players/akuma/low-kick/18723.png -%%DATADIR%%/data/players/akuma/low-kick/18724.png -%%DATADIR%%/data/players/akuma/low-kick/18725.png -%%DATADIR%%/data/players/akuma/low-kick/18726.png -%%DATADIR%%/data/players/akuma/map1.png -%%DATADIR%%/data/players/akuma/map2.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18662.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18663.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18664.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18665.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18666.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18667.png -%%DATADIR%%/data/players/akuma/mid-section-punch/18668.png -%%DATADIR%%/data/players/akuma/pain/18419.png -%%DATADIR%%/data/players/akuma/pain/18420.png -%%DATADIR%%/data/players/akuma/pain/18421.png -%%DATADIR%%/data/players/akuma/pain/18422.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18630.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18631.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18632.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18633.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18634.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18635.png -%%DATADIR%%/data/players/akuma/reverse-hand-punch/18636.png -%%DATADIR%%/data/players/akuma/rise/18592.png -%%DATADIR%%/data/players/akuma/rise/18593.png -%%DATADIR%%/data/players/akuma/rise/18594.png -%%DATADIR%%/data/players/akuma/rise/18595.png -%%DATADIR%%/data/players/akuma/rise/18596.png -%%DATADIR%%/data/players/akuma/rise/18597.png -%%DATADIR%%/data/players/akuma/rise/18598.png -%%DATADIR%%/data/players/akuma/rise/18599.png -%%DATADIR%%/data/players/akuma/rise/18600.png -%%DATADIR%%/data/players/akuma/rise/18601.png -%%DATADIR%%/data/players/akuma/rise/18602.png -%%DATADIR%%/data/players/akuma/side-kick/18696.png -%%DATADIR%%/data/players/akuma/side-kick/18697.png -%%DATADIR%%/data/players/akuma/side-kick/18698.png -%%DATADIR%%/data/players/akuma/side-kick/18699.png -%%DATADIR%%/data/players/akuma/side-kick/18700.png -%%DATADIR%%/data/players/akuma/side-kick/18701.png -%%DATADIR%%/data/players/akuma/side-kick/18702.png -%%DATADIR%%/data/players/akuma/spin-kick/19072.png -%%DATADIR%%/data/players/akuma/spin-kick/19073.png -%%DATADIR%%/data/players/akuma/spin-kick/19074.png -%%DATADIR%%/data/players/akuma/spin-kick/19075.png -%%DATADIR%%/data/players/akuma/spin-kick/19076.png -%%DATADIR%%/data/players/akuma/spin-kick/19077.png -%%DATADIR%%/data/players/akuma/strong-punch/18637.png -%%DATADIR%%/data/players/akuma/strong-punch/18638.png -%%DATADIR%%/data/players/akuma/strong-punch/18639.png -%%DATADIR%%/data/players/akuma/strong-punch/18640.png -%%DATADIR%%/data/players/akuma/strong-punch/18641.png -%%DATADIR%%/data/players/akuma/strong-punch/18642.png -%%DATADIR%%/data/players/akuma/strong-punch/18643.png -%%DATADIR%%/data/players/akuma/strong-punch/18644.png -%%DATADIR%%/data/players/akuma/strong-punch/18645.png -%%DATADIR%%/data/players/akuma/throw/18926.png -%%DATADIR%%/data/players/akuma/throw/18927.png -%%DATADIR%%/data/players/akuma/throw/18928.png -%%DATADIR%%/data/players/akuma/throw/18929.png -%%DATADIR%%/data/players/akuma/throw/18930.png -%%DATADIR%%/data/players/akuma/throw/18931.png -%%DATADIR%%/data/players/akuma/throw/18932.png -%%DATADIR%%/data/players/akuma/throw/18933.png -%%DATADIR%%/data/players/akuma/throw/18934.png -%%DATADIR%%/data/players/akuma/upper-cut/18669.png -%%DATADIR%%/data/players/akuma/upper-cut/18670.png -%%DATADIR%%/data/players/akuma/upper-cut/18671.png -%%DATADIR%%/data/players/akuma/upper-cut/18672.png -%%DATADIR%%/data/players/akuma/upper-cut/18673.png -%%DATADIR%%/data/players/akuma/upper-cut/18674.png -%%DATADIR%%/data/players/akuma/upper-cut/18675.png -%%DATADIR%%/data/players/akuma/upper-cut/18676.png -%%DATADIR%%/data/players/akuma/upper-cut/18677.png -%%DATADIR%%/data/players/akuma/upper-cut/18678.png -%%DATADIR%%/data/players/akuma/upper-cut/18679.png -%%DATADIR%%/data/players/akuma/upper-cut/18680.png -%%DATADIR%%/data/players/akuma/upper-cut/18681.png -%%DATADIR%%/data/players/akuma/upper-cut/18682.png -%%DATADIR%%/data/players/akuma/walk/18285.png -%%DATADIR%%/data/players/akuma/walk/18288.png -%%DATADIR%%/data/players/akuma/walk/18289.png -%%DATADIR%%/data/players/akuma/walk/18290.png -%%DATADIR%%/data/players/akuma/walk/18291.png -%%DATADIR%%/data/players/akuma/walk/18292.png -%%DATADIR%%/data/players/akuma/walk/18293.png -%%DATADIR%%/data/players/akuma/walk/18294.png -%%DATADIR%%/data/players/akuma/walk/18295.png -%%DATADIR%%/data/players/akuma/walk/18296.png -%%DATADIR%%/data/players/akuma/walk/18297.png -%%DATADIR%%/data/players/akuma/walk/18298.png -%%DATADIR%%/data/players/akuma/wheel-kick/18704.png -%%DATADIR%%/data/players/akuma/wheel-kick/18705.png -%%DATADIR%%/data/players/akuma/wheel-kick/18706.png -%%DATADIR%%/data/players/akuma/wheel-kick/18707.png -%%DATADIR%%/data/players/akuma/wheel-kick/18708.png -%%DATADIR%%/data/players/akuma/wheel-kick/18709.png -%%DATADIR%%/data/players/akuma/wheel-kick/18710.png -%%DATADIR%%/data/players/akuma/wheel-kick/18711.png -%%DATADIR%%/data/players/akuma/wheel-kick/18712.png -%%DATADIR%%/data/players/akuma/wheel-kick/18713.png -%%DATADIR%%/data/players/akuma/wheel-kick/18714.png -%%DATADIR%%/data/players/akuma/wheel-kick/18715.png -%%DATADIR%%/data/players/akuma/wheel-kick/18716.png -%%DATADIR%%/data/players/blanka/alt1.png -%%DATADIR%%/data/players/blanka/alt2.png -%%DATADIR%%/data/players/blanka/alt3.png -%%DATADIR%%/data/players/blanka/alt4.png -%%DATADIR%%/data/players/blanka/alt5.png -%%DATADIR%%/data/players/blanka/backflip/1.png -%%DATADIR%%/data/players/blanka/backflip/2.png -%%DATADIR%%/data/players/blanka/backflip/3.png -%%DATADIR%%/data/players/blanka/backflip/4.png -%%DATADIR%%/data/players/blanka/backflip/5.png -%%DATADIR%%/data/players/blanka/backflip/6.png -%%DATADIR%%/data/players/blanka/backflip/7.png -%%DATADIR%%/data/players/blanka/bite/1.png -%%DATADIR%%/data/players/blanka/bite/2.png -%%DATADIR%%/data/players/blanka/bite/3.png -%%DATADIR%%/data/players/blanka/blanka.txt -%%DATADIR%%/data/players/blanka/claw/1.png -%%DATADIR%%/data/players/blanka/claw/2.png -%%DATADIR%%/data/players/blanka/claw/3.png -%%DATADIR%%/data/players/blanka/fall/1.png -%%DATADIR%%/data/players/blanka/fall/2.png -%%DATADIR%%/data/players/blanka/fall/3.png -%%DATADIR%%/data/players/blanka/fall/4.png -%%DATADIR%%/data/players/blanka/fall/5.png -%%DATADIR%%/data/players/blanka/fall/6.png -%%DATADIR%%/data/players/blanka/get/1.png -%%DATADIR%%/data/players/blanka/grab/1.png -%%DATADIR%%/data/players/blanka/icon.png -%%DATADIR%%/data/players/blanka/idle/1.png -%%DATADIR%%/data/players/blanka/idle/2.png -%%DATADIR%%/data/players/blanka/idle/3.png -%%DATADIR%%/data/players/blanka/idle/4.png -%%DATADIR%%/data/players/blanka/jab/1.png -%%DATADIR%%/data/players/blanka/jab/2.png -%%DATADIR%%/data/players/blanka/jab/3.png -%%DATADIR%%/data/players/blanka/jab/4.png -%%DATADIR%%/data/players/blanka/jump-claw/1.png -%%DATADIR%%/data/players/blanka/jump-claw/2.png -%%DATADIR%%/data/players/blanka/jump-claw/3.png -%%DATADIR%%/data/players/blanka/jump-claw/4.png -%%DATADIR%%/data/players/blanka/jump-kick/1.png -%%DATADIR%%/data/players/blanka/jump-kick/2.png -%%DATADIR%%/data/players/blanka/jump-kick/3.png -%%DATADIR%%/data/players/blanka/jump/1.png -%%DATADIR%%/data/players/blanka/jump/2.png -%%DATADIR%%/data/players/blanka/jump/3.png -%%DATADIR%%/data/players/blanka/jump/4.png -%%DATADIR%%/data/players/blanka/jump/5.png -%%DATADIR%%/data/players/blanka/jump/6.png -%%DATADIR%%/data/players/blanka/jump/7.png -%%DATADIR%%/data/players/blanka/jump/8.png -%%DATADIR%%/data/players/blanka/jump/9.png -%%DATADIR%%/data/players/blanka/low-kick/1.png -%%DATADIR%%/data/players/blanka/low-kick/2.png -%%DATADIR%%/data/players/blanka/low-kick/3.png -%%DATADIR%%/data/players/blanka/low-roundhouse/1.png -%%DATADIR%%/data/players/blanka/low-roundhouse/2.png -%%DATADIR%%/data/players/blanka/low-roundhouse/3.png -%%DATADIR%%/data/players/blanka/pain/1.png -%%DATADIR%%/data/players/blanka/pain/2.png -%%DATADIR%%/data/players/blanka/pain/3.png -%%DATADIR%%/data/players/blanka/rise/1.png -%%DATADIR%%/data/players/blanka/rise/2.png -%%DATADIR%%/data/players/blanka/rise/3.png -%%DATADIR%%/data/players/blanka/spark.wav -%%DATADIR%%/data/players/blanka/spark/1.png -%%DATADIR%%/data/players/blanka/spark/10.png -%%DATADIR%%/data/players/blanka/spark/11.png -%%DATADIR%%/data/players/blanka/spark/12.png -%%DATADIR%%/data/players/blanka/spark/2.png -%%DATADIR%%/data/players/blanka/spark/3.png -%%DATADIR%%/data/players/blanka/spark/4.png -%%DATADIR%%/data/players/blanka/spark/5.png -%%DATADIR%%/data/players/blanka/spark/6.png -%%DATADIR%%/data/players/blanka/spark/7.png -%%DATADIR%%/data/players/blanka/spark/8.png -%%DATADIR%%/data/players/blanka/spark/9.png -%%DATADIR%%/data/players/blanka/strong-punch/1.png -%%DATADIR%%/data/players/blanka/strong-punch/2.png -%%DATADIR%%/data/players/blanka/strong-punch/3.png -%%DATADIR%%/data/players/blanka/strong-punch/4.png -%%DATADIR%%/data/players/blanka/strong-punch/5.png -%%DATADIR%%/data/players/blanka/strong-punch/6.png -%%DATADIR%%/data/players/blanka/upper/1.png -%%DATADIR%%/data/players/blanka/upper/2.png -%%DATADIR%%/data/players/blanka/upper/3.png -%%DATADIR%%/data/players/blanka/walk/1.png -%%DATADIR%%/data/players/blanka/walk/2.png -%%DATADIR%%/data/players/blanka/walk/3.png -%%DATADIR%%/data/players/blanka/walk/4.png -%%DATADIR%%/data/players/blanka/walk/5.png -%%DATADIR%%/data/players/blanka/walk/6.png -%%DATADIR%%/data/players/donatello/donatello.txt -%%DATADIR%%/data/players/donatello/fall/fall01.png -%%DATADIR%%/data/players/donatello/fall/fall02.png -%%DATADIR%%/data/players/donatello/fall/fall03.png -%%DATADIR%%/data/players/donatello/fall/fall04.png -%%DATADIR%%/data/players/donatello/fall/fall05.png -%%DATADIR%%/data/players/donatello/get/get01.png -%%DATADIR%%/data/players/donatello/icon.png -%%DATADIR%%/data/players/donatello/idle/idle1.png -%%DATADIR%%/data/players/donatello/idle/idle2.png -%%DATADIR%%/data/players/donatello/jump-kick/jump-kick01.png -%%DATADIR%%/data/players/donatello/jump-swing/swing01.png -%%DATADIR%%/data/players/donatello/jump-swing/swing02.png -%%DATADIR%%/data/players/donatello/jump-swing/swing03.png -%%DATADIR%%/data/players/donatello/jump-swing/swing04.png -%%DATADIR%%/data/players/donatello/jump/jump01.png -%%DATADIR%%/data/players/donatello/jump/jump02.png -%%DATADIR%%/data/players/donatello/jump/jump03.png -%%DATADIR%%/data/players/donatello/jump/jump04.png -%%DATADIR%%/data/players/donatello/jump/jump05.png -%%DATADIR%%/data/players/donatello/jump/jump06.png -%%DATADIR%%/data/players/donatello/kick/kick01.png -%%DATADIR%%/data/players/donatello/kick/kick02.png -%%DATADIR%%/data/players/donatello/lunge/lunge01.png -%%DATADIR%%/data/players/donatello/lunge/lunge02.png -%%DATADIR%%/data/players/donatello/map1.png -%%DATADIR%%/data/players/donatello/original.png -%%DATADIR%%/data/players/donatello/pain/pain1.png -%%DATADIR%%/data/players/donatello/rise/rise01.png -%%DATADIR%%/data/players/donatello/rise/rise02.png -%%DATADIR%%/data/players/donatello/rise/rise03.png -%%DATADIR%%/data/players/donatello/rise/rise04.png -%%DATADIR%%/data/players/donatello/sounds/tmnt0160.wav -%%DATADIR%%/data/players/donatello/sounds/tmnt0161.wav -%%DATADIR%%/data/players/donatello/sounds/tmnt0162.wav -%%DATADIR%%/data/players/donatello/sounds/tmnt0163.wav -%%DATADIR%%/data/players/donatello/sounds/tmnt0164.wav -%%DATADIR%%/data/players/donatello/sounds/tmnt0165.wav -%%DATADIR%%/data/players/donatello/staff-smack/smack01.png -%%DATADIR%%/data/players/donatello/staff-smack/smack02.png -%%DATADIR%%/data/players/donatello/staff-smack/smack03.png -%%DATADIR%%/data/players/donatello/swing/swing01.png -%%DATADIR%%/data/players/donatello/swing/swing02.png -%%DATADIR%%/data/players/donatello/swing/swing03.png -%%DATADIR%%/data/players/donatello/swing/swing04.png -%%DATADIR%%/data/players/donatello/twirl/twirl01.png -%%DATADIR%%/data/players/donatello/twirl/twirl02.png -%%DATADIR%%/data/players/donatello/twirl/twirl03.png -%%DATADIR%%/data/players/donatello/twirl/twirl04.png -%%DATADIR%%/data/players/donatello/walk/walk01.png -%%DATADIR%%/data/players/donatello/walk/walk02.png -%%DATADIR%%/data/players/donatello/walk/walk03.png -%%DATADIR%%/data/players/donatello/walk/walk04.png -%%DATADIR%%/data/players/goku2/alt2.png -%%DATADIR%%/data/players/goku2/backhand/1.png -%%DATADIR%%/data/players/goku2/backhand/2.png -%%DATADIR%%/data/players/goku2/backhand/3.png -%%DATADIR%%/data/players/goku2/backhand/4.png -%%DATADIR%%/data/players/goku2/crescent/1.png -%%DATADIR%%/data/players/goku2/crescent/2.png -%%DATADIR%%/data/players/goku2/crescent/3.png -%%DATADIR%%/data/players/goku2/crescent/4.png -%%DATADIR%%/data/players/goku2/crescent/5.png -%%DATADIR%%/data/players/goku2/fall/1.png -%%DATADIR%%/data/players/goku2/fall/2.png -%%DATADIR%%/data/players/goku2/fall/3.png -%%DATADIR%%/data/players/goku2/fall/4.png -%%DATADIR%%/data/players/goku2/get/1.png -%%DATADIR%%/data/players/goku2/get/2.png -%%DATADIR%%/data/players/goku2/goku2.txt -%%DATADIR%%/data/players/goku2/grab/1.png -%%DATADIR%%/data/players/goku2/high-knee/1.png -%%DATADIR%%/data/players/goku2/high-knee/2.png -%%DATADIR%%/data/players/goku2/high-knee/3.png -%%DATADIR%%/data/players/goku2/high-knee/4.png -%%DATADIR%%/data/players/goku2/icon.png -%%DATADIR%%/data/players/goku2/idle/1.png -%%DATADIR%%/data/players/goku2/idle/10.png -%%DATADIR%%/data/players/goku2/idle/11.png -%%DATADIR%%/data/players/goku2/idle/12.png -%%DATADIR%%/data/players/goku2/idle/13.png -%%DATADIR%%/data/players/goku2/idle/14.png -%%DATADIR%%/data/players/goku2/idle/15.png -%%DATADIR%%/data/players/goku2/idle/16.png -%%DATADIR%%/data/players/goku2/idle/17.png -%%DATADIR%%/data/players/goku2/idle/2.png -%%DATADIR%%/data/players/goku2/idle/3.png -%%DATADIR%%/data/players/goku2/idle/4.png -%%DATADIR%%/data/players/goku2/idle/5.png -%%DATADIR%%/data/players/goku2/idle/6.png -%%DATADIR%%/data/players/goku2/idle/7.png -%%DATADIR%%/data/players/goku2/idle/8.png -%%DATADIR%%/data/players/goku2/idle/9.png -%%DATADIR%%/data/players/goku2/jump-kick/1.png -%%DATADIR%%/data/players/goku2/jump-kick/2.png -%%DATADIR%%/data/players/goku2/jump/1.png -%%DATADIR%%/data/players/goku2/jump/2.png -%%DATADIR%%/data/players/goku2/jump/3.png -%%DATADIR%%/data/players/goku2/jump/4.png -%%DATADIR%%/data/players/goku2/jump/5.png -%%DATADIR%%/data/players/goku2/kamayama/1.png -%%DATADIR%%/data/players/goku2/kamayama/2.png -%%DATADIR%%/data/players/goku2/kamayama/3.png -%%DATADIR%%/data/players/goku2/kamayama/4.png -%%DATADIR%%/data/players/goku2/kamayama/kamayama.txt -%%DATADIR%%/data/players/goku2/kamayama/shot.png -%%DATADIR%%/data/players/goku2/offset-punch/1.png -%%DATADIR%%/data/players/goku2/offset-punch/2.png -%%DATADIR%%/data/players/goku2/pain/1.png -%%DATADIR%%/data/players/goku2/pain/2.png -%%DATADIR%%/data/players/goku2/punch/1.png -%%DATADIR%%/data/players/goku2/punch/2.png -%%DATADIR%%/data/players/goku2/rise/1.png -%%DATADIR%%/data/players/goku2/rise/2.png -%%DATADIR%%/data/players/goku2/rise/3.png -%%DATADIR%%/data/players/goku2/rise/4.png -%%DATADIR%%/data/players/goku2/roundhouse/1.png -%%DATADIR%%/data/players/goku2/roundhouse/2.png -%%DATADIR%%/data/players/goku2/sayain/1.png -%%DATADIR%%/data/players/goku2/sayain/2.png -%%DATADIR%%/data/players/goku2/sayain/3.png -%%DATADIR%%/data/players/goku2/sayain/4.png -%%DATADIR%%/data/players/goku2/sound/ha2.wav -%%DATADIR%%/data/players/goku2/sound/kame.wav -%%DATADIR%%/data/players/goku2/throw/1.png -%%DATADIR%%/data/players/goku2/throw/2.png -%%DATADIR%%/data/players/goku2/turning-side/1.png -%%DATADIR%%/data/players/goku2/turning-side/2.png -%%DATADIR%%/data/players/goku2/turning-side/3.png -%%DATADIR%%/data/players/goku2/upper/1.png -%%DATADIR%%/data/players/goku2/upper/2.png -%%DATADIR%%/data/players/goku2/walk/1.png -%%DATADIR%%/data/players/kagetsura/aah1.wav -%%DATADIR%%/data/players/kagetsura/fall/1.png -%%DATADIR%%/data/players/kagetsura/fall/2.png -%%DATADIR%%/data/players/kagetsura/fall/3.png -%%DATADIR%%/data/players/kagetsura/fall/4.png -%%DATADIR%%/data/players/kagetsura/fall/5.png -%%DATADIR%%/data/players/kagetsura/fall/6.png -%%DATADIR%%/data/players/kagetsura/get/1.png -%%DATADIR%%/data/players/kagetsura/get/2.png -%%DATADIR%%/data/players/kagetsura/grab/1.png -%%DATADIR%%/data/players/kagetsura/icon.png -%%DATADIR%%/data/players/kagetsura/idle/1.png -%%DATADIR%%/data/players/kagetsura/idle/2.png -%%DATADIR%%/data/players/kagetsura/idle/3.png -%%DATADIR%%/data/players/kagetsura/idle/4.png -%%DATADIR%%/data/players/kagetsura/idle/5.png -%%DATADIR%%/data/players/kagetsura/idle/6.png -%%DATADIR%%/data/players/kagetsura/idle/7.png -%%DATADIR%%/data/players/kagetsura/idle/8.png -%%DATADIR%%/data/players/kagetsura/idle/9.png -%%DATADIR%%/data/players/kagetsura/jump/1.png -%%DATADIR%%/data/players/kagetsura/jump/10.png -%%DATADIR%%/data/players/kagetsura/jump/11.png -%%DATADIR%%/data/players/kagetsura/jump/12.png -%%DATADIR%%/data/players/kagetsura/jump/13.png -%%DATADIR%%/data/players/kagetsura/jump/2.png -%%DATADIR%%/data/players/kagetsura/jump/3.png -%%DATADIR%%/data/players/kagetsura/jump/4.png -%%DATADIR%%/data/players/kagetsura/jump/5.png -%%DATADIR%%/data/players/kagetsura/jump/6.png -%%DATADIR%%/data/players/kagetsura/jump/7.png -%%DATADIR%%/data/players/kagetsura/jump/8.png -%%DATADIR%%/data/players/kagetsura/jump/9.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/1.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/10.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/11.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/12.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/13.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/14.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/15.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/16.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/17.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/2.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/3.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/4.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/5.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/6.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/7.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/8.png -%%DATADIR%%/data/players/kagetsura/jumping-wheel/9.png -%%DATADIR%%/data/players/kagetsura/kagetsura.txt -%%DATADIR%%/data/players/kagetsura/knifehand/1.png -%%DATADIR%%/data/players/kagetsura/knifehand/2.png -%%DATADIR%%/data/players/kagetsura/knifehand/3.png -%%DATADIR%%/data/players/kagetsura/knifehand/4.png -%%DATADIR%%/data/players/kagetsura/knifehand/5.png -%%DATADIR%%/data/players/kagetsura/knifehand/6.png -%%DATADIR%%/data/players/kagetsura/knifehand/7.png -%%DATADIR%%/data/players/kagetsura/knifehand/8.png -%%DATADIR%%/data/players/kagetsura/knifehand/9.png -%%DATADIR%%/data/players/kagetsura/pain/1.png -%%DATADIR%%/data/players/kagetsura/pain/2.png -%%DATADIR%%/data/players/kagetsura/punch/1.png -%%DATADIR%%/data/players/kagetsura/punch/2.png -%%DATADIR%%/data/players/kagetsura/punch/3.png -%%DATADIR%%/data/players/kagetsura/punch/4.png -%%DATADIR%%/data/players/kagetsura/punch/5.png -%%DATADIR%%/data/players/kagetsura/punch/6.png -%%DATADIR%%/data/players/kagetsura/rise/1.png -%%DATADIR%%/data/players/kagetsura/rise/2.png -%%DATADIR%%/data/players/kagetsura/rise/3.png -%%DATADIR%%/data/players/kagetsura/rise/4.png -%%DATADIR%%/data/players/kagetsura/roundhouse/1.png -%%DATADIR%%/data/players/kagetsura/roundhouse/10.png -%%DATADIR%%/data/players/kagetsura/roundhouse/2.png -%%DATADIR%%/data/players/kagetsura/roundhouse/3.png -%%DATADIR%%/data/players/kagetsura/roundhouse/4.png -%%DATADIR%%/data/players/kagetsura/roundhouse/5.png -%%DATADIR%%/data/players/kagetsura/roundhouse/6.png -%%DATADIR%%/data/players/kagetsura/roundhouse/7.png -%%DATADIR%%/data/players/kagetsura/roundhouse/8.png -%%DATADIR%%/data/players/kagetsura/roundhouse/9.png -%%DATADIR%%/data/players/kagetsura/slash1/1.png -%%DATADIR%%/data/players/kagetsura/slash1/10.png -%%DATADIR%%/data/players/kagetsura/slash1/11.png -%%DATADIR%%/data/players/kagetsura/slash1/12.png -%%DATADIR%%/data/players/kagetsura/slash1/13.png -%%DATADIR%%/data/players/kagetsura/slash1/14.png -%%DATADIR%%/data/players/kagetsura/slash1/2.png -%%DATADIR%%/data/players/kagetsura/slash1/3.png -%%DATADIR%%/data/players/kagetsura/slash1/4.png -%%DATADIR%%/data/players/kagetsura/slash1/5.png -%%DATADIR%%/data/players/kagetsura/slash1/6.png -%%DATADIR%%/data/players/kagetsura/slash1/7.png -%%DATADIR%%/data/players/kagetsura/slash1/8.png -%%DATADIR%%/data/players/kagetsura/slash1/9.png -%%DATADIR%%/data/players/kagetsura/slash2/1.png -%%DATADIR%%/data/players/kagetsura/slash2/10.png -%%DATADIR%%/data/players/kagetsura/slash2/11.png -%%DATADIR%%/data/players/kagetsura/slash2/12.png -%%DATADIR%%/data/players/kagetsura/slash2/13.png -%%DATADIR%%/data/players/kagetsura/slash2/14.png -%%DATADIR%%/data/players/kagetsura/slash2/15.png -%%DATADIR%%/data/players/kagetsura/slash2/16.png -%%DATADIR%%/data/players/kagetsura/slash2/17.png -%%DATADIR%%/data/players/kagetsura/slash2/18.png -%%DATADIR%%/data/players/kagetsura/slash2/19.png -%%DATADIR%%/data/players/kagetsura/slash2/2.png -%%DATADIR%%/data/players/kagetsura/slash2/20.png -%%DATADIR%%/data/players/kagetsura/slash2/21.png -%%DATADIR%%/data/players/kagetsura/slash2/22.png -%%DATADIR%%/data/players/kagetsura/slash2/23.png -%%DATADIR%%/data/players/kagetsura/slash2/24.png -%%DATADIR%%/data/players/kagetsura/slash2/25.png -%%DATADIR%%/data/players/kagetsura/slash2/26.png -%%DATADIR%%/data/players/kagetsura/slash2/27.png -%%DATADIR%%/data/players/kagetsura/slash2/28.png -%%DATADIR%%/data/players/kagetsura/slash2/29.png -%%DATADIR%%/data/players/kagetsura/slash2/3.png -%%DATADIR%%/data/players/kagetsura/slash2/4.png -%%DATADIR%%/data/players/kagetsura/slash2/5.png -%%DATADIR%%/data/players/kagetsura/slash2/6.png -%%DATADIR%%/data/players/kagetsura/slash2/7.png -%%DATADIR%%/data/players/kagetsura/slash2/8.png -%%DATADIR%%/data/players/kagetsura/slash2/9.png -%%DATADIR%%/data/players/kagetsura/slice/1.png -%%DATADIR%%/data/players/kagetsura/slice/10.png -%%DATADIR%%/data/players/kagetsura/slice/11.png -%%DATADIR%%/data/players/kagetsura/slice/12.png -%%DATADIR%%/data/players/kagetsura/slice/13.png -%%DATADIR%%/data/players/kagetsura/slice/14.png -%%DATADIR%%/data/players/kagetsura/slice/15.png -%%DATADIR%%/data/players/kagetsura/slice/16.png -%%DATADIR%%/data/players/kagetsura/slice/2.png -%%DATADIR%%/data/players/kagetsura/slice/3.png -%%DATADIR%%/data/players/kagetsura/slice/4.png -%%DATADIR%%/data/players/kagetsura/slice/5.png -%%DATADIR%%/data/players/kagetsura/slice/6.png -%%DATADIR%%/data/players/kagetsura/slice/7.png -%%DATADIR%%/data/players/kagetsura/slice/8.png -%%DATADIR%%/data/players/kagetsura/slice/9.png -%%DATADIR%%/data/players/kagetsura/throw/1.png -%%DATADIR%%/data/players/kagetsura/throw/2.png -%%DATADIR%%/data/players/kagetsura/throw/3.png -%%DATADIR%%/data/players/kagetsura/throw/4.png -%%DATADIR%%/data/players/kagetsura/throw/5.png -%%DATADIR%%/data/players/kagetsura/throw/6.png -%%DATADIR%%/data/players/kagetsura/throw/7.png -%%DATADIR%%/data/players/kagetsura/walk/1.png -%%DATADIR%%/data/players/kagetsura/walk/2.png -%%DATADIR%%/data/players/kagetsura/walk/3.png -%%DATADIR%%/data/players/kagetsura/walk/4.png -%%DATADIR%%/data/players/kagetsura/walk/5.png -%%DATADIR%%/data/players/kagetsura/walk/6.png -%%DATADIR%%/data/players/kagetsura/walk/7.png -%%DATADIR%%/data/players/kagetsura/walk/8.png -%%DATADIR%%/data/players/kula/alter.png -%%DATADIR%%/data/players/kula/attack1/a1-000.png -%%DATADIR%%/data/players/kula/attack1/a1-001.png -%%DATADIR%%/data/players/kula/attack1/a1-002.png -%%DATADIR%%/data/players/kula/attack1/a1-003.png -%%DATADIR%%/data/players/kula/attack1/a1-004.png -%%DATADIR%%/data/players/kula/attack1/a1-005.png -%%DATADIR%%/data/players/kula/attack2/a2-000.png -%%DATADIR%%/data/players/kula/attack2/a2-001.png -%%DATADIR%%/data/players/kula/attack2/a2-002.png -%%DATADIR%%/data/players/kula/attack2/a2-003.png -%%DATADIR%%/data/players/kula/attack2/a2-006.png -%%DATADIR%%/data/players/kula/attack3/a3-000.png -%%DATADIR%%/data/players/kula/attack3/a3-001.png -%%DATADIR%%/data/players/kula/attack3/a3-002.png -%%DATADIR%%/data/players/kula/attack3/a3-003.png -%%DATADIR%%/data/players/kula/attack3/a3-004.png -%%DATADIR%%/data/players/kula/attack3/a3-005.png -%%DATADIR%%/data/players/kula/elbow/elbow01.png -%%DATADIR%%/data/players/kula/elbow/elbow02.png -%%DATADIR%%/data/players/kula/elbow/elbow03.png -%%DATADIR%%/data/players/kula/elbow/elbow04.png -%%DATADIR%%/data/players/kula/elbow/elbow05.png -%%DATADIR%%/data/players/kula/elbow/elbow06.png -%%DATADIR%%/data/players/kula/elbow/elbow07.png -%%DATADIR%%/data/players/kula/elbow/elbow08.png -%%DATADIR%%/data/players/kula/elbow/elbow09.png -%%DATADIR%%/data/players/kula/elbow/elbow10.png -%%DATADIR%%/data/players/kula/fall/fall00.png -%%DATADIR%%/data/players/kula/fall/fall01.png -%%DATADIR%%/data/players/kula/fall/fall02.png -%%DATADIR%%/data/players/kula/fall/fall03.png -%%DATADIR%%/data/players/kula/fall/fall04.png -%%DATADIR%%/data/players/kula/get/get000.png -%%DATADIR%%/data/players/kula/get/get001.png -%%DATADIR%%/data/players/kula/get/get002.png -%%DATADIR%%/data/players/kula/grab.png -%%DATADIR%%/data/players/kula/icon.png -%%DATADIR%%/data/players/kula/idle/stand000.png -%%DATADIR%%/data/players/kula/idle/stand001.png -%%DATADIR%%/data/players/kula/idle/stand002.png -%%DATADIR%%/data/players/kula/idle/stand003.png -%%DATADIR%%/data/players/kula/idle/stand004.png -%%DATADIR%%/data/players/kula/idle/stand005.png -%%DATADIR%%/data/players/kula/idle/stand006.png -%%DATADIR%%/data/players/kula/idle/stand007.png -%%DATADIR%%/data/players/kula/idle/stand008.png -%%DATADIR%%/data/players/kula/idle/stand009.png -%%DATADIR%%/data/players/kula/idle/stand010.png -%%DATADIR%%/data/players/kula/idle/stand011.png -%%DATADIR%%/data/players/kula/idle/stand012.png -%%DATADIR%%/data/players/kula/idle/stand013.png -%%DATADIR%%/data/players/kula/idle/stand014.png -%%DATADIR%%/data/players/kula/idle/stand015.png -%%DATADIR%%/data/players/kula/idle/stand016.png -%%DATADIR%%/data/players/kula/idle/stand017.png -%%DATADIR%%/data/players/kula/jump-attack/airp00.png -%%DATADIR%%/data/players/kula/jump-attack/airp01.png -%%DATADIR%%/data/players/kula/jump-attack/airp02.png -%%DATADIR%%/data/players/kula/jump-attack/airp03.png -%%DATADIR%%/data/players/kula/jump-kick/jk000.png -%%DATADIR%%/data/players/kula/jump-kick/jk001.png -%%DATADIR%%/data/players/kula/jump/jump000.png -%%DATADIR%%/data/players/kula/jump/jump001.png -%%DATADIR%%/data/players/kula/jump/jump002.png -%%DATADIR%%/data/players/kula/jump/jump003.png -%%DATADIR%%/data/players/kula/jump/jump004.png -%%DATADIR%%/data/players/kula/jump/jump005.png -%%DATADIR%%/data/players/kula/kiss/kiss000.png -%%DATADIR%%/data/players/kula/kiss/kiss001.png -%%DATADIR%%/data/players/kula/kiss/kiss002.png -%%DATADIR%%/data/players/kula/kiss/kiss003.png -%%DATADIR%%/data/players/kula/kiss/kiss004.png -%%DATADIR%%/data/players/kula/kiss/kiss005.png -%%DATADIR%%/data/players/kula/kiss/kiss006.png -%%DATADIR%%/data/players/kula/kiss/kiss007.png -%%DATADIR%%/data/players/kula/kiss/kiss008.png -%%DATADIR%%/data/players/kula/kiss/kiss009.png -%%DATADIR%%/data/players/kula/kiss/kiss010.png -%%DATADIR%%/data/players/kula/kiss/kiss011.png -%%DATADIR%%/data/players/kula/kiss/kiss012.png -%%DATADIR%%/data/players/kula/kiss/kiss013.png -%%DATADIR%%/data/players/kula/kiss/kiss014.png -%%DATADIR%%/data/players/kula/kiss/kiss015.png -%%DATADIR%%/data/players/kula/kiss/kiss016.png -%%DATADIR%%/data/players/kula/kiss/kiss017.png -%%DATADIR%%/data/players/kula/kiss/kiss018.png -%%DATADIR%%/data/players/kula/kiss/kiss019.png -%%DATADIR%%/data/players/kula/kiss/kiss020.png -%%DATADIR%%/data/players/kula/kiss/kiss021.png -%%DATADIR%%/data/players/kula/kiss/kiss022.png -%%DATADIR%%/data/players/kula/knee/knee01.png -%%DATADIR%%/data/players/kula/knee/knee02.png -%%DATADIR%%/data/players/kula/knee/knee03.png -%%DATADIR%%/data/players/kula/kula.txt -%%DATADIR%%/data/players/kula/pain/pain01.png -%%DATADIR%%/data/players/kula/pain/pain02.png -%%DATADIR%%/data/players/kula/rise/rise1.png -%%DATADIR%%/data/players/kula/rise/rise2.png -%%DATADIR%%/data/players/kula/rise/rise3.png -%%DATADIR%%/data/players/kula/rise/rise4.png -%%DATADIR%%/data/players/kula/super/super000.png -%%DATADIR%%/data/players/kula/super/super001.png -%%DATADIR%%/data/players/kula/super/super002.png -%%DATADIR%%/data/players/kula/super/super003.png -%%DATADIR%%/data/players/kula/super/super004.png -%%DATADIR%%/data/players/kula/super/super005.png -%%DATADIR%%/data/players/kula/super/super006.png -%%DATADIR%%/data/players/kula/super/super007.png -%%DATADIR%%/data/players/kula/super/super008.png -%%DATADIR%%/data/players/kula/super/super009.png -%%DATADIR%%/data/players/kula/super/super010.png -%%DATADIR%%/data/players/kula/super/super011.png -%%DATADIR%%/data/players/kula/super/super012.png -%%DATADIR%%/data/players/kula/super/super013.png -%%DATADIR%%/data/players/kula/super/super014.png -%%DATADIR%%/data/players/kula/super/super015.png -%%DATADIR%%/data/players/kula/super/super016.png -%%DATADIR%%/data/players/kula/super/super017.png -%%DATADIR%%/data/players/kula/super/super018.png -%%DATADIR%%/data/players/kula/throw/throw1.png -%%DATADIR%%/data/players/kula/throw/throw2.png -%%DATADIR%%/data/players/kula/walk/walk000.png -%%DATADIR%%/data/players/kula/walk/walk001.png -%%DATADIR%%/data/players/kula/walk/walk002.png -%%DATADIR%%/data/players/kula/walk/walk003.png -%%DATADIR%%/data/players/kula/walk/walk004.png -%%DATADIR%%/data/players/kula/walk/walk005.png -%%DATADIR%%/data/players/kula/walk/walk006.png -%%DATADIR%%/data/players/kula/walk/walk007.png -%%DATADIR%%/data/players/kula/walk/walk008.png -%%DATADIR%%/data/players/kula/walk/walk009.png -%%DATADIR%%/data/players/mandy/alt1.png -%%DATADIR%%/data/players/mandy/fall/fall1.png -%%DATADIR%%/data/players/mandy/fall/fall2.png -%%DATADIR%%/data/players/mandy/fall/fall3.png -%%DATADIR%%/data/players/mandy/fall/fall4.png -%%DATADIR%%/data/players/mandy/fall/fall5.png -%%DATADIR%%/data/players/mandy/get/get1.png -%%DATADIR%%/data/players/mandy/get/get2.png -%%DATADIR%%/data/players/mandy/get/get3.png -%%DATADIR%%/data/players/mandy/get/get4.png -%%DATADIR%%/data/players/mandy/grab.png -%%DATADIR%%/data/players/mandy/hurt/hurt1.png -%%DATADIR%%/data/players/mandy/hurt/hurt2.png -%%DATADIR%%/data/players/mandy/icon.png -%%DATADIR%%/data/players/mandy/idle/stand1.png -%%DATADIR%%/data/players/mandy/idle/stand2.png -%%DATADIR%%/data/players/mandy/idle/stand3.png -%%DATADIR%%/data/players/mandy/idle/stand4.png -%%DATADIR%%/data/players/mandy/idle/stand5.png -%%DATADIR%%/data/players/mandy/idle/stand6.png -%%DATADIR%%/data/players/mandy/idle/stand7.png -%%DATADIR%%/data/players/mandy/jump-kick/jkick1.png -%%DATADIR%%/data/players/mandy/jump-kick/jkick2.png -%%DATADIR%%/data/players/mandy/jump-kick/jkick3.png -%%DATADIR%%/data/players/mandy/jump-kick/jkick4.png -%%DATADIR%%/data/players/mandy/jump-punch/jpunch1.png -%%DATADIR%%/data/players/mandy/jump-punch/jpunch2.png -%%DATADIR%%/data/players/mandy/jump/jump01.png -%%DATADIR%%/data/players/mandy/jump/jump02.png -%%DATADIR%%/data/players/mandy/jump/jump03.png -%%DATADIR%%/data/players/mandy/jump/jump04.png -%%DATADIR%%/data/players/mandy/jump/jump05.png -%%DATADIR%%/data/players/mandy/jump/jump06.png -%%DATADIR%%/data/players/mandy/jump/jump07.png -%%DATADIR%%/data/players/mandy/jump/jump08.png -%%DATADIR%%/data/players/mandy/jump/jump09.png -%%DATADIR%%/data/players/mandy/jump/jump10.png -%%DATADIR%%/data/players/mandy/jump/jump11.png -%%DATADIR%%/data/players/mandy/kick/a3-01.png -%%DATADIR%%/data/players/mandy/kick/a3-02.png -%%DATADIR%%/data/players/mandy/kick/a3-03.png -%%DATADIR%%/data/players/mandy/kick/a3-04.png -%%DATADIR%%/data/players/mandy/kick/a3-05.png -%%DATADIR%%/data/players/mandy/kick/a3-06.png -%%DATADIR%%/data/players/mandy/kick/a3-07.png -%%DATADIR%%/data/players/mandy/kick/a3-08.png -%%DATADIR%%/data/players/mandy/kick/a3-09.png -%%DATADIR%%/data/players/mandy/knee/knee1.png -%%DATADIR%%/data/players/mandy/knee/knee2.png -%%DATADIR%%/data/players/mandy/mandy.txt -%%DATADIR%%/data/players/mandy/punch1/punch1-1.png -%%DATADIR%%/data/players/mandy/punch1/punch1-2.png -%%DATADIR%%/data/players/mandy/punch1/punch1-3.png -%%DATADIR%%/data/players/mandy/punch1/punch1-4.png -%%DATADIR%%/data/players/mandy/punch2/punch2-1.png -%%DATADIR%%/data/players/mandy/punch2/punch2-2.png -%%DATADIR%%/data/players/mandy/punch2/punch2-3.png -%%DATADIR%%/data/players/mandy/punch2/punch2-4.png -%%DATADIR%%/data/players/mandy/punch2/punch2-5.png -%%DATADIR%%/data/players/mandy/rise/rise1.png -%%DATADIR%%/data/players/mandy/rise/rise2.png -%%DATADIR%%/data/players/mandy/rise/rise3.png -%%DATADIR%%/data/players/mandy/rise/rise4.png -%%DATADIR%%/data/players/mandy/slap/slap01.png -%%DATADIR%%/data/players/mandy/slap/slap02.png -%%DATADIR%%/data/players/mandy/slap/slap03.png -%%DATADIR%%/data/players/mandy/slap/slap04.png -%%DATADIR%%/data/players/mandy/slap/slap05.png -%%DATADIR%%/data/players/mandy/slap/slap06.png -%%DATADIR%%/data/players/mandy/slap/slap07.png -%%DATADIR%%/data/players/mandy/slap/slap08.png -%%DATADIR%%/data/players/mandy/slap/slap09.png -%%DATADIR%%/data/players/mandy/special/special1.png -%%DATADIR%%/data/players/mandy/special/special2.png -%%DATADIR%%/data/players/mandy/special/special3.png -%%DATADIR%%/data/players/mandy/special/special4.png -%%DATADIR%%/data/players/mandy/special/special5.png -%%DATADIR%%/data/players/mandy/special/special6.png -%%DATADIR%%/data/players/mandy/special/special7.png -%%DATADIR%%/data/players/mandy/special/special8.png -%%DATADIR%%/data/players/mandy/special/special9.png -%%DATADIR%%/data/players/mandy/super/super01.png -%%DATADIR%%/data/players/mandy/super/super02.png -%%DATADIR%%/data/players/mandy/super/super03.png -%%DATADIR%%/data/players/mandy/super/super04.png -%%DATADIR%%/data/players/mandy/super/super05.png -%%DATADIR%%/data/players/mandy/super/super06.png -%%DATADIR%%/data/players/mandy/super/super07.png -%%DATADIR%%/data/players/mandy/super/super08.png -%%DATADIR%%/data/players/mandy/super/super09.png -%%DATADIR%%/data/players/mandy/throw/throw1.png -%%DATADIR%%/data/players/mandy/throw/throw2.png -%%DATADIR%%/data/players/mandy/throw/throw3.png -%%DATADIR%%/data/players/mandy/throw/throw4.png -%%DATADIR%%/data/players/mandy/throw/throw5.png -%%DATADIR%%/data/players/mandy/throw/throw6.png -%%DATADIR%%/data/players/mandy/throw/throw7.png -%%DATADIR%%/data/players/mandy/walk/walk01.png -%%DATADIR%%/data/players/mandy/walk/walk02.png -%%DATADIR%%/data/players/mandy/walk/walk03.png -%%DATADIR%%/data/players/mandy/walk/walk04.png -%%DATADIR%%/data/players/mandy/walk/walk05.png -%%DATADIR%%/data/players/mandy/walk/walk06.png -%%DATADIR%%/data/players/mandy/walk/walk07.png -%%DATADIR%%/data/players/mandy/walk/walk08.png -%%DATADIR%%/data/players/mandy/walk/walk09.png -%%DATADIR%%/data/players/mandy/walk/walk10.png -%%DATADIR%%/data/players/maxima/alter.png -%%DATADIR%%/data/players/maxima/attack2/na2-00.png -%%DATADIR%%/data/players/maxima/attack2/na2-01.png -%%DATADIR%%/data/players/maxima/attack2/na2-02.png -%%DATADIR%%/data/players/maxima/attack2/na2-03.png -%%DATADIR%%/data/players/maxima/attack2/na2-04.png -%%DATADIR%%/data/players/maxima/attack2/na2-05.png -%%DATADIR%%/data/players/maxima/attack2/na2-06.png -%%DATADIR%%/data/players/maxima/attack3/a3-000.png -%%DATADIR%%/data/players/maxima/attack3/a3-001.png -%%DATADIR%%/data/players/maxima/attack3/a3-002.png -%%DATADIR%%/data/players/maxima/attack3/a3-003.png -%%DATADIR%%/data/players/maxima/attack3/a3-004.png -%%DATADIR%%/data/players/maxima/attack3/a3-005.png -%%DATADIR%%/data/players/maxima/attack3/a3-006.png -%%DATADIR%%/data/players/maxima/attack3/a3-007.png -%%DATADIR%%/data/players/maxima/attack3/a3-008.png -%%DATADIR%%/data/players/maxima/attack3/a3-009.png -%%DATADIR%%/data/players/maxima/attack3/a3-010.png -%%DATADIR%%/data/players/maxima/attack3/a3-011.png -%%DATADIR%%/data/players/maxima/fall/fall00.png -%%DATADIR%%/data/players/maxima/fall/fall01.png -%%DATADIR%%/data/players/maxima/get/get000.png -%%DATADIR%%/data/players/maxima/get/get001.png -%%DATADIR%%/data/players/maxima/get/get002.png -%%DATADIR%%/data/players/maxima/get/get003.png -%%DATADIR%%/data/players/maxima/get/get004.png -%%DATADIR%%/data/players/maxima/grab.png -%%DATADIR%%/data/players/maxima/icon.png -%%DATADIR%%/data/players/maxima/idle/idle000.png -%%DATADIR%%/data/players/maxima/idle/idle001.png -%%DATADIR%%/data/players/maxima/idle/idle002.png -%%DATADIR%%/data/players/maxima/idle/idle003.png -%%DATADIR%%/data/players/maxima/idle/idle004.png -%%DATADIR%%/data/players/maxima/idle/idle005.png -%%DATADIR%%/data/players/maxima/idle/idle006.png -%%DATADIR%%/data/players/maxima/idle/idle007.png -%%DATADIR%%/data/players/maxima/idle/idle008.png -%%DATADIR%%/data/players/maxima/idle/idle009.png -%%DATADIR%%/data/players/maxima/jump-attack/jk0.png -%%DATADIR%%/data/players/maxima/jump-attack/jk1.png -%%DATADIR%%/data/players/maxima/jump-attack/jk2.png -%%DATADIR%%/data/players/maxima/jump-attack/jk3.png -%%DATADIR%%/data/players/maxima/jump-attack/jk4.png -%%DATADIR%%/data/players/maxima/jump-attack2/jumpat00.png -%%DATADIR%%/data/players/maxima/jump-attack2/jumpat01.png -%%DATADIR%%/data/players/maxima/jump-attack2/jumpat02.png -%%DATADIR%%/data/players/maxima/jump-attack2/jumpat03.png -%%DATADIR%%/data/players/maxima/jump/jump000.png -%%DATADIR%%/data/players/maxima/jump/jump001.png -%%DATADIR%%/data/players/maxima/jump/jump002.png -%%DATADIR%%/data/players/maxima/jump/jump003.png -%%DATADIR%%/data/players/maxima/kick/1.png -%%DATADIR%%/data/players/maxima/kick/2.png -%%DATADIR%%/data/players/maxima/kick/3.png -%%DATADIR%%/data/players/maxima/kick/4.png -%%DATADIR%%/data/players/maxima/kick/5.png -%%DATADIR%%/data/players/maxima/kick/6.png -%%DATADIR%%/data/players/maxima/knee1.png -%%DATADIR%%/data/players/maxima/knee2.png -%%DATADIR%%/data/players/maxima/maxima.txt -%%DATADIR%%/data/players/maxima/maxima.txt.good -%%DATADIR%%/data/players/maxima/pain/pain01.png -%%DATADIR%%/data/players/maxima/pain/pain02.png -%%DATADIR%%/data/players/maxima/pain/pain03.png -%%DATADIR%%/data/players/maxima/pain/pain04.png -%%DATADIR%%/data/players/maxima/punch/punch000.png -%%DATADIR%%/data/players/maxima/punch/punch001.png -%%DATADIR%%/data/players/maxima/punch/punch002.png -%%DATADIR%%/data/players/maxima/punch/punch003.png -%%DATADIR%%/data/players/maxima/punch/punch004.png -%%DATADIR%%/data/players/maxima/push-kick/1.png -%%DATADIR%%/data/players/maxima/push-kick/10.png -%%DATADIR%%/data/players/maxima/push-kick/11.png -%%DATADIR%%/data/players/maxima/push-kick/12.png -%%DATADIR%%/data/players/maxima/push-kick/2.png -%%DATADIR%%/data/players/maxima/push-kick/3.png -%%DATADIR%%/data/players/maxima/push-kick/4.png -%%DATADIR%%/data/players/maxima/push-kick/5.png -%%DATADIR%%/data/players/maxima/push-kick/6.png -%%DATADIR%%/data/players/maxima/push-kick/7.png -%%DATADIR%%/data/players/maxima/push-kick/8.png -%%DATADIR%%/data/players/maxima/push-kick/9.png -%%DATADIR%%/data/players/maxima/reverse-punch/1.png -%%DATADIR%%/data/players/maxima/reverse-punch/2.png -%%DATADIR%%/data/players/maxima/reverse-punch/3.png -%%DATADIR%%/data/players/maxima/reverse-punch/4.png -%%DATADIR%%/data/players/maxima/reverse-punch/5.png -%%DATADIR%%/data/players/maxima/reverse-punch/6.png -%%DATADIR%%/data/players/maxima/reverse-punch/7.png -%%DATADIR%%/data/players/maxima/reverse-punch/8.png -%%DATADIR%%/data/players/maxima/reverse-punch/9.png -%%DATADIR%%/data/players/maxima/rise/rise1.png -%%DATADIR%%/data/players/maxima/rise/rise2.png -%%DATADIR%%/data/players/maxima/rise/rise3.png -%%DATADIR%%/data/players/maxima/rise/rise4.png -%%DATADIR%%/data/players/maxima/rise/rise5.png -%%DATADIR%%/data/players/maxima/special/spec000.png -%%DATADIR%%/data/players/maxima/special/spec001.png -%%DATADIR%%/data/players/maxima/special/spec002.png -%%DATADIR%%/data/players/maxima/special/spec003.png -%%DATADIR%%/data/players/maxima/special/spec004.png -%%DATADIR%%/data/players/maxima/special/spec005.png -%%DATADIR%%/data/players/maxima/special/spec006.png -%%DATADIR%%/data/players/maxima/special/spec007.png -%%DATADIR%%/data/players/maxima/special/spec008.png -%%DATADIR%%/data/players/maxima/special/spec009.png -%%DATADIR%%/data/players/maxima/special/spec010.png -%%DATADIR%%/data/players/maxima/special/spec011.png -%%DATADIR%%/data/players/maxima/special/spec012.png -%%DATADIR%%/data/players/maxima/special/spec013.png -%%DATADIR%%/data/players/maxima/special/spec014.png -%%DATADIR%%/data/players/maxima/special/spec015.png -%%DATADIR%%/data/players/maxima/special/spec016.png -%%DATADIR%%/data/players/maxima/special/spec017.png -%%DATADIR%%/data/players/maxima/special/spec018.png -%%DATADIR%%/data/players/maxima/special/spec019.png -%%DATADIR%%/data/players/maxima/special/spec020.png -%%DATADIR%%/data/players/maxima/special/spec021.png -%%DATADIR%%/data/players/maxima/special/spec022.png -%%DATADIR%%/data/players/maxima/special/spec023.png -%%DATADIR%%/data/players/maxima/special/spec024.png -%%DATADIR%%/data/players/maxima/special/spec025.png -%%DATADIR%%/data/players/maxima/super/super1.png -%%DATADIR%%/data/players/maxima/super/super2.png -%%DATADIR%%/data/players/maxima/super/super3.png -%%DATADIR%%/data/players/maxima/super/super4.png -%%DATADIR%%/data/players/maxima/super/super5.png -%%DATADIR%%/data/players/maxima/super/super6.png -%%DATADIR%%/data/players/maxima/super/super7.png -%%DATADIR%%/data/players/maxima/super/super8.png -%%DATADIR%%/data/players/maxima/throw/throw001.png -%%DATADIR%%/data/players/maxima/throw/throw002.png -%%DATADIR%%/data/players/maxima/throw/throw003.png -%%DATADIR%%/data/players/maxima/throw/throw004.png -%%DATADIR%%/data/players/maxima/throw/throw005.png -%%DATADIR%%/data/players/maxima/throw/throw006.png -%%DATADIR%%/data/players/maxima/throw/throw007.png -%%DATADIR%%/data/players/maxima/throw/throw008.png -%%DATADIR%%/data/players/maxima/walk/walk000.png -%%DATADIR%%/data/players/maxima/walk/walk001.png -%%DATADIR%%/data/players/maxima/walk/walk002.png -%%DATADIR%%/data/players/maxima/walk/walk003.png -%%DATADIR%%/data/players/maxima/walk/walk004.png -%%DATADIR%%/data/players/maxima/walk/walk005.png -%%DATADIR%%/data/players/maxima/walk/walk006.png -%%DATADIR%%/data/players/maxima/walk/walk007.png -%%DATADIR%%/data/players/mj/attack1/01.png -%%DATADIR%%/data/players/mj/attack1/02.png -%%DATADIR%%/data/players/mj/attack1/03.png -%%DATADIR%%/data/players/mj/attack1/04.png -%%DATADIR%%/data/players/mj/attack2/01.png -%%DATADIR%%/data/players/mj/attack2/02.png -%%DATADIR%%/data/players/mj/attack2/03.png -%%DATADIR%%/data/players/mj/attack2/04.png -%%DATADIR%%/data/players/mj/attack2/05.png -%%DATADIR%%/data/players/mj/attack2/06.png -%%DATADIR%%/data/players/mj/attack3/01.png -%%DATADIR%%/data/players/mj/attack3/02.png -%%DATADIR%%/data/players/mj/attack3/03.png -%%DATADIR%%/data/players/mj/attack3/04.png -%%DATADIR%%/data/players/mj/attack3/05.png -%%DATADIR%%/data/players/mj/attack3/06.png -%%DATADIR%%/data/players/mj/attack3/07.png -%%DATADIR%%/data/players/mj/attack3/08.png -%%DATADIR%%/data/players/mj/attack3/09.png -%%DATADIR%%/data/players/mj/die.wav -%%DATADIR%%/data/players/mj/fall/01.png -%%DATADIR%%/data/players/mj/fall/02.png -%%DATADIR%%/data/players/mj/fall/03.png -%%DATADIR%%/data/players/mj/fall/04.png -%%DATADIR%%/data/players/mj/fall/05.png -%%DATADIR%%/data/players/mj/get/01.png -%%DATADIR%%/data/players/mj/get/02.png -%%DATADIR%%/data/players/mj/get/03.png -%%DATADIR%%/data/players/mj/get/04.png -%%DATADIR%%/data/players/mj/grab.png -%%DATADIR%%/data/players/mj/hurt/01.png -%%DATADIR%%/data/players/mj/hurt/02.png -%%DATADIR%%/data/players/mj/hurt/03.png -%%DATADIR%%/data/players/mj/icon.png -%%DATADIR%%/data/players/mj/jump/01.png -%%DATADIR%%/data/players/mj/jump/02.png -%%DATADIR%%/data/players/mj/jump/03.png -%%DATADIR%%/data/players/mj/jump/04.png -%%DATADIR%%/data/players/mj/jump/05.png -%%DATADIR%%/data/players/mj/jump/06.png -%%DATADIR%%/data/players/mj/jump/07.png -%%DATADIR%%/data/players/mj/jump/08.png -%%DATADIR%%/data/players/mj/jump/09.png -%%DATADIR%%/data/players/mj/jump/10.png -%%DATADIR%%/data/players/mj/jump/11.png -%%DATADIR%%/data/players/mj/jumpattack1/01.png -%%DATADIR%%/data/players/mj/jumpattack1/02.png -%%DATADIR%%/data/players/mj/jumpattack1/03.png -%%DATADIR%%/data/players/mj/jumpattack1/04.png -%%DATADIR%%/data/players/mj/jumpattack1/05.png -%%DATADIR%%/data/players/mj/jumpattack1/06.png -%%DATADIR%%/data/players/mj/jumpattack2/01.png -%%DATADIR%%/data/players/mj/jumpattack2/02.png -%%DATADIR%%/data/players/mj/jumpattack2/03.png -%%DATADIR%%/data/players/mj/jumpattack2/04.png -%%DATADIR%%/data/players/mj/mj.txt -%%DATADIR%%/data/players/mj/rise/01.png -%%DATADIR%%/data/players/mj/rise/02.png -%%DATADIR%%/data/players/mj/rise/03.png -%%DATADIR%%/data/players/mj/rise/04.png -%%DATADIR%%/data/players/mj/rise/05.png -%%DATADIR%%/data/players/mj/special/01.png -%%DATADIR%%/data/players/mj/special/02.png -%%DATADIR%%/data/players/mj/special/03.png -%%DATADIR%%/data/players/mj/special/04.png -%%DATADIR%%/data/players/mj/special/05.png -%%DATADIR%%/data/players/mj/special/06.png -%%DATADIR%%/data/players/mj/special/07.png -%%DATADIR%%/data/players/mj/special/08.png -%%DATADIR%%/data/players/mj/special/09.png -%%DATADIR%%/data/players/mj/special/10.png -%%DATADIR%%/data/players/mj/stand/01.png -%%DATADIR%%/data/players/mj/stand/02.png -%%DATADIR%%/data/players/mj/stand/03.png -%%DATADIR%%/data/players/mj/stand/04.png -%%DATADIR%%/data/players/mj/stand/05.png -%%DATADIR%%/data/players/mj/stand/06.png -%%DATADIR%%/data/players/mj/strike/01.png -%%DATADIR%%/data/players/mj/strike/02.png -%%DATADIR%%/data/players/mj/super/01.png -%%DATADIR%%/data/players/mj/super/02.png -%%DATADIR%%/data/players/mj/super/03.png -%%DATADIR%%/data/players/mj/super/04.png -%%DATADIR%%/data/players/mj/super/05.png -%%DATADIR%%/data/players/mj/super/06.png -%%DATADIR%%/data/players/mj/super/07.png -%%DATADIR%%/data/players/mj/super/08.png -%%DATADIR%%/data/players/mj/super/09.png -%%DATADIR%%/data/players/mj/super/10.png -%%DATADIR%%/data/players/mj/super/11.png -%%DATADIR%%/data/players/mj/super/12.png -%%DATADIR%%/data/players/mj/super/13.png -%%DATADIR%%/data/players/mj/super/14.png -%%DATADIR%%/data/players/mj/super/15.png -%%DATADIR%%/data/players/mj/throw/01.png -%%DATADIR%%/data/players/mj/throw/02.png -%%DATADIR%%/data/players/mj/throw/03.png -%%DATADIR%%/data/players/mj/throw/04.png -%%DATADIR%%/data/players/mj/throw/05.png -%%DATADIR%%/data/players/mj/throw/06.png -%%DATADIR%%/data/players/mj/throw/07.png -%%DATADIR%%/data/players/mj/walk/01.png -%%DATADIR%%/data/players/mj/walk/02.png -%%DATADIR%%/data/players/mj/walk/03.png -%%DATADIR%%/data/players/mj/walk/04.png -%%DATADIR%%/data/players/mj/walk/05.png -%%DATADIR%%/data/players/mj/walk/06.png -%%DATADIR%%/data/players/mj/walk/07.png -%%DATADIR%%/data/players/mj/walk/08.png -%%DATADIR%%/data/players/mj/walk/09.png -%%DATADIR%%/data/players/mj/walk/10.png -%%DATADIR%%/data/players/mj/walk/11.png -%%DATADIR%%/data/players/ryu/Ryu.gif -%%DATADIR%%/data/players/ryu/die.wav -%%DATADIR%%/data/players/ryu/fall/ryu-fall01.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall02.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall03.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall04.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall05.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall06.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall07.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall08.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall09.png -%%DATADIR%%/data/players/ryu/fall/ryu-fall10.png -%%DATADIR%%/data/players/ryu/get/ryu-get01.png -%%DATADIR%%/data/players/ryu/get/ryu-get02.png -%%DATADIR%%/data/players/ryu/get/ryu-get03.png -%%DATADIR%%/data/players/ryu/get/ryu-get04.png -%%DATADIR%%/data/players/ryu/grab/ryu-grab01.png -%%DATADIR%%/data/players/ryu/grab/ryu-grab02.png -%%DATADIR%%/data/players/ryu/grab/ryu-grab03.png -%%DATADIR%%/data/players/ryu/haddoken/haddoken.txt -%%DATADIR%%/data/players/ryu/haddoken/haddoken.wav -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath01.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath02.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath03.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath04.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath05.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fbdeath06.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fireball01.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fireball02.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fireball03.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-fireball04.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-haddoken01.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-haddoken02.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-haddoken03.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-haddoken04.png -%%DATADIR%%/data/players/ryu/haddoken/ryu-haddoken05.png -%%DATADIR%%/data/players/ryu/haddoken/shinku.wav -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death01.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death02.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death03.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death04.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death05.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball-death06.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball01.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball02.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball03.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball04.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball05.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball06.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball07.png -%%DATADIR%%/data/players/ryu/haddoken/super-fireball08.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken.txt -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken01.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken02.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken03.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken04.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken05.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken06.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken07.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken08.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken09.png -%%DATADIR%%/data/players/ryu/haddoken/super-haddoken10.png -%%DATADIR%%/data/players/ryu/hurt/hurt.wav -%%DATADIR%%/data/players/ryu/hurt/ryu-hurt01.png -%%DATADIR%%/data/players/ryu/hurt/ryu-hurt02.png -%%DATADIR%%/data/players/ryu/icon.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle01.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle02.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle03.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle04.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle05.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle06.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle07.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle08.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle09.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle10.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle11.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle12.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle13.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle14.png -%%DATADIR%%/data/players/ryu/idle/ryu-idle15.png -%%DATADIR%%/data/players/ryu/jump/jump.wav -%%DATADIR%%/data/players/ryu/jump/ryu-jump01.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump02.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump03.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump04.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump05.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump06.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump07.png -%%DATADIR%%/data/players/ryu/jump/ryu-jump08.png -%%DATADIR%%/data/players/ryu/jumpkick/ryu-jumpkick01.png -%%DATADIR%%/data/players/ryu/jumpkick/ryu-jumpkick02.png -%%DATADIR%%/data/players/ryu/jumpkick/ryu-jumpkick03.png -%%DATADIR%%/data/players/ryu/jumpkick/ryu-jumpkick04.png -%%DATADIR%%/data/players/ryu/jumpkick/ryu-jumpkick05.png -%%DATADIR%%/data/players/ryu/jumppunch/ryu-jpunch01.png -%%DATADIR%%/data/players/ryu/jumppunch/ryu-jpunch02.png -%%DATADIR%%/data/players/ryu/jumppunch/ryu-jpunch03.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick01.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick02.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick03.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick04.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick05.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick06.png -%%DATADIR%%/data/players/ryu/kick/ryu-kick07.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick01.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick02.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick03.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick04.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick05.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick06.png -%%DATADIR%%/data/players/ryu/kick1/ryu-lkick07.png -%%DATADIR%%/data/players/ryu/kick2/ryu-mkick01.png -%%DATADIR%%/data/players/ryu/kick2/ryu-mkick02.png -%%DATADIR%%/data/players/ryu/kick2/ryu-mkick03.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick01.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick02.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick03.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick04.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick05.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick06.png -%%DATADIR%%/data/players/ryu/kick3/ryu-kick07.png -%%DATADIR%%/data/players/ryu/map1.png -%%DATADIR%%/data/players/ryu/map2.png -%%DATADIR%%/data/players/ryu/map3.png -%%DATADIR%%/data/players/ryu/map4.png -%%DATADIR%%/data/players/ryu/punch1/ryu-1punch01.png -%%DATADIR%%/data/players/ryu/punch1/ryu-1punch02.png -%%DATADIR%%/data/players/ryu/punch2/ryu-2punch01.png -%%DATADIR%%/data/players/ryu/punch2/ryu-2punch02.png -%%DATADIR%%/data/players/ryu/punch2/ryu-2punch03.png -%%DATADIR%%/data/players/ryu/punch2/ryu-2punch04.png -%%DATADIR%%/data/players/ryu/punch2/ryu-2punch05.png -%%DATADIR%%/data/players/ryu/punch3/ryu-3punch01.png -%%DATADIR%%/data/players/ryu/punch3/ryu-3punch02.png -%%DATADIR%%/data/players/ryu/punch3/ryu-3punch03.png -%%DATADIR%%/data/players/ryu/punch3/ryu-3punch04.png -%%DATADIR%%/data/players/ryu/punch3/ryu-3punch05.png -%%DATADIR%%/data/players/ryu/rise/ryu-rise01.png -%%DATADIR%%/data/players/ryu/rise/ryu-rise02.png -%%DATADIR%%/data/players/ryu/rise/ryu-rise03.png -%%DATADIR%%/data/players/ryu/ryu.txt -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken01.png -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken02.png -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken03.png -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken04.png -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken05.png -%%DATADIR%%/data/players/ryu/shoryuken/ryu-shoryuken06.png -%%DATADIR%%/data/players/ryu/shoryuken/shoryuken.wav -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick01.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick02.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick03.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick04.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick05.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick06.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick07.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick08.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick09.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick10.png -%%DATADIR%%/data/players/ryu/spinkick/ryu-spinkick11.png -%%DATADIR%%/data/players/ryu/spinkick/spinkick.wav -%%DATADIR%%/data/players/ryu/throw/1.png -%%DATADIR%%/data/players/ryu/throw/2.png -%%DATADIR%%/data/players/ryu/throw/3.png -%%DATADIR%%/data/players/ryu/throw/4.png -%%DATADIR%%/data/players/ryu/throw/5.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk01.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk02.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk03.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk04.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk05.png -%%DATADIR%%/data/players/ryu/walk/ryu-walk06.png -%%DATADIR%%/data/players/terry/die.wav -%%DATADIR%%/data/players/terry/fall/terry-fall01.png -%%DATADIR%%/data/players/terry/fall/terry-fall02.png -%%DATADIR%%/data/players/terry/fall/terry-fall03.png -%%DATADIR%%/data/players/terry/fall/terry-fall04.png -%%DATADIR%%/data/players/terry/fall/terry-fall05.png -%%DATADIR%%/data/players/terry/fall/terry-fall06.png -%%DATADIR%%/data/players/terry/fall/terry-fall07.png -%%DATADIR%%/data/players/terry/get/terry-get01.png -%%DATADIR%%/data/players/terry/get/terry-get02.png -%%DATADIR%%/data/players/terry/get/terry-get03.png -%%DATADIR%%/data/players/terry/get/terry-get04.png -%%DATADIR%%/data/players/terry/grab/terry-grab01.png -%%DATADIR%%/data/players/terry/grab/terry-grab02.png -%%DATADIR%%/data/players/terry/grab/terry-grab03.png -%%DATADIR%%/data/players/terry/haddoken/1.wav -%%DATADIR%%/data/players/terry/haddoken/haddoken.txt -%%DATADIR%%/data/players/terry/haddoken/shinku.wav -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death01.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death02.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death03.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death04.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death05.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball-death06.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball01.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball02.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball03.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball04.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball05.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball06.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball07.png -%%DATADIR%%/data/players/terry/haddoken/super-fireball08.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken.txt -%%DATADIR%%/data/players/terry/haddoken/super-haddoken01.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken02.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken03.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken04.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken05.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken06.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken07.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken08.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken09.png -%%DATADIR%%/data/players/terry/haddoken/super-haddoken10.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath01.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath02.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath03.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath04.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath05.png -%%DATADIR%%/data/players/terry/haddoken/terry-fbdeath06.png -%%DATADIR%%/data/players/terry/haddoken/terry-fireball01.png -%%DATADIR%%/data/players/terry/haddoken/terry-fireball02.png -%%DATADIR%%/data/players/terry/haddoken/terry-fireball03.png -%%DATADIR%%/data/players/terry/haddoken/terry-fireball04.png -%%DATADIR%%/data/players/terry/haddoken/terry-haddoken01.png -%%DATADIR%%/data/players/terry/haddoken/terry-haddoken02.png -%%DATADIR%%/data/players/terry/haddoken/terry-haddoken03.png -%%DATADIR%%/data/players/terry/haddoken/terry-haddoken04.png -%%DATADIR%%/data/players/terry/haddoken/terry-haddoken05.png -%%DATADIR%%/data/players/terry/hurt/hurt.wav -%%DATADIR%%/data/players/terry/hurt/terry-hurt01.png -%%DATADIR%%/data/players/terry/hurt/terry-hurt02.png -%%DATADIR%%/data/players/terry/hurt/terry-hurt03.png -%%DATADIR%%/data/players/terry/hurt/terry-hurt04.png -%%DATADIR%%/data/players/terry/hurt/terry-hurt05.png -%%DATADIR%%/data/players/terry/icon.png -%%DATADIR%%/data/players/terry/idle/terry-idle01.png -%%DATADIR%%/data/players/terry/idle/terry-idle02.png -%%DATADIR%%/data/players/terry/idle/terry-idle03.png -%%DATADIR%%/data/players/terry/idle/terry-idle04.png -%%DATADIR%%/data/players/terry/idle/terry-idle05.png -%%DATADIR%%/data/players/terry/idle/terry-idle06.png -%%DATADIR%%/data/players/terry/idle/terry-idle07.png -%%DATADIR%%/data/players/terry/idle/terry-idle08.png -%%DATADIR%%/data/players/terry/idle/terry-idle09.png -%%DATADIR%%/data/players/terry/idle/terry-idle10.png -%%DATADIR%%/data/players/terry/jump/jump.wav -%%DATADIR%%/data/players/terry/jump/terry-jump01.png -%%DATADIR%%/data/players/terry/jump/terry-jump02.png -%%DATADIR%%/data/players/terry/jump/terry-jump03.png -%%DATADIR%%/data/players/terry/jump/terry-jump04.png -%%DATADIR%%/data/players/terry/jump/terry-jump05.png -%%DATADIR%%/data/players/terry/jump/terry-jump06.png -%%DATADIR%%/data/players/terry/jump/terry-jump07.png -%%DATADIR%%/data/players/terry/jump/terry-jump08.png -%%DATADIR%%/data/players/terry/jump/terry-jump09.png -%%DATADIR%%/data/players/terry/jump/terry-jump10.png -%%DATADIR%%/data/players/terry/jumpkick/terry-jumpkick01.png -%%DATADIR%%/data/players/terry/jumpkick/terry-jumpkick02.png -%%DATADIR%%/data/players/terry/jumpkick/terry-jumpkick03.png -%%DATADIR%%/data/players/terry/jumpkick/terry-jumpkick04.png -%%DATADIR%%/data/players/terry/jumppunch/1.wav -%%DATADIR%%/data/players/terry/jumppunch/terry-jpunch01.png -%%DATADIR%%/data/players/terry/jumppunch/terry-jpunch02.png -%%DATADIR%%/data/players/terry/jumppunch/terry-jpunch03.png -%%DATADIR%%/data/players/terry/kick0/1.wav -%%DATADIR%%/data/players/terry/kick0/2.wav -%%DATADIR%%/data/players/terry/kick0/3.wav -%%DATADIR%%/data/players/terry/kick0/ryu-kick01.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick02.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick03.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick04.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick05.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick06.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick07.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick08.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick09.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick10.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick11.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick12.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick13.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick14.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick15.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick16.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick17.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick18.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick19.png -%%DATADIR%%/data/players/terry/kick0/ryu-kick20.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick01.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick02.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick03.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick04.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick05.png -%%DATADIR%%/data/players/terry/kick1/terry-lkick06.png -%%DATADIR%%/data/players/terry/kick2/terry-mkick01.png -%%DATADIR%%/data/players/terry/kick2/terry-mkick02.png -%%DATADIR%%/data/players/terry/kick2/terry-mkick03.png -%%DATADIR%%/data/players/terry/kick3/terry-kick01.png -%%DATADIR%%/data/players/terry/kick3/terry-kick02.png -%%DATADIR%%/data/players/terry/kick3/terry-kick03.png -%%DATADIR%%/data/players/terry/kick3/terry-kick04.png -%%DATADIR%%/data/players/terry/kick3/terry-kick05.png -%%DATADIR%%/data/players/terry/kick3/terry-kick06.png -%%DATADIR%%/data/players/terry/kick3/terry-kick07.png -%%DATADIR%%/data/players/terry/kick3/terry-kick08.png -%%DATADIR%%/data/players/terry/kick3/terry-kick09.png -%%DATADIR%%/data/players/terry/map1.png -%%DATADIR%%/data/players/terry/map2.png -%%DATADIR%%/data/players/terry/map3.png -%%DATADIR%%/data/players/terry/map4.png -%%DATADIR%%/data/players/terry/punch1/terry-1punch01.png -%%DATADIR%%/data/players/terry/punch1/terry-1punch02.png -%%DATADIR%%/data/players/terry/punch1/terry-1punch03.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch01.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch02.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch03.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch04.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch05.png -%%DATADIR%%/data/players/terry/punch2/terry-2punch06.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch01.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch02.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch03.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch04.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch05.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch06.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch07.png -%%DATADIR%%/data/players/terry/punch3/terry-3punch08.png -%%DATADIR%%/data/players/terry/rise/terry-rise01.png -%%DATADIR%%/data/players/terry/rise/terry-rise02.png -%%DATADIR%%/data/players/terry/rise/terry-rise03.png -%%DATADIR%%/data/players/terry/rise/terry-rise04.png -%%DATADIR%%/data/players/terry/shoryuken/1.wav -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken01.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken02.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken03.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken04.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken05.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken06.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken07.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken08.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken09.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken10.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken11.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken12.png -%%DATADIR%%/data/players/terry/shoryuken/terry-shoryuken13.png -%%DATADIR%%/data/players/terry/spinkick/1.wav -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick01.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick02.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick03.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick04.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick05.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick06.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick07.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick08.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick09.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick10.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick11.png -%%DATADIR%%/data/players/terry/spinkick/terry-spinkick12.png -%%DATADIR%%/data/players/terry/spunch01/1.wav -%%DATADIR%%/data/players/terry/spunch01/terry-3punch01.png -%%DATADIR%%/data/players/terry/spunch01/terry-3punch02.png -%%DATADIR%%/data/players/terry/spunch01/terry-3punch03.png -%%DATADIR%%/data/players/terry/spunch01/terry-3punch04.png -%%DATADIR%%/data/players/terry/spunch01/terry-3punch05.png -%%DATADIR%%/data/players/terry/spunch01/terry-3punch06.png -%%DATADIR%%/data/players/terry/spunch02/1.wav -%%DATADIR%%/data/players/terry/spunch02/terry-1punch01.png -%%DATADIR%%/data/players/terry/spunch02/terry-1punch02.png -%%DATADIR%%/data/players/terry/spunch02/terry-1punch03.png -%%DATADIR%%/data/players/terry/spunch03/1.png -%%DATADIR%%/data/players/terry/spunch03/1.wav -%%DATADIR%%/data/players/terry/spunch03/2.png -%%DATADIR%%/data/players/terry/spunch03/3.png -%%DATADIR%%/data/players/terry/spunch03/4.png -%%DATADIR%%/data/players/terry/spunch03/5.png -%%DATADIR%%/data/players/terry/spunch03/6.png -%%DATADIR%%/data/players/terry/terry.txt -%%DATADIR%%/data/players/terry/throw/1.png -%%DATADIR%%/data/players/terry/throw/2.png -%%DATADIR%%/data/players/terry/throw/3.png -%%DATADIR%%/data/players/terry/throw/4.png -%%DATADIR%%/data/players/terry/throw/5.png -%%DATADIR%%/data/players/terry/walk/terry-walk01.png -%%DATADIR%%/data/players/terry/walk/terry-walk02.png -%%DATADIR%%/data/players/terry/walk/terry-walk03.png -%%DATADIR%%/data/players/terry/walk/terry-walk04.png -%%DATADIR%%/data/players/terry/walk/terry-walk05.png -%%DATADIR%%/data/players/terry/walk/terry-walk06.png -%%DATADIR%%/data/players/terry/walk/terry-walk07.png -%%DATADIR%%/data/players/venom/death2.wav -%%DATADIR%%/data/players/venom/eat/1.png -%%DATADIR%%/data/players/venom/eat/2.png -%%DATADIR%%/data/players/venom/eat/3.png -%%DATADIR%%/data/players/venom/eat/4.png -%%DATADIR%%/data/players/venom/eat/5.png -%%DATADIR%%/data/players/venom/eat/6.png -%%DATADIR%%/data/players/venom/eat/7.png -%%DATADIR%%/data/players/venom/fall/1.png -%%DATADIR%%/data/players/venom/fall/2.png -%%DATADIR%%/data/players/venom/fall/3.png -%%DATADIR%%/data/players/venom/fall/4.png -%%DATADIR%%/data/players/venom/fall/5.png -%%DATADIR%%/data/players/venom/fall/6.png -%%DATADIR%%/data/players/venom/fall/7.png -%%DATADIR%%/data/players/venom/get/1.png -%%DATADIR%%/data/players/venom/idle/1.png -%%DATADIR%%/data/players/venom/idle/10.png -%%DATADIR%%/data/players/venom/idle/11.png -%%DATADIR%%/data/players/venom/idle/12.png -%%DATADIR%%/data/players/venom/idle/13.png -%%DATADIR%%/data/players/venom/idle/2.png -%%DATADIR%%/data/players/venom/idle/3.png -%%DATADIR%%/data/players/venom/idle/4.png -%%DATADIR%%/data/players/venom/idle/5.png -%%DATADIR%%/data/players/venom/idle/6.png -%%DATADIR%%/data/players/venom/idle/7.png -%%DATADIR%%/data/players/venom/idle/8.png -%%DATADIR%%/data/players/venom/idle/9.png -%%DATADIR%%/data/players/venom/jump-kick/1.png -%%DATADIR%%/data/players/venom/jump-kick/2.png -%%DATADIR%%/data/players/venom/jump-punch/1.png -%%DATADIR%%/data/players/venom/jump-punch/2.png -%%DATADIR%%/data/players/venom/jump-punch/3.png -%%DATADIR%%/data/players/venom/jump-punch/4.png -%%DATADIR%%/data/players/venom/jump-punch/5.png -%%DATADIR%%/data/players/venom/jump-punch/6.png -%%DATADIR%%/data/players/venom/jump-punch/7.png -%%DATADIR%%/data/players/venom/jump-punch/8.png -%%DATADIR%%/data/players/venom/jump-punch/9.png -%%DATADIR%%/data/players/venom/jump/1.png -%%DATADIR%%/data/players/venom/jump/2.png -%%DATADIR%%/data/players/venom/jump/3.png -%%DATADIR%%/data/players/venom/pain/1.png -%%DATADIR%%/data/players/venom/punch/1.png -%%DATADIR%%/data/players/venom/punch/2.png -%%DATADIR%%/data/players/venom/punch/3.png -%%DATADIR%%/data/players/venom/rise/1.png -%%DATADIR%%/data/players/venom/rise/2.png -%%DATADIR%%/data/players/venom/rise/3.png -%%DATADIR%%/data/players/venom/rise/4.png -%%DATADIR%%/data/players/venom/rise/5.png -%%DATADIR%%/data/players/venom/rise/6.png -%%DATADIR%%/data/players/venom/slash/1.png -%%DATADIR%%/data/players/venom/slash/2.png -%%DATADIR%%/data/players/venom/slash/3.png -%%DATADIR%%/data/players/venom/slash/4.png -%%DATADIR%%/data/players/venom/slash/5.png -%%DATADIR%%/data/players/venom/slash/6.png -%%DATADIR%%/data/players/venom/slash/7.png -%%DATADIR%%/data/players/venom/swirl/1.png -%%DATADIR%%/data/players/venom/swirl/10.png -%%DATADIR%%/data/players/venom/swirl/11.png -%%DATADIR%%/data/players/venom/swirl/12.png -%%DATADIR%%/data/players/venom/swirl/13.png -%%DATADIR%%/data/players/venom/swirl/14.png -%%DATADIR%%/data/players/venom/swirl/15.png -%%DATADIR%%/data/players/venom/swirl/16.png -%%DATADIR%%/data/players/venom/swirl/17.png -%%DATADIR%%/data/players/venom/swirl/2.png -%%DATADIR%%/data/players/venom/swirl/3.png -%%DATADIR%%/data/players/venom/swirl/4.png -%%DATADIR%%/data/players/venom/swirl/5.png -%%DATADIR%%/data/players/venom/swirl/6.png -%%DATADIR%%/data/players/venom/swirl/7.png -%%DATADIR%%/data/players/venom/swirl/8.png -%%DATADIR%%/data/players/venom/swirl/9.png -%%DATADIR%%/data/players/venom/tongue-whip/1.png -%%DATADIR%%/data/players/venom/tongue-whip/2.png -%%DATADIR%%/data/players/venom/tongue-whip/3.png -%%DATADIR%%/data/players/venom/tongue-whip/4.png -%%DATADIR%%/data/players/venom/tongue-whip/5.png -%%DATADIR%%/data/players/venom/tongue-whip/6.png -%%DATADIR%%/data/players/venom/tongue-whip/7.png -%%DATADIR%%/data/players/venom/venom.txt -%%DATADIR%%/data/players/venom/walk/1.png -%%DATADIR%%/data/players/venom/walk/2.png -%%DATADIR%%/data/players/venom/walk/3.png -%%DATADIR%%/data/players/venom/walk/4.png -%%DATADIR%%/data/players/venom/walk/5.png -%%DATADIR%%/data/players/venom/walk/6.png -%%DATADIR%%/data/players/venom/walk/7.png -%%DATADIR%%/data/players/venom/walk/8.png -%%DATADIR%%/data/players/venom/walk/9.png -%%DATADIR%%/data/players/wolverine/fall/1.png -%%DATADIR%%/data/players/wolverine/fall/10.png -%%DATADIR%%/data/players/wolverine/fall/11.png -%%DATADIR%%/data/players/wolverine/fall/12.png -%%DATADIR%%/data/players/wolverine/fall/13.png -%%DATADIR%%/data/players/wolverine/fall/14.png -%%DATADIR%%/data/players/wolverine/fall/15.png -%%DATADIR%%/data/players/wolverine/fall/16.png -%%DATADIR%%/data/players/wolverine/fall/17.png -%%DATADIR%%/data/players/wolverine/fall/18.png -%%DATADIR%%/data/players/wolverine/fall/19.png -%%DATADIR%%/data/players/wolverine/fall/2.png -%%DATADIR%%/data/players/wolverine/fall/20.png -%%DATADIR%%/data/players/wolverine/fall/3.png -%%DATADIR%%/data/players/wolverine/fall/4.png -%%DATADIR%%/data/players/wolverine/fall/5.png -%%DATADIR%%/data/players/wolverine/fall/6.png -%%DATADIR%%/data/players/wolverine/fall/7.png -%%DATADIR%%/data/players/wolverine/fall/8.png -%%DATADIR%%/data/players/wolverine/fall/9.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/1.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/10.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/2.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/3.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/4.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/5.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/6.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/7.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/8.png -%%DATADIR%%/data/players/wolverine/flip-hand-attack/9.png -%%DATADIR%%/data/players/wolverine/flipkick/1.png -%%DATADIR%%/data/players/wolverine/flipkick/10.png -%%DATADIR%%/data/players/wolverine/flipkick/2.png -%%DATADIR%%/data/players/wolverine/flipkick/3.png -%%DATADIR%%/data/players/wolverine/flipkick/4.png -%%DATADIR%%/data/players/wolverine/flipkick/5.png -%%DATADIR%%/data/players/wolverine/flipkick/6.png -%%DATADIR%%/data/players/wolverine/flipkick/7.png -%%DATADIR%%/data/players/wolverine/flipkick/8.png -%%DATADIR%%/data/players/wolverine/flipkick/9.png -%%DATADIR%%/data/players/wolverine/flying-slash/1.png -%%DATADIR%%/data/players/wolverine/flying-slash/10.png -%%DATADIR%%/data/players/wolverine/flying-slash/11.png -%%DATADIR%%/data/players/wolverine/flying-slash/2.png -%%DATADIR%%/data/players/wolverine/flying-slash/3.png -%%DATADIR%%/data/players/wolverine/flying-slash/4.png -%%DATADIR%%/data/players/wolverine/flying-slash/5.png -%%DATADIR%%/data/players/wolverine/flying-slash/6.png -%%DATADIR%%/data/players/wolverine/flying-slash/7.png -%%DATADIR%%/data/players/wolverine/flying-slash/8.png -%%DATADIR%%/data/players/wolverine/flying-slash/9.png -%%DATADIR%%/data/players/wolverine/get/1.png -%%DATADIR%%/data/players/wolverine/get/2.png -%%DATADIR%%/data/players/wolverine/get/3.png -%%DATADIR%%/data/players/wolverine/handattack1/1.png -%%DATADIR%%/data/players/wolverine/handattack1/2.png -%%DATADIR%%/data/players/wolverine/handattack1/3.png -%%DATADIR%%/data/players/wolverine/handattack1/4.png -%%DATADIR%%/data/players/wolverine/handattack1/5.png -%%DATADIR%%/data/players/wolverine/handattack2/1.png -%%DATADIR%%/data/players/wolverine/handattack2/2.png -%%DATADIR%%/data/players/wolverine/handattack2/3.png -%%DATADIR%%/data/players/wolverine/handattack2/4.png -%%DATADIR%%/data/players/wolverine/handattack2/5.png -%%DATADIR%%/data/players/wolverine/handattack2/6.png -%%DATADIR%%/data/players/wolverine/handattack2/7.png -%%DATADIR%%/data/players/wolverine/handattack3/1.png -%%DATADIR%%/data/players/wolverine/handattack3/2.png -%%DATADIR%%/data/players/wolverine/handattack3/3.png -%%DATADIR%%/data/players/wolverine/handattack3/4.png -%%DATADIR%%/data/players/wolverine/handattack3/5.png -%%DATADIR%%/data/players/wolverine/handattack3/6.png -%%DATADIR%%/data/players/wolverine/handattack3/7.png -%%DATADIR%%/data/players/wolverine/icon.png -%%DATADIR%%/data/players/wolverine/idle/1.png -%%DATADIR%%/data/players/wolverine/idle/10.png -%%DATADIR%%/data/players/wolverine/idle/11.png -%%DATADIR%%/data/players/wolverine/idle/12.png -%%DATADIR%%/data/players/wolverine/idle/13.png -%%DATADIR%%/data/players/wolverine/idle/14.png -%%DATADIR%%/data/players/wolverine/idle/15.png -%%DATADIR%%/data/players/wolverine/idle/16.png -%%DATADIR%%/data/players/wolverine/idle/2.png -%%DATADIR%%/data/players/wolverine/idle/3.png -%%DATADIR%%/data/players/wolverine/idle/4.png -%%DATADIR%%/data/players/wolverine/idle/5.png -%%DATADIR%%/data/players/wolverine/idle/6.png -%%DATADIR%%/data/players/wolverine/idle/7.png -%%DATADIR%%/data/players/wolverine/idle/8.png -%%DATADIR%%/data/players/wolverine/idle/9.png -%%DATADIR%%/data/players/wolverine/jump-kick/1.png -%%DATADIR%%/data/players/wolverine/jump-kick/2.png -%%DATADIR%%/data/players/wolverine/jump-kick/3.png -%%DATADIR%%/data/players/wolverine/jump-kick/4.png -%%DATADIR%%/data/players/wolverine/jump-punch/1.png -%%DATADIR%%/data/players/wolverine/jump-punch/2.png -%%DATADIR%%/data/players/wolverine/jump-punch/3.png -%%DATADIR%%/data/players/wolverine/jump/1.png -%%DATADIR%%/data/players/wolverine/jump/2.png -%%DATADIR%%/data/players/wolverine/jump/3.png -%%DATADIR%%/data/players/wolverine/jump/4.png -%%DATADIR%%/data/players/wolverine/jump/5.png -%%DATADIR%%/data/players/wolverine/jump/6.png -%%DATADIR%%/data/players/wolverine/jump/7.png -%%DATADIR%%/data/players/wolverine/kick1/1.png -%%DATADIR%%/data/players/wolverine/kick1/2.png -%%DATADIR%%/data/players/wolverine/kick1/3.png -%%DATADIR%%/data/players/wolverine/kick1/4.png -%%DATADIR%%/data/players/wolverine/kick1/5.png -%%DATADIR%%/data/players/wolverine/kick1/6.png -%%DATADIR%%/data/players/wolverine/kick1/7.png -%%DATADIR%%/data/players/wolverine/leg-sweep/1.png -%%DATADIR%%/data/players/wolverine/leg-sweep/2.png -%%DATADIR%%/data/players/wolverine/leg-sweep/3.png -%%DATADIR%%/data/players/wolverine/leg-sweep/4.png -%%DATADIR%%/data/players/wolverine/leg-sweep/5.png -%%DATADIR%%/data/players/wolverine/leg-sweep/6.png -%%DATADIR%%/data/players/wolverine/leg-sweep/7.png -%%DATADIR%%/data/players/wolverine/pain/1.png -%%DATADIR%%/data/players/wolverine/pain/2.png -%%DATADIR%%/data/players/wolverine/pain/3.png -%%DATADIR%%/data/players/wolverine/pain/4.png -%%DATADIR%%/data/players/wolverine/pain/5.png -%%DATADIR%%/data/players/wolverine/pain/6.png -%%DATADIR%%/data/players/wolverine/pain/7.png -%%DATADIR%%/data/players/wolverine/rise/1.png -%%DATADIR%%/data/players/wolverine/rise/2.png -%%DATADIR%%/data/players/wolverine/rise/3.png -%%DATADIR%%/data/players/wolverine/sounds/swing.wav -%%DATADIR%%/data/players/wolverine/special/1.png -%%DATADIR%%/data/players/wolverine/special/2.png -%%DATADIR%%/data/players/wolverine/special/3.png -%%DATADIR%%/data/players/wolverine/special/4.png -%%DATADIR%%/data/players/wolverine/special/5.png -%%DATADIR%%/data/players/wolverine/special/6.png -%%DATADIR%%/data/players/wolverine/special/7.png -%%DATADIR%%/data/players/wolverine/special/8.png -%%DATADIR%%/data/players/wolverine/special/9.png -%%DATADIR%%/data/players/wolverine/taunt1/1.png -%%DATADIR%%/data/players/wolverine/taunt1/10.png -%%DATADIR%%/data/players/wolverine/taunt1/11.png -%%DATADIR%%/data/players/wolverine/taunt1/12.png -%%DATADIR%%/data/players/wolverine/taunt1/13.png -%%DATADIR%%/data/players/wolverine/taunt1/14.png -%%DATADIR%%/data/players/wolverine/taunt1/15.png -%%DATADIR%%/data/players/wolverine/taunt1/16.png -%%DATADIR%%/data/players/wolverine/taunt1/17.png -%%DATADIR%%/data/players/wolverine/taunt1/18.png -%%DATADIR%%/data/players/wolverine/taunt1/19.png -%%DATADIR%%/data/players/wolverine/taunt1/2.png -%%DATADIR%%/data/players/wolverine/taunt1/3.png -%%DATADIR%%/data/players/wolverine/taunt1/4.png -%%DATADIR%%/data/players/wolverine/taunt1/5.png -%%DATADIR%%/data/players/wolverine/taunt1/6.png -%%DATADIR%%/data/players/wolverine/taunt1/7.png -%%DATADIR%%/data/players/wolverine/taunt1/8.png -%%DATADIR%%/data/players/wolverine/taunt1/9.png -%%DATADIR%%/data/players/wolverine/walk/1.png -%%DATADIR%%/data/players/wolverine/walk/2.png -%%DATADIR%%/data/players/wolverine/walk/3.png -%%DATADIR%%/data/players/wolverine/walk/4.png -%%DATADIR%%/data/players/wolverine/walk/5.png -%%DATADIR%%/data/players/wolverine/walk/6.png -%%DATADIR%%/data/players/wolverine/wolverine.txt -%%DATADIR%%/data/ps3/SND0.AT3 -%%DATADIR%%/data/ps3/icon0.png -%%DATADIR%%/data/ps3/pic1.png -%%DATADIR%%/data/psp/icon0.png -%%DATADIR%%/data/psp/pic1.png -%%DATADIR%%/data/river-city-ransom/players/alex/alex.txt -%%DATADIR%%/data/river-city-ransom/players/alex/fall/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/fall/2.png -%%DATADIR%%/data/river-city-ransom/players/alex/fall/3.png -%%DATADIR%%/data/river-city-ransom/players/alex/get/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/high-kick/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/idle/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/jump-kick/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/jump/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/kick/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/kick/2.png -%%DATADIR%%/data/river-city-ransom/players/alex/kick/3.png -%%DATADIR%%/data/river-city-ransom/players/alex/pain/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/punch/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/punch/2.png -%%DATADIR%%/data/river-city-ransom/players/alex/punch/3.png -%%DATADIR%%/data/river-city-ransom/players/alex/rise/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/smile/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/smile/2.png -%%DATADIR%%/data/river-city-ransom/players/alex/smile/3.png -%%DATADIR%%/data/river-city-ransom/players/alex/upper-cut/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/walk/1.png -%%DATADIR%%/data/river-city-ransom/players/alex/walk/2.png -%%DATADIR%%/data/scripts/paintown.py -%%DATADIR%%/data/select/back.png -%%DATADIR%%/data/select/front.png -%%DATADIR%%/data/select/select0.png -%%DATADIR%%/data/select/select1.png -%%DATADIR%%/data/select/selectalt.png -%%DATADIR%%/data/sounds/beat1.wav -%%DATADIR%%/data/sounds/beat2.wav -%%DATADIR%%/data/sounds/beat3.wav -%%DATADIR%%/data/sounds/beep1.wav -%%DATADIR%%/data/sounds/die1.wav -%%DATADIR%%/data/sounds/eek.wav -%%DATADIR%%/data/sounds/fall.wav -%%DATADIR%%/data/sounds/get.wav -%%DATADIR%%/data/sounds/jump.wav -%%DATADIR%%/data/sounds/kulablow.wav -%%DATADIR%%/data/sounds/kulahey.wav -%%DATADIR%%/data/sounds/leonahey.wav -%%DATADIR%%/data/sounds/mary_ffp.wav -%%DATADIR%%/data/sounds/marytoss.wav -%%DATADIR%%/data/sounds/maxboom.wav -%%DATADIR%%/data/sounds/maxrockt.wav -%%DATADIR%%/data/sounds/maxuh.wav -%%DATADIR%%/data/sounds/rain.wav -%%DATADIR%%/data/sounds/select1.wav -%%DATADIR%%/data/sounds/snapshot.wav -%%DATADIR%%/data/sounds/squish.wav -%%DATADIR%%/data/sounds/steelsword.wav -%%DATADIR%%/data/sounds/swing.wav -%%DATADIR%%/data/sounds/thunder.wav -%%DATADIR%%/data/sprites/arrow.png -%%DATADIR%%/data/sprites/arrows/attack-1.png -%%DATADIR%%/data/sprites/arrows/attack-2.png -%%DATADIR%%/data/sprites/arrows/attack-3.png -%%DATADIR%%/data/sprites/arrows/down.png -%%DATADIR%%/data/sprites/arrows/jump.png -%%DATADIR%%/data/sprites/arrows/left.png -%%DATADIR%%/data/sprites/arrows/right.png -%%DATADIR%%/data/sprites/arrows/up.png -%%DATADIR%%/data/sprites/lamp.png -%%DATADIR%%/data/sprites/logo.png -%%DATADIR%%/data/sprites/shadow/shadow1.png -%%DATADIR%%/data/sprites/shadow/shadow2.png -%%DATADIR%%/data/sprites/shadow/shadow3.png -%%DATADIR%%/data/sprites/shadow/shadow4.png -%%DATADIR%%/data/sprites/shadow/shadow5.png -%%DATADIR%%/data/sprites/shadow/shadow6.png -%%DATADIR%%/data/system.txt -%%DATADIR%%/data/wii/icon.png -%%DATADIR%%/data/wii/meta.xml -%%DATADIR%%/paintown-bin -share/icons/hicolor/32x32/apps/paintown.png -@dir %%DATADIR%%/data/paintown/menu -@dir %%DATADIR%%/data/paks diff --git a/games/pykawari/Makefile b/games/pykawari/Makefile deleted file mode 100644 index 49ec71e2377..00000000000 --- a/games/pykawari/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: UMENO Takashi -# $FreeBSD$ - -PORTNAME= pykawari -PORTVERSION= 8.2.8 -PORTREVISION= 8 -CATEGORIES= games -MASTER_SITES= SF/kawari/kawari/${PORTVERSION} -DISTNAME= kawari-${PORTVERSION:S/.//g} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Real kawari8 module for ninix-aya - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/license.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -RUN_DEPENDS= ninix:games/ninix-aya - -BUILD_WRKSRC= ${WRKSRC}/build/src - -USES= gmake python:2.7 zip -MAKEFILE= gcc.mak -MAKE_ARGS= CXX="${CXX}" CFLAGS="${CXXFLAGS}" \ - PYTHONBASE="${PYTHONBASE}" PYTHON_VERSION="${PYTHON_VERSION}" - -CFLAGS+= -I. -DNDEBUG -I${PYTHON_INCLUDEDIR} -fPIC - -DATADIR= ${PREFIX}/share/kawari - -post-patch: - @${REINPLACE_CMD} -e 's|shell python|shell ${PYTHON_CMD}|' \ - ${BUILD_WRKSRC}/gcc.mak - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/ninix \ - ${STAGEDIR}${DATADIR}/build - (cd ${WRKSRC}/build/mach/freebsd && ${INSTALL_LIB} libshiori.so \ - ${STAGEDIR}${PREFIX}/libexec/ninix/_kawari8.so) - (cd ${WRKSRC} && ${COPYTREE_SHARE} document \ - ${STAGEDIR}${DATADIR}) - (cd ${WRKSRC} && ${INSTALL_DATA} license.txt readme.1st \ - ${STAGEDIR}${DATADIR}) - (cd ${WRKSRC}/build && ${INSTALL_DATA} BUILD.TXT \ - ${STAGEDIR}${DATADIR}/build) - -.include diff --git a/games/pykawari/distinfo b/games/pykawari/distinfo deleted file mode 100644 index 89cfea7e081..00000000000 --- a/games/pykawari/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kawari-828.zip) = 32416386aca63b94842120808d501838f812efdf6ea5f9dd1659c1bff848ab02 -SIZE (kawari-828.zip) = 1279146 diff --git a/games/pykawari/files/patch-build__src__libkawari__kawari_dict.cpp b/games/pykawari/files/patch-build__src__libkawari__kawari_dict.cpp deleted file mode 100644 index 6ac2a457525..00000000000 --- a/games/pykawari/files/patch-build__src__libkawari__kawari_dict.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- build/src/libkawari/kawari_dict.cpp.orig -+++ build/src/libkawari/kawari_dict.cpp -@@ -32,6 +32,7 @@ - using namespace kawari_log; - //--------------------------------------------------------------------------- - #include -+#include - using namespace std; - //--------------------------------------------------------------------------- - // Èϰϳ°¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹ diff --git a/games/pykawari/files/patch-build__src__libkawari__kawari_ns.cpp b/games/pykawari/files/patch-build__src__libkawari__kawari_ns.cpp deleted file mode 100644 index 302edabae32..00000000000 --- a/games/pykawari/files/patch-build__src__libkawari__kawari_ns.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- build/src/libkawari/kawari_ns.cpp.orig -+++ build/src/libkawari/kawari_ns.cpp -@@ -18,6 +18,7 @@ - #include "misc/misc.h" - using namespace kawari_log; - //--------------------------------------------------------------------------- -+#include - using namespace std; - //--------------------------------------------------------------------------- - // Èϰϳ°¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹ diff --git a/games/pykawari/files/patch-build__src__misc__mmap.h b/games/pykawari/files/patch-build__src__misc__mmap.h deleted file mode 100644 index bf3384f3f1c..00000000000 --- a/games/pykawari/files/patch-build__src__misc__mmap.h +++ /dev/null @@ -1,25 +0,0 @@ ---- ./build/src/misc/mmap.h.orig 2009-03-02 17:17:28.000000000 +0100 -+++ ./build/src/misc/mmap.h 2009-03-02 17:17:37.000000000 +0100 -@@ -24,11 +24,11 @@ - { - // iterator it=lower_bound(key); - // std::multimap::iterator it; -- typename std::multimap::iterator it=lower_bound(key); -+ typename std::multimap::iterator it=std::multimap::lower_bound(key); - // 2001/12/16 suikyo@yk.rim.or.jp : imortal entry bug - // if(it==end()) it=insert(pair(key,DataType())); - // if(it==upper_bound(key)) it=insert(pair(key,DataType())); -- if(it==upper_bound(key)) it=insert(typename TMMap::value_type(key,DataType())); -+ if(it==std::multimap::upper_bound(key)) it=this->insert(typename TMMap::value_type(key,DataType())); - return((*it).second); - } - /* -@@ -43,7 +43,7 @@ - void Add(const KeyType& key,const DataType& data) - { - // insert(pair(key,data)); -- insert(typename TMMap::value_type(key,data)); -+ this->insert(typename TMMap::value_type(key,data)); - } - - }; diff --git a/games/pykawari/files/patch-build__src__shiori__kawari_shiori.cpp b/games/pykawari/files/patch-build__src__shiori__kawari_shiori.cpp deleted file mode 100644 index 41f187ee7d7..00000000000 --- a/games/pykawari/files/patch-build__src__shiori__kawari_shiori.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- build/src/shiori/kawari_shiori.cpp.orig -+++ build/src/shiori/kawari_shiori.cpp -@@ -75,6 +75,7 @@ - #include - #include - #include -+#include - using namespace std; - //--------------------------------------------------------------------------- - #include "shiori/kawari_shiori.h" diff --git a/games/pykawari/files/patch-build__src__shiori__shiori.cpp b/games/pykawari/files/patch-build__src__shiori__shiori.cpp deleted file mode 100644 index 5ee7a48351f..00000000000 --- a/games/pykawari/files/patch-build__src__shiori__shiori.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- build/src/shiori/shiori.cpp.orig -+++ build/src/shiori/shiori.cpp -@@ -24,6 +24,7 @@ - #include "include/shiori.h" - //--------------------------------------------------------------------------- - #include -+#include - using namespace std; - //--------------------------------------------------------------------------- - namespace { diff --git a/games/pykawari/files/patch-build_src_gcc.mak b/games/pykawari/files/patch-build_src_gcc.mak deleted file mode 100644 index 83f3840cdc1..00000000000 --- a/games/pykawari/files/patch-build_src_gcc.mak +++ /dev/null @@ -1,88 +0,0 @@ ---- build/src/gcc.mak.orig 2008-01-20 17:13:34.000000000 +0900 -+++ build/src/gcc.mak 2009-01-29 01:34:48.000000000 +0900 -@@ -8,14 +8,14 @@ - #========================================================================== - - ## choose your target: cygwin, mingw, linux, freebsd, darwin --MACH_TYPE = mingw -+MACH_TYPE = freebsd - - ## output name - SHIORI = shiori - - ## if you have 'upx' and want to use it - # UPX = upx --UPX = upx -+ - - ## if you want to use STLport, set STLport=yes - # STLport = yes -@@ -24,17 +24,17 @@ - SAORI_NATIVE = yes - - ## if you want to use Python SAORI, set SAORI_PYTHON=yes --# SAORI_PYTHON = yes -+SAORI_PYTHON = yes - - ## if you want to use Java SAORI, set SAORI_JAVA=yes - # SAORI_JAVA = yes - - ## if you want to make a Python SHIORI, set SHIORI_PYTHON=yes --# SHIORI_PYTHON = yes -+SHIORI_PYTHON = yes - - ## Global options --CFLAGS = -O1 -I. -DNDEBUG -Wall -fomit-frame-pointer --LDFLAGS = -s -+CFLAGS += -Os -I. -DNDEBUG -Wall -fomit-frame-pointer -+# LDFLAGS += -s - - #========================================================================== - # Directories -@@ -70,7 +70,7 @@ - ifeq ($(STLport),yes) - CFLAGS := $(CFLAGS_STLP) -DHAVE_SSTREAM $(CFLAGS) - LDFLAGS := $(LDFLAGS) $(LDFLAGS_STLP) -- LIBS := $(LIBS) $(LIBS_STLP) -+ LIBS := $(LIBS) -L${PYTHONBASE}/lib -l${PYTHON_VERSION} - endif - - ifeq ($(SAORI_NATIVE),yes) -@@ -104,7 +104,7 @@ - ifndef CFLAGS_PYTHON - CFLAGS_PYTHON = -I$(shell python -c "import sys; print sys.prefix+'/include/python'+sys.version[:3]") - CFLAGS := $(CFLAGS_PYTHON) $(CFLAGS) -- LIBS := $(LIBS) -lpython$(PYTHON_VER) -+ LIBS := $(LIBS) -L${PYTHONBASE}/lib -l${PYTHON_VERSION} - endif - endif - -@@ -145,22 +145,23 @@ - ## TARGETS ## - .PHONY: clean cleanall depend upx - --all : $(ALLTARGET) upx -+#all : $(ALLTARGET) upx -+all : $(ALLTARGET) $(UPX) - - $(MACH)/$(DYNLIBPREFIX)$(SHIORI)$(DYNLIBEXT) : $(SHIOOBJ) $(COREOBJ) $(DEPLIB) - $(CXX) -o$@ $(SHARED_$(MACH_TYPE)) $(LDFLAGS) $(SHIOOBJ) $(COREOBJ) $(LIBS) - - $(MACH)/kosui$(EXEEXT) : $(KOSUIOBJ) $(COREOBJ) $(DEPLIB) -- $(CXX) -o$@ $(LDFLAGS) $(KOSUIOBJ) $(COREOBJ) $(LIBS) -+ $(CXX) -o$@ $(LDFLAGS) $(KOSUIOBJ) $(COREOBJ) $(LIBS) -pthread -lutil - - $(MACH)/kawari_encode$(EXEEXT) : tool/kawari_encode$(OBJEXT) $(CRYPTOBJ) -- $(CXX) -o$@ tool/kawari_encode$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -+ $(CXX) -o$@ tool/kawari_encode$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil - - $(MACH)/kawari_encode2$(EXEEXT) : tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ) -- $(CXX) -o$@ tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -+ $(CXX) -o$@ tool/kawari_encode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil - - $(MACH)/kawari_decode2$(EXEEXT) : tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ) -- $(CXX) -o$@ tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -+ $(CXX) -o$@ tool/kawari_decode2$(OBJEXT) $(CRYPTOBJ) $(LDFLAGS) -pthread -lutil - - $(MACH)/libjvm.dll.a : win32jvm.def - dlltool --def win32jvm.def -l $@ --dllname jvm.dll -k -C -a diff --git a/games/pykawari/pkg-descr b/games/pykawari/pkg-descr deleted file mode 100644 index 01d855e644e..00000000000 --- a/games/pykawari/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Pykawari is a real kawari8 module for ninix-aya. - -For more information, see -WWW: http://kawari.sourceforge.net/ diff --git a/games/pykawari/pkg-plist b/games/pykawari/pkg-plist deleted file mode 100644 index 3073f2d5a4a..00000000000 --- a/games/pykawari/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -libexec/ninix/_kawari8.so -%%DATADIR%%/build/BUILD.TXT -%%DATADIR%%/document/banners/kawalinks.png -%%DATADIR%%/document/banners/kawari.png -%%DATADIR%%/document/banners/kawaribts.png -%%DATADIR%%/document/banners/kawariplus.png -%%DATADIR%%/document/banners/kawarisf.png -%%DATADIR%%/document/banners/kawari_bbs.png -%%DATADIR%%/document/banners/kawari_logo.png -%%DATADIR%%/document/banners/kpcg_banner.png -%%DATADIR%%/document/banners/fake-kawaribts.png -%%DATADIR%%/document/banners/fake-kawalinks.png -%%DATADIR%%/document/images/logo.png -%%DATADIR%%/document/images/logo2.png -%%DATADIR%%/document/images/ver_731.png -%%DATADIR%%/document/images/ver_790.png -%%DATADIR%%/document/images/ver_800.png -%%DATADIR%%/document/images/ver_810.png -%%DATADIR%%/document/images/ver_820.png -%%DATADIR%%/document/index.html -%%DATADIR%%/document/kawari.css -%%DATADIR%%/document/kis_reference.html -%%DATADIR%%/document/kiu_specbnf.txt -%%DATADIR%%/document/kosui.html -%%DATADIR%%/document/license.html -%%DATADIR%%/document/programming.html -%%DATADIR%%/document/programming_1.html -%%DATADIR%%/document/programming_2.html -%%DATADIR%%/document/programming_3.html -%%DATADIR%%/document/programming_4.html -%%DATADIR%%/document/programming_5.html -%%DATADIR%%/document/start.html -%%DATADIR%%/document/story.html -%%DATADIR%%/document/tips.html -%%DATADIR%%/document/users.html -%%DATADIR%%/document/convert.html -%%DATADIR%%/document/errormes.html -%%DATADIR%%/document/source.html -%%DATADIR%%/document/changelog.txt -%%DATADIR%%/license.txt -%%DATADIR%%/readme.1st diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile deleted file mode 100644 index f5188450067..00000000000 --- a/games/stepmania-devel/Makefile +++ /dev/null @@ -1,97 +0,0 @@ -# Created by: Brad Allen -# $FreeBSD$ - -PORTNAME= stepmania -PORTVERSION= 5.0.11 -DISTVERSIONPREFIX= v -PORTREVISION= 7 -PORTEPOCH= 1 -CATEGORIES= games -PKGNAMESUFFIX= -devel - -MAINTAINER= ports@FreeBSD.org -COMMENT= Rhythm game simulator - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/Docs/Licenses.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpcre.so:devel/pcre \ - libpng.so:graphics/png - -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-msse2" - -USE_GITHUB= yes - -USES= cmake:insource iconv jpeg perl5 pkgconfig shebangfix -SHEBANG_FILES= Utils/*.pl extern/zlib/zlib2ansi -USE_XORG= x11 xrandr xtst -USE_GL= glew -USE_PERL5= build -CMAKE_ARGS= -DHAVE__MKDIR:BOOL=OFF -INSTALLS_ICONS= yes - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= ALSA DOCS FFMPEG GTK2 JACK MAD PULSEAUDIO VAAPI VORBIS -OPTIONS_DEFAULT= GTK2 MAD VORBIS -OPTIONS_SUB= yes - -ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib -ALSA_CMAKE_OFF= -DWITH_ALSA:BOOL=OFF -FFMEPG_BUILD_DEPENDS= yasm:devel/yasm -FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -FFMPEG_CMAKE_ON= -DWITH_SYSTEM_FFMPEG:BOOL=ON -FFMPEG_CMAKE_OFF= -DWITH_FFMPEG:BOOL=OFF -GTK2_USE= gnome=gtk20 -GTK2_CMAKE_ON= -DWITH_GTK2:BOOL=ON -JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_OFF= -DWITH_JACK:BOOL=OFF -MAD_LIB_DEPENDS= libmad.so:audio/libmad -MAD_CMAKE_OFF= -DWITH_MP3:BOOL=OFF -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CMAKE_OFF= -DWITH_PULSE:BOOL=OFF -VAAPI_LIB_DEPENDS= libva.so:multimedia/libva -VAAPI_CMAKE_OFF= -DVA_FOUND:BOOL=OFF -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CMAKE_OFF= -DWITH_OGG:BOOL=OFF - -pre-build: - @${MKDIR} ${WRKDIR}/wrappers - @${ECHO_CMD} -n \ - > ${WRKDIR}/wrappers/stepmania - @${ECHO_CMD} '#!${SH}' \ - >> ${WRKDIR}/wrappers/stepmania - @${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania' \ - >> ${WRKDIR}/wrappers/stepmania - @${ECHO_CMD} 'exec ./stepmania "$$@"' \ - >> ${WRKDIR}/wrappers/stepmania - -do-install: - (cd ${WRKDIR}/wrappers && ${INSTALL_SCRIPT} stepmania \ - ${STAGEDIR}${PREFIX}/bin) -.for i in Announcers BGAnimations BackgroundEffects BackgroundTransitions \ - Characters Courses Data NoteSkins Scripts Songs Themes - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \ - ${STAGEDIR}${PREFIX}/lib/stepmania) -.endfor - (cd ${WRKSRC} && ${INSTALL_PROGRAM} stepmania \ - ${STAGEDIR}${PREFIX}/lib/stepmania) - (cd ${WRKSRC} && ${INSTALL_DATA} stepmania.desktop \ - ${STAGEDIR}${PREFIX}/share/applications) - @(cd ${WRKSRC} && ${COPYTREE_SHARE} icons \ - ${STAGEDIR}${PREFIX}/share) - -post-install-GTK2-on: - (cd ${WRKSRC} && ${INSTALL_LIB} GtkModule.so \ - ${STAGEDIR}${PREFIX}/lib/stepmania) - -post-install-DOCS-on: - @(cd ${WRKSRC}/Docs && ${COPYTREE_SHARE} . \ - ${STAGEDIR}${DOCSDIR} "! -name Licenses.txt") - -.include diff --git a/games/stepmania-devel/distinfo b/games/stepmania-devel/distinfo deleted file mode 100644 index eaef906159a..00000000000 --- a/games/stepmania-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (stepmania-stepmania-v5.0.11_GH0.tar.gz) = bf34c4504a762d8c618d49730fb0235028be6763b578d4d4053366417bbd522e -SIZE (stepmania-stepmania-v5.0.11_GH0.tar.gz) = 176647905 diff --git a/games/stepmania-devel/files/patch-StepmaniaCore.cmake b/games/stepmania-devel/files/patch-StepmaniaCore.cmake deleted file mode 100644 index 0bb1df85658..00000000000 --- a/games/stepmania-devel/files/patch-StepmaniaCore.cmake +++ /dev/null @@ -1,44 +0,0 @@ ---- StepmaniaCore.cmake.orig 2016-03-30 16:08:58 UTC -+++ StepmaniaCore.cmake -@@ -308,7 +308,7 @@ elseif(MACOSX) - MAC_FRAME_OPENGL - MAC_FRAME_QUICKTIME - ) --elseif(LINUX) -+else() - if(WITH_GTK2) - find_package("GTK2" 2.0) - if (${GTK2_FOUND}) -@@ -350,26 +350,32 @@ elseif(LINUX) - set(HAX_XRANDR FALSE) - endif() - -+ if(WITH_PULSE) - find_package(PulseAudio) - if (PULSEAUDIO_FOUND) - set(HAS_PULSE TRUE) - else() - set(HAS_PULSE FALSE) - endif() -+ endif() - -+ if(WITH_ALSA) - find_package(ALSA) - if (ALSA_FOUND) - set(HAS_ALSA TRUE) - else() - set(HAS_ALSA FALSE) - endif() -+ endif() - -+ if(WITH_JACK) - find_package(JACK) - if (JACK_FOUND) - set(HAS_JACK TRUE) - else() - set(HAS_JACK FALSE) - endif() -+ endif() - - find_package(OSS) - if (OSS_FOUND) diff --git a/games/stepmania-devel/files/patch-extern_CMakeLists.txt b/games/stepmania-devel/files/patch-extern_CMakeLists.txt deleted file mode 100644 index f489cc62988..00000000000 --- a/games/stepmania-devel/files/patch-extern_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- extern/CMakeLists.txt.orig 2016-03-30 16:08:58 UTC -+++ extern/CMakeLists.txt -@@ -1,5 +1,4 @@ - include(CMakeProject-lua.cmake) --include(CMakeProject-glew.cmake) - include(CMakeProject-json.cmake) - if (APPLE OR MSVC) - include(CMakeProject-mad.cmake) -@@ -16,5 +15,4 @@ if (NOT SYSTEM_PCRE_FOUND) - endif() - include(CMakeProject-tomcrypt.cmake) - include(CMakeProject-tommath.cmake) --include(CMakeProject-png.cmake) - diff --git a/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake b/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake deleted file mode 100644 index 107890bb07f..00000000000 --- a/games/stepmania-devel/files/patch-src_CMakeData-arch.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- src/CMakeData-arch.cmake.orig 2016-03-30 16:08:58 UTC -+++ src/CMakeData-arch.cmake -@@ -243,7 +243,7 @@ else() - list(APPEND SMDATA_ARCH_LOADING_HPP - "arch/LoadingWindow/LoadingWindow_MacOSX.h" - ) -- elseif(LINUX) -+ else() - if (GTK2_FOUND) - list(APPEND SMDATA_ARCH_LOADING_SRC - "arch/LoadingWindow/LoadingWindow_Gtk.cpp" diff --git a/games/stepmania-devel/files/patch-src_CMakeLists.txt b/games/stepmania-devel/files/patch-src_CMakeLists.txt deleted file mode 100644 index 7d70305e34c..00000000000 --- a/games/stepmania-devel/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ ---- src/CMakeLists.txt.orig 2016-03-30 16:08:58 UTC -+++ src/CMakeLists.txt -@@ -328,7 +328,7 @@ list(APPEND SMDATA_LINK_LIB - "zlib" - "jsoncpp" - "png" -- "glew" -+ "GLEW" - "jpeg" - ) - include(../extern/CMakeProject-mmmagic.cmake) -@@ -522,7 +522,6 @@ list(APPEND SM_INCLUDE_DIRS - ) - if(NOT APPLE) - list(APPEND SM_INCLUDE_DIRS -- "${SM_EXTERN_DIR}/glew-1.5.8/include" - "${SM_EXTERN_DIR}/jsoncpp/include" - "${SM_EXTERN_DIR}/zlib" - ) diff --git a/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h b/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h deleted file mode 100644 index 85b1b1d81cd..00000000000 --- a/games/stepmania-devel/files/patch-src_arch_ArchHooks_ArchHooks.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/arch/ArchHooks/ArchHooks.h.orig 2016-03-30 16:08:58 UTC -+++ src/arch/ArchHooks/ArchHooks.h -@@ -1,6 +1,8 @@ - #ifndef ARCH_HOOKS_H - #define ARCH_HOOKS_H - -+#include -+ - struct lua_State; - class ArchHooks - { diff --git a/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h b/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h deleted file mode 100644 index 4cccfafced7..00000000000 --- a/games/stepmania-devel/files/patch-src_libtomcrypt_src_headers_tomcrypt__macros.h +++ /dev/null @@ -1,104 +0,0 @@ ---- src/libtomcrypt/src/headers/tomcrypt_macros.h.orig 2016-03-30 16:08:58 UTC -+++ src/libtomcrypt/src/headers/tomcrypt_macros.h -@@ -262,21 +262,19 @@ static inline __attribute__((always_inli - - #ifndef LTC_NO_ROLC - --static inline __attribute__((always_inline)) unsigned ROLc(unsigned word, const int i) --{ -- asm ("roll %2,%0" -- :"=r" (word) -- :"0" (word),"I" (i)); -- return word; --} -+#define ROLc(word, i) ({ \ -+ unsigned _word = word; \ -+ asm ("roll %2,%0" \ -+ :"=r" (_word) \ -+ :"0" (_word),"I" (i)); \ -+ _word; }) - --static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i) --{ -- asm ("rorl %2,%0" -- :"=r" (word) -- :"0" (word),"I" (i)); -- return word; --} -+#define RORc(word, i) ({ \ -+ unsigned _word = word; \ -+ asm ("rorl %2,%0" \ -+ :"=r" (_word) \ -+ :"0" (_word),"I" (i)); \ -+ _word; }) - - #else - -@@ -305,21 +303,19 @@ static inline __attribute__((always_inli - - #ifndef LTC_NO_ROLC - --static inline __attribute__((always_inline)) unsigned ROLc(unsigned word, const int i) --{ -- asm ("rotlwi %0,%0,%2" -- :"=r" (word) -- :"0" (word),"I" (i)); -- return word; --} -+#define ROLc(word, i) ({ \ -+ unsigned _word = word; \ -+ asm ("rotlwi %0,%0,%2" \ -+ :"=r" (_word) \ -+ :"0" (_word),"I" (i)); \ -+ _word; }) - --static inline __attribute__((always_inline)) unsigned RORc(unsigned word, const int i) --{ -- asm ("rotrwi %0,%0,%2" -- :"=r" (word) -- :"0" (word),"I" (i)); -- return word; --} -+#define RORc(word, i) ({ \ -+ unsigned _word = word; \ -+ asm ("rotrwi %0,%0,%2" \ -+ :"=r" (_word) \ -+ :"0" (_word),"I" (i)); \ -+ _word; }) - - #else - -@@ -361,21 +357,19 @@ static inline __attribute__((always_inli - - #ifndef LTC_NO_ROLC - --static inline __attribute__((always_inline)) unsigned long ROL64c(unsigned long word, const int i) --{ -- asm("rolq %2,%0" -- :"=r" (word) -- :"0" (word),"J" (i)); -- return word; --} -+#define ROL64c(word, i) ({ \ -+ unsigned long _word = word; \ -+ asm ("rolq %2,%0" \ -+ :"=r" (_word) \ -+ :"0" (_word),"J" (i)); \ -+ _word; }) - --static inline __attribute__((always_inline)) unsigned long ROR64c(unsigned long word, const int i) --{ -- asm("rorq %2,%0" -- :"=r" (word) -- :"0" (word),"J" (i)); -- return word; --} -+#define ROR64c(word, i) ({ \ -+ unsigned long _word = word; \ -+ asm ("rorq %2,%0" \ -+ :"=r" (_word) \ -+ :"0" (_word),"J" (i)); \ -+ _word; }) - - #else /* LTC_NO_ROLC */ - diff --git a/games/stepmania-devel/pkg-descr b/games/stepmania-devel/pkg-descr deleted file mode 100644 index 6cd4b1ee5af..00000000000 --- a/games/stepmania-devel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -StepMania is a dance and rhythm video game created by Chris Danford. It -was originally developed as a simulator of Konami's popular arcade game -series Dance Dance Revolution, and has since evolved into an extensible -rhythm game engine capable of supporting a wide variety of rhythm-based -game types. - -Features 3D graphics, visualizations, support for gamepads/dance pads, a -step recording mode, and more! - -WWW: http://www.stepmania.com/ diff --git a/games/stepmania-devel/pkg-plist b/games/stepmania-devel/pkg-plist deleted file mode 100644 index eb985f41218..00000000000 --- a/games/stepmania-devel/pkg-plist +++ /dev/null @@ -1,2903 +0,0 @@ -bin/stepmania -lib/stepmania/Announcers/instructions.txt -lib/stepmania/BGAnimations/flash/default.lua -lib/stepmania/BGAnimations/instructions.txt -lib/stepmania/BGAnimations/white flash/default.lua -lib/stepmania/BGAnimations/white reverse flash/default.lua -lib/stepmania/BGAnimations/yellow flash/default.lua -lib/stepmania/BackgroundEffects/Centered.lua -lib/stepmania/BackgroundEffects/Checkerboard1File2x2.lua -lib/stepmania/BackgroundEffects/Checkerboard2File2x2.lua -lib/stepmania/BackgroundEffects/Checkerboard2x2.lua -lib/stepmania/BackgroundEffects/File1FlashOverlay.lua -lib/stepmania/BackgroundEffects/File2Flash.lua -lib/stepmania/BackgroundEffects/File2Normal.lua -lib/stepmania/BackgroundEffects/Kaleidoscope2x2.lua -lib/stepmania/BackgroundEffects/OverlayAdd.lua -lib/stepmania/BackgroundEffects/SongBgWithMovieViz.lua -lib/stepmania/BackgroundEffects/StretchNoLoop.lua -lib/stepmania/BackgroundEffects/StretchNormal.lua -lib/stepmania/BackgroundEffects/StretchNormalAlignLeft.lua -lib/stepmania/BackgroundEffects/StretchNormalBlue.lua -lib/stepmania/BackgroundEffects/StretchNormalGreen.lua -lib/stepmania/BackgroundEffects/StretchNormalRed.lua -lib/stepmania/BackgroundEffects/StretchPaused.lua -lib/stepmania/BackgroundEffects/StretchRewind.lua -lib/stepmania/BackgroundEffects/UpperLeft.lua -lib/stepmania/BackgroundEffects/Visualization2File.lua -lib/stepmania/BackgroundEffects/Visualization2FileFlash.lua -lib/stepmania/BackgroundTransitions/CrossFade.xml -lib/stepmania/BackgroundTransitions/CrossFade_Faster.xml -lib/stepmania/BackgroundTransitions/CrossFade_Fastest.xml -lib/stepmania/BackgroundTransitions/FadeCenterHorizontal.xml -lib/stepmania/BackgroundTransitions/FadeCenterVertical.xml -lib/stepmania/BackgroundTransitions/FadeDown.xml -lib/stepmania/BackgroundTransitions/FadeLeft.xml -lib/stepmania/BackgroundTransitions/FadeRight.xml -lib/stepmania/BackgroundTransitions/FadeUp.xml -lib/stepmania/BackgroundTransitions/SlideDown.xml -lib/stepmania/BackgroundTransitions/SlideLeft.xml -lib/stepmania/BackgroundTransitions/SlideRight.xml -lib/stepmania/BackgroundTransitions/SlideUp.xml -lib/stepmania/Characters/Instructions.txt -lib/stepmania/Characters/default/character.ini -lib/stepmania/Characters/shader.png -lib/stepmania/Courses/Default/ChallengingRandom5-bg.png -lib/stepmania/Courses/Default/ChallengingRandom5.crs -lib/stepmania/Courses/Default/ChallengingRandom5.png -lib/stepmania/Courses/Default/Jupiter.crs -lib/stepmania/Courses/Default/Jupiter.png -lib/stepmania/Courses/Default/MostPlayed_01-04.crs -lib/stepmania/Courses/Default/MostPlayed_01-04.png -lib/stepmania/Courses/Default/MostPlayed_05-08.crs -lib/stepmania/Courses/Default/MostPlayed_05-08.png -lib/stepmania/Courses/Default/MostPlayed_09-12.crs -lib/stepmania/Courses/Default/MostPlayed_09-12.png -lib/stepmania/Courses/Default/MostPlayed_13-16.crs -lib/stepmania/Courses/Default/MostPlayed_13-16.png -lib/stepmania/Courses/instructions.txt -lib/stepmania/Data/AI.ini -lib/stepmania/Data/AutoMappings/GamePad Pro USB.ini -lib/stepmania/Data/NamesBlacklist.txt -lib/stepmania/Data/RandomAttacks.txt -lib/stepmania/Data/Shaders/GLSL/Cel.frag -lib/stepmania/Data/Shaders/GLSL/Cel.vert -lib/stepmania/Data/Shaders/GLSL/Color burn.frag -lib/stepmania/Data/Shaders/GLSL/Color dodge.frag -lib/stepmania/Data/Shaders/GLSL/Hard mix.frag -lib/stepmania/Data/Shaders/GLSL/Overlay.frag -lib/stepmania/Data/Shaders/GLSL/Screen.frag -lib/stepmania/Data/Shaders/GLSL/Shell.frag -lib/stepmania/Data/Shaders/GLSL/Shell.vert -lib/stepmania/Data/Shaders/GLSL/Texture matrix scaling.vert -lib/stepmania/Data/Shaders/GLSL/Unpremultiply.frag -lib/stepmania/Data/Shaders/GLSL/Vivid light.frag -lib/stepmania/Data/Shaders/GLSL/YUYV422.frag -lib/stepmania/Data/Translations.xml -lib/stepmania/Data/splash.png -%%GTK2%%lib/stepmania/GtkModule.so -lib/stepmania/NoteSkins/Para/default/Down Go Receptor.png -lib/stepmania/NoteSkins/Para/default/Down Hold Body active.png -lib/stepmania/NoteSkins/Para/default/Down Hold Body inactive.png -lib/stepmania/NoteSkins/Para/default/Down Hold BottomCap active.png -lib/stepmania/NoteSkins/Para/default/Down Hold BottomCap inactive.png -lib/stepmania/NoteSkins/Para/default/Down Hold Explosion 2x1.png -lib/stepmania/NoteSkins/Para/default/Down Hold Head Active.png -lib/stepmania/NoteSkins/Para/default/Down Hold Head Inactive.png -lib/stepmania/NoteSkins/Para/default/Down KeypressBlock.png -lib/stepmania/NoteSkins/Para/default/Down Receptor.lua -lib/stepmania/NoteSkins/Para/default/Down Roll Body active.png -lib/stepmania/NoteSkins/Para/default/Down Roll Body inactive.png -lib/stepmania/NoteSkins/Para/default/Down Roll BottomCap active.png -lib/stepmania/NoteSkins/Para/default/Down Roll BottomCap inactive.png -lib/stepmania/NoteSkins/Para/default/Down Tap Explosion Dim 4x1.png -lib/stepmania/NoteSkins/Para/default/Down Tap Note.lua -lib/stepmania/NoteSkins/Para/default/NoteSkin.lua -lib/stepmania/NoteSkins/Para/default/_Down Tap Explosion Bright 2x2.png -lib/stepmania/NoteSkins/Para/default/_down tap note 4x2.png -lib/stepmania/NoteSkins/Para/default/metrics.ini -lib/stepmania/NoteSkins/beat/default/Blue Go Receptor.png -lib/stepmania/NoteSkins/beat/default/Blue Hold Body active.png -lib/stepmania/NoteSkins/beat/default/Blue Hold Body inactive.png -lib/stepmania/NoteSkins/beat/default/Blue Hold BottomCap active.png -lib/stepmania/NoteSkins/beat/default/Blue Hold BottomCap inactive.png -lib/stepmania/NoteSkins/beat/default/Blue Tap Explosion Bright 9x1.png -lib/stepmania/NoteSkins/beat/default/Blue Tap Explosion Dim 9x1.png -lib/stepmania/NoteSkins/beat/default/Blue Tap Mine 1x1.png -lib/stepmania/NoteSkins/beat/default/Blue Tap Note 1x1.png -lib/stepmania/NoteSkins/beat/default/Common Tap Explosion Bright.redir -lib/stepmania/NoteSkins/beat/default/Fallback Explosion.lua -lib/stepmania/NoteSkins/beat/default/NoteSkin.lua -lib/stepmania/NoteSkins/beat/default/Red Go Receptor.png -lib/stepmania/NoteSkins/beat/default/Red Tap Explosion Bright 9x1.png -lib/stepmania/NoteSkins/beat/default/Red Tap Explosion Dim 9x1.png -lib/stepmania/NoteSkins/beat/default/Red Tap Mine 1x1.png -lib/stepmania/NoteSkins/beat/default/Red Tap Note 1x1.png -lib/stepmania/NoteSkins/beat/default/White Go Receptor.png -lib/stepmania/NoteSkins/beat/default/White Hold Body active.png -lib/stepmania/NoteSkins/beat/default/White Hold Body inactive.png -lib/stepmania/NoteSkins/beat/default/White Hold BottomCap active.png -lib/stepmania/NoteSkins/beat/default/White Hold BottomCap inactive.png -lib/stepmania/NoteSkins/beat/default/White Tap Explosion Bright 9x1.png -lib/stepmania/NoteSkins/beat/default/White Tap Explosion Dim 9x1.png -lib/stepmania/NoteSkins/beat/default/White Tap Mine 1x1.png -lib/stepmania/NoteSkins/beat/default/White Tap Note 1x1.png -lib/stepmania/NoteSkins/beat/default/_Blue Tap Explosion Bright.redir -lib/stepmania/NoteSkins/beat/default/_Blue Tap Explosion Dim.png -lib/stepmania/NoteSkins/beat/default/_Red Tap Explosion Bright.redir -lib/stepmania/NoteSkins/beat/default/_Red Tap Explosion Dim.png -lib/stepmania/NoteSkins/beat/default/_Tap Lead-in Receptor.lua -lib/stepmania/NoteSkins/beat/default/_Tap Receptor.lua -lib/stepmania/NoteSkins/beat/default/_White Tap Explosion Bright.redir -lib/stepmania/NoteSkins/beat/default/_White Tap Explosion Dim.png -lib/stepmania/NoteSkins/beat/default/metrics.ini -lib/stepmania/NoteSkins/common/_Editor/Center Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Hold BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Hold BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Hold Explosion.lua -lib/stepmania/NoteSkins/common/_Editor/Center Hold TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Hold TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Roll TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Center Tap Explosion Bright.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Hold Head Active.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Hold Head Inactive.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Receptor.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Fake.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Lift.lua -lib/stepmania/NoteSkins/common/_Editor/CenterP1 Tap Note.lua -lib/stepmania/NoteSkins/common/_Editor/Down Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Hold BottomCap active (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Down Hold BottomCap inactive (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Down Hold Explosion.lua -lib/stepmania/NoteSkins/common/_Editor/Down Hold Head Active.lua -lib/stepmania/NoteSkins/common/_Editor/Down Hold Head Inactive.lua -lib/stepmania/NoteSkins/common/_Editor/Down Hold TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Hold TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Receptor.lua -lib/stepmania/NoteSkins/common/_Editor/Down Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Roll BottomCap active (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Down Roll BottomCap inactive (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Down Roll TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Roll TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Down Tap Explosion Bright.lua -lib/stepmania/NoteSkins/common/_Editor/Down Tap Explosion Dim.lua -lib/stepmania/NoteSkins/common/_Editor/Down Tap Fake.lua -lib/stepmania/NoteSkins/common/_Editor/Down Tap Lift.lua -lib/stepmania/NoteSkins/common/_Editor/Down Tap Mine.lua -lib/stepmania/NoteSkins/common/_Editor/Down Tap Note.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Hold Head Active.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Hold Head Inactive.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Receptor.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Fake.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Lift.lua -lib/stepmania/NoteSkins/common/_Editor/DownLeftP1 Tap Note.lua -lib/stepmania/NoteSkins/common/_Editor/Left Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Hold BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Hold BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Hold TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Hold TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Left Roll TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/NoteSkin.lua -lib/stepmania/NoteSkins/common/_Editor/Right Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Hold BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Hold BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Hold TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Hold TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll TopCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Right Roll TopCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold BottomCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold BottomCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Head Active.lua -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold Head Inactive.lua -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold TopCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Hold TopCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll BottomCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll BottomCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll TopCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpLeft Roll TopCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold BottomCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold BottomCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Head Active.lua -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold Head Inactive.lua -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold TopCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Hold TopCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll BottomCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll BottomCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll TopCap Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/SoloUpRight Roll TopCap Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold TopCap active (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Up Hold TopCap inactive (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll Body Active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll Body Inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll BottomCap active (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll BottomCap inactive (res 64x32).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll TopCap active (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/Up Roll TopCap inactive (res 64x64).png -lib/stepmania/NoteSkins/common/_Editor/_Center Explosion (res 128x128).png -lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Fake 6x9 (res 384x576).png -lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Lift 6x9 (res 384x576).png -lib/stepmania/NoteSkins/common/_Editor/_CenterP1 Tap Note 12x9 (res 768x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Explosion 2x1 (res 128x64).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Fake 4x9 (res 256x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Lift 4x9 (res 256x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Base2 1x9 (res 64x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Overlay 1x9 (res 64x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Mine Underlay 1x9 (res 64x576).png -lib/stepmania/NoteSkins/common/_Editor/_Down Tap Note 8x9 (res 512x576).png -lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Fake 6x9 (res 384x576).png -lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Lift 6x9 (res 384x576).png -lib/stepmania/NoteSkins/common/_Editor/_DownLeftP1 Tap Note 12x9 (res 768x576).png -lib/stepmania/NoteSkins/common/_Editor/_upleftsolo underlay 1x9 (res 64x576).png -lib/stepmania/NoteSkins/common/_Editor/metrics.ini -lib/stepmania/NoteSkins/common/common/Fallback Explosion.lua -lib/stepmania/NoteSkins/common/common/Fallback Go Receptor.redir -lib/stepmania/NoteSkins/common/common/Fallback HitMine Explosion.png -lib/stepmania/NoteSkins/common/common/Fallback Hold Body active.png -lib/stepmania/NoteSkins/common/common/Fallback Hold Body inactive.png -lib/stepmania/NoteSkins/common/common/Fallback Hold BottomCap active.png -lib/stepmania/NoteSkins/common/common/Fallback Hold BottomCap inactive.png -lib/stepmania/NoteSkins/common/common/Fallback Hold Explosion 2x1.png -lib/stepmania/NoteSkins/common/common/Fallback Hold Head Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Hold Head Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Hold Tail Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Hold Tail Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Hold TopCap Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Hold TopCap Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Ready Receptor 3x1.png -lib/stepmania/NoteSkins/common/common/Fallback Receptor.lua -lib/stepmania/NoteSkins/common/common/Fallback Roll Body active.png -lib/stepmania/NoteSkins/common/common/Fallback Roll Body inactive.png -lib/stepmania/NoteSkins/common/common/Fallback Roll BottomCap active.png -lib/stepmania/NoteSkins/common/common/Fallback Roll BottomCap inactive.png -lib/stepmania/NoteSkins/common/common/Fallback Roll Explosion.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll Head Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll Head Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll Tail Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll Tail Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll TopCap Active.redir -lib/stepmania/NoteSkins/common/common/Fallback Roll TopCap Inactive.redir -lib/stepmania/NoteSkins/common/common/Fallback Tap Explosion Bright.png -lib/stepmania/NoteSkins/common/common/Fallback Tap Explosion Dim.png -lib/stepmania/NoteSkins/common/common/Fallback Tap Fake 4x1.png -lib/stepmania/NoteSkins/common/common/Fallback Tap Lift 4x1.png -lib/stepmania/NoteSkins/common/common/Fallback Tap Mine 4x2.png -lib/stepmania/NoteSkins/common/common/Fallback Tap Note 4x1.png -lib/stepmania/NoteSkins/common/common/NoteSkin.lua -lib/stepmania/NoteSkins/common/common/_Tap Lead-in Receptor.lua -lib/stepmania/NoteSkins/common/common/_Tap Press.lua -lib/stepmania/NoteSkins/common/common/_Tap Receptor.lua -lib/stepmania/NoteSkins/common/common/_blank.png -lib/stepmania/NoteSkins/common/common/metrics.ini -lib/stepmania/NoteSkins/dance/Delta/Down Hold Body Active.png -lib/stepmania/NoteSkins/dance/Delta/Down Hold Body Inactive.png -lib/stepmania/NoteSkins/dance/Delta/Down Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/Delta/Down Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/Delta/Down Hold Explosion.lua -lib/stepmania/NoteSkins/dance/Delta/Down Receptor.lua -lib/stepmania/NoteSkins/dance/Delta/Down Roll Body Active.png -lib/stepmania/NoteSkins/dance/Delta/Down Roll Body Inactive.png -lib/stepmania/NoteSkins/dance/Delta/Down Roll BottomCap active.png -lib/stepmania/NoteSkins/dance/Delta/Down Roll BottomCap inactive.png -lib/stepmania/NoteSkins/dance/Delta/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/Delta/Down Tap Explosion Dim.redir -lib/stepmania/NoteSkins/dance/Delta/Down Tap Mine 4x2.png -lib/stepmania/NoteSkins/dance/Delta/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/Delta/Hold Explosion.png -lib/stepmania/NoteSkins/dance/Delta/Hold Head active.png -lib/stepmania/NoteSkins/dance/Delta/Hold Head inactive.png -lib/stepmania/NoteSkins/dance/Delta/NoteSkin.lua -lib/stepmania/NoteSkins/dance/Delta/Receptor 4x1.png -lib/stepmania/NoteSkins/dance/Delta/Roll Explosion.png -lib/stepmania/NoteSkins/dance/Delta/_down tap note 12x8.png -lib/stepmania/NoteSkins/dance/Delta/metrics.ini -lib/stepmania/NoteSkins/dance/Delta/readme.txt -lib/stepmania/NoteSkins/dance/default/Down Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Hold TopCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Hold TopCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Receptor.lua -lib/stepmania/NoteSkins/dance/default/Down Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Roll TopCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Roll TopCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/default/Down Tap Explosion Bright.redir -lib/stepmania/NoteSkins/dance/default/Down Tap Explosion Dim.redir -lib/stepmania/NoteSkins/dance/default/Down Tap Lift.lua -lib/stepmania/NoteSkins/dance/default/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/default/NoteSkin.lua -lib/stepmania/NoteSkins/dance/default/_arrow 1x8 (doubleres).png -lib/stepmania/NoteSkins/dance/default/_circle (doubleres).png -lib/stepmania/NoteSkins/dance/default/_glow (doubleres).png -lib/stepmania/NoteSkins/dance/default/_receptor (doubleres).png -lib/stepmania/NoteSkins/dance/default/_rflash (doubleres).png -lib/stepmania/NoteSkins/dance/default/metrics.ini -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Body Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Body Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Bottomcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Topcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Hold Topcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Receptor.lua -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Body Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Body Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Bottomcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Topcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Center Roll Topcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Center Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/easyV2/Center Tap Note.lua -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Body Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Body Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Bottomcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Topcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Hold Topcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Receptor.lua -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Body Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Body Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Bottomcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Topcap Active.png -lib/stepmania/NoteSkins/dance/easyV2/Down Roll Topcap Inactive.png -lib/stepmania/NoteSkins/dance/easyV2/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/easyV2/Down Tap Mine.png -lib/stepmania/NoteSkins/dance/easyV2/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/easyV2/DownLeft Receptor.lua -lib/stepmania/NoteSkins/dance/easyV2/DownLeft Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/easyV2/DownLeft Tap Note.lua -lib/stepmania/NoteSkins/dance/easyV2/NoteSkin.lua -lib/stepmania/NoteSkins/dance/easyV2/_Center Go Receptor.png -lib/stepmania/NoteSkins/dance/easyV2/_Center Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/easyV2/_Down Go Receptor.png -lib/stepmania/NoteSkins/dance/easyV2/_Down Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/easyV2/_DownLeft Go Receptor.png -lib/stepmania/NoteSkins/dance/easyV2/_DownLeft Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/easyV2/metrics.ini -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Body Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Body Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Bottomcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Topcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Hold Topcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Receptor.lua -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Body Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Body Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Bottomcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Topcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Center Roll Topcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Center Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/exactV2/Center Tap Note.lua -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Body Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Body Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Bottomcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Topcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Hold Topcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Receptor.lua -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Body Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Body Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Bottomcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Bottomcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Topcap Active.png -lib/stepmania/NoteSkins/dance/exactV2/Down Roll Topcap Inactive.png -lib/stepmania/NoteSkins/dance/exactV2/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/exactV2/Down Tap Mine.png -lib/stepmania/NoteSkins/dance/exactV2/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/exactV2/DownLeft Receptor.lua -lib/stepmania/NoteSkins/dance/exactV2/DownLeft Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/exactV2/DownLeft Tap Note.lua -lib/stepmania/NoteSkins/dance/exactV2/NoteSkin.lua -lib/stepmania/NoteSkins/dance/exactV2/_Center Go Receptor.png -lib/stepmania/NoteSkins/dance/exactV2/_Center Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/exactV2/_Down Go Receptor.png -lib/stepmania/NoteSkins/dance/exactV2/_Down Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/exactV2/_DownLeft Go Receptor.png -lib/stepmania/NoteSkins/dance/exactV2/_DownLeft Tap Note 2x8.png -lib/stepmania/NoteSkins/dance/exactV2/metrics.ini -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Explosion.redir -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Head Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Hold Head Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Receptor.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll BottomCap.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Explosion.redir -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Head Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Roll Head Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Explosion Dim.redir -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Fake (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Lift.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Mine.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Left Hold BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Left Hold BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Left Roll BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Left Roll BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/NoteSkin.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Up Hold BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Up Hold BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/Up Roll BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note-3d/Up Roll BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Flash.png -lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Mine.png -lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Note.txt -lib/stepmania/NoteSkins/dance/midi-note-3d/_Down Tap Receptor (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note-3d/metrics.ini -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/black.png -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/inside.png -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/outside.ini -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/outside.png -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/overlay.ini -lib/stepmania/NoteSkins/dance/midi-note-3d/tex/overlay.png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold Explosion.redir -lib/stepmania/NoteSkins/dance/midi-note/Down Hold Head Active.png -lib/stepmania/NoteSkins/dance/midi-note/Down Hold Head Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/Down Receptor.lua -lib/stepmania/NoteSkins/dance/midi-note/Down Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll BottomCap.png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll Explosion.redir -lib/stepmania/NoteSkins/dance/midi-note/Down Roll Head Active.png -lib/stepmania/NoteSkins/dance/midi-note/Down Roll Head Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Explosion Dim.png -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Fake (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Lift.png -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Mine.lua -lib/stepmania/NoteSkins/dance/midi-note/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/midi-note/Left Hold BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note/Left Hold BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/Left Roll BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note/Left Roll BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/NoteSkin.lua -lib/stepmania/NoteSkins/dance/midi-note/Up Hold BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note/Up Hold BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/Up Roll BottomCap Active.png -lib/stepmania/NoteSkins/dance/midi-note/Up Roll BottomCap Inactive.lua -lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Flash.png -lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Mine.png -lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Note 8x8 (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/_Down Tap Receptor (doubleres).png -lib/stepmania/NoteSkins/dance/midi-note/metrics.ini -lib/stepmania/NoteSkins/dance/midi-routine-p1/Down Tap Note 8x1.png -lib/stepmania/NoteSkins/dance/midi-routine-p1/metrics.ini -lib/stepmania/NoteSkins/dance/midi-routine-p2/Down Tap Note 8x1.png -lib/stepmania/NoteSkins/dance/midi-routine-p2/metrics.ini -lib/stepmania/NoteSkins/dance/midi-solo/Down Hold Explosion.redir -lib/stepmania/NoteSkins/dance/midi-solo/Down Receptor.lua -lib/stepmania/NoteSkins/dance/midi-solo/Down Roll Explosion.redir -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Explosion Dim.redir -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Fake.png -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Lift.png -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Mine.lua -lib/stepmania/NoteSkins/dance/midi-solo/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Flash.png -lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Mine.png -lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Note 8x8.png -lib/stepmania/NoteSkins/dance/midi-solo/_Down Tap Receptor.png -lib/stepmania/NoteSkins/dance/midi-solo/metrics.ini -lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Hold Head Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Hold Head Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Roll Head Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Roll Head Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/midi-vivid-3d/_Down Tap Note.txt -lib/stepmania/NoteSkins/dance/midi-vivid-3d/metrics.ini -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/black.png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/inside.ini -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/inside.png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/outside.ini -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/outside.png -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/overlay.ini -lib/stepmania/NoteSkins/dance/midi-vivid-3d/tex/overlay.png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Hold Head Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Hold Head Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Roll Head Active (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Roll Head Inactive (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Tap Addition 4x4 (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/Down Tap Note 4x4 (doubleres).png -lib/stepmania/NoteSkins/dance/midi-vivid/metrics.ini -lib/stepmania/NoteSkins/dance/retro/Down Hold Body active.png -lib/stepmania/NoteSkins/dance/retro/Down Hold Body inactive.png -lib/stepmania/NoteSkins/dance/retro/Down Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/retro/Down Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retro/Down Hold Explosion.lua -lib/stepmania/NoteSkins/dance/retro/Down Hold Head active.png -lib/stepmania/NoteSkins/dance/retro/Down Hold Head inactive.png -lib/stepmania/NoteSkins/dance/retro/Down Receptor.lua -lib/stepmania/NoteSkins/dance/retro/Down Roll Body active.png -lib/stepmania/NoteSkins/dance/retro/Down Roll Body inactive.png -lib/stepmania/NoteSkins/dance/retro/Down Roll BottomCap active.png -lib/stepmania/NoteSkins/dance/retro/Down Roll BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retro/Down Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/retro/Down Tap Explosion dim.png -lib/stepmania/NoteSkins/dance/retro/Down Tap Fake 1x8.png -lib/stepmania/NoteSkins/dance/retro/Down Tap Mine 5x1.png -lib/stepmania/NoteSkins/dance/retro/Down Tap Note.lua -lib/stepmania/NoteSkins/dance/retro/NoteSkin.lua -lib/stepmania/NoteSkins/dance/retro/UpLeft Go Receptor.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Body active.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Body inactive.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Hold Explosion.lua -lib/stepmania/NoteSkins/dance/retro/UpLeft Receptor.lua -lib/stepmania/NoteSkins/dance/retro/UpLeft Roll Body active.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Roll Body inactive.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Roll BottomCap active.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Roll BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Explosion Bright.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Explosion dim.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Fake 1x8.png -lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Mine.redir -lib/stepmania/NoteSkins/dance/retro/UpLeft Tap Note.lua -lib/stepmania/NoteSkins/dance/retro/_UpLeft Tap Note 8x8.png -lib/stepmania/NoteSkins/dance/retro/_down receptor base.png -lib/stepmania/NoteSkins/dance/retro/_down receptor tap.png -lib/stepmania/NoteSkins/dance/retro/_down receptor.png -lib/stepmania/NoteSkins/dance/retro/_down tap note 8x8.png -lib/stepmania/NoteSkins/dance/retro/_receptor tap.png -lib/stepmania/NoteSkins/dance/retro/_upleft receptor base.png -lib/stepmania/NoteSkins/dance/retro/_upleft receptor tap.png -lib/stepmania/NoteSkins/dance/retro/metrics.ini -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold Body active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold Body inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold TopCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Hold TopCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll Body Inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll Body active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll BottomCap active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll TopCap active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Roll TopCap inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue Tap Note.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue hold explosion.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue receptor.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue roll explosion.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap explosion bright.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap explosion dim.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap fake.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Blue tap mine.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/Noteskin.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold Body active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold Body inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold TopCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Hold TopCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll Body Inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll Body active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll BottomCap active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll TopCap active.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Roll TopCap inactive.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White Tap Note.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White hold explosion.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White receptor.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White roll explosion.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap explosion bright.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap explosion dim.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap fake.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/White tap mine.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Blue tap note 4x2.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Hold Explosion.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Receptor.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Body active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Body inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll BottomCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll Explosion.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll TopCap active.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Roll TopCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap Lift 4x1.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap Mine.lua -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap explosion bright.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Tap explosion dim.redir -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_White tap note 4x2.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_Yellow tap note 4x2.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar hold explosion bright.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar hold explosion dim.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar mine 4x1.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_bar receptor tap.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_blue receptor base.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/_white receptor base.png -lib/stepmania/NoteSkins/dance/retrobar-splithand_whiteblue/metrics.ini -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Body active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Body inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold BottomCap active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Explosion.lua -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Head active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold Head inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold TopCap active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Hold TopCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Receptor.lua -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Body active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Body inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll BottomCap active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll BottomCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Explosion.lua -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Head active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll Head inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll TopCap active.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Roll TopCap inactive.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Lift 4x1.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Mine.lua -lib/stepmania/NoteSkins/dance/retrobar/Bar Tap Note.lua -lib/stepmania/NoteSkins/dance/retrobar/Bar Tap explosion bright.png -lib/stepmania/NoteSkins/dance/retrobar/Bar Tap explosion dim.redir -lib/stepmania/NoteSkins/dance/retrobar/Noteskin.lua -lib/stepmania/NoteSkins/dance/retrobar/_bar hold explosion bright.png -lib/stepmania/NoteSkins/dance/retrobar/_bar hold explosion dim.png -lib/stepmania/NoteSkins/dance/retrobar/_bar mine 4x1.png -lib/stepmania/NoteSkins/dance/retrobar/_bar receptor base.png -lib/stepmania/NoteSkins/dance/retrobar/_bar receptor tap.png -lib/stepmania/NoteSkins/dance/retrobar/_bar tap base.png -lib/stepmania/NoteSkins/dance/retrobar/_bar tap fake 1x8.png -lib/stepmania/NoteSkins/dance/retrobar/_bar tap note 8x8.png -lib/stepmania/NoteSkins/dance/retrobar/metrics.ini -lib/stepmania/NoteSkins/instructions.txt -lib/stepmania/NoteSkins/kb7/default/Key Go Receptor.png -lib/stepmania/NoteSkins/kb7/default/Key Hold Body active.png -lib/stepmania/NoteSkins/kb7/default/Key Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/default/Key Hold BottomCap Inactive.png -lib/stepmania/NoteSkins/kb7/default/Key Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/default/Key Hold Explosion 2x1.png -lib/stepmania/NoteSkins/kb7/default/Key Receptor.lua -lib/stepmania/NoteSkins/kb7/default/Key Roll Body active.png -lib/stepmania/NoteSkins/kb7/default/Key Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/default/Key Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/default/Key Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/default/Key Tap Explosion Bright.png -lib/stepmania/NoteSkins/kb7/default/Key Tap Explosion Dim.png -lib/stepmania/NoteSkins/kb7/default/Key Tap Note.lua -lib/stepmania/NoteSkins/kb7/default/NoteSkin.lua -lib/stepmania/NoteSkins/kb7/default/Space Hold Body active.png -lib/stepmania/NoteSkins/kb7/default/Space Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/default/Space Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/default/Space Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/default/Space Hold Explosion 2x1.png -lib/stepmania/NoteSkins/kb7/default/Space Receptor.lua -lib/stepmania/NoteSkins/kb7/default/Space Roll Body active.png -lib/stepmania/NoteSkins/kb7/default/Space Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/default/Space Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/default/Space Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/default/Space Tap Explosion Bright.png -lib/stepmania/NoteSkins/kb7/default/Space Tap Explosion Dim.png -lib/stepmania/NoteSkins/kb7/default/Space Tap Note.lua -lib/stepmania/NoteSkins/kb7/default/_key tap note 4x8.png -lib/stepmania/NoteSkins/kb7/default/_space tap note 1x8.png -lib/stepmania/NoteSkins/kb7/default/metrics.ini -lib/stepmania/NoteSkins/kb7/orbital/Bar Go Receptor.png -lib/stepmania/NoteSkins/kb7/orbital/Bar Receptor.lua -lib/stepmania/NoteSkins/kb7/orbital/Noteskin.lua -lib/stepmania/NoteSkins/kb7/orbital/Red Hold Body active.png -lib/stepmania/NoteSkins/kb7/orbital/Red Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/orbital/Red Hold BottomCap Inactive.png -lib/stepmania/NoteSkins/kb7/orbital/Red Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/orbital/Red Hold Explosion 2x1.png -lib/stepmania/NoteSkins/kb7/orbital/Red Hold Head active.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Hold Head inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Receptor.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Roll Body active.png -lib/stepmania/NoteSkins/kb7/orbital/Red Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/orbital/Red Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/orbital/Red Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/orbital/Red Roll Explosion.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Roll Head active.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Roll Head inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Red Tap Explosion Bright.png -lib/stepmania/NoteSkins/kb7/orbital/Red Tap Explosion Dim.png -lib/stepmania/NoteSkins/kb7/orbital/Red Tap Note.lua -lib/stepmania/NoteSkins/kb7/orbital/Yellow Go Receptor.png -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Body active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Body inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold BottomCap active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Explosion.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Head active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Hold Head inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Receptor.lua -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Body active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Body inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Explosion.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Head active.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Roll Head inactive.redir -lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Explosion Bright.png -lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Explosion Dim.png -lib/stepmania/NoteSkins/kb7/orbital/Yellow Tap Note.lua -lib/stepmania/NoteSkins/kb7/orbital/_blank.png -lib/stepmania/NoteSkins/kb7/orbital/_blue tap note 4x1.png -lib/stepmania/NoteSkins/kb7/orbital/_red tap note 4x1.png -lib/stepmania/NoteSkins/kb7/orbital/_yellow tap note 4x1.png -lib/stepmania/NoteSkins/kb7/orbital/metrics.ini -lib/stepmania/NoteSkins/kb7/orbital/model/_grey (no mipmaps).png -lib/stepmania/NoteSkins/kb7/orbital/model/_yellow (no mipmaps).png -lib/stepmania/NoteSkins/kb7/orbital/model/grey.txt -lib/stepmania/NoteSkins/kb7/orbital/model/note-wide.txt -lib/stepmania/NoteSkins/kb7/orbital/model/note.txt -lib/stepmania/NoteSkins/kb7/orbital/model/scroller.ini -lib/stepmania/NoteSkins/kb7/orbital/model/scroller.png -lib/stepmania/NoteSkins/kb7/orbital/model/yellow.txt -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Blue tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/Noteskin.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/White tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Blue tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Hold Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Receptor.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Roll TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap Lift 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap Mine.lua -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_White tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_Yellow tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar hold explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar hold explosion dim.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar mine 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar receptor base.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/_bar receptor tap.png -lib/stepmania/NoteSkins/kb7/retrobar-iidx/metrics.ini -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Blue tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Noteskin.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/White tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/Yellow tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Blue tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Hold Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Receptor.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Roll TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap Lift 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap Mine.lua -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_White tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_Yellow tap note 4x2.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar hold explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar hold explosion dim.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar mine 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar receptor base.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/_bar receptor tap.png -lib/stepmania/NoteSkins/kb7/retrobar-o2jam/metrics.ini -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Head active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold Head inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Receptor.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Head active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll Head inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Roll TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Lift.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Mine.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/Bar Tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor/Noteskin.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar hold explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar hold explosion dim.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar mine 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar receptor base.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar receptor tap.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/_bar tap note 2x8.png -lib/stepmania/NoteSkins/kb7/retrobar-razor/noteskin.ini -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Blue tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Noteskin.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/White tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll Body Inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll Body active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll BottomCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll BottomCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll TopCap active.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Roll TopCap inactive.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow hold explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow receptor.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow roll explosion.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow tap explosion bright.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/Yellow tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Blue tap note 2x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Hold Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Receptor.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Body active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Roll TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Lift 3x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap Mine.lua -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_White tap note 2x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_Yellow tap note 2x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar hold explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar hold explosion dim.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar mine 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar receptor base.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar receptor tap.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/_bar tap fake.png -lib/stepmania/NoteSkins/kb7/retrobar-razor_o2/metrics.ini -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Body active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Head active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold Head inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Hold TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Receptor.lua -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Body active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Body inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll BottomCap active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll BottomCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Explosion.lua -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Head active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll Head inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll TopCap active.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Roll TopCap inactive.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Lift 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Mine.lua -lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap Note.lua -lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar/Bar Tap explosion dim.redir -lib/stepmania/NoteSkins/kb7/retrobar/Noteskin.lua -lib/stepmania/NoteSkins/kb7/retrobar/_bar hold explosion bright.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar hold explosion dim.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar mine 4x1.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar receptor base.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar receptor tap.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar tap base.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar tap fake 1x8.png -lib/stepmania/NoteSkins/kb7/retrobar/_bar tap note 8x8.png -lib/stepmania/NoteSkins/kb7/retrobar/metrics.ini -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Explosion.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Receptor.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist Tap Lift.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFist tap note.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Explosion.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Receptor.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot Tap Lift.lua -lib/stepmania/NoteSkins/kickbox/default/AnyLeftFoot tap note.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Explosion.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist HitMine Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Receptor.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist Tap Lift.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFist tap Note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Explosion.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot HitMine Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Hold Head Inactive.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Receptor.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot Tap Lift.lua -lib/stepmania/NoteSkins/kickbox/default/AnyRightFoot tap note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFist tap note.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownLeftFoot tap note.lua -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownRightFist Tap Note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/DownRightFoot tap note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/Fallback HitMine Explosion.png -lib/stepmania/NoteSkins/kickbox/default/NoteSkin.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFist tap note.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Head Active.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpLeftFoot tap note.lua -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpRightFist Tap Note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Hold Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Body Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Body Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll BottomCap Active (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll BottomCap Inactive (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Head Active.redir -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot Roll Head Inactive.lua -lib/stepmania/NoteSkins/kickbox/default/UpRightFoot tap note (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Hold Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Roll Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Tap Explosion Dim (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist Tap Lift (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist receptor frame (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFist receptor underlay (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Hold Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Roll Explosion.redir -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Tap Explosion Dim (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot Tap Lift (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot receptor frame (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/_AnyRightFoot receptor underlay (doubleres).png -lib/stepmania/NoteSkins/kickbox/default/metrics.ini -lib/stepmania/NoteSkins/lights/default/metrics.ini -lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/Center Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/DownRight Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/NoteSkin.lua -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/UpRight Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p1/metrics.ini -lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/Center Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/DownRight Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/NoteSkin.lua -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/UpRight Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd-routine-p2/metrics.ini -lib/stepmania/NoteSkins/pump/cmd/Center Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/Center Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/Center Outline Receptor (doubleres).png -lib/stepmania/NoteSkins/pump/cmd/Center Ready Receptor (doubleres) 1x3.png -lib/stepmania/NoteSkins/pump/cmd/Center Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/Center Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/DownLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/DownLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/DownLeft Ready Receptor (doubleres) 1x3.png -lib/stepmania/NoteSkins/pump/cmd/DownLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/DownLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/DownRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/DownRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/DownRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/UpLeft Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/UpLeft Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/UpLeft Ready Receptor (doubleres) 1x3.png -lib/stepmania/NoteSkins/pump/cmd/UpLeft Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/UpLeft Tap Note (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/UpRight Hold Body active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/UpRight Hold BottomCap active (doubleres) 6x1.png -lib/stepmania/NoteSkins/pump/cmd/UpRight Roll Head Active (doubleres) 3x2.png -lib/stepmania/NoteSkins/pump/cmd/metrics.ini -lib/stepmania/NoteSkins/pump/complex/Center Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/Center Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/Center Outline Receptor.redir -lib/stepmania/NoteSkins/pump/complex/Center Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/Center Tap Note 5x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownLeft Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownLeft Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownLeft Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownLeft Tap Note 6x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownRight Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/DownRight Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpLeft Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpLeft Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpLeft Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpLeft Tap Note 6x1 (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpRight Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/UpRight Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/complex/metrics.ini -lib/stepmania/NoteSkins/pump/default/Center Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/default/Center Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/default/Center Outline Receptor.png -lib/stepmania/NoteSkins/pump/default/Center Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/default/Center Tap Lift.lua -lib/stepmania/NoteSkins/pump/default/Center Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/default/DownLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/default/DownLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/default/DownLeft Outline Receptor.redir -lib/stepmania/NoteSkins/pump/default/DownLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/default/DownLeft Tap Lift.lua -lib/stepmania/NoteSkins/pump/default/DownLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/default/DownRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/default/DownRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/default/DownRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/default/DownRight Tap Lift.lua -lib/stepmania/NoteSkins/pump/default/DownRight Tap Note.lua -lib/stepmania/NoteSkins/pump/default/NoteSkin.lua -lib/stepmania/NoteSkins/pump/default/UpLeft Explosion.lua -lib/stepmania/NoteSkins/pump/default/UpLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/default/UpLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/default/UpLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/default/UpLeft Receptor.lua -lib/stepmania/NoteSkins/pump/default/UpLeft Tap Lift.lua -lib/stepmania/NoteSkins/pump/default/UpLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/default/UpRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/default/UpRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/default/UpRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/default/UpRight Tap Lift.lua -lib/stepmania/NoteSkins/pump/default/UpRight Tap Note.lua -lib/stepmania/NoteSkins/pump/default/_flash (doubleres).png -lib/stepmania/NoteSkins/pump/default/metrics.ini -lib/stepmania/NoteSkins/pump/delta-note/Center Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-note/Center Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-note/Center NoteHit.lua -lib/stepmania/NoteSkins/pump/delta-note/Center Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta-note/Center Tap Note.lua -lib/stepmania/NoteSkins/pump/delta-note/Center_feet.png -lib/stepmania/NoteSkins/pump/delta-note/DownLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-note/DownLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-note/DownLeft NoteHit.lua -lib/stepmania/NoteSkins/pump/delta-note/DownLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta-note/DownLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/delta-note/DownRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-note/DownRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-note/DownRight NoteHit.lua -lib/stepmania/NoteSkins/pump/delta-note/DownRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/delta-note/DownRight Tap Note.lua -lib/stepmania/NoteSkins/pump/delta-note/DownRight border.redir -lib/stepmania/NoteSkins/pump/delta-note/Mine_Base.png -lib/stepmania/NoteSkins/pump/delta-note/Mine_Border.png -lib/stepmania/NoteSkins/pump/delta-note/Mine_Fill.png -lib/stepmania/NoteSkins/pump/delta-note/Mine_Light.png -lib/stepmania/NoteSkins/pump/delta-note/Mine_Overlay.png -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Explosion.lua -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-note/UpLeft NoteHit.lua -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Receptor.lua -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Tap Mine.lua -lib/stepmania/NoteSkins/pump/delta-note/UpLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/delta-note/UpRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-note/UpRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-note/UpRight NoteHit.lua -lib/stepmania/NoteSkins/pump/delta-note/UpRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/delta-note/UpRight Tap Note.lua -lib/stepmania/NoteSkins/pump/delta-note/UpRight border.redir -lib/stepmania/NoteSkins/pump/delta-note/_Center Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/delta-note/_CenterHit 3x1.png -lib/stepmania/NoteSkins/pump/delta-note/_DownLeft Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/delta-note/_DownLeftHit 3x1.png -lib/stepmania/NoteSkins/pump/delta-note/_UpLeft Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/delta-note/_blank.png -lib/stepmania/NoteSkins/pump/delta-note/metrics.ini -lib/stepmania/NoteSkins/pump/delta-note/reminder.txt -lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/Center Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/DownLeft Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/DownRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/DownRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/NoteSkin.lua -lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/UpLeft Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/UpRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/UpRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p1/metrics.ini -lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/Center Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/DownLeft Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/DownRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/DownRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/NoteSkin.lua -lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/UpLeft Tap Note 6x1.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/UpRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/UpRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta-routine-p2/metrics.ini -lib/stepmania/NoteSkins/pump/delta/Center Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta/Center Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta/Center Hold Head.lua -lib/stepmania/NoteSkins/pump/delta/Center NoteHit.lua -lib/stepmania/NoteSkins/pump/delta/Center Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta/Center Tap Note.lua -lib/stepmania/NoteSkins/pump/delta/Center border.png -lib/stepmania/NoteSkins/pump/delta/Center_blend.png -lib/stepmania/NoteSkins/pump/delta/Center_feet.png -lib/stepmania/NoteSkins/pump/delta/Center_fill.png -lib/stepmania/NoteSkins/pump/delta/DownLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta/DownLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta/DownLeft Hold Head.lua -lib/stepmania/NoteSkins/pump/delta/DownLeft NoteHit.lua -lib/stepmania/NoteSkins/pump/delta/DownLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta/DownLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/delta/DownLeft border.png -lib/stepmania/NoteSkins/pump/delta/DownLeft_blend.png -lib/stepmania/NoteSkins/pump/delta/DownLeft_fill.png -lib/stepmania/NoteSkins/pump/delta/DownRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta/DownRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta/DownRight Hold Head.lua -lib/stepmania/NoteSkins/pump/delta/DownRight NoteHit.lua -lib/stepmania/NoteSkins/pump/delta/DownRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/delta/DownRight Tap Note.lua -lib/stepmania/NoteSkins/pump/delta/DownRight border.redir -lib/stepmania/NoteSkins/pump/delta/Mine_Base.png -lib/stepmania/NoteSkins/pump/delta/Mine_Border.png -lib/stepmania/NoteSkins/pump/delta/Mine_Fill.png -lib/stepmania/NoteSkins/pump/delta/Mine_Light.png -lib/stepmania/NoteSkins/pump/delta/Mine_Overlay.png -lib/stepmania/NoteSkins/pump/delta/NoteSkin.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft Explosion.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta/UpLeft Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta/UpLeft Hold Head.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft NoteHit.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/delta/UpLeft Receptor.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft Tap Mine.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/delta/UpLeft border.png -lib/stepmania/NoteSkins/pump/delta/UpLeft_blend.png -lib/stepmania/NoteSkins/pump/delta/UpLeft_fill.png -lib/stepmania/NoteSkins/pump/delta/UpRight Hold Body Active.png -lib/stepmania/NoteSkins/pump/delta/UpRight Hold BottomCap Active.png -lib/stepmania/NoteSkins/pump/delta/UpRight Hold Head.lua -lib/stepmania/NoteSkins/pump/delta/UpRight NoteHit.lua -lib/stepmania/NoteSkins/pump/delta/UpRight Ready Receptor.lua -lib/stepmania/NoteSkins/pump/delta/UpRight Tap Note.lua -lib/stepmania/NoteSkins/pump/delta/UpRight border.redir -lib/stepmania/NoteSkins/pump/delta/_CenterHit 3x1.png -lib/stepmania/NoteSkins/pump/delta/_DownLeftHit 3x1.png -lib/stepmania/NoteSkins/pump/delta/_blank.png -lib/stepmania/NoteSkins/pump/delta/metrics.ini -lib/stepmania/NoteSkins/pump/frame5p/Center Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/Center Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/Center Outline Receptor.redir -lib/stepmania/NoteSkins/pump/frame5p/Center Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/Center Tap Note 8x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownLeft Hold TopCap Active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownLeft Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownLeft Tap Note 8x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/DownRight Hold TopCap Active(doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpLeft Hold TopCap (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpLeft Ready Receptor 3x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpLeft Tap Note 8x1 (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold Body active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold BottomCap active (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/UpRight Hold TopCap (doubleres).png -lib/stepmania/NoteSkins/pump/frame5p/metrics.ini -lib/stepmania/NoteSkins/pump/newextra/Center Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/Center Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/Center Outline Receptor.png -lib/stepmania/NoteSkins/pump/newextra/Center Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/newextra/Center Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/newextra/DownLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/DownLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/DownLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/newextra/DownLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/newextra/DownRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/DownRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/UpLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/UpLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/UpLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/newextra/UpLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/newextra/UpRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/newextra/UpRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/Center Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/Center Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/Center Outline Receptor.png -lib/stepmania/NoteSkins/pump/pad/Center Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/pad/Center Roll Head Active 3x2.png -lib/stepmania/NoteSkins/pump/pad/Center Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/pad/DownLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/DownLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/DownLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/pad/DownLeft Roll Head Active 3x2.png -lib/stepmania/NoteSkins/pump/pad/DownLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/pad/DownRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/DownRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/DownRight Roll Head Active 3x2.png -lib/stepmania/NoteSkins/pump/pad/UpLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/UpLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/UpLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/pad/UpLeft Roll Head Active 3x2.png -lib/stepmania/NoteSkins/pump/pad/UpLeft Tap Note 3x2.png -lib/stepmania/NoteSkins/pump/pad/UpRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/UpRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/pad/UpRight Roll Head Active 3x2.png -lib/stepmania/NoteSkins/pump/rhythm/Center Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/Center Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/Center Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/rhythm/Center Tap Note.lua -lib/stepmania/NoteSkins/pump/rhythm/DownLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/DownLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/DownLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/rhythm/DownLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/rhythm/DownRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/DownRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/UpLeft Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/UpLeft Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/UpLeft Ready Receptor 1x3.png -lib/stepmania/NoteSkins/pump/rhythm/UpLeft Tap Note.lua -lib/stepmania/NoteSkins/pump/rhythm/UpRight Hold Body Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/UpRight Hold BottomCap Active 6x1.png -lib/stepmania/NoteSkins/pump/rhythm/_Center Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/rhythm/_DownLeft Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/rhythm/_UpLeft Tap Note 6x8.png -lib/stepmania/NoteSkins/pump/rhythm/metrics.ini -lib/stepmania/NoteSkins/pump/simple/Center Hold Body active.png -lib/stepmania/NoteSkins/pump/simple/Center Hold BottomCap active.png -lib/stepmania/NoteSkins/pump/simple/Center Outline Receptor.redir -lib/stepmania/NoteSkins/pump/simple/Center Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/simple/Center Tap Note 8x1.png -lib/stepmania/NoteSkins/pump/simple/DownLeft Hold Body active.png -lib/stepmania/NoteSkins/pump/simple/DownLeft Hold BottomCap active.png -lib/stepmania/NoteSkins/pump/simple/DownLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/simple/DownLeft Tap Note 8x1.png -lib/stepmania/NoteSkins/pump/simple/DownRight Hold Body active.png -lib/stepmania/NoteSkins/pump/simple/DownRight Hold BottomCap active.png -lib/stepmania/NoteSkins/pump/simple/UpLeft Hold Body active.png -lib/stepmania/NoteSkins/pump/simple/UpLeft Hold BottomCap active.png -lib/stepmania/NoteSkins/pump/simple/UpLeft Ready Receptor 3x1.png -lib/stepmania/NoteSkins/pump/simple/UpLeft Tap Note 8x1.png -lib/stepmania/NoteSkins/pump/simple/UpRight Hold Body active.png -lib/stepmania/NoteSkins/pump/simple/UpRight Hold BottomCap active.png -lib/stepmania/NoteSkins/pump/simple/metrics.ini -lib/stepmania/NoteSkins/techno/default/metrics.ini -lib/stepmania/Scripts/32log.lua -lib/stepmania/Scripts/extend_table.lua -lib/stepmania/Scripts/unavailable_functions.lua -lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.ogg -lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.sm -lib/stepmania/Songs/StepMania 5/Goin' Under/Goin' Under.ssc -lib/stepmania/Songs/StepMania 5/Goin' Under/bg.png -lib/stepmania/Songs/StepMania 5/Goin' Under/bn.png -lib/stepmania/Songs/StepMania 5/MechaTribe Assault/Mecha-Tribe Assault.ogg -lib/stepmania/Songs/StepMania 5/MechaTribe Assault/Mecha-Tribe Assault.ssc -lib/stepmania/Songs/StepMania 5/MechaTribe Assault/mechatribeassaultbg.png -lib/stepmania/Songs/StepMania 5/MechaTribe Assault/mechatribeassaultbn.png -lib/stepmania/Songs/StepMania 5/MechaTribe Assault/wyde cd-tital.png -lib/stepmania/Songs/StepMania 5/Springtime/Kommisar - Springtime.mp3 -lib/stepmania/Songs/StepMania 5/Springtime/Springtime.ssc -lib/stepmania/Songs/StepMania 5/Springtime/spring.png -lib/stepmania/Songs/StepMania 5/Springtime/springbn.png -lib/stepmania/Songs/instructions.txt -lib/stepmania/Themes/_Installer/Languages/de.ini -lib/stepmania/Themes/_Installer/Languages/en.ini -lib/stepmania/Themes/_Installer/Languages/es.ini -lib/stepmania/Themes/_Installer/Languages/fr.ini -lib/stepmania/Themes/_Installer/Languages/it.ini -lib/stepmania/Themes/_Installer/Languages/pl.ini -lib/stepmania/Themes/_Installer/readme.txt -lib/stepmania/Themes/_fallback/BGAnimations/Screen background.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen cancel.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen decorations.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen in.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen out.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen overlay.redir -lib/stepmania/Themes/_fallback/BGAnimations/Screen underlay.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenConsoleOverlay overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenCredits overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay background.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay cleared.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay failed.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay go.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay next course song.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay ready.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenGameplay toasty.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenInit background/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenInit background/ssc (doubleres).png -lib/stepmania/Themes/_fallback/BGAnimations/ScreenInitialScreenIsInvalid overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenNameEntryTraditional underlay/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenNameEntryTraditional underlay/keyboard.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenNoise background/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenNoise background/noise.png -lib/stepmania/Themes/_fallback/BGAnimations/ScreenOptionsCustomizeProfile overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenOverscanConfig overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileLoad decorations.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileLoad overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenProfileSave overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSelectProfile overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSetBGFit overlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSongOptions option in.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer aux.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer error.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenSystemLayer overlay/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua -lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements background.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements decorations.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements overlay.redir -lib/stepmania/Themes/_fallback/BGAnimations/ScreenWithMenuElements underlay.redir -lib/stepmania/Themes/_fallback/BGAnimations/_blank.lua -lib/stepmania/Themes/_fallback/BGAnimations/_frame 3x1/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/_frame 3x3/default.lua -lib/stepmania/Themes/_fallback/BGAnimations/_frame files 3x1/headers 3x1.png -lib/stepmania/Themes/_fallback/BGAnimations/_frame files 3x3/rounded black 3x3.png -lib/stepmania/Themes/_fallback/BGAnimations/_missing.lua -lib/stepmania/Themes/_fallback/BGAnimations/_wait.lua -lib/stepmania/Themes/_fallback/Fonts/BPMDisplay bpm.redir -lib/stepmania/Themes/_fallback/Fonts/Combo numbers.redir -lib/stepmania/Themes/_fallback/Fonts/Common Bold.redir -lib/stepmania/Themes/_fallback/Fonts/Common Editor.redir -lib/stepmania/Themes/_fallback/Fonts/Common Error.redir -lib/stepmania/Themes/_fallback/Fonts/Common Large.redir -lib/stepmania/Themes/_fallback/Fonts/Common Normal.redir -lib/stepmania/Themes/_fallback/Fonts/Common Semibold.redir -lib/stepmania/Themes/_fallback/Fonts/Common default 2x1.png -lib/stepmania/Themes/_fallback/Fonts/Common default.ini -lib/stepmania/Themes/_fallback/Fonts/CourseEntryDisplay difficulty.redir -lib/stepmania/Themes/_fallback/Fonts/CourseEntryDisplay number.redir -lib/stepmania/Themes/_fallback/Fonts/EditMenu title.redir -lib/stepmania/Themes/_fallback/Fonts/EditMenu value.redir -lib/stepmania/Themes/_fallback/Fonts/HelpDisplay text.redir -lib/stepmania/Themes/_fallback/Fonts/LifeMeterBattery Percent text.redir -lib/stepmania/Themes/_fallback/Fonts/LifeMeterBattery lives.redir -lib/stepmania/Themes/_fallback/Fonts/LyricDisplay text.redir -lib/stepmania/Themes/_fallback/Fonts/MenuTimer numbers.redir -lib/stepmania/Themes/_fallback/Fonts/ModIcon text.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Course.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Custom.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Mode.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Portal.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Random.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Roulette.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionCollapsed.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionCount.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem SectionExpanded.redir -lib/stepmania/Themes/_fallback/Fonts/MusicWheelItem Sort.redir -lib/stepmania/Themes/_fallback/Fonts/NoteField MeasureNumber.redir -lib/stepmania/Themes/_fallback/Fonts/OptionRow item.redir -lib/stepmania/Themes/_fallback/Fonts/OptionRow title.redir -lib/stepmania/Themes/_fallback/Fonts/OptionsList normal.redir -lib/stepmania/Themes/_fallback/Fonts/RoomInfoDisplay text.redir -lib/stepmania/Themes/_fallback/Fonts/RoomWheel text.redir -lib/stepmania/Themes/_fallback/Fonts/RoomWheelItem text.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayLifeTime DeltaSeconds.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayLifeTime TimeRemaining.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayNormal Text.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayOni numbers.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayPercentage percent text.redir -lib/stepmania/Themes/_fallback/Fonts/ScoreDisplayRave level.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenConsoleOverlay Credits.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenConsoleOverlay SystemMessage.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay header.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay line.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenDebugOverlay page.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEdit EditHelp.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEdit Info.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEdit PlayRecordHelp.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEditMenu NumStepsLoadedFromProfile.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEditMenu explanation.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation JudgmentLineNumber.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation Percent remainder.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation Percent text.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation PlayerOptions.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation ScoreNumber.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation SongOptions.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenEvaluation SurvivedNumber.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay DeltaSeconds.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay RemainingTime.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay SongNum.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay activeattacklist.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay debug.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay player options.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay scoreboard.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay song options.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay stepsdescription.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplay survive time.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenGameplaySyncMachine SyncInfo.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Name.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Score.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenHighScores Text.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenInstallOverlay status.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers devices.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers entry.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenMapControllers title.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenNetEvaluation names.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenNetSelectBase chat.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenNetSelectBase users.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenOptions explanation.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenPrompt answer.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenPrompt question.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenRanking StepsType.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenReloadSongs LoadingText.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenSMOnlineSelectMusic chat.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenSelectMusic score.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenStatsOverlay stats.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenSyncOverlay adjustments.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenSyncOverlay status.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenSystemLayer Credits.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenTextEntry answer.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenTextEntry question.redir -lib/stepmania/Themes/_fallback/Fonts/ScreenWithMenuElements StageDisplay.redir -lib/stepmania/Themes/_fallback/Fonts/StepsDisplay StepsType.redir -lib/stepmania/Themes/_fallback/Fonts/StepsDisplay description.redir -lib/stepmania/Themes/_fallback/Fonts/StepsDisplay meter.redir -lib/stepmania/Themes/_fallback/Fonts/StepsDisplayListRow description.redir -lib/stepmania/Themes/_fallback/Fonts/StepsDisplayListRow meter.redir -lib/stepmania/Themes/_fallback/Fonts/TextBanner text.redir -lib/stepmania/Themes/_fallback/Fonts/_16px fonts.ini -lib/stepmania/Themes/_fallback/Fonts/_20px fonts.ini -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [PhayanChana-stroke] 16x4.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [PhayanChana] 16x4.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara1-stroke] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara1] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara2-stroke] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px [Sara2] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/_Thai 16px.ini -lib/stepmania/Themes/_fallback/Fonts/_game chars 16px 4x2.png -lib/stepmania/Themes/_fallback/Fonts/_game chars 16px.ini -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 1-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 10-stroke] 2x1.png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 10] 2x1 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 1] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 2-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 2] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 3-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 3] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 4-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 4] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 5-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 5] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 6-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 6] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 7-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 7] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 8-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 8] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 9-stroke] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji 9] 8x8 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1-stroke] 32x32 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis1] 32x32 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2-stroke] 63x54 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-jis2] 63x54 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular-stroke] 48x41 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [kanji-regular] 48x41 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main-stroke] 16x16 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [main] 16x16 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [symbol-stroke] 26x3 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px [symbol] 26x3 (doubleres).png -lib/stepmania/Themes/_fallback/Fonts/_japanese 24px.ini -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 1-stroke] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 1] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 2-stroke] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 2] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 3-stroke] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 3] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 4-stroke] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px [jamo 4] 8x8.png -lib/stepmania/Themes/_fallback/Fonts/_korean 24px.ini -lib/stepmania/Themes/_fallback/Fonts/_misc 16px [main-stroke] 8x4.png -lib/stepmania/Themes/_fallback/Fonts/_misc 16px [main] 8x4.png -lib/stepmania/Themes/_fallback/Fonts/_misc 16px.ini -lib/stepmania/Themes/_fallback/Fonts/_missing.redir -lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [alt-stroke] 10x10.png -lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [alt] 10x10.png -lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [main-stroke] 15x15.png -lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px [main] 15x15.png -lib/stepmania/Themes/_fallback/Fonts/_open sans semibold 24px.ini -lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [alt-stroke] 10x10.png -lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [alt] 10x10.png -lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [main-stroke] 15x15.png -lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px [main] 15x15.png -lib/stepmania/Themes/_fallback/Fonts/_roboto black Bold 24px.ini -lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px [main-stroke] 1x1.png -lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px [main] 1x1.png -lib/stepmania/Themes/_fallback/Fonts/_ui chars 16px.ini -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [alt-stroke] 12x11.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [alt] 12x11.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [main-stroke] 16x16.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [main] 16x16.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [polish-stroke] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px [polish] 8x2.png -lib/stepmania/Themes/_fallback/Fonts/frutiger 24px.ini -lib/stepmania/Themes/_fallback/Graphics/Banner Artist.redir -lib/stepmania/Themes/_fallback/Graphics/Banner BPM.redir -lib/stepmania/Themes/_fallback/Graphics/Banner ChallengeMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner DoubleChallengeMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner DoubleEasyMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner DoubleHardMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner DoubleMediumMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner EasyMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner Endless.redir -lib/stepmania/Themes/_fallback/Graphics/Banner Genre.redir -lib/stepmania/Themes/_fallback/Graphics/Banner HardMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner Length.redir -lib/stepmania/Themes/_fallback/Graphics/Banner MediumMeter.redir -lib/stepmania/Themes/_fallback/Graphics/Banner Title.redir -lib/stepmania/Themes/_fallback/Graphics/Banner TopGrades.redir -lib/stepmania/Themes/_fallback/Graphics/Banner abc.redir -lib/stepmania/Themes/_fallback/Graphics/Banner all music.redir -lib/stepmania/Themes/_fallback/Graphics/Banner course fallback.redir -lib/stepmania/Themes/_fallback/Graphics/Banner group fallback.redir -lib/stepmania/Themes/_fallback/Graphics/Banner mode.redir -lib/stepmania/Themes/_fallback/Graphics/Banner random.redir -lib/stepmania/Themes/_fallback/Graphics/Banner roulette.redir -lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper background.redir -lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper flash.redir -lib/stepmania/Themes/_fallback/Graphics/BeginnerHelper stepcircle.redir -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug frame.redir -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug separator.lua -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug tip p1.redir -lib/stepmania/Themes/_fallback/Graphics/CombinedLifeMeterTug tip p2.redir -lib/stepmania/Themes/_fallback/Graphics/Common fallback banner.redir -lib/stepmania/Themes/_fallback/Graphics/Common splash.png -lib/stepmania/Themes/_fallback/Graphics/Common window icon.png -lib/stepmania/Themes/_fallback/Graphics/CourseEntryDisplay bar.redir -lib/stepmania/Themes/_fallback/Graphics/CreditsLogo kyzentun.png -lib/stepmania/Themes/_fallback/Graphics/EditMenu left.lua -lib/stepmania/Themes/_fallback/Graphics/EditMenu right.lua -lib/stepmania/Themes/_fallback/Graphics/HoldJudgment label 1x2.redir -lib/stepmania/Themes/_fallback/Graphics/Judgment Normal 1x6.png -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar danger.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra danger.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra over.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar extra under.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar frame.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar over.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBar under.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBattery frame.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterBattery lives.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterTime background.redir -lib/stepmania/Themes/_fallback/Graphics/LifeMeterTime frame.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay checking p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay checking p2.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay error p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay error p2.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay late p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay late p2.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay none p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay none p2.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay ready p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay ready p2.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay removed p1.redir -lib/stepmania/Themes/_fallback/Graphics/MemoryCardDisplay removed p2.redir -lib/stepmania/Themes/_fallback/Graphics/MenuTimer frame.redir -lib/stepmania/Themes/_fallback/Graphics/ModIcon Empty.redir -lib/stepmania/Themes/_fallback/Graphics/ModIcon Filled.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheel highlight.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Course OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Custom OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Mode OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Portal OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Random OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Roulette OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionCollapsed OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem SectionExpanded OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Song OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem Sort OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/MusicWheelItem grades.redir -lib/stepmania/Themes/_fallback/Graphics/NoteField bars 1x4.png -lib/stepmania/Themes/_fallback/Graphics/NoteField board.redir -lib/stepmania/Themes/_fallback/Graphics/OptionRow frame.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 CanGoLeft.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 CanGoRight.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 CanGoLeft.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 CanGoRight.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsList cursor.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsList underline.redir -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/Player combo/default.lua -lib/stepmania/Themes/_fallback/Graphics/Player judgment/default.lua -lib/stepmania/Themes/_fallback/Graphics/Progressbar Indeterminate.png -lib/stepmania/Themes/_fallback/Graphics/RoomInfoDisplay background.redir -lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem ColorPart.redir -lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem NormalPart.redir -lib/stepmania/Themes/_fallback/Graphics/RoomWheelItem OverPart.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayLifeTime frame.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayNormal frame.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayOni frame.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame base p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame base p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame overlay p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave frame overlay p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png -lib/stepmania/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png -lib/stepmania/Themes/_fallback/Graphics/ScreenEnding remove card p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEnding remove card p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation BannerFrame.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Disqualified.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation GradeFrame p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation GradeFrame p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel Held.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel MaxCombo.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel Miss.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W3.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W4.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation JudgmentLabel W5.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation PercentFrame P1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation PercentFrame P2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation ScoreLabel.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation SurvivedFrame p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation SurvivedFrame p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Win p1 1x3.png -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation Win p2 1x3.png -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation win frame p1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenEvaluation win frame p2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenGameplay oni gameover.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/default.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/empty (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/filled (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/ScreenHighScores ScrollerItem/frame (doubleres).png -lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers action.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers nosetlistprompt.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers sanitymessage.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenMapControllers warning.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenMiniMenuContext header.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenNetSelectBase ChatInputBox.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenNetSelectBase ChatOutputBox.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenOptions LineHighlight P1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenOptions LineHighlight P2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenOptions disqualify.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenOptions more.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenOptions page.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenPrompt cursor.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic ChatInputBox.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic ChatOutputBox.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSMOnlineSelectMusic DiffBG.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster explanation page1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster explanation page2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster more page1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster more page2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMaster scroll.lua -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic ScoreFrame P1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic ScoreFrame P2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectMusic fallback cdtitle.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png -lib/stepmania/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png -lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_10_example.png -lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_12_example.png -lib/stepmania/Themes/_fallback/Graphics/ScreenSetBGFit 16_9_example.png -lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu explanation page1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu explanation page2.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu logo.png -lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu more page1.redir -lib/stepmania/Themes/_fallback/Graphics/ScreenTitleMenu more page2.redir -lib/stepmania/Themes/_fallback/Graphics/ScrollBar StretchThumb.redir -lib/stepmania/Themes/_fallback/Graphics/ScrollBar TickThumb.lua -lib/stepmania/Themes/_fallback/Graphics/ScrollBar bottom.redir -lib/stepmania/Themes/_fallback/Graphics/ScrollBar middle.redir -lib/stepmania/Themes/_fallback/Graphics/ScrollBar top.redir -lib/stepmania/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png -lib/stepmania/Themes/_fallback/Graphics/StepsDisplay autogen.redir -lib/stepmania/Themes/_fallback/Graphics/StepsDisplay frame.redir -lib/stepmania/Themes/_fallback/Graphics/StreamDisplay danger.redir -lib/stepmania/Themes/_fallback/Graphics/StreamDisplay hot.png -lib/stepmania/Themes/_fallback/Graphics/StreamDisplay normal.png -lib/stepmania/Themes/_fallback/Graphics/StreamDisplay passing.redir -lib/stepmania/Themes/_fallback/Graphics/WheelNotifyIcon icons 4x2.redir -lib/stepmania/Themes/_fallback/Graphics/_blank.png -lib/stepmania/Themes/_fallback/Graphics/_frame 1d.lua -lib/stepmania/Themes/_fallback/Graphics/_frame 3x1/default.lua -lib/stepmania/Themes/_fallback/Graphics/_frame 3x3/default.lua -lib/stepmania/Themes/_fallback/Graphics/_missing.png -lib/stepmania/Themes/_fallback/Graphics/_white.png -lib/stepmania/Themes/_fallback/Languages/de.ini -lib/stepmania/Themes/_fallback/Languages/en.ini -lib/stepmania/Themes/_fallback/Languages/es.ini -lib/stepmania/Themes/_fallback/Languages/fr.ini -lib/stepmania/Themes/_fallback/Languages/ja.ini -lib/stepmania/Themes/_fallback/Languages/nl.ini -lib/stepmania/Themes/_fallback/Languages/pl.ini -lib/stepmania/Themes/_fallback/Other/Profile Common.xsl -lib/stepmania/Themes/_fallback/Other/Profile Stats.xsl -lib/stepmania/Themes/_fallback/Other/ScreenGameplaySyncMachine music.ssc -lib/stepmania/Themes/_fallback/Other/ScreenHowToPlay steps.ssc -lib/stepmania/Themes/_fallback/Other/SongManager PreferredCourses.txt -lib/stepmania/Themes/_fallback/Other/SongManager PreferredSongs.txt -lib/stepmania/Themes/_fallback/Other/SongManager PreferredSort.txt -lib/stepmania/Themes/_fallback/Other/_blank.png -lib/stepmania/Themes/_fallback/Other/_missing.png -lib/stepmania/Themes/_fallback/Other/_sync music.ogg -lib/stepmania/Themes/_fallback/Scripts/00 init.lua -lib/stepmania/Themes/_fallback/Scripts/01 IniFile.lua -lib/stepmania/Themes/_fallback/Scripts/01 alias.lua -lib/stepmania/Themes/_fallback/Scripts/01 base.lua -lib/stepmania/Themes/_fallback/Scripts/02 Actor.lua -lib/stepmania/Themes/_fallback/Scripts/02 ActorDef.lua -lib/stepmania/Themes/_fallback/Scripts/02 Branches.lua -lib/stepmania/Themes/_fallback/Scripts/02 Colors.lua -lib/stepmania/Themes/_fallback/Scripts/02 Debug.lua -lib/stepmania/Themes/_fallback/Scripts/02 Enum.lua -lib/stepmania/Themes/_fallback/Scripts/02 OptionsMenu.lua -lib/stepmania/Themes/_fallback/Scripts/02 Other.lua -lib/stepmania/Themes/_fallback/Scripts/02 Serialize.lua -lib/stepmania/Themes/_fallback/Scripts/02 Sprite.lua -lib/stepmania/Themes/_fallback/Scripts/02 StageMods.lua -lib/stepmania/Themes/_fallback/Scripts/02 ThemePrefs.lua -lib/stepmania/Themes/_fallback/Scripts/02 ThemePrefsRows.lua -lib/stepmania/Themes/_fallback/Scripts/02 Utilities.lua -lib/stepmania/Themes/_fallback/Scripts/03 CustomSpeedMods.lua -lib/stepmania/Themes/_fallback/Scripts/03 GamePreferences.lua -lib/stepmania/Themes/_fallback/Scripts/03 Gameplay.lua -lib/stepmania/Themes/_fallback/Scripts/03 ThemeAndGamePrefs.lua -lib/stepmania/Themes/_fallback/Scripts/03 ThemeLibrary.lua -lib/stepmania/Themes/_fallback/Scripts/03 UserPreferences2.lua -lib/stepmania/Themes/_fallback/Scripts/04 CreditsHelpers.lua -lib/stepmania/Themes/_fallback/Scripts/04 LogDisplay.lua -lib/stepmania/Themes/_fallback/Scripts/04 NumPadEntry.lua -lib/stepmania/Themes/_fallback/Scripts/04 SetBGFitHelpers.lua -lib/stepmania/Themes/_fallback/Scripts/find_missing_lang_strings.lua -lib/stepmania/Themes/_fallback/Scripts/hierarchy.txt -lib/stepmania/Themes/_fallback/Sounds/Common Cancel.ogg -lib/stepmania/Themes/_fallback/Sounds/Common Coin.ogg -lib/stepmania/Themes/_fallback/Sounds/Common Start.ogg -lib/stepmania/Themes/_fallback/Sounds/Common invalid.ogg -lib/stepmania/Themes/_fallback/Sounds/Common screenshot.ogg -lib/stepmania/Themes/_fallback/Sounds/Common value.ogg -lib/stepmania/Themes/_fallback/Sounds/EditMenu row.redir -lib/stepmania/Themes/_fallback/Sounds/EditMenu value.redir -lib/stepmania/Themes/_fallback/Sounds/GameplayAssist clap.ogg -lib/stepmania/Themes/_fallback/Sounds/GameplayAssist metronome beat.redir -lib/stepmania/Themes/_fallback/Sounds/GameplayAssist metronome measure.redir -lib/stepmania/Themes/_fallback/Sounds/LifeMeterBattery gain.ogg -lib/stepmania/Themes/_fallback/Sounds/LifeMeterBattery lose.ogg -lib/stepmania/Themes/_fallback/Sounds/LifeMeterTime GainLife.ogg -lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg -lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager error.redir -lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager ready.ogg -lib/stepmania/Themes/_fallback/Sounds/MemoryCardManager too late.redir -lib/stepmania/Themes/_fallback/Sounds/MenuTimer tick.ogg -lib/stepmania/Themes/_fallback/Sounds/MusicWheel change.ogg -lib/stepmania/Themes/_fallback/Sounds/MusicWheel collapse.redir -lib/stepmania/Themes/_fallback/Sounds/MusicWheel expand.redir -lib/stepmania/Themes/_fallback/Sounds/MusicWheel locked.ogg -lib/stepmania/Themes/_fallback/Sounds/MusicWheel sort.ogg -lib/stepmania/Themes/_fallback/Sounds/Player battle attack ending.ogg -lib/stepmania/Themes/_fallback/Sounds/Player battle attack launch.ogg -lib/stepmania/Themes/_fallback/Sounds/Player course attack ending.ogg -lib/stepmania/Themes/_fallback/Sounds/Player course attack launch.ogg -lib/stepmania/Themes/_fallback/Sounds/Player mine.ogg -lib/stepmania/Themes/_fallback/Sounds/Screen cancel.redir -lib/stepmania/Themes/_fallback/Sounds/Screen music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenDemonstration music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit AddNote.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit RemoveNote.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit line.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit marker.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit save.ogg -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit snap.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch player.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch steps.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit switch timing.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit value decrease.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEdit value increase.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEditCourseSubmenu difficulty changed.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation start.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation try Extra1.ogg -lib/stepmania/Themes/_fallback/Sounds/ScreenEvaluation try Extra2.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level1.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level2.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay battle trick level3.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplay oni die.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenGameplayNormal music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenHowToPlay music (loop).ogg -lib/stepmania/Themes/_fallback/Sounds/ScreenInit music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenMapControllers delete.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectBase change opt.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectBase change sel.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic random music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic roulette music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenNetSelectMusic section music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions change.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions next.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions prev.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions start.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions toggle off.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptions toggle on.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsCourseOverview save.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsService music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenOptionsServiceChild music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenPrompt change.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSMOnlineSelectMusic change sel.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMaster change.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMaster start.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic Options.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic course music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic difficulty easier.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic difficulty harder.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic locked.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic loop music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic random music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic roulette music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic section music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic sort music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenSelectMusic start.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenTextEntry backspace.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenTextEntry type.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenTitle music.redir -lib/stepmania/Themes/_fallback/Sounds/ScreenTitleMenu cancel.ogg -lib/stepmania/Themes/_fallback/Sounds/_LifeMeterBattery lose.ogg -lib/stepmania/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg -lib/stepmania/Themes/_fallback/Sounds/_Screen cancel.ogg -lib/stepmania/Themes/_fallback/Sounds/_common row.ogg -lib/stepmania/Themes/_fallback/Sounds/_dtrucks funk.ogg -lib/stepmania/Themes/_fallback/Sounds/_missing.ogg -lib/stepmania/Themes/_fallback/Sounds/_silent.redir -lib/stepmania/Themes/_fallback/Sounds/_switch down.ogg -lib/stepmania/Themes/_fallback/Sounds/_switch up.ogg -lib/stepmania/Themes/_fallback/Sounds/new_missing.ogg -lib/stepmania/Themes/_fallback/base._ini -lib/stepmania/Themes/_fallback/metrics.ini -lib/stepmania/Themes/default/BGAnimations/Screen cancel/default.lua -lib/stepmania/Themes/default/BGAnimations/Screen in/default.lua -lib/stepmania/Themes/default/BGAnimations/Screen out/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/_exclamation.png -lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/_warning bg.png -lib/stepmania/Themes/default/BGAnimations/ScreenCaution overlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenContinue underlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/_grid.png -lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/_space.png -lib/stepmania/Themes/default/BGAnimations/ScreenCredits background/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenCredits overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration out.lua -lib/stepmania/Themes/default/BGAnimations/ScreenDemonstration overlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEdit background.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation background/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/kyuze.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluation overlay/original.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluationSummary background.lua -lib/stepmania/Themes/default/BGAnimations/ScreenEvaluationSummary decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameInformation underlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameOver underlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay background.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger all/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger p1/BGAnimation.ini -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay danger p2/BGAnimation.ini -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay dead p1/BGAnimation.ini -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay dead p2/BGAnimation.ini -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay failed/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay go/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay go/go.png -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay in/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay next course song/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay out.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay ready/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay ready/ready.png -lib/stepmania/Themes/default/BGAnimations/ScreenGameplay toasty/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHeartEntry overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHighScores decorations/_difficulty frame.png -lib/stepmania/Themes/default/BGAnimations/ScreenHighScores decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToInstallSongs background.redir -lib/stepmania/Themes/default/BGAnimations/ScreenHowToInstallSongs overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay background/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay feet.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay jump.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay miss.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/_howtoplay tap.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png -lib/stepmania/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png -lib/stepmania/Themes/default/BGAnimations/ScreenInit decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenJukebox in.lua -lib/stepmania/Themes/default/BGAnimations/ScreenJukebox out.lua -lib/stepmania/Themes/default/BGAnimations/ScreenLogo decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu cancel.redir -lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu in.redir -lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu out.redir -lib/stepmania/Themes/default/BGAnimations/ScreenMiniMenu underlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenNetSelectMusic decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenOptionsCustomizeProfile overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenOptionsService in.lua -lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions background.lua -lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenPlayerOptions out.lua -lib/stepmania/Themes/default/BGAnimations/ScreenPrompt underlay.redir -lib/stepmania/Themes/default/BGAnimations/ScreenQuickSetupOverview decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenReloadSongs background.redir -lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSelectMusic underlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSelectPlayMode underlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSelectProfile overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSongOptions background.redir -lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation out.redir -lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation underlay/CourseDisplay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenStageInformation underlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenSystemLayer aux.lua -lib/stepmania/Themes/default/BGAnimations/ScreenTextEntry underlay.redir -lib/stepmania/Themes/default/BGAnimations/ScreenTitleJoin decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenTitleJoin overlay.lua -lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu decorations.lua -lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay/_bg.png -lib/stepmania/Themes/default/BGAnimations/ScreenTitleMenu underlay/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements aux.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_checkerboard (stretch).png -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/_particleLoader.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements background/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements in/default.lua -lib/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements out/default.lua -lib/stepmania/Themes/default/BGAnimations/_Arcade decorations/default.lua -lib/stepmania/Themes/default/BGAnimations/_ScreenTitleMenu out/default.lua -lib/stepmania/Themes/default/BGAnimations/_frame 3x1/default.lua -lib/stepmania/Themes/default/BGAnimations/_frame 3x3/default.lua -lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded fill.png -lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded gloss.png -lib/stepmania/Themes/default/BGAnimations/_frame cursors/rounded white.png -lib/stepmania/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png -lib/stepmania/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png -lib/stepmania/Themes/default/BGAnimations/old ScreenWithMenuElements background/default.lua -lib/stepmania/Themes/default/Fonts/Combo Numbers.redir -lib/stepmania/Themes/default/Fonts/Common Large.redir -lib/stepmania/Themes/default/Fonts/MenuTimerContinue numbers.redir -lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay header.redir -lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay line.redir -lib/stepmania/Themes/default/Fonts/ScreenDebugOverlay page.redir -lib/stepmania/Themes/default/Fonts/ScreenGameplay SongTitle.redir -lib/stepmania/Themes/default/Fonts/ScreenGameplay survive time.redir -lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [alt-stroke] 10x10.png -lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [alt] 10x10.png -lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [main-stroke] 15x15.png -lib/stepmania/Themes/default/Fonts/_open sans semibold 48px [main] 15x15.png -lib/stepmania/Themes/default/Fonts/_open sans semibold 48px.ini -lib/stepmania/Themes/default/Fonts/_roboto Bold 54px [numbers-stroke] 4x5 (doubleres).png -lib/stepmania/Themes/default/Fonts/_roboto Bold 54px [numbers] 4x5 (doubleres).png -lib/stepmania/Themes/default/Fonts/_roboto Bold 54px.ini -lib/stepmania/Themes/default/Fonts/_roboto Bold 80px [numbers-stroke] 4x4.png -lib/stepmania/Themes/default/Fonts/_roboto Bold 80px [numbers] 4x4.png -lib/stepmania/Themes/default/Fonts/_roboto Bold 80px.ini -lib/stepmania/Themes/default/Graphics/Banner all music.png -lib/stepmania/Themes/default/Graphics/Banner mode.png -lib/stepmania/Themes/default/Graphics/Banner random.png -lib/stepmania/Themes/default/Graphics/Banner roulette.png -lib/stepmania/Themes/default/Graphics/CDTitle Con.png -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug frame.lua -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug separator.redir -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug stream p1.png -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug stream p2.png -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug tip p1.redir -lib/stepmania/Themes/default/Graphics/CombinedLifeMeterTug tip p2.redir -lib/stepmania/Themes/default/Graphics/Combo 1000milestone/default.lua -lib/stepmania/Themes/default/Graphics/Combo 1000milestone/shot.png -lib/stepmania/Themes/default/Graphics/Combo 100milestone/default.lua -lib/stepmania/Themes/default/Graphics/Combo 100milestone/explosion.png -lib/stepmania/Themes/default/Graphics/ComboGraph Backing (doubleres).png -lib/stepmania/Themes/default/Graphics/ComboGraph ComboNumber.lua -lib/stepmania/Themes/default/Graphics/ComboGraph MaxCombo (doubleres).png -lib/stepmania/Themes/default/Graphics/ComboGraph NormalCombo (doubleres).png -lib/stepmania/Themes/default/Graphics/Common fallback background.png -lib/stepmania/Themes/default/Graphics/Common fallback banner.png -lib/stepmania/Themes/default/Graphics/Common splash.png -lib/stepmania/Themes/default/Graphics/Common window icon.png -lib/stepmania/Themes/default/Graphics/CourseEntryDisplay bar.png -lib/stepmania/Themes/default/Graphics/DualScrollBar thumb p1.png -lib/stepmania/Themes/default/Graphics/DualScrollBar thumb p2.png -lib/stepmania/Themes/default/Graphics/EditMenu Left 1x8.png -lib/stepmania/Themes/default/Graphics/EditMenu Right.lua -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Failed.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier01.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier02.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier03.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier04.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier05.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier06.png -lib/stepmania/Themes/default/Graphics/GradeDisplayEval Tier07.png -lib/stepmania/Themes/default/Graphics/GraphDisplay SongBoundary.redir -lib/stepmania/Themes/default/Graphics/GraphDisplay backing.png -lib/stepmania/Themes/default/Graphics/GraphDisplay barely.redir -lib/stepmania/Themes/default/Graphics/GraphDisplay body.png -lib/stepmania/Themes/default/Graphics/HoldJudgment label 1x2.png -lib/stepmania/Themes/default/Graphics/Judgment Normal 1x6.png -lib/stepmania/Themes/default/Graphics/LifeMeterBar danger.redir -lib/stepmania/Themes/default/Graphics/LifeMeterBar over.png -lib/stepmania/Themes/default/Graphics/LifeMeterBar under.png -lib/stepmania/Themes/default/Graphics/LifeMeterBattery frame.png -lib/stepmania/Themes/default/Graphics/LifeMeterBattery lives/_lives 1x10.png -lib/stepmania/Themes/default/Graphics/LifeMeterBattery lives/default.lua -lib/stepmania/Themes/default/Graphics/LifeMeterTime background.redir -lib/stepmania/Themes/default/Graphics/LifeMeterTime frame.redir -lib/stepmania/Themes/default/Graphics/LifeMeterTime over.redir -lib/stepmania/Themes/default/Graphics/MusicWheel highlight.png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Course ColorPart.png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Course NormalPart (dither).png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette ColorPart.redir -lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette NormalPart.lua -lib/stepmania/Themes/default/Graphics/MusicWheelItem Roulette OverPart.redir -lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart (dither).png -lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart (dither).png -lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart (dither).png -lib/stepmania/Themes/default/Graphics/MusicWheelItem SectionExpanded NormalPart.redir -lib/stepmania/Themes/default/Graphics/MusicWheelItem Song ColorPart.png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Song NormalPart (dither).png -lib/stepmania/Themes/default/Graphics/MusicWheelItem Sort ColorPart.redir -lib/stepmania/Themes/default/Graphics/MusicWheelItem Sort NormalPart.redir -lib/stepmania/Themes/default/Graphics/MusicWheelItem grades/default.lua -lib/stepmania/Themes/default/Graphics/NoteField bars 1x4.png -lib/stepmania/Themes/default/Graphics/NoteField board/board.png -lib/stepmania/Themes/default/Graphics/NoteField board/default.lua -lib/stepmania/Themes/default/Graphics/OptionRow frame.redir -lib/stepmania/Themes/default/Graphics/OptionRowExit frame.png -lib/stepmania/Themes/default/Graphics/OptionsCursorP1 CanGoLeft.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP1 CanGoRight.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsCursorP2 CanGoLeft.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP2 CanGoRight.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Left.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Middle.redir -lib/stepmania/Themes/default/Graphics/OptionsCursorP2 Right.redir -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Left.redir -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Middle.redir -lib/stepmania/Themes/default/Graphics/OptionsUnderlineP2 Right.redir -lib/stepmania/Themes/default/Graphics/PaneDisplay text.lua -lib/stepmania/Themes/default/Graphics/Player Badge FullCombo.png -lib/stepmania/Themes/default/Graphics/Player combo/_combo.png -lib/stepmania/Themes/default/Graphics/Player combo/_misses.png -lib/stepmania/Themes/default/Graphics/Player combo/default.lua -lib/stepmania/Themes/default/Graphics/Player judgment/default.lua -lib/stepmania/Themes/default/Graphics/Player toasty/default.lua -lib/stepmania/Themes/default/Graphics/RoomWheelItem ColorPart.redir -lib/stepmania/Themes/default/Graphics/RoomWheelItem NormalPart.redir -lib/stepmania/Themes/default/Graphics/ScoreDisplayLifeTime frame.redir -lib/stepmania/Themes/default/Graphics/ScoreDisplayNormal frame.redir -lib/stepmania/Themes/default/Graphics/ScoreDisplayRave frame base p1.redir -lib/stepmania/Themes/default/Graphics/ScoreDisplayRave frame base p2.redir -lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level1.png -lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level2.png -lib/stepmania/Themes/default/Graphics/ScoreDisplayRave stream level3.png -lib/stepmania/Themes/default/Graphics/ScreenDemonstration StageDisplay.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation BannerFrame.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation GameType.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation GradeFrame p1.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation GradeFrame p2.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel Held.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel MaxCombo.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel Miss.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W1.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W2.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W3.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W4.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation JudgmentLabel W5.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation LifeDifficulty.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation MachineRecord.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation PeakComboAward.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation PersonalRecord.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation ScoreLabel.redir -lib/stepmania/Themes/default/Graphics/ScreenEvaluation SongInformation.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation StageAward.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation TimingDifficulty.lua -lib/stepmania/Themes/default/Graphics/ScreenEvaluation Win p1 1x3.png -lib/stepmania/Themes/default/Graphics/ScreenEvaluation Win p2 1x3.png -lib/stepmania/Themes/default/Graphics/ScreenEvaluationSummary BannerList.lua -lib/stepmania/Themes/default/Graphics/ScreenGameOver gameover.png -lib/stepmania/Themes/default/Graphics/ScreenGameplay BPMDisplay.lua -lib/stepmania/Themes/default/Graphics/ScreenGameplay DeltaSeconds.lua -lib/stepmania/Themes/default/Graphics/ScreenGameplay RemainingTime.lua -lib/stepmania/Themes/default/Graphics/ScreenGameplay ScoreFrame.png -lib/stepmania/Themes/default/Graphics/ScreenGameplay SongTitle.lua -lib/stepmania/Themes/default/Graphics/ScreenGameplay StageDisplay.lua -lib/stepmania/Themes/default/Graphics/ScreenGameplay oni gameover.redir -lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/default.lua -lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/empty (doubleres).png -lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/filled (doubleres).png -lib/stepmania/Themes/default/Graphics/ScreenHighScores ScrollerItem/frame (doubleres).png -lib/stepmania/Themes/default/Graphics/ScreenHowToInstallSongs Icon.lua -lib/stepmania/Themes/default/Graphics/ScreenHowToInstallSongs scroll.lua -lib/stepmania/Themes/default/Graphics/ScreenLogo Logo.redir -lib/stepmania/Themes/default/Graphics/ScreenMapControllers exit.lua -lib/stepmania/Themes/default/Graphics/ScreenMiniMenu page.redir -lib/stepmania/Themes/default/Graphics/ScreenNetSelectBase ChatInputBox.lua -lib/stepmania/Themes/default/Graphics/ScreenNetSelectBase ChatOutputBox.lua -lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic BPMDisplay.redir -lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic BPMLabel.redir -lib/stepmania/Themes/default/Graphics/ScreenNetSelectMusic DifficultyDisplay.redir -lib/stepmania/Themes/default/Graphics/ScreenOptions LineHighlight P1.lua -lib/stepmania/Themes/default/Graphics/ScreenOptions LineHighlight P2.redir -lib/stepmania/Themes/default/Graphics/ScreenOptions disqualify.lua -lib/stepmania/Themes/default/Graphics/ScreenOptions line highlight.png -lib/stepmania/Themes/default/Graphics/ScreenOptions more.redir -lib/stepmania/Themes/default/Graphics/ScreenOptions page.png -lib/stepmania/Themes/default/Graphics/ScreenPlayerOptions PlayerNameplate.lua -lib/stepmania/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png -lib/stepmania/Themes/default/Graphics/ScreenQuickSetupOverview icon/default.lua -lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty easy.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty hard.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking CourseDifficulty medium.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty challenge.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty easy.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty hard.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking Difficulty medium.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking banner frame.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking bullets 1x5.png -lib/stepmania/Themes/default/Graphics/ScreenRanking course frame.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking song frame.redir -lib/stepmania/Themes/default/Graphics/ScreenRanking type dance-double.png -lib/stepmania/Themes/default/Graphics/ScreenRanking type dance-single.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic AlternateHelpDisplay.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BPMDisplay.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BPMLabel.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic CourseContentsList.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic CourseType.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/default.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic DifficultyList.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic NewSong.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic NumCourseSongs.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayTextP1.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic PaneDisplayTextP2.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SegmentDisplay/_timingicons 4x2 (doubleres).png -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SegmentDisplay/default.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptions.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptionsFrame.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongOptionsText.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SongTime.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SortOrderFrame.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic SortOrderText.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectMusic fallback cdtitle.redir -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background base (dither).png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_gloss.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/_stroke.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode Icon/default.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless (dither).png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Nonstop (dither).png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni (dither).png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame (dither).png -lib/stepmania/Themes/default/Graphics/ScreenSelectPlayMode scroller/default.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectProfile CardBackground.png -lib/stepmania/Themes/default/Graphics/ScreenSelectProfile CardFrame.png -lib/stepmania/Themes/default/Graphics/ScreenSelectStyle Icon.lua -lib/stepmania/Themes/default/Graphics/ScreenSelectmusic score frame p1.redir -lib/stepmania/Themes/default/Graphics/ScreenSelectmusic score frame p2.redir -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 1st.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 2nd.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 3rd.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 4th.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 5th.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage 6th.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage endless.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage event.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage extra1.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage extra2.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage final.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage nonstop.png -lib/stepmania/Themes/default/Graphics/ScreenStageInformation stage oni.png -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu CurrentGametype.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu LifeDifficulty.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NetworkStatus.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NumAdditionalSongs.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu NumSongs.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu SystemDirection/default.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu TimingDifficulty.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu VersionInfo.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu cursor.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/_arrow (dither).png -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/_text (dither).png -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu logo/default.lua -lib/stepmania/Themes/default/Graphics/ScreenTitleMenu scroll.lua -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements Footer.lua -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements Help.lua -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements StageDisplay.lua -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/Header.png -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/default.lua -lib/stepmania/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png -lib/stepmania/Themes/default/Graphics/ScrollBar StretchThumb.redir -lib/stepmania/Themes/default/Graphics/ScrollBar TickThumb.lua -lib/stepmania/Themes/default/Graphics/ScrollBar bottom.redir -lib/stepmania/Themes/default/Graphics/ScrollBar middle.redir -lib/stepmania/Themes/default/Graphics/ScrollBar top.redir -lib/stepmania/Themes/default/Graphics/SongMeterDisplay frame p1.png -lib/stepmania/Themes/default/Graphics/SongMeterDisplay frame p2.redir -lib/stepmania/Themes/default/Graphics/SongMeterDisplay stream p1.png -lib/stepmania/Themes/default/Graphics/SongMeterDisplay stream p2.redir -lib/stepmania/Themes/default/Graphics/SongMeterDisplay tip p1.png -lib/stepmania/Themes/default/Graphics/SongMeterDisplay tip p2.redir -lib/stepmania/Themes/default/Graphics/StepsDisplay StepsType.lua -lib/stepmania/Themes/default/Graphics/StepsDisplay autogen/_badge.png -lib/stepmania/Themes/default/Graphics/StepsDisplay autogen/default.lua -lib/stepmania/Themes/default/Graphics/StepsDisplay frame.png -lib/stepmania/Themes/default/Graphics/StepsDisplayGameplay frame.png -lib/stepmania/Themes/default/Graphics/StepsDisplayListRow StepsType.lua -lib/stepmania/Themes/default/Graphics/StepsDisplayListRow autogen.png -lib/stepmania/Themes/default/Graphics/StepsDisplayListRow frame.png -lib/stepmania/Themes/default/Graphics/StreamDisplay hot.png -lib/stepmania/Themes/default/Graphics/StreamDisplay normal.png -lib/stepmania/Themes/default/Graphics/StreamDisplay passing.redir -lib/stepmania/Themes/default/Graphics/TestStep.png -lib/stepmania/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png -lib/stepmania/Themes/default/Graphics/_CombinedLifeMeterTug separator.png -lib/stepmania/Themes/default/Graphics/_GraphDisplay overlay.png -lib/stepmania/Themes/default/Graphics/_JudgmentLineLabel/_frame.png -lib/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua -lib/stepmania/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png -lib/stepmania/Themes/default/Graphics/_SelectIcon 10Keys.png -lib/stepmania/Themes/default/Graphics/_SelectIcon 14Keys.png -lib/stepmania/Themes/default/Graphics/_SelectIcon 5Keys.png -lib/stepmania/Themes/default/Graphics/_SelectIcon 7Keys.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Couple.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Double.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Easy.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Endless.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Extended.png -lib/stepmania/Themes/default/Graphics/_SelectIcon HalfDouble.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Hard.png -lib/stepmania/Themes/default/Graphics/_SelectIcon KB7.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Normal.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Oni.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Rave.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Routine.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Single.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Solo.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Survival.png -lib/stepmania/Themes/default/Graphics/_SelectIcon Versus.png -lib/stepmania/Themes/default/Graphics/_SelectIcon.png -lib/stepmania/Themes/default/Graphics/_StepsDisplayListRow Cursor.png -lib/stepmania/Themes/default/Graphics/_StepsDisplayListRow arrow.png -lib/stepmania/Themes/default/Graphics/_StepsType Icon dance-single.png -lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Double.png -lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Single.png -lib/stepmania/Themes/default/Graphics/_StepsType/Dance_Solo.png -lib/stepmania/Themes/default/Graphics/_StepsType/Pump_Double.png -lib/stepmania/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png -lib/stepmania/Themes/default/Graphics/_StepsType/Pump_Single.png -lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Double4.png -lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Double5.png -lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single4.png -lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single5.png -lib/stepmania/Themes/default/Graphics/_StepsType/Techno_Single8.png -lib/stepmania/Themes/default/Graphics/_StepsType/kb7.png -lib/stepmania/Themes/default/Graphics/_combined life frame.png -lib/stepmania/Themes/default/Graphics/_howto find.png -lib/stepmania/Themes/default/Graphics/_howto install.png -lib/stepmania/Themes/default/Graphics/_icon Health.png -lib/stepmania/Themes/default/Graphics/_icon Sort.png -lib/stepmania/Themes/default/Graphics/_icon Timing.png -lib/stepmania/Themes/default/Graphics/_rave meter base.png -lib/stepmania/Themes/default/Graphics/_rave result P1.png -lib/stepmania/Themes/default/Graphics/_rave result P2.png -lib/stepmania/Themes/default/Graphics/_rave result draw.png -lib/stepmania/Themes/default/Graphics/pause_menu.lua -lib/stepmania/Themes/default/Languages/de.ini -lib/stepmania/Themes/default/Languages/en.ini -lib/stepmania/Themes/default/Languages/es.ini -lib/stepmania/Themes/default/Languages/fr.ini -lib/stepmania/Themes/default/Languages/id.ini -lib/stepmania/Themes/default/Languages/ja.ini -lib/stepmania/Themes/default/Languages/nl.ini -lib/stepmania/Themes/default/Languages/pl.ini -lib/stepmania/Themes/default/Other/Profile Catalog.xsl -lib/stepmania/Themes/default/Other/Profile Common.xsl -lib/stepmania/Themes/default/Other/Profile Stats.xsl -lib/stepmania/Themes/default/Other/ScreenGameplaySyncMachine music.sm -lib/stepmania/Themes/default/Other/ScreenHowToPlay steps.sm -lib/stepmania/Themes/default/Other/SongManager PreferredCourses.txt -lib/stepmania/Themes/default/Other/SongManager PreferredSongs.txt -lib/stepmania/Themes/default/Other/SongManager PreferredSort.txt -lib/stepmania/Themes/default/Other/_blank.png -lib/stepmania/Themes/default/Other/_gameplay sync music.ogg -lib/stepmania/Themes/default/Other/_missing.png -lib/stepmania/Themes/default/Scripts/00 ThemeInfo.lua -lib/stepmania/Themes/default/Scripts/02 Colors.lua -lib/stepmania/Themes/default/Scripts/02 Lyrics.lua -lib/stepmania/Themes/default/Scripts/02 TextBanner.lua -lib/stepmania/Themes/default/Scripts/02 ThemePrefs.lua -lib/stepmania/Themes/default/Scripts/03 Gameplay.lua -lib/stepmania/Themes/default/Scripts/04 Other.lua -lib/stepmania/Themes/default/Sounds/Common Start.redir -lib/stepmania/Themes/default/Sounds/Common invalid.redir -lib/stepmania/Themes/default/Sounds/Common value.redir -lib/stepmania/Themes/default/Sounds/MenuTimer tick.redir -lib/stepmania/Themes/default/Sounds/MusicWheel change.redir -lib/stepmania/Themes/default/Sounds/ScreenCredits music.redir -lib/stepmania/Themes/default/Sounds/ScreenEdit freeze.ogg -lib/stepmania/Themes/default/Sounds/ScreenEdit line.redir -lib/stepmania/Themes/default/Sounds/ScreenEdit marker.ogg -lib/stepmania/Themes/default/Sounds/ScreenEdit save.ogg -lib/stepmania/Themes/default/Sounds/ScreenEdit snap.ogg -lib/stepmania/Themes/default/Sounds/ScreenEdit switch player.ogg -lib/stepmania/Themes/default/Sounds/ScreenEdit switch timing.redir -lib/stepmania/Themes/default/Sounds/ScreenEdit value decrease.redir -lib/stepmania/Themes/default/Sounds/ScreenEdit value increase.ogg -lib/stepmania/Themes/default/Sounds/ScreenGameInformation music.redir -lib/stepmania/Themes/default/Sounds/ScreenGameplay failed.redir -lib/stepmania/Themes/default/Sounds/ScreenGameplayAlternate failed.mp3 -lib/stepmania/Themes/default/Sounds/ScreenOptionsService music.redir -lib/stepmania/Themes/default/Sounds/ScreenProfileLoad music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic course music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic loop music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic random music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic roulette music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic section music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectMusic sort music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectPlayMode music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectPlayStyle music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectProfile music.redir -lib/stepmania/Themes/default/Sounds/ScreenSelectStyle music.redir -lib/stepmania/Themes/default/Sounds/ScreenTitleJoin music.redir -lib/stepmania/Themes/default/Sounds/ScreenTitleMenu music.redir -lib/stepmania/Themes/default/Sounds/_Music credits.redir -lib/stepmania/Themes/default/Sounds/_Music menu.redir -lib/stepmania/Themes/default/Sounds/_Music title (loop).redir -lib/stepmania/Themes/default/Sounds/_Music title (loop).sm -lib/stepmania/Themes/default/Sounds/_Screen cancel.redir -lib/stepmania/Themes/default/Sounds/_common row.redir -lib/stepmania/Themes/default/Sounds/_switch down.redir -lib/stepmania/Themes/default/Sounds/_switch up.redir -lib/stepmania/Themes/default/Sounds/default/Common Start.ogg -lib/stepmania/Themes/default/Sounds/default/Common invalid.ogg -lib/stepmania/Themes/default/Sounds/default/Common value.ogg -lib/stepmania/Themes/default/Sounds/default/MenuTimer tick.ogg -lib/stepmania/Themes/default/Sounds/default/MusicWheel change.ogg -lib/stepmania/Themes/default/Sounds/default/ScreenGameplay failed.ogg -lib/stepmania/Themes/default/Sounds/default/_Music credits (loop).ogg -lib/stepmania/Themes/default/Sounds/default/_Music title (loop).ogg -lib/stepmania/Themes/default/Sounds/default/_Screen cancel.ogg -lib/stepmania/Themes/default/Sounds/default/_common row.ogg -lib/stepmania/Themes/default/Sounds/default/_switch down.ogg -lib/stepmania/Themes/default/Sounds/default/_switch up.ogg -lib/stepmania/Themes/default/Sounds/kommisar/Common Start.ogg -lib/stepmania/Themes/default/Sounds/kommisar/Common invalid.ogg -lib/stepmania/Themes/default/Sounds/kommisar/Common value.ogg -lib/stepmania/Themes/default/Sounds/kommisar/MenuTimer tick.ogg -lib/stepmania/Themes/default/Sounds/kommisar/MusicWheel change.ogg -lib/stepmania/Themes/default/Sounds/kommisar/ScreenGameplay failed.ogg -lib/stepmania/Themes/default/Sounds/kommisar/_Music credits (loop).ogg -lib/stepmania/Themes/default/Sounds/kommisar/_Music title (loop).ogg -lib/stepmania/Themes/default/Sounds/kommisar/_Screen cancel.ogg -lib/stepmania/Themes/default/Sounds/kommisar/_common row.ogg -lib/stepmania/Themes/default/Sounds/kommisar/_switch down.ogg -lib/stepmania/Themes/default/Sounds/kommisar/_switch up.ogg -lib/stepmania/Themes/default/ThemeInfo.ini -lib/stepmania/Themes/default/metrics.ini -lib/stepmania/Themes/home/ThemeInfo.ini -lib/stepmania/Themes/home/metrics.ini -lib/stepmania/stepmania -share/applications/stepmania.desktop -%%PORTDOCS%%%%DOCSDIR%%/Changelog_SSCformat.txt -%%PORTDOCS%%%%DOCSDIR%%/Changelog_language.txt -%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm-ssc.txt -%%PORTDOCS%%%%DOCSDIR%%/Changelog_sm5.txt -%%PORTDOCS%%%%DOCSDIR%%/CommandLineArgs.txt -%%PORTDOCS%%%%DOCSDIR%%/Copying.MAD -%%PORTDOCS%%%%DOCSDIR%%/CourseFormat.txt -%%PORTDOCS%%%%DOCSDIR%%/CustomMissionReference.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/BuildingFfmpegOnMac.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/CodingStyle.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/CompileFlags.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/GoldenRules.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/NegBPMsTutorial.html -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMLanProtocol.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMO_protocol-aj.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SMXML.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/Sound Drivers.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/SplitTiming.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/TextEntry.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/WarpNotes.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/ezsockets.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/interesting_sm4_commit_logs.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00214.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00215.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00216.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00217.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00218.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/negbpmtut/screen00221.jpg -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/possible memory leaks.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/rivaldata.txt -%%PORTDOCS%%%%DOCSDIR%%/Devdocs/versioning.txt -%%PORTDOCS%%%%DOCSDIR%%/Doxyfile -%%PORTDOCS%%%%DOCSDIR%%/KnownIssues.txt -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/Lua.xml -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/Lua.xsd -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/Lua.xsl -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/LuaDocumentation.xml -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/bgline.png -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/closed.gif -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/favicon.ico -%%PORTDOCS%%%%DOCSDIR%%/Luadoc/open.gif -%%PORTDOCS%%%%DOCSDIR%%/Mapping_keys_for_edit_mode.txt -%%PORTDOCS%%%%DOCSDIR%%/README-GUIDELINES -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98Data_format_specification.html -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BM98FinalSecret.html -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BMS_Reading_Tutorial.rtf -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/BMS_Reading_Tutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/_src.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/BMS/tmp.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/DWI/DWI.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/DWI/readme.html -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/KSF/_src.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/KSF/ksf-format.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/KSF/sample.ksf -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/README -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/SDF.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/ssc-banner.png -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/ssc-bg.png -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/test-1bpm.sdf -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/test.sdf -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/SDF/test.sm -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/dance-spec.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/misc.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/new format draft.txt -%%PORTDOCS%%%%DOCSDIR%%/SimfileFormats/ssc_msd5.txt -%%PORTDOCS%%%%DOCSDIR%%/Stats.xml -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorFrame.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorFrameTexture.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/ActorScroller.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/BitmapText.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/Quad.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/RollingNumbers.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Actors/Toasty.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenMapControllers.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Screens/ScreenOptionsExample.ini -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/BGAnimations/ScreenSimpleExample overlay.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/ThemeInfo.ini -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/metrics.ini -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/Example_Themes/One_Screen_Example_Theme/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/OptionRowHandlerLua.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Examples/anatomy_of_an_actor.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/Noteskin elements Reference.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenAMVTest overlay.lua -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenMessages.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ScreenTextEntry.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefs.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/ThemePrefsRows.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/XmlToLua.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/actordef.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/announcer_files.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/calories.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/conditional_music.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/effect_colors.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/fontini.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/gamecommands.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/haste.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/included_scripts.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/modslevel.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/moremsg.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/recommended_practices.txt -%%PORTDOCS%%%%DOCSDIR%%/Themerdocs/sm-ssc_themeguide.txt -%%PORTDOCS%%%%DOCSDIR%%/Userdocs/Keymaps_ini_format.md -%%PORTDOCS%%%%DOCSDIR%%/Userdocs/bgchanges_format.txt -%%PORTDOCS%%%%DOCSDIR%%/Userdocs/sm5_beginner.txt -%%PORTDOCS%%%%DOCSDIR%%/credits.txt -%%PORTDOCS%%%%DOCSDIR%%/docpack.zip -%%PORTDOCS%%%%DOCSDIR%%/license-ext/Scoring-jp.txt -%%PORTDOCS%%%%DOCSDIR%%/license-ext/readme -%%PORTDOCS%%%%DOCSDIR%%/license-ext/theme_lang-ja.txt -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/Changelog -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/LICENSE.en -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/LICENSE_E.mplus -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/LICENSE_J.mplus -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/README -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/README.sazanami -%%PORTDOCS%%%%DOCSDIR%%/license-ext/vlgothic/README_J.mplus -%%PORTDOCS%%%%DOCSDIR%%/midiman.wishlist -%%PORTDOCS%%%%DOCSDIR%%/old_changelog.txt -%%PORTDOCS%%%%DOCSDIR%%/opensource_simulators.txt -%%PORTDOCS%%%%DOCSDIR%%/steps.lua -%%PORTDOCS%%%%DOCSDIR%%/versioning.txt -share/icons/hicolor/128x128/apps/stepmania-ssc.png -share/icons/hicolor/16x16/apps/stepmania-ssc.png -share/icons/hicolor/192x192/apps/stepmania-ssc.png -share/icons/hicolor/22x22/apps/stepmania-ssc.png -share/icons/hicolor/24x24/apps/stepmania-ssc.png -share/icons/hicolor/256x256/apps/stepmania-ssc.png -share/icons/hicolor/32x32/apps/stepmania-ssc.png -share/icons/hicolor/36x36/apps/stepmania-ssc.png -share/icons/hicolor/48x48/apps/stepmania-ssc.png -share/icons/hicolor/64x64/apps/stepmania-ssc.png -share/icons/hicolor/72x72/apps/stepmania-ssc.png -share/icons/hicolor/96x96/apps/stepmania-ssc.png -share/icons/hicolor/scalable/apps/stepmania-ssc.svg diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index 64463a4e974..824329b627e 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod \ libsmpeg.so:multimedia/smpeg \ libtinyxml.so:textproc/tinyxml -USES= autoreconf gmake tar:tgz +USES= autoreconf compiler:c++11-lang gmake tar:tgz USE_SDL= sdl mixer image GNU_CONFIGURE= yes diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile deleted file mode 100644 index 3b6e1008696..00000000000 --- a/games/tinymux/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Created by: cjohnson -# $FreeBSD$ - -PORTNAME= tinymux -PORTVERSION= 2.10.1.${PATCHLEVEL} -CATEGORIES= games net -MASTER_SITES= ftp://ftp.tinymux.org/tinymux-2.10/${PATCHLEVEL}/ -DISTNAME= mux-${PORTVERSION}.unix - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multi-Player FreeForm adventure Program - -LICENSE= ART10 -LICENSE_FILE= ${WRKSRC}/copyright.h - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -WRKSRC= ${WRKDIR}/mux2.10/src - -USES= gmake -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -PATCHLEVEL= 13 - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS FIRANMUX MEMORY_BASED REALITY_LVLS SELFCHECK SSL WOD_REALMS -OPTIONS_DEFAULT= ASYNCHRONOUS_SQL SSL REALITY_LVLS WOD_REALMS -OPTIONS_SUB= yes - -OPTIONS_RADIO= MYSQL -OPTIONS_RADIO_MYSQL= ASYNCHRONOUS_SQL INLINE_SQL - -ASYNCHRONOUS_SQL_DESC= MySQL asynchronous support is unique to TinyMUX -FIRANMUX_DESC= Firan MUX via Firan database (need MEMORY_BASED) -INLINE_SQL_DESC= MySQL support compatible with PennMUSH, TinyMUSH 3.x -MEMORY_BASED_DESC= Memory Based Database support -REALITY_LVLS_DESC= Reality Levels support -SELFCHECK_DESC= Enable expensive self-checking -WOD_REALMS_DESC= World of Darkness Realms support - -ASYNCHRONOUS_SQL_CONFIGURE_ENABLE= stubslave -FIRANMUX_CONFIGURE_ENABLE= firanmux -INLINE_SQL_CONFIGURE_ENABLE= inlinesql -MEMORY_BASED_CONFIGURE_ENABLE= memorybased -REALITY_LVLS_CONFIGURE_ENABLE= realitylvls -SELFCHECK_CONFIGURE_ENABLE= selfcheck -SSL_CONFIGURE_ENABLE= ssl -SSL_USES= ssl -SSL_CPPFLAGS= -I${OPENSSLINC} -SSL_LDFLAGS= -L${OPENSSLLIB} -lcrypto -WOD_REALMS_CONFIGURE_ENABLE= wodrealms - -SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message - -.include - -.if ${PORT_OPTIONS:MASYNCHRONOUS_SQL} || ${PORT_OPTIONS:MINLINE_SQL} -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql-include=${LOCALBASE}/include/mysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql -.endif - -.if ${PORT_OPTIONS:MFIRANMUX} -.if ${PORT_OPTIONS:MREALITY_LVLS} || ${PORT_OPTIONS:MWOD_REALMS} -IGNORE= FIRANMUX is incompatible with both WOD_REALMS and REALITY_LVLS -.endif -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|@LIBS@|@LDFLAGS@ @LIBS@|; \ - s|^OPTIM =.*|OPTIM = @CPPFLAGS@|' ${WRKSRC}/Makefile.in - -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - -.for file in netmux slave - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/sbin/ -.endfor - ${LN} -sf ${PREFIX}/sbin/netmux ${STAGEDIR}${PREFIX}/bin/dbconvert - ${INSTALL_DATA} ${WRKSRC}/libmux.so ${STAGEDIR}${PREFIX}/lib/ - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmux.so - - @${MKDIR} ${STAGEDIR}${ETCDIR} -.for file in alias.conf compat.conf mux.config netmux.conf - ${INSTALL_DATA} ${WRKSRC}/../game/${file} \ - ${STAGEDIR}${ETCDIR}/${file}.sample -.endfor - -.if ${PORT_OPTIONS:MSSL} - ${INSTALL_DATA} ${WRKSRC}/../game/muxssl.conf \ - ${STAGEDIR}${ETCDIR}/muxssl.conf.sample -.endif - -.for d in data text - @(cd ${WRKSRC}/../game && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) -.endfor - @${CHMOD} 775 ${STAGEDIR}${DATADIR}/data - -.for file in Backup Startmux _backupflat.sh - ${INSTALL_SCRIPT} ${WRKSRC}/../game/${file} \ - ${STAGEDIR}${DATADIR} -.endfor - - cd ${WRKSRC}/.. && ${COPYTREE_SHARE} \ - "ATTACK CHANGES MODULES NOTES README REALITY REALITY.SETUP SGP SQL SSL docs" \ - ${STAGEDIR}${DOCSDIR}/ - -.include diff --git a/games/tinymux/distinfo b/games/tinymux/distinfo deleted file mode 100644 index ef7a09074f7..00000000000 --- a/games/tinymux/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1490483828 -SHA256 (mux-2.10.1.13.unix.tar.gz) = 33bd24048b5590f47a7dd4b6f027f169dfe60bd7eeaadc65e2d8fedf9ad96bff -SIZE (mux-2.10.1.13.unix.tar.gz) = 1305491 diff --git a/games/tinymux/files/pkg-deinstall.in b/games/tinymux/files/pkg-deinstall.in deleted file mode 100644 index 2b4faff226a..00000000000 --- a/games/tinymux/files/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -if [ "$2" = "POST-DEINSTALL" ]; then - echo "" - echo "" - echo "===============================================================================" - echo "" - echo "After deinstallation, some files may stay in %%DATADIR%% and" - echo "%%ETCDIR%%, you can delete them with" - echo "" - echo " /bin/rm -fr %%DATADIR%%" - echo "" - echo " /bin/rm -fr %%ETCDIR%%" - echo "" - echo "===============================================================================" - echo "" -fi diff --git a/games/tinymux/files/pkg-message.in b/games/tinymux/files/pkg-message.in deleted file mode 100644 index e86917489c2..00000000000 --- a/games/tinymux/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -=============================================================================== - -TinyMUX has been installed. - -All options are given only in the config files in %%ETCDIR%% - -Have fun! - -=============================================================================== diff --git a/games/tinymux/files/tinymux.in b/games/tinymux/files/tinymux.in deleted file mode 100644 index dba57ea7d94..00000000000 --- a/games/tinymux/files/tinymux.in +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -cd "%%DATADIR%%" -exec ./Startmux "${@}" diff --git a/games/tinymux/pkg-descr b/games/tinymux/pkg-descr deleted file mode 100644 index cb7eb85e740..00000000000 --- a/games/tinymux/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -TinyMUX is a text-based game server in the MUSH family (which also -includes PennMUSH, TinyMUSH, and RhostMUSH). It is a platform which -allows potentially several thousand players to connect to a single -text-driven environment, interact with each other and with the -environment (which is maintain in a database). The rich programming -environment can be used to build almost anything, limited only by -your own imagination. - -WWW: http://www.tinymux.org/ diff --git a/games/tinymux/pkg-plist b/games/tinymux/pkg-plist deleted file mode 100644 index 086a3fd282f..00000000000 --- a/games/tinymux/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -bin/dbconvert -bin/tinymux -@sample etc/tinymux/alias.conf.sample -@sample etc/tinymux/compat.conf.sample -@sample etc/tinymux/mux.config.sample -%%SSL%%@sample etc/tinymux/muxssl.conf.sample -@sample etc/tinymux/netmux.conf.sample -lib/libmux.so -sbin/netmux -sbin/slave -%%DATADIR%%/Backup -%%DATADIR%%/Startmux -%%DATADIR%%/_backupflat.sh -%%DATADIR%%/data/db_check -%%DATADIR%%/data/db_load -%%DATADIR%%/data/db_unload -%%DATADIR%%/data/netmux.db -%%DATADIR%%/text/badsite.txt -%%DATADIR%%/text/connect.txt -%%DATADIR%%/text/create_reg.txt -%%DATADIR%%/text/down.txt -%%DATADIR%%/text/full.txt -%%DATADIR%%/text/guest.txt -%%DATADIR%%/text/help.txt -%%DATADIR%%/text/motd.txt -%%DATADIR%%/text/news.txt -%%DATADIR%%/text/newuser.txt -%%DATADIR%%/text/plushelp.txt -%%DATADIR%%/text/quit.txt -%%DATADIR%%/text/register.txt -%%DATADIR%%/text/staffhelp.txt -%%DATADIR%%/text/wizhelp.txt -%%DATADIR%%/text/wizmotd.txt -%%DATADIR%%/text/wiznews.txt diff --git a/games/voxelands-server/Makefile b/games/voxelands-server/Makefile deleted file mode 100644 index 1608f7a2a1f..00000000000 --- a/games/voxelands-server/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -PKGNAMESUFFIX= -server -OPTIONS_SLAVE= SERVER -OPTIONS_EXCLUDE=CLIENT NLS SOUND -COMMENT= Server component for Voxelands -MASTERDIR= ${.CURDIR}/../voxelands - -.include "${MASTERDIR}/Makefile" diff --git a/games/voxelands-server/pkg-descr b/games/voxelands-server/pkg-descr deleted file mode 100644 index fe3b5595a8a..00000000000 --- a/games/voxelands-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Server component for Voxelands. - -Voxelands is a sandbox construction game based on Minetest, which was -inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts -players in a fully destructible 3D game world where they can place and dig -numerous types of blocks, items and creatures using a variety of tools. diff --git a/games/voxelands/Makefile b/games/voxelands/Makefile deleted file mode 100644 index 424d9e83800..00000000000 --- a/games/voxelands/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# $FreeBSD$ - -PORTNAME= voxelands -PORTVERSION= 1604.00 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= http://voxelands.com/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= dcmenche@gmail.com -COMMENT?= Fun-Focused voxel world game - -LICENSE= GPLv3+ - -BROKEN= fails to build -BROKEN_powerpc64= fails to link: sibling call optimization does not allow automatic multiple TOCs -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht \ - libfreetype.so:print/freetype2 - -USES= cmake:insource tar:bzip2 -LLD_UNSAFE= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -OPTIONS_SUB= yes - -OPTIONS_DEFINE= NLS SOUND SQLITE3 DOCS -OPTIONS_MULTI= BINARIES -OPTIONS_MULTI_BINARIES= CLIENT SERVER - -OPTIONS_DEFAULT= SOUND CLIENT SERVER - -OPTIONS_SLAVE?= CLIENT -OPTIONS_EXCLUDE?= SERVER - -SOUND_DESC= Enable menu background music and in-game sound effects -SQLITE3_DESC= Use bundled SQLite3 instead of databases/sqlite3 - -CLIENT_CMAKE_BOOL= BUILD_CLIENT -CLIENT_LIB_DEPENDS= libpng.so:graphics/png -CLIENT_USE= xorg=x11,xxf86vm gl=gl -CLIENT_USES= jpeg -NLS_USES= gettext -NLS_CMAKE_BOOL= GETTEXT_FOUND -SERVER_CMAKE_BOOL= BUILD_SERVER -SQLITE3_CMAKE_ON= -DSQLITE3_INCLUDE_DIR=SQLITE3_INCLUDE_DIR-NOTFOUND \ - SQLITE3_LIBRARY=SQLITE3_LIBRARY-NOTFOUND -SQLITE3_LIB_DEPENDS_OFF=libsqlite3.so:databases/sqlite3 -SOUND_CMAKE_BOOL= ENABLE_AUDIO -SOUND_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ - libogg.so:audio/libogg \ - libopenal.so:audio/openal-soft - -.include diff --git a/games/voxelands/distinfo b/games/voxelands/distinfo deleted file mode 100644 index aa67f9944e0..00000000000 --- a/games/voxelands/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1477789212 -SHA256 (voxelands-1604.00-src.tar.bz2) = 411453c3271bd4cf2ff464a0ba006e2b63157d687a4f6331b28336d5038c8e20 -SIZE (voxelands-1604.00-src.tar.bz2) = 10739562 diff --git a/games/voxelands/files/patch-CMakeLists.txt b/games/voxelands/files/patch-CMakeLists.txt deleted file mode 100644 index e0b95ae8d1a..00000000000 --- a/games/voxelands/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2016-10-29 06:01:08 UTC -+++ CMakeLists.txt -@@ -80,7 +80,7 @@ elseif(UNIX) # Linux, BSD etc - set(SHAREDIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}") - set(BINDIR "${CMAKE_INSTALL_PREFIX}/bin") - set(DOCDIR "${CMAKE_INSTALL_PREFIX}/share/doc/${PROJECT_NAME}") -- set(MANDIR "${CMAKE_INSTALL_PREFIX}/share/man") -+ set(MANDIR "${CMAKE_INSTALL_PREFIX}/man") - set(EXAMPLE_CONF_DIR ${DOCDIR}) - set(XDG_APPS_DIR "${CMAKE_INSTALL_PREFIX}/share/applications") - set(APPDATADIR "${CMAKE_INSTALL_PREFIX}/share/appdata") diff --git a/games/voxelands/pkg-descr b/games/voxelands/pkg-descr deleted file mode 100644 index 10e24acacf0..00000000000 --- a/games/voxelands/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Voxelands is a sandbox construction game based on Minetest, which was -inspired by earlier "voxel world" games such as Infiniminer. Gameplay puts -players in a fully destructible 3D game world where they can place and dig -numerous types of blocks, items and creatures using a variety of tools. diff --git a/games/voxelands/pkg-plist b/games/voxelands/pkg-plist deleted file mode 100644 index 50bf0ce63f2..00000000000 --- a/games/voxelands/pkg-plist +++ /dev/null @@ -1,1317 +0,0 @@ -%%CLIENT%%bin/voxelands -%%SERVER%%bin/voxelands-server -%%CLIENT%%share/appdata/voxelands.appdata.xml -%%CLIENT%%share/applications/voxelands.desktop -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/changelog.txt -%%PORTDOCS%%%%DOCSDIR%%/voxelands.conf.example -%%CLIENT%%share/icons/hicolor/128x128/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/16x16/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/192x192/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/22x22/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/24x24/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/32x32/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/48x48/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/64x64/apps/voxelands.png -%%CLIENT%%share/icons/hicolor/scalable/apps/voxelands.svg -%%SERVER%%man/man6/voxelands-server.6.gz -%%CLIENT%%man/man6/voxelands.6.gz -%%CLIENT%%%%DATADIR%%/fonts/liberationsans.ttf -%%SERVER%%%%DATADIR%%/html/footer.html -%%SERVER%%%%DATADIR%%/html/header.html -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/da/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/de/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/es/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/fr/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/hu/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/it/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ja/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/jbo/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/nl/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/pl/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/pt_BR/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ro/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/ru/voxelands.mo -%%CLIENT%%%%NLS%%%%DATADIR%%/locale/vi/voxelands.mo -%%CLIENT%%%%DATADIR%%/models/character.b3d -%%CLIENT%%%%DATADIR%%/models/doe.x -%%CLIENT%%%%DATADIR%%/models/dungeon_master.b3d -%%CLIENT%%%%DATADIR%%/models/fish.b3d -%%CLIENT%%%%DATADIR%%/models/kitty.b3d -%%CLIENT%%%%DATADIR%%/models/oerkki.x -%%CLIENT%%%%DATADIR%%/models/rat.x -%%CLIENT%%%%DATADIR%%/models/shark.b3d -%%CLIENT%%%%DATADIR%%/models/sheared_sheep.b3d -%%CLIENT%%%%DATADIR%%/models/sheep.b3d -%%CLIENT%%%%DATADIR%%/models/stag.b3d -%%CLIENT%%%%DATADIR%%/models/stag.x -%%CLIENT%%%%DATADIR%%/models/wolf.b3d -%%CLIENT%%%%DATADIR%%/sounds/bg_charcreator.ogg -%%CLIENT%%%%DATADIR%%/sounds/bg_mainmenu.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_dirt.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_glass.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_liquid.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_miss.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_mob.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_plant.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_stone.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/dig_wood.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_doorclose.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_dooropen.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_fire.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_lava.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_piston.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_steam.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_teleport.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_tnt.ogg -%%CLIENT%%%%DATADIR%%/sounds/env_water.ogg -%%CLIENT%%%%DATADIR%%/sounds/low_energy_F.ogg -%%CLIENT%%%%DATADIR%%/sounds/low_energy_M.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_deer_env.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_ducksheep_env.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_kitty_env.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_oerkki_spawn.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_sheep_env.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_hit.ogg -%%CLIENT%%%%DATADIR%%/sounds/mob_wolf_spawn.ogg -%%CLIENT%%%%DATADIR%%/sounds/open_book.ogg -%%CLIENT%%%%DATADIR%%/sounds/open_chest.ogg -%%CLIENT%%%%DATADIR%%/sounds/open_menu.ogg -%%CLIENT%%%%DATADIR%%/sounds/place_liquid.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/place_node.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/place_node.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/place_node.3.ogg -%%CLIENT%%%%DATADIR%%/sounds/player_hurt_F.ogg -%%CLIENT%%%%DATADIR%%/sounds/player_hurt_M.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_dirt.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_dirt.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_glass.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_grass.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_grass.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_liquid.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_liquid.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_plant.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_plant.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_stone.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_stone.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_stone.3.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_stone.4.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_wood.1.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_wood.2.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_wood.3.ogg -%%CLIENT%%%%DATADIR%%/sounds/step_wood.4.ogg -%%CLIENT%%%%DATADIR%%/sounds/use_drink.ogg -%%CLIENT%%%%DATADIR%%/sounds/use_eat.ogg -%%CLIENT%%%%DATADIR%%/sounds/wield_item.ogg -%%CLIENT%%%%DATADIR%%/textures/apple.png -%%CLIENT%%%%DATADIR%%/textures/apple_blossom.png -%%CLIENT%%%%DATADIR%%/textures/apple_iron.png -%%CLIENT%%%%DATADIR%%/textures/apple_leaves.png -%%CLIENT%%%%DATADIR%%/textures/apple_pie.png -%%CLIENT%%%%DATADIR%%/textures/apple_pie_raw.png -%%CLIENT%%%%DATADIR%%/textures/apple_pie_slice.png -%%CLIENT%%%%DATADIR%%/textures/apple_sapling.png -%%CLIENT%%%%DATADIR%%/textures/apple_tree.png -%%CLIENT%%%%DATADIR%%/textures/apple_tree_top.png -%%CLIENT%%%%DATADIR%%/textures/arrow.png -%%CLIENT%%%%DATADIR%%/textures/ash.png -%%CLIENT%%%%DATADIR%%/textures/bed_black_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_blue_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_bottom.png -%%CLIENT%%%%DATADIR%%/textures/bed_camp_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_camp_top.png -%%CLIENT%%%%DATADIR%%/textures/bed_end.png -%%CLIENT%%%%DATADIR%%/textures/bed_green_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_head.png -%%CLIENT%%%%DATADIR%%/textures/bed_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_orange_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_purple_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_red_inv.png -%%CLIENT%%%%DATADIR%%/textures/bed_side.png -%%CLIENT%%%%DATADIR%%/textures/bed_side_head.png -%%CLIENT%%%%DATADIR%%/textures/bed_top.png -%%CLIENT%%%%DATADIR%%/textures/bed_yellow_inv.png -%%CLIENT%%%%DATADIR%%/textures/body_feet.png -%%CLIENT%%%%DATADIR%%/textures/body_hands.png -%%CLIENT%%%%DATADIR%%/textures/body_head.png -%%CLIENT%%%%DATADIR%%/textures/body_larm.png -%%CLIENT%%%%DATADIR%%/textures/body_lleg.png -%%CLIENT%%%%DATADIR%%/textures/body_rarm.png -%%CLIENT%%%%DATADIR%%/textures/body_rleg.png -%%CLIENT%%%%DATADIR%%/textures/body_torso.png -%%CLIENT%%%%DATADIR%%/textures/book_cook_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_cook_end.png -%%CLIENT%%%%DATADIR%%/textures/book_cook_side.png -%%CLIENT%%%%DATADIR%%/textures/book_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_craft_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_craft_end.png -%%CLIENT%%%%DATADIR%%/textures/book_craft_side.png -%%CLIENT%%%%DATADIR%%/textures/book_decraft_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_decraft_end.png -%%CLIENT%%%%DATADIR%%/textures/book_decraft_side.png -%%CLIENT%%%%DATADIR%%/textures/book_diary_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_diary_end.png -%%CLIENT%%%%DATADIR%%/textures/book_diary_side.png -%%CLIENT%%%%DATADIR%%/textures/book_end.png -%%CLIENT%%%%DATADIR%%/textures/book_rcraft_cover.png -%%CLIENT%%%%DATADIR%%/textures/book_rcraft_end.png -%%CLIENT%%%%DATADIR%%/textures/book_rcraft_side.png -%%CLIENT%%%%DATADIR%%/textures/book_side.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_book.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_book_top.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_front.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_front.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_side.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_jungle_top.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_front.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_side.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_pine_top.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_side.png -%%CLIENT%%%%DATADIR%%/textures/bookshelf_top.png -%%CLIENT%%%%DATADIR%%/textures/borderstone.png -%%CLIENT%%%%DATADIR%%/textures/bread.png -%%CLIENT%%%%DATADIR%%/textures/brick.png -%%CLIENT%%%%DATADIR%%/textures/brick_bottom.png -%%CLIENT%%%%DATADIR%%/textures/brick_side.png -%%CLIENT%%%%DATADIR%%/textures/brick_slab_bottom.png -%%CLIENT%%%%DATADIR%%/textures/brick_slab_top.png -%%CLIENT%%%%DATADIR%%/textures/brick_stair_front.png -%%CLIENT%%%%DATADIR%%/textures/brick_stair_top.png -%%CLIENT%%%%DATADIR%%/textures/brick_top.png -%%CLIENT%%%%DATADIR%%/textures/bubble.png -%%CLIENT%%%%DATADIR%%/textures/bucket_lava.png -%%CLIENT%%%%DATADIR%%/textures/bucket_water.png -%%CLIENT%%%%DATADIR%%/textures/cactus_blossom.png -%%CLIENT%%%%DATADIR%%/textures/cactus_flower.png -%%CLIENT%%%%DATADIR%%/textures/cactus_fruit.png -%%CLIENT%%%%DATADIR%%/textures/cactus_side.png -%%CLIENT%%%%DATADIR%%/textures/cactus_top.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_black.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_blue.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_green.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_orange.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_purple.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_red.png -%%CLIENT%%%%DATADIR%%/textures/canvas_sheet_yellow.png -%%CLIENT%%%%DATADIR%%/textures/carrot_cake.png -%%CLIENT%%%%DATADIR%%/textures/carrot_cake_raw.png -%%CLIENT%%%%DATADIR%%/textures/cauldron_inner.png -%%CLIENT%%%%DATADIR%%/textures/cauldron_outer.png -%%CLIENT%%%%DATADIR%%/textures/character.png -%%CLIENT%%%%DATADIR%%/textures/charcoal.png -%%CLIENT%%%%DATADIR%%/textures/chest_creative.png -%%CLIENT%%%%DATADIR%%/textures/chest_front.png -%%CLIENT%%%%DATADIR%%/textures/chest_lock.png -%%CLIENT%%%%DATADIR%%/textures/chest_side.png -%%CLIENT%%%%DATADIR%%/textures/chest_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_gate.png -%%CLIENT%%%%DATADIR%%/textures/circuit_gate_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_lamp.png -%%CLIENT%%%%DATADIR%%/textures/circuit_lamp_on.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_active.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_bottom.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_arm_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_bottom.png -%%CLIENT%%%%DATADIR%%/textures/circuit_piston_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_reactor.png -%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_bottom.png -%%CLIENT%%%%DATADIR%%/textures/circuit_reactor_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_repeater.png -%%CLIENT%%%%DATADIR%%/textures/circuit_repeater_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_solarpanel_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_stickypiston_arm_top.png -%%CLIENT%%%%DATADIR%%/textures/circuit_switch_active_front.png -%%CLIENT%%%%DATADIR%%/textures/circuit_switch_front.png -%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel.png -%%CLIENT%%%%DATADIR%%/textures/circuit_waterwheel_side.png -%%CLIENT%%%%DATADIR%%/textures/clay.png -%%CLIENT%%%%DATADIR%%/textures/clay_black.png -%%CLIENT%%%%DATADIR%%/textures/clay_blue.png -%%CLIENT%%%%DATADIR%%/textures/clay_brick.png -%%CLIENT%%%%DATADIR%%/textures/clay_green.png -%%CLIENT%%%%DATADIR%%/textures/clay_orange.png -%%CLIENT%%%%DATADIR%%/textures/clay_purple.png -%%CLIENT%%%%DATADIR%%/textures/clay_red.png -%%CLIENT%%%%DATADIR%%/textures/clay_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clock.png -%%CLIENT%%%%DATADIR%%/textures/clock_front.png -%%CLIENT%%%%DATADIR%%/textures/clock_numbers.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_belt_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_boots_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_hat_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_helmet_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_jacket_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_gold.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_iron.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_quartz.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_silver.png -%%CLIENT%%%%DATADIR%%/textures/clothes_medallion_tin.png -%%CLIENT%%%%DATADIR%%/textures/clothes_necklace_leather.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_pants_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_belt_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_boots_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_hat_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_helmet_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_jacket_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_gold.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_iron.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_quartz.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_silver.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_medallion_tin.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_necklace_leather.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_pants_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shirt_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shoes_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_shorts_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceboots.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacehelmet.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_spacepants.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_spaceshirt.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tie_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_player_tshirt_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_copper.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_fur.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_space.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shirt_steel.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_canvas_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_brown.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shoes_leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_shorts_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_spaceboots.png -%%CLIENT%%%%DATADIR%%/textures/clothes_spacehelmet.png -%%CLIENT%%%%DATADIR%%/textures/clothes_spacepants.png -%%CLIENT%%%%DATADIR%%/textures/clothes_spaceshirt.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tie_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_white.png -%%CLIENT%%%%DATADIR%%/textures/clothes_tshirt_cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/cloud.png -%%CLIENT%%%%DATADIR%%/textures/coal.png -%%CLIENT%%%%DATADIR%%/textures/cobble.png -%%CLIENT%%%%DATADIR%%/textures/coffee_bean.png -%%CLIENT%%%%DATADIR%%/textures/coffee_beans.png -%%CLIENT%%%%DATADIR%%/textures/conifer_leaves.png -%%CLIENT%%%%DATADIR%%/textures/conifer_sapling.png -%%CLIENT%%%%DATADIR%%/textures/conifer_tree.png -%%CLIENT%%%%DATADIR%%/textures/conifer_tree_top.png -%%CLIENT%%%%DATADIR%%/textures/cooked_fish.png -%%CLIENT%%%%DATADIR%%/textures/cooked_meat.png -%%CLIENT%%%%DATADIR%%/textures/cooked_rat.png -%%CLIENT%%%%DATADIR%%/textures/copper_block.png -%%CLIENT%%%%DATADIR%%/textures/copper_ingot.png -%%CLIENT%%%%DATADIR%%/textures/copper_wire.png -%%CLIENT%%%%DATADIR%%/textures/copper_wire_inv.png -%%CLIENT%%%%DATADIR%%/textures/cotton.png -%%CLIENT%%%%DATADIR%%/textures/cotton_black.png -%%CLIENT%%%%DATADIR%%/textures/cotton_blue.png -%%CLIENT%%%%DATADIR%%/textures/cotton_green.png -%%CLIENT%%%%DATADIR%%/textures/cotton_orange.png -%%CLIENT%%%%DATADIR%%/textures/cotton_purple.png -%%CLIENT%%%%DATADIR%%/textures/cotton_red.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_black.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_blue.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_green.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_orange.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_purple.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_red.png -%%CLIENT%%%%DATADIR%%/textures/cotton_sheet_yellow.png -%%CLIENT%%%%DATADIR%%/textures/cotton_yellow.png -%%CLIENT%%%%DATADIR%%/textures/crack.png -%%CLIENT%%%%DATADIR%%/textures/crosshair_focused.png -%%CLIENT%%%%DATADIR%%/textures/crosshair_unfocused.png -%%CLIENT%%%%DATADIR%%/textures/crowbar.png -%%CLIENT%%%%DATADIR%%/textures/dead_vine.png -%%CLIENT%%%%DATADIR%%/textures/deadgrass.png -%%CLIENT%%%%DATADIR%%/textures/dirt.png -%%CLIENT%%%%DATADIR%%/textures/door_glass_b.png -%%CLIENT%%%%DATADIR%%/textures/door_glass_inv.png -%%CLIENT%%%%DATADIR%%/textures/door_glass_t.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_b.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_inv.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_t.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_w_inv.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_wb.png -%%CLIENT%%%%DATADIR%%/textures/door_steel_wt.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_b.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_inv.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_t.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_w_inv.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_wb.png -%%CLIENT%%%%DATADIR%%/textures/door_wood_wt.png -%%CLIENT%%%%DATADIR%%/textures/dough.png -%%CLIENT%%%%DATADIR%%/textures/drink_apple.png -%%CLIENT%%%%DATADIR%%/textures/drink_grape.png -%%CLIENT%%%%DATADIR%%/textures/drink_water.png -%%CLIENT%%%%DATADIR%%/textures/dye_black.png -%%CLIENT%%%%DATADIR%%/textures/dye_blue.png -%%CLIENT%%%%DATADIR%%/textures/dye_green.png -%%CLIENT%%%%DATADIR%%/textures/dye_orange.png -%%CLIENT%%%%DATADIR%%/textures/dye_purple.png -%%CLIENT%%%%DATADIR%%/textures/dye_red.png -%%CLIENT%%%%DATADIR%%/textures/dye_white.png -%%CLIENT%%%%DATADIR%%/textures/dye_yellow.png -%%CLIENT%%%%DATADIR%%/textures/energy.png -%%CLIENT%%%%DATADIR%%/textures/farm_beetroot.png -%%CLIENT%%%%DATADIR%%/textures/farm_carrot.png -%%CLIENT%%%%DATADIR%%/textures/farm_cotton.png -%%CLIENT%%%%DATADIR%%/textures/farm_grapevine.png -%%CLIENT%%%%DATADIR%%/textures/farm_melon.png -%%CLIENT%%%%DATADIR%%/textures/farm_melon_top.png -%%CLIENT%%%%DATADIR%%/textures/farm_potato.png -%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin.png -%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_jack.png -%%CLIENT%%%%DATADIR%%/textures/farm_pumpkin_top.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_beetroot.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_carrot.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_coffee.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_cotton.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_grape.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_melon.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_potato.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_pumpkin.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_tea.png -%%CLIENT%%%%DATADIR%%/textures/farm_seeds_wheat.png -%%CLIENT%%%%DATADIR%%/textures/farm_wheat.png -%%CLIENT%%%%DATADIR%%/textures/fence.png -%%CLIENT%%%%DATADIR%%/textures/fence_jungle.png -%%CLIENT%%%%DATADIR%%/textures/fence_jungle_top.png -%%CLIENT%%%%DATADIR%%/textures/fence_pine.png -%%CLIENT%%%%DATADIR%%/textures/fence_pine_top.png -%%CLIENT%%%%DATADIR%%/textures/fence_steel.png -%%CLIENT%%%%DATADIR%%/textures/fence_steel_top.png -%%CLIENT%%%%DATADIR%%/textures/fence_top.png -%%CLIENT%%%%DATADIR%%/textures/fertilizer.png -%%CLIENT%%%%DATADIR%%/textures/fertilizer_item.png -%%CLIENT%%%%DATADIR%%/textures/fire.png -%%CLIENT%%%%DATADIR%%/textures/firefly.png -%%CLIENT%%%%DATADIR%%/textures/fish.png -%%CLIENT%%%%DATADIR%%/textures/flag.png -%%CLIENT%%%%DATADIR%%/textures/flag_black.png -%%CLIENT%%%%DATADIR%%/textures/flag_blue.png -%%CLIENT%%%%DATADIR%%/textures/flag_green.png -%%CLIENT%%%%DATADIR%%/textures/flag_orange.png -%%CLIENT%%%%DATADIR%%/textures/flag_purple.png -%%CLIENT%%%%DATADIR%%/textures/flag_red.png -%%CLIENT%%%%DATADIR%%/textures/flag_yellow.png -%%CLIENT%%%%DATADIR%%/textures/flame.png -%%CLIENT%%%%DATADIR%%/textures/flare.png -%%CLIENT%%%%DATADIR%%/textures/flash.png -%%CLIENT%%%%DATADIR%%/textures/flour.png -%%CLIENT%%%%DATADIR%%/textures/flower_daffodil.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot_bottom.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_bottom.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot_raw_top.png -%%CLIENT%%%%DATADIR%%/textures/flower_pot_top.png -%%CLIENT%%%%DATADIR%%/textures/flower_rose.png -%%CLIENT%%%%DATADIR%%/textures/flower_stem.png -%%CLIENT%%%%DATADIR%%/textures/flower_tulip.png -%%CLIENT%%%%DATADIR%%/textures/fontlucida.png -%%CLIENT%%%%DATADIR%%/textures/footsteps.png -%%CLIENT%%%%DATADIR%%/textures/forge_bottom.png -%%CLIENT%%%%DATADIR%%/textures/forge_fire.png -%%CLIENT%%%%DATADIR%%/textures/forge_side.png -%%CLIENT%%%%DATADIR%%/textures/forge_top.png -%%CLIENT%%%%DATADIR%%/textures/fur.png -%%CLIENT%%%%DATADIR%%/textures/fur_black.png -%%CLIENT%%%%DATADIR%%/textures/fur_blue.png -%%CLIENT%%%%DATADIR%%/textures/fur_green.png -%%CLIENT%%%%DATADIR%%/textures/fur_orange.png -%%CLIENT%%%%DATADIR%%/textures/fur_purple.png -%%CLIENT%%%%DATADIR%%/textures/fur_red.png -%%CLIENT%%%%DATADIR%%/textures/fur_white.png -%%CLIENT%%%%DATADIR%%/textures/fur_yellow.png -%%CLIENT%%%%DATADIR%%/textures/furnace_back.png -%%CLIENT%%%%DATADIR%%/textures/furnace_front.png -%%CLIENT%%%%DATADIR%%/textures/furnace_lock.png -%%CLIENT%%%%DATADIR%%/textures/furnace_side.png -%%CLIENT%%%%DATADIR%%/textures/furnace_top.png -%%CLIENT%%%%DATADIR%%/textures/gate_steel_inv.png -%%CLIENT%%%%DATADIR%%/textures/gate_wood_inv.png -%%CLIENT%%%%DATADIR%%/textures/gem_bg.png -%%CLIENT%%%%DATADIR%%/textures/glass.png -%%CLIENT%%%%DATADIR%%/textures/glass_bottle.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_black_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_blue_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_green_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_orange_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_purple_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_red_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_pane_yellow_side.png -%%CLIENT%%%%DATADIR%%/textures/glass_slab.png -%%CLIENT%%%%DATADIR%%/textures/glasslight.png -%%CLIENT%%%%DATADIR%%/textures/gold_block.png -%%CLIENT%%%%DATADIR%%/textures/gold_ingot.png -%%CLIENT%%%%DATADIR%%/textures/grass.png -%%CLIENT%%%%DATADIR%%/textures/grass_autumn.png -%%CLIENT%%%%DATADIR%%/textures/grass_corner.png -%%CLIENT%%%%DATADIR%%/textures/grass_corner_autumn.png -%%CLIENT%%%%DATADIR%%/textures/grass_corner_jungle.png -%%CLIENT%%%%DATADIR%%/textures/grass_corner_spring.png -%%CLIENT%%%%DATADIR%%/textures/grass_growing.png -%%CLIENT%%%%DATADIR%%/textures/grass_growing_autumn.png -%%CLIENT%%%%DATADIR%%/textures/grass_growing_jungle.png -%%CLIENT%%%%DATADIR%%/textures/grass_jungle.png -%%CLIENT%%%%DATADIR%%/textures/grass_side.png -%%CLIENT%%%%DATADIR%%/textures/grass_side_autumn.png -%%CLIENT%%%%DATADIR%%/textures/grass_side_jungle.png -%%CLIENT%%%%DATADIR%%/textures/gravel.png -%%CLIENT%%%%DATADIR%%/textures/guide_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_cook_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_cook_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_cook_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_cook_top.png -%%CLIENT%%%%DATADIR%%/textures/guide_craft_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_craft_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_craft_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_craft_top.png -%%CLIENT%%%%DATADIR%%/textures/guide_decraft_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_decraft_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_decraft_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_decraft_top.png -%%CLIENT%%%%DATADIR%%/textures/guide_diary_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_diary_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_diary_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_diary_top.png -%%CLIENT%%%%DATADIR%%/textures/guide_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_bottom.png -%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_end.png -%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_rcraft_top.png -%%CLIENT%%%%DATADIR%%/textures/guide_side.png -%%CLIENT%%%%DATADIR%%/textures/guide_top.png -%%CLIENT%%%%DATADIR%%/textures/gunpowder.png -%%CLIENT%%%%DATADIR%%/textures/harvested_beetroot.png -%%CLIENT%%%%DATADIR%%/textures/harvested_carrot.png -%%CLIENT%%%%DATADIR%%/textures/harvested_grape.png -%%CLIENT%%%%DATADIR%%/textures/harvested_potato.png -%%CLIENT%%%%DATADIR%%/textures/harvested_wheat.png -%%CLIENT%%%%DATADIR%%/textures/hatch_steel.png -%%CLIENT%%%%DATADIR%%/textures/hatch_steel_inv.png -%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w.png -%%CLIENT%%%%DATADIR%%/textures/hatch_steel_w_inv.png -%%CLIENT%%%%DATADIR%%/textures/hatch_wood.png -%%CLIENT%%%%DATADIR%%/textures/hatch_wood_inv.png -%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w.png -%%CLIENT%%%%DATADIR%%/textures/hatch_wood_w_inv.png -%%CLIENT%%%%DATADIR%%/textures/hay_bale.png -%%CLIENT%%%%DATADIR%%/textures/heart.png -%%CLIENT%%%%DATADIR%%/textures/ice.png -%%CLIENT%%%%DATADIR%%/textures/incinerator_back.png -%%CLIENT%%%%DATADIR%%/textures/incinerator_front.png -%%CLIENT%%%%DATADIR%%/textures/incinerator_side.png -%%CLIENT%%%%DATADIR%%/textures/incinerator_top.png -%%CLIENT%%%%DATADIR%%/textures/ingot_bg.png -%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_fast.png -%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_flame.png -%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_longlast.png -%%CLIENT%%%%DATADIR%%/textures/ingot_overlay_more.png -%%CLIENT%%%%DATADIR%%/textures/inventory.png -%%CLIENT%%%%DATADIR%%/textures/inventory_full.png -%%CLIENT%%%%DATADIR%%/textures/inventory_max.png -%%CLIENT%%%%DATADIR%%/textures/jungle_plank.png -%%CLIENT%%%%DATADIR%%/textures/junglegrass.png -%%CLIENT%%%%DATADIR%%/textures/junglegrass_leaf.png -%%CLIENT%%%%DATADIR%%/textures/jungleleaves.png -%%CLIENT%%%%DATADIR%%/textures/junglesapling.png -%%CLIENT%%%%DATADIR%%/textures/jungletree.png -%%CLIENT%%%%DATADIR%%/textures/jungletree_top.png -%%CLIENT%%%%DATADIR%%/textures/junglewood.png -%%CLIENT%%%%DATADIR%%/textures/ladder-old.png -%%CLIENT%%%%DATADIR%%/textures/ladder.png -%%CLIENT%%%%DATADIR%%/textures/lava.png -%%CLIENT%%%%DATADIR%%/textures/leaf_big.png -%%CLIENT%%%%DATADIR%%/textures/leather.png -%%CLIENT%%%%DATADIR%%/textures/leather_black.png -%%CLIENT%%%%DATADIR%%/textures/leather_blue.png -%%CLIENT%%%%DATADIR%%/textures/leather_green.png -%%CLIENT%%%%DATADIR%%/textures/leather_orange.png -%%CLIENT%%%%DATADIR%%/textures/leather_purple.png -%%CLIENT%%%%DATADIR%%/textures/leather_red.png -%%CLIENT%%%%DATADIR%%/textures/leather_white.png -%%CLIENT%%%%DATADIR%%/textures/leather_yellow.png -%%CLIENT%%%%DATADIR%%/textures/leaves.png -%%CLIENT%%%%DATADIR%%/textures/leaves_autumn.png -%%CLIENT%%%%DATADIR%%/textures/leaves_snowy.png -%%CLIENT%%%%DATADIR%%/textures/leaves_winter.png -%%CLIENT%%%%DATADIR%%/textures/life_support.png -%%CLIENT%%%%DATADIR%%/textures/life_support_bottom.png -%%CLIENT%%%%DATADIR%%/textures/life_support_top.png -%%CLIENT%%%%DATADIR%%/textures/limestone.png -%%CLIENT%%%%DATADIR%%/textures/low_air.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_amethyst.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_ash.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_charcoal.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_clay.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_coal.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_copper.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_flint.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_gold.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_iron.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_quartz.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_ruby.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_sapphire.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_silver.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_sunstone.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_tin.png -%%CLIENT%%%%DATADIR%%/textures/lump_of_turquoise.png -%%CLIENT%%%%DATADIR%%/textures/marble.png -%%CLIENT%%%%DATADIR%%/textures/meat.png -%%CLIENT%%%%DATADIR%%/textures/melon_slice.png -%%CLIENT%%%%DATADIR%%/textures/menulogo.png -%%CLIENT%%%%DATADIR%%/textures/mineral_amethyst.png -%%CLIENT%%%%DATADIR%%/textures/mineral_coal.png -%%CLIENT%%%%DATADIR%%/textures/mineral_copper.png -%%CLIENT%%%%DATADIR%%/textures/mineral_gold.png -%%CLIENT%%%%DATADIR%%/textures/mineral_iron.png -%%CLIENT%%%%DATADIR%%/textures/mineral_mithril.png -%%CLIENT%%%%DATADIR%%/textures/mineral_quartz.png -%%CLIENT%%%%DATADIR%%/textures/mineral_ruby.png -%%CLIENT%%%%DATADIR%%/textures/mineral_salt.png -%%CLIENT%%%%DATADIR%%/textures/mineral_sapphire.png -%%CLIENT%%%%DATADIR%%/textures/mineral_silver.png -%%CLIENT%%%%DATADIR%%/textures/mineral_sunstone.png -%%CLIENT%%%%DATADIR%%/textures/mineral_tin.png -%%CLIENT%%%%DATADIR%%/textures/mineral_turquoise.png -%%CLIENT%%%%DATADIR%%/textures/mithril_block.png -%%CLIENT%%%%DATADIR%%/textures/mithril_dust.png -%%CLIENT%%%%DATADIR%%/textures/mithril_raw.png -%%CLIENT%%%%DATADIR%%/textures/mithril_unbound.png -%%CLIENT%%%%DATADIR%%/textures/mithril_wire.png -%%CLIENT%%%%DATADIR%%/textures/mob_arrow.png -%%CLIENT%%%%DATADIR%%/textures/mob_doe.png -%%CLIENT%%%%DATADIR%%/textures/mob_dungeon_master.png -%%CLIENT%%%%DATADIR%%/textures/mob_fireball.png -%%CLIENT%%%%DATADIR%%/textures/mob_firefly.png -%%CLIENT%%%%DATADIR%%/textures/mob_fish.png -%%CLIENT%%%%DATADIR%%/textures/mob_kitty_gingertabby.png -%%CLIENT%%%%DATADIR%%/textures/mob_kitty_greytabby.png -%%CLIENT%%%%DATADIR%%/textures/mob_kitty_siamese.png -%%CLIENT%%%%DATADIR%%/textures/mob_kitty_white.png -%%CLIENT%%%%DATADIR%%/textures/mob_oerkki.png -%%CLIENT%%%%DATADIR%%/textures/mob_rat.png -%%CLIENT%%%%DATADIR%%/textures/mob_shark.png -%%CLIENT%%%%DATADIR%%/textures/mob_sheared_sheep.png -%%CLIENT%%%%DATADIR%%/textures/mob_sheep.png -%%CLIENT%%%%DATADIR%%/textures/mob_stag.png -%%CLIENT%%%%DATADIR%%/textures/mob_tamestag.png -%%CLIENT%%%%DATADIR%%/textures/mob_tamewolf.png -%%CLIENT%%%%DATADIR%%/textures/mob_wolf.png -%%CLIENT%%%%DATADIR%%/textures/moon.png -%%CLIENT%%%%DATADIR%%/textures/mossycobble.png -%%CLIENT%%%%DATADIR%%/textures/mud.png -%%CLIENT%%%%DATADIR%%/textures/mush.png -%%CLIENT%%%%DATADIR%%/textures/nc_back.png -%%CLIENT%%%%DATADIR%%/textures/nc_front.png -%%CLIENT%%%%DATADIR%%/textures/nc_rb.png -%%CLIENT%%%%DATADIR%%/textures/nc_side.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_black.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_blue.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_green.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_orange.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_purple.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_red.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_space.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_white.png -%%CLIENT%%%%DATADIR%%/textures/oerkki_dust_yellow.png -%%CLIENT%%%%DATADIR%%/textures/painting.png -%%CLIENT%%%%DATADIR%%/textures/painting_blue.png -%%CLIENT%%%%DATADIR%%/textures/painting_canvas.png -%%CLIENT%%%%DATADIR%%/textures/painting_green.png -%%CLIENT%%%%DATADIR%%/textures/painting_red.png -%%CLIENT%%%%DATADIR%%/textures/painting_white.png -%%CLIENT%%%%DATADIR%%/textures/paper.png -%%CLIENT%%%%DATADIR%%/textures/papyrus.png -%%CLIENT%%%%DATADIR%%/textures/parcel.png -%%CLIENT%%%%DATADIR%%/textures/parcel_bottom.png -%%CLIENT%%%%DATADIR%%/textures/parcel_top.png -%%CLIENT%%%%DATADIR%%/textures/pine.png -%%CLIENT%%%%DATADIR%%/textures/pine_plank.png -%%CLIENT%%%%DATADIR%%/textures/plant_coffee.png -%%CLIENT%%%%DATADIR%%/textures/plant_tea.png -%%CLIENT%%%%DATADIR%%/textures/potato_starch.png -%%CLIENT%%%%DATADIR%%/textures/pressureplate_stone_top.png -%%CLIENT%%%%DATADIR%%/textures/pressureplate_wood_top.png -%%CLIENT%%%%DATADIR%%/textures/progress_ring.png -%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie.png -%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_raw.png -%%CLIENT%%%%DATADIR%%/textures/pumpkin_pie_slice.png -%%CLIENT%%%%DATADIR%%/textures/pumpkin_slice.png -%%CLIENT%%%%DATADIR%%/textures/quartz_block.png -%%CLIENT%%%%DATADIR%%/textures/quartz_dust.png -%%CLIENT%%%%DATADIR%%/textures/rail.png -%%CLIENT%%%%DATADIR%%/textures/rat.png -%%CLIENT%%%%DATADIR%%/textures/resin.png -%%CLIENT%%%%DATADIR%%/textures/ringbg.png -%%CLIENT%%%%DATADIR%%/textures/roast_potato.png -%%CLIENT%%%%DATADIR%%/textures/rooftile_asphalt.png -%%CLIENT%%%%DATADIR%%/textures/rooftile_stone.png -%%CLIENT%%%%DATADIR%%/textures/rooftile_terracotta.png -%%CLIENT%%%%DATADIR%%/textures/rooftile_thatch.png -%%CLIENT%%%%DATADIR%%/textures/rooftile_wood.png -%%CLIENT%%%%DATADIR%%/textures/roughstone.png -%%CLIENT%%%%DATADIR%%/textures/roughstone_block.png -%%CLIENT%%%%DATADIR%%/textures/roughstone_brick.png -%%CLIENT%%%%DATADIR%%/textures/safe_lock.png -%%CLIENT%%%%DATADIR%%/textures/safe_side.png -%%CLIENT%%%%DATADIR%%/textures/safe_top.png -%%CLIENT%%%%DATADIR%%/textures/salt.png -%%CLIENT%%%%DATADIR%%/textures/saltpeter.png -%%CLIENT%%%%DATADIR%%/textures/sand.png -%%CLIENT%%%%DATADIR%%/textures/sand_desert.png -%%CLIENT%%%%DATADIR%%/textures/sandstone.png -%%CLIENT%%%%DATADIR%%/textures/sandstone_block.png -%%CLIENT%%%%DATADIR%%/textures/sandstone_brick.png -%%CLIENT%%%%DATADIR%%/textures/sapling.png -%%CLIENT%%%%DATADIR%%/textures/sign.png -%%CLIENT%%%%DATADIR%%/textures/sign_back.png -%%CLIENT%%%%DATADIR%%/textures/sign_back_ud.png -%%CLIENT%%%%DATADIR%%/textures/sign_front.png -%%CLIENT%%%%DATADIR%%/textures/sign_front_ud.png -%%CLIENT%%%%DATADIR%%/textures/sign_lock.png -%%CLIENT%%%%DATADIR%%/textures/sign_lock_ud.png -%%CLIENT%%%%DATADIR%%/textures/sign_wall.png -%%CLIENT%%%%DATADIR%%/textures/sign_wall_lock.png -%%CLIENT%%%%DATADIR%%/textures/silver_block.png -%%CLIENT%%%%DATADIR%%/textures/silver_ingot.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_black.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_blue.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_brown.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_green.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_orange.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_purple.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_red.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_white.png -%%CLIENT%%%%DATADIR%%/textures/skins/eyes_yellow.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_dark_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_fair_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_tanned_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_alien_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_dark_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_fair_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_tanned_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_dwarven_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_dark_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_fair_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_tanned_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_elven_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_dark_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_fair_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_tanned_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/face_human_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/gender_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/gender_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blonde_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_blue_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_brown_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_orange_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_purple_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_long_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blonde_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_blue_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_brown_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_orange_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_purple_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_medium_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blonde_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_blue_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_brown_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_orange_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_purple_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_short_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_black_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blonde_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_blue_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_brown_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_green_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_orange_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_purple_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_red_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_F.png -%%CLIENT%%%%DATADIR%%/textures/skins/hair_special_white_M.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_black.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_dark.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_fair.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_green.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_red.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_tanned.png -%%CLIENT%%%%DATADIR%%/textures/skins/skintone_white.png -%%CLIENT%%%%DATADIR%%/textures/snow.png -%%CLIENT%%%%DATADIR%%/textures/snow_ball.png -%%CLIENT%%%%DATADIR%%/textures/snow_side.png -%%CLIENT%%%%DATADIR%%/textures/snowman.png -%%CLIENT%%%%DATADIR%%/textures/snowman_front.png -%%CLIENT%%%%DATADIR%%/textures/snowman_top.png -%%CLIENT%%%%DATADIR%%/textures/spacerock.png -%%CLIENT%%%%DATADIR%%/textures/sponge.png -%%CLIENT%%%%DATADIR%%/textures/sponge_full.png -%%CLIENT%%%%DATADIR%%/textures/steam.png -%%CLIENT%%%%DATADIR%%/textures/steel_block.png -%%CLIENT%%%%DATADIR%%/textures/steel_bottle.png -%%CLIENT%%%%DATADIR%%/textures/steel_ingot.png -%%CLIENT%%%%DATADIR%%/textures/stick.png -%%CLIENT%%%%DATADIR%%/textures/stone.png -%%CLIENT%%%%DATADIR%%/textures/stone_tile.png -%%CLIENT%%%%DATADIR%%/textures/stoneblock.png -%%CLIENT%%%%DATADIR%%/textures/stonebrick.png -%%CLIENT%%%%DATADIR%%/textures/string.png -%%CLIENT%%%%DATADIR%%/textures/sun.png -%%CLIENT%%%%DATADIR%%/textures/tea_bag.png -%%CLIENT%%%%DATADIR%%/textures/tea_leaves.png -%%CLIENT%%%%DATADIR%%/textures/terracotta.png -%%CLIENT%%%%DATADIR%%/textures/terracotta_block.png -%%CLIENT%%%%DATADIR%%/textures/terracotta_brick.png -%%CLIENT%%%%DATADIR%%/textures/terracotta_tile.png -%%CLIENT%%%%DATADIR%%/textures/tin_block.png -%%CLIENT%%%%DATADIR%%/textures/tin_ingot.png -%%CLIENT%%%%DATADIR%%/textures/tnt.png -%%CLIENT%%%%DATADIR%%/textures/tnt_bottom.png -%%CLIENT%%%%DATADIR%%/textures/tnt_stick.png -%%CLIENT%%%%DATADIR%%/textures/tnt_top.png -%%CLIENT%%%%DATADIR%%/textures/tool_bow.png -%%CLIENT%%%%DATADIR%%/textures/tool_creativepick.png -%%CLIENT%%%%DATADIR%%/textures/tool_fire_starter.png -%%CLIENT%%%%DATADIR%%/textures/tool_flintaxe.png -%%CLIENT%%%%DATADIR%%/textures/tool_flintpick.png -%%CLIENT%%%%DATADIR%%/textures/tool_flintshears.png -%%CLIENT%%%%DATADIR%%/textures/tool_flintshovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_flintspear.png -%%CLIENT%%%%DATADIR%%/textures/tool_key.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_axe.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_key.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_pick.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_axe.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_pick.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_shovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_spear.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_raw_sword.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_shovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_spear.png -%%CLIENT%%%%DATADIR%%/textures/tool_mithril_sword.png -%%CLIENT%%%%DATADIR%%/textures/tool_mob_spawner.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_fast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_flame.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_longlast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_axe_more.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_fast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_flame.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_longlast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_pick_more.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_fast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_flame.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_longlast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_shovel_more.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_fast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_flame.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_longlast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_spear_more.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_dontbreak.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_fast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_flame.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_longlast.png -%%CLIENT%%%%DATADIR%%/textures/tool_overlay_sword_more.png -%%CLIENT%%%%DATADIR%%/textures/tool_smallaxe.png -%%CLIENT%%%%DATADIR%%/textures/tool_smallpick.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelaxe.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelbucket.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelpick.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelshears.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelshovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelspear.png -%%CLIENT%%%%DATADIR%%/textures/tool_steelsword.png -%%CLIENT%%%%DATADIR%%/textures/tool_stoneaxe.png -%%CLIENT%%%%DATADIR%%/textures/tool_stonepick.png -%%CLIENT%%%%DATADIR%%/textures/tool_stoneshovel.png -%%CLIENT%%%%DATADIR%%/textures/tool_stonespear.png -%%CLIENT%%%%DATADIR%%/textures/tool_stonesword.png -%%CLIENT%%%%DATADIR%%/textures/tool_tinbucket.png -%%CLIENT%%%%DATADIR%%/textures/tool_trowel.png -%%CLIENT%%%%DATADIR%%/textures/tool_woodbucket.png -%%CLIENT%%%%DATADIR%%/textures/tool_woodclub.png -%%CLIENT%%%%DATADIR%%/textures/torch.png -%%CLIENT%%%%DATADIR%%/textures/torch_inventory.png -%%CLIENT%%%%DATADIR%%/textures/track_rail.png -%%CLIENT%%%%DATADIR%%/textures/track_tie.png -%%CLIENT%%%%DATADIR%%/textures/tree.png -%%CLIENT%%%%DATADIR%%/textures/tree_top.png -%%CLIENT%%%%DATADIR%%/textures/treeprop.png -%%CLIENT%%%%DATADIR%%/textures/trellis.png -%%CLIENT%%%%DATADIR%%/textures/unknown_block.png -%%CLIENT%%%%DATADIR%%/textures/unknown_item.png -%%CLIENT%%%%DATADIR%%/textures/water.png -%%CLIENT%%%%DATADIR%%/textures/water_droplet.png -%%CLIENT%%%%DATADIR%%/textures/wieldhand.png -%%CLIENT%%%%DATADIR%%/textures/wildgrass_long.png -%%CLIENT%%%%DATADIR%%/textures/wildgrass_short.png -%%CLIENT%%%%DATADIR%%/textures/wood.png -%%CLIENT%%%%DATADIR%%/textures/wood_plank.png -%%CLIENT%%%%DATADIR%%/textures/wood_tile.png diff --git a/games/warsow-data/Makefile b/games/warsow-data/Makefile deleted file mode 100644 index ed8764f4836..00000000000 --- a/games/warsow-data/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: Jose Alonso Cardenas Marquez -# $FreeBSD$ - -PORTNAME= warsow-data -PORTVERSION= 1.51 -CATEGORIES= games -MASTER_SITES= http://update.warsow.net/mirror/:DEFAULT,mappack \ - http://mirror.amdmi3.ru/distfiles/:DEFAULT,mappack \ - LOCAL/nemysis/games:mappack -DISTNAME= warsow_${PORTVERSION}_unified -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Warsow data files - -LICENSE= WARSOW GPLv2 -LICENSE_COMB= multi -LICENSE_NAME_WARSOW= Warsow Content License -LICENSE_FILE_WARSOW= ${WRKSRC}/docs/license.txt -LICENSE_PERMS_WARSOW= dist-mirror pkg-mirror auto-accept - -WRKSRC= ${WRKDIR}/warsow_15 -NO_BUILD= yes -NO_ARCH= yes -DATADIR= ${PREFIX}/share/warsow -DOCSDIR= ${PREFIX}/share/doc/warsow - -PORTDATA= basewsw -PORTDOCS= * - -OPTIONS_DEFINE= DOCS MAPPACK -OPTIONS_DEFAULT= MAPPACK -MAPPACK_DESC= Install community map pack - -.include - -.if ${PORT_OPTIONS:MMAPPACK} -MAPPACK_FILE= warsow_comunity_map_pack_01.zip -DISTFILES+= ${MAPPACK_FILE}:mappack -EXTRACT_DEPENDS+= ${UNZIP_CMD}:archivers/unzip -PORTDATA+= previews - -post-extract: - @${UNZIP_CMD} -qo ${DISTDIR}/${MAPPACK_FILE} -d ${WRKSRC} -.endif - -do-install: - cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/docs && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} - -.include diff --git a/games/warsow-data/distinfo b/games/warsow-data/distinfo deleted file mode 100644 index 525645658df..00000000000 --- a/games/warsow-data/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (warsow_1.51_unified.tar.gz) = 94510d85e4a245b5f8c0c715ae41b1d162c96e06dbfe75ccd99fffb9a76426b5 -SIZE (warsow_1.51_unified.tar.gz) = 601553865 -SHA256 (warsow_comunity_map_pack_01.zip) = 58b84b10d5fbaa22e29d59194b8c5ebbc633356fbc6545a715e44a73bdd3c7e7 -SIZE (warsow_comunity_map_pack_01.zip) = 130057143 diff --git a/games/warsow-data/pkg-descr b/games/warsow-data/pkg-descr deleted file mode 100644 index e82738495ba..00000000000 --- a/games/warsow-data/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This port installs data files needed to run Warsow, a free multiplayer first -person shooter with cartoonish graphics based on Qfusion (a cool improvement -over the Quake II engine). - -WWW: http://www.warsow.net/ diff --git a/games/warsow/Makefile b/games/warsow/Makefile deleted file mode 100644 index ccf8f2525f5..00000000000 --- a/games/warsow/Makefile +++ /dev/null @@ -1,153 +0,0 @@ -# Created by: Alexey Dokuchaev -# $FreeBSD$ - -PORTNAME= warsow -PORTVERSION= 1.51 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= http://update.warsow.net/mirror/ \ - http://mirror.amdmi3.ru/distfiles/ -DISTNAME= ${PORTNAME}_${PORTVERSION}_sdk - -MAINTAINER= ports@FreeBSD.org -COMMENT= Futuristic, fast-paced first person shooter - -LICENSE= GPLv2 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libcurl.so:ftp/curl -RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/basewsw/data1_15.pk3:games/warsow-data - -ONLY_FOR_ARCHS= i386 amd64 - -USES= alias gmake compiler:c++11-lang - -WRKSRC= ${WRKDIR}/source/source -ALL_TARGET= game angelwrap -RELEASEDIR= ${WRKSRC}/release -AS_SDK_DIR= ${WRKSRC}/../libsrcs/angelscript/sdk -LDFLAGS= -L${LOCALBASE}/lib - -PORTDATA= * -PORTDOCS= *.rtf *.doc sourcecode_quickstart.txt - -OPTIONS_DEFINE= CLIENT SERVER FTLIB REF_GL QF OPENAL IRC CIN TV_SRV DOCS XRANDR -OPTIONS_DEFAULT= CLIENT SERVER FTLIB REF_GL QF OPENAL IRC CIN TV_SRV - -CLIENT_DESC= Build game client -SERVER_DESC= Build dedicated server -FTLIB_DESC= Build FreeType library module -REF_GL_DESC= Build reference OpenGL module -QF_DESC= Build Qf sound module -OPENAL_DESC= Build OpenAL sound module -IRC_DESC= Build IRC client module -CIN_DESC= Build Cinematics playback module -TV_SRV_DESC= Build Warsow TV server -XRANDR_DESC= Xrandr support (may be broken with nvidia-driver) - -.include - -.if ${PORT_OPTIONS:MCLIENT} -USE_XORG= xi - -ALL_TARGET+= cgame ui client -PLIST_FILES+= bin/warsow \ - share/pixmaps/warsow128x128.xpm - -DESKTOP_ENTRIES="Warsow" "${COMMENT}" \ - "${PREFIX}/share/pixmaps/warsow128x128.xpm" "${PORTNAME}" \ - "Game;Shooter;" false - -. if ${PORT_OPTIONS:MFTLIB} || ${PORT_OPTIONS:MREF_GL} -LIB_DEPENDS+= libpng.so:graphics/png -. endif - -. if ${PORT_OPTIONS:MFTLIB} -LIB_DEPENDS+= libfreetype.so:print/freetype2 -ALL_TARGET+= ftlib -. endif - -. if ${PORT_OPTIONS:MREF_GL} -USE_GL= gl -USE_XORG+= xinerama -USES+= jpeg -ALL_TARGET+= ref_gl -. endif - -. if ${PORT_OPTIONS:MQF} || ${PORT_OPTIONS:MOPENAL} -LIB_DEPENDS+= libvorbisfile.so:audio/libvorbis -. endif - -. if ${PORT_OPTIONS:MQF} -USE_SDL= sdl -ALL_TARGET+= qf -. endif - -. if ${PORT_OPTIONS:MOPENAL} -USES+= openal:al -ALL_TARGET+= openal -. endif - -. if ${PORT_OPTIONS:MIRC} -ALL_TARGET+= irc -. endif - -. if ${PORT_OPTIONS:MCIN} -ALL_TARGET+= cin -BUILD_DEPENDS+= ${LOCALBASE}/include/theora/theoradec.h:multimedia/libtheora -. endif - -. if ${PORT_OPTIONS:MXRANDR} -USE_XORG+= xrandr -. else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-no-xrandr -. endif -.endif - -.if ${PORT_OPTIONS:MSERVER} -ALL_TARGET+= ded -PLIST_FILES+= bin/wsw_server -.endif - -.if ${PORT_OPTIONS:MTV_SRV} -ALL_TARGET+= tv_server -PLIST_FILES+= bin/wswtv_server -.endif - -.if ${OPSYS} == FreeBSD -SWAPARCH= s/x86_64/amd64/ -.endif - -post-patch: .SILENT -# Unmute build and link commands, respect CFLAGS - ${REINPLACE_CMD} -e 's|@$$(DO_CC|$$(DO_CC| ; /> Linking $$@/d ; \ - s|-O2 -fno-strict-aliasing -ffast-math -funroll-loops ||; \ - s| -msse2||' \ - ${WRKSRC}/Makefile -# Adjust architecture names, get rid of ``freebsd_'' prefix - ${REINPLACE_CMD} -e 's/freebsd_//; ${SWAPARCH}' \ - ${WRKSRC}/gameshared/q_arch.h -# Search directory provided by warsow-data port instead of current (doing -# so allows us not to install any wrapper scripts) - ${REINPLACE_CMD} -e 's|path", "\.|path", "${DATADIR}|' \ - ${WRKSRC}/qcommon/files.c -# Disable pure check for library files, because they are built and placed to -# ${DATADIR} base path instead of pack file(s) - ${REINPLACE_CMD} -e 's|pure \&\& !FS_IsPureFile|0 \&\& !FS_IsPureFile|' \ - ${WRKSRC}/qcommon/library.c - -do-install: -.for b in ${PLIST_FILES:Mbin/*:T} - ${INSTALL_PROGRAM} ${RELEASEDIR}/${b}.${ARCH} ${STAGEDIR}${PREFIX}/bin/${b} -.endfor - cd ${RELEASEDIR} && ${COPYTREE_SHARE} "basewsw libs" ${STAGEDIR}${DATADIR} -.if ${PORT_OPTIONS:MCLIENT} - ${INSTALL_DATA} ${WRKSRC}/unix/warsow128x128.xpm \ - ${STAGEDIR}${PREFIX}/share/pixmaps -.endif - cd ${WRKDIR}/docs && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} - -.include diff --git a/games/warsow/distinfo b/games/warsow/distinfo deleted file mode 100644 index 86ba87b4167..00000000000 --- a/games/warsow/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (warsow_1.51_sdk.tar.gz) = ac635c654e088566d30d53e8fab21abd2d40762d7f4ab0e09faa827aac5c4f97 -SIZE (warsow_1.51_sdk.tar.gz) = 89191554 diff --git a/games/warsow/files/extra-patch-no-xrandr b/games/warsow/files/extra-patch-no-xrandr deleted file mode 100644 index b8ec765656f..00000000000 --- a/games/warsow/files/extra-patch-no-xrandr +++ /dev/null @@ -1,72 +0,0 @@ ---- unix/unix_vid.c.orig 2014-06-08 16:08:05.000000000 +0400 -+++ unix/unix_vid.c 2014-09-25 15:20:25.000000000 +0400 -@@ -126,28 +126,5 @@ - */ - qboolean VID_GetDisplaySize( int *width, int *height ) - { -- XRRScreenConfiguration *xrrConfig; -- XRRScreenSize *xrrSizes; -- Display *dpy; -- Window root; -- Rotation rotation; -- SizeID size_id; -- int num_sizes; -- -- dpy = XOpenDisplay( NULL ); -- if( dpy ) -- { -- root = DefaultRootWindow( dpy ); -- xrrConfig = XRRGetScreenInfo( dpy, root ); -- xrrSizes = XRRConfigSizes( xrrConfig, &num_sizes ); -- size_id = XRRConfigCurrentConfiguration( xrrConfig, &rotation ); -- -- *width = xrrSizes[size_id].width; -- *height = xrrSizes[size_id].height; -- -- XCloseDisplay( dpy ); -- return qtrue; -- } -- - return qfalse; - } ---- unix/unix_glw.c.orig 2014-06-08 16:08:05.000000000 +0400 -+++ unix/unix_glw.c 2014-09-25 15:20:05.000000000 +0400 -@@ -41,7 +41,7 @@ - #define INIT_MASK ( KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | PointerMotionMask | FocusChangeMask | DISPLAY_MASK ) - - // use experimental Xrandr resolution? --#define _XRANDR_OVER_VIDMODE_ -+#undef _XRANDR_OVER_VIDMODE_ - - x11display_t x11display; - x11wndproc_t x11wndproc; ---- Makefile.orig 2014-06-08 16:08:05.000000000 +0400 -+++ Makefile 2014-09-25 15:39:56.000000000 +0400 -@@ -265,7 +265,7 @@ - LIB=lib - endif - --LDFLAGS_CLIENT=-lz -lpthread -lX11 -lXext -lXi -lXrandr -lrt $(shell curl-config --libs) -+LDFLAGS_CLIENT=-lz -lpthread -lX11 -lXext -lXi -lrt $(shell curl-config --libs) - LDFLAGS_DED=-lz -lpthread $(shell curl-config --libs) - LDFLAGS_MODULE=-shared - LDFLAGS_TV_SERVER=-lz -lpthread $(shell curl-config --libs) -@@ -306,7 +306,7 @@ - - ifeq ($(BUILD_REF_GL),YES) - CFLAGS_REF_GL= --LDFLAGS_REF_GL=-lX11 -lXext -lXinerama -lXrandr -lXxf86vm -ljpeg -lpng -lz -+LDFLAGS_REF_GL=-lX11 -lXext -lXinerama -lXxf86vm -ljpeg -lpng -lz - endif - - LDFLAGS_IRC= ---- unix/x11.h.orig 2014-06-08 16:08:05.000000000 +0400 -+++ unix/x11.h 2014-09-25 16:38:59.000000000 +0400 -@@ -6,7 +6,6 @@ - - #include - #include --#include - #include - - #include diff --git a/games/warsow/files/patch-Makefile b/games/warsow/files/patch-Makefile deleted file mode 100644 index f1f4dc1958e..00000000000 --- a/games/warsow/files/patch-Makefile +++ /dev/null @@ -1,55 +0,0 @@ ---- Makefile.orig 2014-06-08 16:08:05.000000000 +0400 -+++ Makefile 2014-06-12 17:44:20.000000000 +0400 -@@ -54,21 +54,13 @@ - else - CC?=gcc - CXX?=g++ --LD=gcc --LXX=g++ -+LD=$(CC) -+LXX=$(CXX) - AR=ar - RANLIB=ranlib - --# this nice line comes from the linux kernel makefile --BASE_ARCH:=$(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc/ -e s/sparc64/sparc/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/alpha/axp/) - OS=$(shell uname) - --ifeq ($(OS),FreeBSD) --ARCH?=freebsd_$(BASE_ARCH) --else --ARCH?=$(BASE_ARCH) --endif -- - ifeq ($(ARCH),x86_64) - BITS?=64 - else -@@ -246,10 +238,11 @@ - CFLAGS_TV_SERVER=-DDEDICATED_ONLY -DTV_SERVER_ONLY -DC_ONLY -DTV_MODULE_HARD_LINKED - - LDFLAGS_COMMON=$(LDFLAGS) --LXXFLAGS_COMMON=$(LDFLAGS) -lstdc++ -lsupc++ -+LXXFLAGS_COMMON=$(LDFLAGS)#-lstdc++ -lsupc++ # disabled for Clang - - ifeq ($(OS),FreeBSD) - LDFLAGS_COMMON+= -L$(LOCALBASE)/lib -lm -+LXXFLAGS_COMMON+= -L$(LOCALBASE)/lib - else - LDFLAGS_COMMON+= -L$(LOCALBASE)/lib -lm -ldl -O1 -Wl,--as-needed - endif -@@ -357,12 +350,9 @@ - ###################################################################################################### - # Helper functions - ###################################################################################################### --DO_CC=echo " > Compiling $<" && \ -- $(CC) $(CFLAGS_COMMON) -c $< -o $@ --DO_CXX=echo " > Compiling (c++) $<" && \ -- $(CXX) $(CFLAGS_COMMON) $(CXXFLAGS_COMMON) -c $< -o $@ --DO_RES=echo " > Compiling resource $<" && \ -- $(RES) $(RESFLAGS_COMMON) -i $< -o $@ -+DO_CC=$(CC) $(CFLAGS_COMMON) -c $< -o $@ -+DO_CXX=$(CXX) $(CFLAGS_COMMON) $(CXXFLAGS_COMMON) -c $< -o $@ -+DO_RES=$(RES) $(RESFLAGS_COMMON) -i $< -o $@ - - DO_CC_CLIENT=$(DO_CC) $(CFLAGS_CLIENT) - DO_CC_DED=$(DO_CC) $(CFLAGS_DED) diff --git a/games/warsow/pkg-descr b/games/warsow/pkg-descr deleted file mode 100644 index a85ddad5e2c..00000000000 --- a/games/warsow/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Set in a futuristic cartoon-like world where rocketlauncher-wielding pigs -and lasergun-carrying cyberpunks roam the streets, Warsow is a completely -free fast-paced first-person shooter (FPS) for Windows, Unix, and Mac OS X. - -Speed and movement, that's what Warsow is all about. Like a true cyber- -athlete you jump, dash, dodge, and walljump your way through the game. -Grab those power-ups before your enemy does, plant the bomb before anyone -sees you, and steal the enemy's flag before anyone knows what's going on! - -WWW: http://www.warsow.net/ diff --git a/graphics/Makefile b/graphics/Makefile index 5a165677815..1b9d9a963fb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -52,8 +52,6 @@ SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis - SUBDIR += appleseed - SUBDIR += apvlv SUBDIR += argyllcms SUBDIR += asciio SUBDIR += aseprite @@ -337,12 +335,6 @@ SUBDIR += hiptext SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools - SUBDIR += hs-JuicyPixels - SUBDIR += hs-cairo - SUBDIR += hs-dia-base - SUBDIR += hs-dia-functions - SUBDIR += hs-graphviz - SUBDIR += hs-svgcairo SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-adobe-cs4 @@ -893,7 +885,6 @@ SUBDIR += qgis SUBDIR += qgis-ltr SUBDIR += qiv - SUBDIR += qslim SUBDIR += qt5-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats @@ -910,7 +901,6 @@ SUBDIR += radiance SUBDIR += radius-engine SUBDIR += raster3d - SUBDIR += rawstudio SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reactphysics3d @@ -1022,7 +1012,6 @@ SUBDIR += tkpng SUBDIR += togl SUBDIR += ttygif - SUBDIR += tulip SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile deleted file mode 100644 index 2b4f92256ba..00000000000 --- a/graphics/appleseed/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# Created by: Alexey Dokuchaev -# $FreeBSD$ - -PORTNAME= appleseed -DISTVERSION= 1.7.1-beta -PORTREVISION= 8 -CATEGORIES= graphics - -MAINTAINER= danfe@FreeBSD.org -COMMENT= Modern, physically-based production renderer - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libpng.so:graphics/png \ - libIlmImf.so:graphics/openexr \ - libxerces-c.so:textproc/xerces-c3 \ - liboslexec.so:graphics/openshadinglanguage - -USE_GITHUB= yes -GH_ACCOUNT= ${PORTNAME}hq - -ONLY_FOR_ARCHS= i386 amd64 -ONLY_FOR_ARCHS_REASON= not ported to it yet - -USE_HARDENING= pie:off - -USES= cmake compiler:env - -LDFLAGS+= -lboost_atomic -CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \ - -DUSE_STATIC_OSL:BOOL=OFF -DWITH_DOXYGEN:BOOL=OFF \ - -DWITH_HEADERS:BOOL=OFF -DWITH_PYTHON:BOOL=OFF \ - -DWITH_TESTS:BOOL=OFF -DWARNINGS_AS_ERRORS:BOOL=OFF - -.for lib in EXR OIIO OSL PNG SEEXPR XERCES ZLIB -CMAKE_ARGS+= -DUSE_EXTERNAL_${lib}:BOOL=ON -.endfor - -# Not ready for hier(7)-conforming installation yet -CMAKE_INSTALL_PREFIX= ${PREFIX}/${PKGBASE} -PLIST_SUB= APPHOME=${CMAKE_INSTALL_PREFIX} - -SUB_FILES= pkg-message -SUB_LIST:= ${PLIST_SUB} - -OPTIONS_DEFINE= CPP11 EXAMPLES -OPTIONS_SUB= yes - -CPP11_DESC= Build in C++11 mode - -CPP11_CMAKE_ON= -DUSE_CPP11:BOOL=ON - -EXAMPLES_CMAKE_OFF= -DWITH_SAMPLES:BOOL=OFF - -.include - -post-patch: - @${RMDIR} ${WRKSRC}/sandbox/docs/api -.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 39 - @${ECHO_MSG} "===> Patching for Core Working Group (CWG) Defect 253 (see r455830)" - @${REINPLACE_CMD} -E 's,const (.*MDF ),\1,' \ - ${WRKSRC}/src/appleseed/renderer/modeling/bsdf/disneybrdf.cpp \ - ${WRKSRC}/src/appleseed/renderer/modeling/bsdf/microfacetbrdf.cpp \ - ${WRKSRC}/src/appleseed/foundation/meta/tests/test_microfacet.cpp -.endif - -.include diff --git a/graphics/appleseed/distinfo b/graphics/appleseed/distinfo deleted file mode 100644 index affaf1feb36..00000000000 --- a/graphics/appleseed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501170801 -SHA256 (appleseedhq-appleseed-1.7.1-beta_GH0.tar.gz) = 9cb6d21ca84a62f6e077038c53a5e91c4aba78aa0bf01ccb7d9792d3cc839fb1 -SIZE (appleseedhq-appleseed-1.7.1-beta_GH0.tar.gz) = 152061805 diff --git a/graphics/appleseed/files/patch-CMakeLists.txt b/graphics/appleseed/files/patch-CMakeLists.txt deleted file mode 100644 index ffe0b0c5e42..00000000000 --- a/graphics/appleseed/files/patch-CMakeLists.txt +++ /dev/null @@ -1,85 +0,0 @@ ---- CMakeLists.txt.orig 2017-07-27 15:53:21 UTC -+++ CMakeLists.txt -@@ -106,6 +106,10 @@ option (USE_EXTERNAL_ZLIB "Use exter - option (WITH_CLI "Build appleseed.cli" ON) - option (WITH_STUDIO "Build appleseed.studio" ON) - option (WITH_TOOLS "Build appleseed tools" ON) -+option (WITH_DOXYGEN "Generate API Reference with Doxygen" ON) -+option (WITH_SAMPLES "Intall sample files (require headers)" ON) -+option (WITH_HEADERS "Intall header files (to build samples)" ON) -+option (WITH_TESTS "Install unit tests and benchmarks" ON) - option (WITH_PYTHON "Build Python bindings" ON) - option (WITH_DISNEY_MATERIAL "Build Disney material" OFF) - -@@ -168,6 +172,9 @@ else () - "Edit ${CMAKE_CURRENT_LIST_FILE} to add support for it.") - endif () - -+# XXX: avoid picking up lz4 headers from /usr/local/include == ${Boost_INCLUDE_DIRS} -+# if `archivers/liblz4' port is installed. -+include_directories (src/lz4) - - #-------------------------------------------------------------------------------------------------- - # Auto-generate version headers. -@@ -262,7 +269,6 @@ endif () - # Common include paths. - include_directories ( - src/appleseed -- src/lz4 - ${PYTHON_INCLUDE_DIRS} - ) - -@@ -579,7 +585,7 @@ endif () - - find_package (Doxygen) - --if (DOXYGEN_FOUND) -+if (DOXYGEN_FOUND AND WITH_DOXYGEN) - configure_file (${PROJECT_SOURCE_DIR}/scripts/appleseed.doxyfile.in ${PROJECT_BINARY_DIR}/appleseed.doxyfile @ONLY) - add_custom_target ( - doc ${DOXYGEN_EXECUTABLE} ${PROJECT_BINARY_DIR}/appleseed.doxyfile -@@ -627,25 +633,35 @@ install ( - DIRECTORY - sandbox/docs - sandbox/icons -- sandbox/samples - sandbox/settings -- sandbox/share - sandbox/stylesheets - DESTINATION . - ) - -+if (WITH_SAMPLES) - install ( -- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images)" -- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images/autosave)" -+ DIRECTORY -+ sandbox/samples -+ DESTINATION . - ) -+endif () - - install ( - DIRECTORY -+ sandbox/share -+ DESTINATION .. -+) -+ -+if (WITH_TESTS) -+install ( -+ DIRECTORY - "sandbox/tests/unit benchmarks" - "sandbox/tests/unit tests" - DESTINATION tests - ) -+endif () - -+if (WITH_HEADERS) - install ( - DIRECTORY src/appleseed/foundation - DESTINATION include -@@ -663,3 +679,4 @@ install ( - DESTINATION include - FILES_MATCHING PATTERN "*.h" - ) -+endif () diff --git a/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp b/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp deleted file mode 100644 index b2ff1793384..00000000000 --- a/graphics/appleseed/files/patch-src_appleseed.studio_mainwindow_project_texturecollectionitem.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/appleseed.studio/mainwindow/project/texturecollectionitem.cpp.orig 2015-06-13 09:38:53 UTC -+++ src/appleseed.studio/mainwindow/project/texturecollectionitem.cpp -@@ -108,11 +108,15 @@ namespace - texture_params.insert("filename", path); - texture_params.insert("color_space", "srgb"); - -+ // Workaround for GCC 4.2.1: we cannot construct object in .create() below -+ // because GCC will attempt to invoke copy ctor which is private of course. -+ SearchPaths paths; -+ - return - DiskTexture2dFactory().create( - texture_name.c_str(), - texture_params, -- SearchPaths()); -+ paths); - } - - auto_release_ptr create_texture_instance(const string& texture_name) diff --git a/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h b/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h deleted file mode 100644 index 614d410590a..00000000000 --- a/graphics/appleseed/files/patch-src_appleseed_foundation_platform_thread.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/appleseed/foundation/platform/thread.h.orig 2016-12-15 14:57:39 UTC -+++ src/appleseed/foundation/platform/thread.h -@@ -296,9 +296,8 @@ class APPLESEED_DLLSYMBOL ThreadFlag - - inline Spinlock::Spinlock() - { -- // todo: is there a simpler way to initialize m_sp in a platform-independent manner? - boost::detail::spinlock initialized_sp = BOOST_DETAIL_SPINLOCK_INIT; -- m_sp = initialized_sp; -+ std::memcpy(&m_sp, &initialized_sp, sizeof(initialized_sp)); - } - - inline bool Spinlock::try_lock() diff --git a/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt b/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt deleted file mode 100644 index aa089d4fa22..00000000000 --- a/graphics/appleseed/files/patch-src_cmake_config_linux-gcc.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- src/cmake/config/linux-gcc.txt.orig 2016-03-29 16:02:26 UTC -+++ src/cmake/config/linux-gcc.txt -@@ -119,12 +119,6 @@ if (HIDE_SYMBOLS) - ) - endif () - --# Release configuration. --set (c_compiler_flags_release -- -O3 # optimization level --) -- -- - #-------------------------------------------------------------------------------------------------- - # Libraries. - #-------------------------------------------------------------------------------------------------- diff --git a/graphics/appleseed/files/pkg-message.in b/graphics/appleseed/files/pkg-message.in deleted file mode 100644 index 2cfd586ec48..00000000000 --- a/graphics/appleseed/files/pkg-message.in +++ /dev/null @@ -1,6 +0,0 @@ -appleseed currently requires itself to be installed under common prefix: -%%APPHOME%%. To run CLI or GUI version, execute the following -commands, respectively: - - %%APPHOME%%/bin/appleseed.cli - %%APPHOME%%/bin/appleseed.studio diff --git a/graphics/appleseed/pkg-descr b/graphics/appleseed/pkg-descr deleted file mode 100644 index e26303322fb..00000000000 --- a/graphics/appleseed/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -appleseed is modern, open source, physically-based rendering engine designed -to produce photorealistic images, animations, and visual effects. - -It provides individuals and small studios with an efficient, reliable suite -of tools built on robust foundations and open technologies. - -Started in 2009, it has grown into a robust production rendering toolset and -has been battle-tested on several projects such as TV documentaries, ads, -promotional videos, and animation shorts. - -WWW: https://appleseedhq.net/ diff --git a/graphics/appleseed/pkg-plist b/graphics/appleseed/pkg-plist deleted file mode 100644 index 86bdd87ee33..00000000000 --- a/graphics/appleseed/pkg-plist +++ /dev/null @@ -1,257 +0,0 @@ -share/cmake/Modules/FindAppleseed.cmake -share/cmake/Modules/FindImath.cmake -share/cmake/Modules/FindOSL.cmake -share/cmake/Modules/FindOpenEXR.cmake -share/cmake/Modules/FindOpenImageIO.cmake -share/cmake/Modules/FindPartio.cmake -share/cmake/Modules/FindSeExpr.cmake -share/cmake/Modules/FindSeExprEditor.cmake -share/cmake/Modules/FindXerces.cmake -@cwd %%APPHOME%% -bin/animatecamera -bin/appleseed.cli -bin/convertmany.py -bin/convertmeshfile -bin/dumpmetadata -bin/makefluffy -bin/maketx -bin/oslc -bin/oslinfo -bin/projecttool -bin/rendermanager.py -bin/rendermany.py -bin/rendernode.py -bin/updatemany.py -docs/osl/osl-languagespec.pdf -docs/seexpr/Se_voronoi_1.png -docs/seexpr/Se_voronoi_2.png -docs/seexpr/Se_voronoi_3.png -docs/seexpr/Se_voronoi_4.png -docs/seexpr/Se_voronoi_5.png -docs/seexpr/userdoc.html -icons/appleseed.png -icons/disney_expression.png -icons/disney_expression_hover.png -icons/disney_texture.png -icons/disney_texture_hover.png -icons/project_monitor.png -icons/project_monitor_disabled.png -icons/project_monitor_hover.png -icons/project_new.png -icons/project_new_disabled.png -icons/project_new_hover.png -icons/project_open.png -icons/project_open_disabled.png -icons/project_open_hover.png -icons/project_reload.png -icons/project_reload_disabled.png -icons/project_reload_hover.png -icons/project_save.png -icons/project_save_disabled.png -icons/project_save_hover.png -icons/rendering_settings.png -icons/rendering_settings_disabled.png -icons/rendering_settings_hover.png -icons/rendering_start_final.png -icons/rendering_start_final_disabled.png -icons/rendering_start_final_hover.png -icons/rendering_start_interactive.png -icons/rendering_start_interactive_disabled.png -icons/rendering_start_interactive_hover.png -icons/rendering_stop.png -icons/rendering_stop_disabled.png -icons/rendering_stop_hover.png -icons/renderwidget_clear_frame.png -icons/renderwidget_clear_frame_disabled.png -icons/renderwidget_clear_frame_hover.png -icons/renderwidget_clear_render_region.png -icons/renderwidget_clear_render_region_disabled.png -icons/renderwidget_clear_render_region_hover.png -icons/renderwidget_quicksave_all_aovs.png -icons/renderwidget_quicksave_all_aovs_hover.png -icons/renderwidget_reset_zoom.png -icons/renderwidget_reset_zoom_hover.png -icons/renderwidget_save_all_aovs.png -icons/renderwidget_save_all_aovs_hover.png -icons/renderwidget_set_render_region.png -icons/renderwidget_set_render_region_disabled.png -icons/renderwidget_set_render_region_hover.png -icons/renderwidget_toggle_pixel_inspector.png -icons/renderwidget_toggle_pixel_inspector_hover.png -lib/libappleseed.shared.so -lib/libappleseed.so -%%PORTEXAMPLES%%samples/cpp/basic/CMakeLists.txt -%%PORTEXAMPLES%%samples/cpp/basic/basic.cpp -%%PORTEXAMPLES%%samples/cpp/basic/data/scene.obj -%%PORTEXAMPLES%%samples/cpp/basic/output/preserve.txt -%%PORTEXAMPLES%%samples/cpp/basic/reference output/scene.obj -%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.appleseed -%%PORTEXAMPLES%%samples/cpp/basic/reference output/test.png -%%PORTEXAMPLES%%samples/cpp/heightfield/CMakeLists.txt -%%PORTEXAMPLES%%samples/cpp/heightfield/data/cube.obj -%%PORTEXAMPLES%%samples/cpp/heightfield/data/heightfield.png -%%PORTEXAMPLES%%samples/cpp/heightfield/data/smoothcube.obj -%%PORTEXAMPLES%%samples/cpp/heightfield/heightfield.cpp -%%PORTEXAMPLES%%samples/cpp/heightfield/output/preserve.txt -%%PORTEXAMPLES%%samples/python/basic/README.md -%%PORTEXAMPLES%%samples/python/basic/basic.py -%%PORTEXAMPLES%%samples/python/basic/data/scene.obj -%%PORTEXAMPLES%%samples/python/basic/output/preserve.txt -schemas/project.xsd -schemas/settings.xsd -settings/appleseed.cli.xml -settings/appleseed.studio.xml -settings/appleseed.tools.xml -shaders/appleseed/asDisneyMaterial.oso -shaders/appleseed/asGlass.oso -shaders/appleseed/asVoronoi2D.oso -shaders/appleseed/asVoronoi3D.oso -shaders/as_osl_extensions.h -shaders/gaffer/color/as_blackbody.oso -shaders/gaffer/color/as_color_add.oso -shaders/gaffer/color/as_color_build.oso -shaders/gaffer/color/as_color_mix.oso -shaders/gaffer/color/as_color_multiply.oso -shaders/gaffer/color/as_color_saturation.oso -shaders/gaffer/color/as_color_split.oso -shaders/gaffer/color/as_luminance.oso -shaders/gaffer/color/as_wavelength.oso -shaders/gaffer/float/as_float_add.oso -shaders/gaffer/float/as_float_cast.oso -shaders/gaffer/float/as_float_mix.oso -shaders/gaffer/float/as_float_multiply.oso -shaders/gaffer/float/as_float_pow.oso -shaders/gaffer/float/as_float_remap.oso -shaders/gaffer/input/as_globals.oso -shaders/gaffer/input/as_input.oso -shaders/gaffer/input/as_object_input.oso -shaders/gaffer/input/as_ray_info.oso -shaders/gaffer/material/as_disney_material.oso -shaders/gaffer/material/as_material_builder.oso -shaders/gaffer/normal/as_bump_map.oso -shaders/gaffer/normal/as_normal_map.oso -shaders/gaffer/surface/as_diffuse_surface.oso -shaders/gaffer/surface/as_emission_surface.oso -shaders/gaffer/surface/as_glass_surface.oso -shaders/gaffer/surface/as_glossy_surface.oso -shaders/gaffer/surface/as_metal_surface.oso -shaders/gaffer/surface/as_sheen_surface.oso -shaders/gaffer/surface/as_subsurface_surface.oso -shaders/gaffer/surface/as_surface_add.oso -shaders/gaffer/surface/as_surface_mix.oso -shaders/gaffer/surface/as_surface_multiply.oso -shaders/gaffer/surface/as_surface_switch.oso -shaders/gaffer/surface/as_translucent_surface.oso -shaders/gaffer/surface/as_transparency_surface.oso -shaders/gaffer/texture2d/as_color_texture.oso -shaders/gaffer/texture2d/as_noise2d.oso -shaders/gaffer/texture2d/as_scalar_texture.oso -shaders/gaffer/texture3d/as_noise3d.oso -shaders/gaffer/texture3d/as_noise4d.oso -shaders/gaffer/transform/as_map2d.oso -shaders/gaffer/transform/as_map3d.oso -shaders/gaffer/transform/as_transform.oso -shaders/gaffer/utility/as_condition.oso -shaders/gaffer/utility/as_float2_build.oso -shaders/gaffer/utility/as_float2_split.oso -shaders/gaffer/utility/as_switch.oso -shaders/gaffer/vector/as_anisotropy_dir.oso -shaders/gaffer/vector/as_vector_add.oso -shaders/gaffer/vector/as_vector_build.oso -shaders/gaffer/vector/as_vector_cross.oso -shaders/gaffer/vector/as_vector_dot.oso -shaders/gaffer/vector/as_vector_mix.oso -shaders/gaffer/vector/as_vector_multiply.oso -shaders/gaffer/vector/as_vector_normalize.oso -shaders/gaffer/vector/as_vector_split.oso -shaders/include/appleseed/color/as_chromatic_adaptation.h -shaders/include/appleseed/color/as_color_helpers.h -shaders/include/appleseed/color/as_color_transforms.h -shaders/include/appleseed/color/as_colorimetry.h -shaders/include/appleseed/color/as_transfer_functions.h -shaders/include/appleseed/fractal/as_fractal_helpers.h -shaders/include/appleseed/fractal/as_noise_helpers.h -shaders/include/appleseed/fractal/as_noise_tables.h -shaders/include/appleseed/gaffer/color.h -shaders/include/appleseed/gaffer/transform.h -shaders/include/appleseed/gaffer/udim.h -shaders/include/appleseed/material/as_material_helpers.h -shaders/include/appleseed/math/as_math_complex.h -shaders/include/appleseed/math/as_math_helpers.h -shaders/include/appleseed/maya/as_maya_cms_syncolor_idt.h -shaders/include/appleseed/maya/as_maya_fractal_helpers.h -shaders/include/appleseed/maya/as_maya_helpers.h -shaders/include/appleseed/maya/as_maya_layer_helpers.h -shaders/include/appleseed/maya/as_maya_pattern_helpers.h -shaders/include/appleseed/maya/as_maya_ramp_helpers.h -shaders/include/appleseed/maya/as_maya_transform_helpers.h -shaders/include/appleseed/pattern/as_pattern_helpers.h -shaders/maya/as_maya_addDoubleLinear.oso -shaders/maya/as_maya_addMatrix.oso -shaders/maya/as_maya_anisotropic.oso -shaders/maya/as_maya_areaLight.oso -shaders/maya/as_maya_blendColors.oso -shaders/maya/as_maya_blinn.oso -shaders/maya/as_maya_bulge.oso -shaders/maya/as_maya_bump2d.oso -shaders/maya/as_maya_bump3d.oso -shaders/maya/as_maya_checker.oso -shaders/maya/as_maya_clamp.oso -shaders/maya/as_maya_clearCoat.oso -shaders/maya/as_maya_closure2Surface.oso -shaders/maya/as_maya_cloth.oso -shaders/maya/as_maya_cloud.oso -shaders/maya/as_maya_color2Components.oso -shaders/maya/as_maya_components2Color.oso -shaders/maya/as_maya_components2UV.oso -shaders/maya/as_maya_components2Vector.oso -shaders/maya/as_maya_condition.oso -shaders/maya/as_maya_contrast.oso -shaders/maya/as_maya_distanceBetween.oso -shaders/maya/as_maya_doubleShadingSwitch.oso -shaders/maya/as_maya_envChrome.oso -shaders/maya/as_maya_file.oso -shaders/maya/as_maya_fourByFourMatrix.oso -shaders/maya/as_maya_fractal.oso -shaders/maya/as_maya_gammaCorrect.oso -shaders/maya/as_maya_grid.oso -shaders/maya/as_maya_hsvToRgb.oso -shaders/maya/as_maya_lambert.oso -shaders/maya/as_maya_layeredTexture.oso -shaders/maya/as_maya_luminance.oso -shaders/maya/as_maya_mandelbrot.oso -shaders/maya/as_maya_matrixInverse.oso -shaders/maya/as_maya_mountain.oso -shaders/maya/as_maya_movie.oso -shaders/maya/as_maya_multDoubleLinear.oso -shaders/maya/as_maya_multMatrix.oso -shaders/maya/as_maya_multiplyDivide.oso -shaders/maya/as_maya_noise.oso -shaders/maya/as_maya_phong.oso -shaders/maya/as_maya_phongE.oso -shaders/maya/as_maya_place2dTexture.oso -shaders/maya/as_maya_place3dTexture.oso -shaders/maya/as_maya_plusMinusAverage.oso -shaders/maya/as_maya_psdFileTex.oso -shaders/maya/as_maya_quadShadingSwitch.oso -shaders/maya/as_maya_ramp.oso -shaders/maya/as_maya_remapColor.oso -shaders/maya/as_maya_remapHsv.oso -shaders/maya/as_maya_remapValue.oso -shaders/maya/as_maya_reverse.oso -shaders/maya/as_maya_rgbToHsv.oso -shaders/maya/as_maya_samplerInfo.oso -shaders/maya/as_maya_setRange.oso -shaders/maya/as_maya_singleShadingSwitch.oso -shaders/maya/as_maya_stencil.oso -shaders/maya/as_maya_texture2Surface.oso -shaders/maya/as_maya_transposeMatrix.oso -shaders/maya/as_maya_tripleShadingSwitch.oso -shaders/maya/as_maya_uv2Components.oso -shaders/maya/as_maya_vector2Components.oso -shaders/maya/as_maya_vectorProduct.oso -shaders/maya/as_maya_water.oso -shaders/maya/as_maya_wtAddMatrix.oso -shaders/oslutil.h -shaders/stdosl.h -stylesheets/default.qss diff --git a/graphics/apvlv/Makefile b/graphics/apvlv/Makefile deleted file mode 100644 index 6abff0748bb..00000000000 --- a/graphics/apvlv/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Ju Pengfei -# $FreeBSD$ - -PORTNAME= apvlv -PORTVERSION= 0.1.4 -PORTREVISION= 10 -CATEGORIES= graphics -MASTER_SITES= GHC -DISTNAME= ${PORTNAME}-${PORTVERSION}-Source - -MAINTAINER= xors@mailup.net -COMMENT= PDF/DJVU Viewer that behaves like Vim - -LICENSE= GPLv2 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib - -USE_GNOME= gtk20 -USES= cmake:insource pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= naihe2010 -CMAKE_ARGS+= -DSYSCONFDIR=${PREFIX}/etc \ - -DMANDIR=${MANPREFIX}/man \ - -DDOCDIR=${DOCSDIR} \ - -DAPVLV_WITH_UMD=OFF \ - -DAPVLV_WITH_HTML=OFF \ - -DAPVLV_WITH_TXT=ON -CFLAGS+= -pthread -LDFLAGS+= -pthread -WRKSRC= ${WRKDIR}/${DISTNAME} - -OPTIONS_DEFINE= DJVU - -DJVU_DESC= DjVu document support - -DJVU_CMAKE_ON= -DAPVLV_WITH_DJVU=ON -DJVU_CMAKE_OFF= -DAPVLV_WITH_DJVU=OFF -DJVU_LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre - -.include diff --git a/graphics/apvlv/distinfo b/graphics/apvlv/distinfo deleted file mode 100644 index 98cba6ee1c6..00000000000 --- a/graphics/apvlv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (apvlv-0.1.4-Source.tar.gz) = f803de89aed82fea08f9386a6d6ddec999d0c96bb68c85e4cd527803838d17cd -SIZE (apvlv-0.1.4-Source.tar.gz) = 337182 diff --git a/graphics/apvlv/files/patch-src_CMakeLists.txt b/graphics/apvlv/files/patch-src_CMakeLists.txt deleted file mode 100644 index 078d338883b..00000000000 --- a/graphics/apvlv/files/patch-src_CMakeLists.txt +++ /dev/null @@ -1,43 +0,0 @@ ---- src/CMakeLists.txt.orig 2012-06-13 07:44:28.000000000 +0400 -+++ src/CMakeLists.txt 2012-10-05 01:07:49.000000000 +0400 -@@ -17,17 +17,14 @@ - PKG_CHECK_MODULES (GTK2 gtk+-2.0 REQUIRED) - PKG_CHECK_MODULES (GLIB2 glib-2.0 REQUIRED) - PKG_CHECK_MODULES (GTHREAD2 gthread-2.0 REQUIRED) --PKG_CHECK_MODULES (WEBKIT1 webkit-1.0 QUIET) - INCLUDE_DIRECTORIES (${FREETYPE2_INCLUDE_DIRS} - ${GTK2_INCLUDE_DIRS} - ${GLIB2_INCLUDE_DIRS} -- ${GTHREAD2_INCLUDE_DIRS} -- ${WEBKIT1_INCLUDE_DIRS}) -+ ${GTHREAD2_INCLUDE_DIRS}) - LINK_DIRECTORIES (${FREETYPE2_LIBRARY_DIRS} - ${GTK2_LIBRARY_DIRS} - ${GLIB2_LIBRARY_DIRS} -- ${GTHREAD2_LIBRARY_DIRS} -- ${WEBKIT1_LIBRARY_DIRS}) -+ ${GTHREAD2_LIBRARY_DIRS}) - - IF (WIN32) - SET (POPPLER_DIR ${CMAKE_HOME_DIRECTORY}/win32/poppler-src) -@@ -128,6 +125,12 @@ - IF (APVLV_WITH_HTML) - ADD_DEFINITIONS (-DAPVLV_WITH_HTML) - -+ PKG_CHECK_MODULES (WEBKIT1 webkit-1.0 REQUIRED) -+ INCLUDE_DIRECTORIES (${WEBKIT1_INCLUDE_DIRS}) -+ LINK_DIRECTORIES (${WEBKIT1_LIBRARY_DIRS}) -+ SET (APVLV_REQ_LIBRARIES ${WEBKIT1_LIBRARIES} -+ ${APVLV_REQ_LIBRARIES}) -+ - SET (HEADERS ${HEADERS} ApvlvHtm.h) - SET (SOURCES ${SOURCES} ApvlvHtm.cc) - ENDIF (APVLV_WITH_HTML) -@@ -138,7 +141,6 @@ - ${GTK2_LIBRARIES} - ${GLIB2_LIBRARIES} - ${GTHREAD2_LIBRARIES} -- ${WEBKIT1_LIBRARIES} - ${APVLV_REQ_LIBRARIES}) - - IF (WIN32) diff --git a/graphics/apvlv/pkg-descr b/graphics/apvlv/pkg-descr deleted file mode 100644 index 46c147b1248..00000000000 --- a/graphics/apvlv/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Apvlv is a PDF/DJVU Viewer and its behaviour is like Vim's. - -WWW: http://naihe2010.github.com/apvlv/ diff --git a/graphics/apvlv/pkg-plist b/graphics/apvlv/pkg-plist deleted file mode 100644 index ef10adba0f2..00000000000 --- a/graphics/apvlv/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/apvlv -etc/apvlvrc -man/man1/apvlv.1.gz -%%DOCSDIR%%/Startup.pdf -%%DOCSDIR%%/Startup.tex -%%DOCSDIR%%/apvlvrc.example -%%DOCSDIR%%/icons/dir.png -%%DOCSDIR%%/icons/pdf.png -%%DOCSDIR%%/icons/reg.png diff --git a/graphics/hs-JuicyPixels/Makefile b/graphics/hs-JuicyPixels/Makefile deleted file mode 100644 index 8cb15a29809..00000000000 --- a/graphics/hs-JuicyPixels/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= JuicyPixels -PORTVERSION= 3.3.3 -PORTREVISION= 1 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Picture loading/serialization - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=1.1 primitive>=0.4 vector>=0.9 zlib>=0.5.3.1 - -FLAGS_DEFINE= MMAP - -MMAP_DESC= Enable file loading via mmap() -MMAP_FLAG_ENABLE= Mmap -MMAP_FLAG_CABAL= mmap - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-JuicyPixels/distinfo b/graphics/hs-JuicyPixels/distinfo deleted file mode 100644 index 3b3357d75a9..00000000000 --- a/graphics/hs-JuicyPixels/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545834119 -SHA256 (cabal/JuicyPixels-3.3.3.tar.gz) = 2c04b5b6504a780e9363dc8894837976e18ce0623182e38aab6bc5e76c40b3c4 -SIZE (cabal/JuicyPixels-3.3.3.tar.gz) = 130714 diff --git a/graphics/hs-JuicyPixels/pkg-descr b/graphics/hs-JuicyPixels/pkg-descr deleted file mode 100644 index 789d776421b..00000000000 --- a/graphics/hs-JuicyPixels/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library can load and store images in PNG,Bitmap, Jpeg, Radiance, Tiff and -Gif images. - -WWW: https://github.com/Twinside/Juicy.Pixels diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile deleted file mode 100644 index 7bf130dc097..00000000000 --- a/graphics/hs-cairo/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cairo -PORTVERSION= 0.13.5.0 -PORTREVISION= 2 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Cairo library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= gtk2hs-buildtools mtl utf8-string - -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:graphics/cairo - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-cairo/distinfo b/graphics/hs-cairo/distinfo deleted file mode 100644 index b8020a4b6c2..00000000000 --- a/graphics/hs-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524402125 -SHA256 (cabal/cairo-0.13.5.0.tar.gz) = 420acd81e0b5578ad188bcdd38463135293c233221abb741cc4004d4c8a6bef3 -SIZE (cabal/cairo-0.13.5.0.tar.gz) = 46877 diff --git a/graphics/hs-cairo/pkg-descr b/graphics/hs-cairo/pkg-descr deleted file mode 100644 index 1fce59cee27..00000000000 --- a/graphics/hs-cairo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Cairo is a library to render high quality vector graphics. There exist -various backends that allows rendering to Gtk windows, PDF, PS, PNG and -SVG documents, amongst others. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile deleted file mode 100644 index 68899b46bf0..00000000000 --- a/graphics/hs-dia-base/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dia-base -PORTVERSION= 0.1.1.4 -PORTREVISION= 5 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= EDSL for teaching Haskell with diagrams - data types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-dia-base/distinfo b/graphics/hs-dia-base/distinfo deleted file mode 100644 index c9a365af45b..00000000000 --- a/graphics/hs-dia-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499448265 -SHA256 (cabal/dia-base-0.1.1.4.tar.gz) = 1fc6bbf2f60bdefbd516a84063100f63f9ea9a41188ea5eb8f67be7b01fd9e26 -SIZE (cabal/dia-base-0.1.1.4.tar.gz) = 3786 diff --git a/graphics/hs-dia-base/files/patch-dia-base.cabal b/graphics/hs-dia-base/files/patch-dia-base.cabal deleted file mode 100644 index 7e375320b99..00000000000 --- a/graphics/hs-dia-base/files/patch-dia-base.cabal +++ /dev/null @@ -1,10 +0,0 @@ ---- dia-base.cabal.orig 2018-04-11 15:42:07 UTC -+++ dia-base.cabal -@@ -27,7 +27,7 @@ library - Graphics.Diagrams - - Build-Depends: -- base >= 4.0 && < 4.10, -+ base >= 4.0 && < 4.13, - deepseq >= 1.1 && < 1.5 - diff --git a/graphics/hs-dia-base/pkg-descr b/graphics/hs-dia-base/pkg-descr deleted file mode 100644 index 373c6b6407c..00000000000 --- a/graphics/hs-dia-base/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains the Diagram data type and the user API to construct -diagrams. - -WWW: http://hackage.haskell.org/package/dia-base diff --git a/graphics/hs-dia-functions/Makefile b/graphics/hs-dia-functions/Makefile deleted file mode 100644 index c249d8996c3..00000000000 --- a/graphics/hs-dia-functions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dia-functions -PORTVERSION= 0.2.1.5 -PORTREVISION= 1 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= EDSL for teaching Haskell with diagrams - functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-pprint dia-base mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-dia-functions/distinfo b/graphics/hs-dia-functions/distinfo deleted file mode 100644 index 234e6eda947..00000000000 --- a/graphics/hs-dia-functions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545837099 -SHA256 (cabal/dia-functions-0.2.1.5.tar.gz) = aff8ffc4ff79a48f7b275cf84b5a97092e1a674e3c978fdae405d66c3cf732e1 -SIZE (cabal/dia-functions-0.2.1.5.tar.gz) = 8127 diff --git a/graphics/hs-dia-functions/files/patch-dia-functions.cabal b/graphics/hs-dia-functions/files/patch-dia-functions.cabal deleted file mode 100644 index 5f823944b1a..00000000000 --- a/graphics/hs-dia-functions/files/patch-dia-functions.cabal +++ /dev/null @@ -1,22 +0,0 @@ ---- dia-functions.cabal.orig 2016-05-24 15:37:59 UTC -+++ dia-functions.cabal -@@ -19,7 +19,7 @@ cabal-version: >=1.2 - build-type: Simple - - library -- GHC-Options: -Wall -fwarn-tabs -fno-warn-unused-matches -fno-warn-name-shadowing -+ GHC-Options: -Wall -fwarn-tabs -fno-warn-unused-matches -fno-warn-name-shadowing - - Exposed-Modules: - Graphics.Diagrams.Colors, -@@ -30,8 +30,8 @@ library - Build-Depends: - data-pprint >= 0.2 && < 0.3, - dia-base >= 0.1 && < 0.2, -- base >= 4.0 && < 4.10, -- containers >= 0.4 && < 0.6, -+ base >= 4.0 && < 4.13, -+ containers >= 0.4 && < 0.7, - xhtml >= 3000.2 && < 3000.3, - mtl >= 2.0 && < 2.3, - deepseq >= 1.1 && < 1.5 diff --git a/graphics/hs-dia-functions/pkg-descr b/graphics/hs-dia-functions/pkg-descr deleted file mode 100644 index 5a61ff8c8c7..00000000000 --- a/graphics/hs-dia-functions/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains diagram manipulating functions and an SVG backend. - -WWW: http://hackage.haskell.org/package/dia-functions diff --git a/graphics/hs-graphviz/Makefile b/graphics/hs-graphviz/Makefile deleted file mode 100644 index d6dd93c3d58..00000000000 --- a/graphics/hs-graphviz/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= graphviz -PORTVERSION= 2999.20.0.2 -PORTREVISION= 2 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= This library provides bindings for the Dot language used by the Graphviz - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= colour dlist fgl polyparse temporary wl-pprint-text - -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libxdot.pc:graphics/graphviz - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-graphviz/distinfo b/graphics/hs-graphviz/distinfo deleted file mode 100644 index 111afe1e564..00000000000 --- a/graphics/hs-graphviz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531855574 -SHA256 (cabal/graphviz-2999.20.0.2.tar.gz) = e7662eb82d1e5b22b467fb6e9094b65731036ae04c5374058e3b52fbc055474e -SIZE (cabal/graphviz-2999.20.0.2.tar.gz) = 225118 diff --git a/graphics/hs-graphviz/files/patch-graphviz.cabal b/graphics/hs-graphviz/files/patch-graphviz.cabal deleted file mode 100644 index 5b6ffdebfca..00000000000 --- a/graphics/hs-graphviz/files/patch-graphviz.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- graphviz.cabal.orig 2018-05-25 10:40:58 UTC -+++ graphviz.cabal -@@ -64,7 +64,7 @@ Library { - process, - directory, - temporary >=1.1 && <1.4, -- fgl >= 5.4 && < 5.7, -+ fgl >= 5.4 && < 5.8, - filepath, - polyparse >=1.9 && <1.13, - bytestring >= 0.9 && < 0.11, diff --git a/graphics/hs-graphviz/pkg-descr b/graphics/hs-graphviz/pkg-descr deleted file mode 100644 index 8a2425ea321..00000000000 --- a/graphics/hs-graphviz/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library provides bindings for the Dot language used by the Graphviz -(http://graphviz.org/) suite of programs for visualising graphs, as well -as functions to call those programs. - -WWW: http://projects.haskell.org/graphviz diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile deleted file mode 100644 index bf6d08b6e29..00000000000 --- a/graphics/hs-svgcairo/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= svgcairo -PORTVERSION= 0.13.1.1 -PORTREVISION= 4 -CATEGORIES= graphics haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the libsvg-cairo library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo glib mtl -USE_GNOME= librsvg2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/graphics/hs-svgcairo/distinfo b/graphics/hs-svgcairo/distinfo deleted file mode 100644 index 160bf9ee3de..00000000000 --- a/graphics/hs-svgcairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501530095 -SHA256 (cabal/svgcairo-0.13.1.1.tar.gz) = cda662acf9084ef1d16da987bde2fa01c9efc87101e7179da0f566ab05c3a54f -SIZE (cabal/svgcairo-0.13.1.1.tar.gz) = 5311 diff --git a/graphics/hs-svgcairo/pkg-descr b/graphics/hs-svgcairo/pkg-descr deleted file mode 100644 index bd9cdf7ca3f..00000000000 --- a/graphics/hs-svgcairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Svgcairo is used to render SVG with cairo. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/graphics/py-geomdl/Makefile b/graphics/py-geomdl/Makefile index b2f4edc9f78..402c4ba0166 100644 --- a/graphics/py-geomdl/Makefile +++ b/graphics/py-geomdl/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geomdl -PORTVERSION= 5.1.2 +PORTVERSION= 5.2.4 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-geomdl/distinfo b/graphics/py-geomdl/distinfo index be60b318ded..52ae904f28f 100644 --- a/graphics/py-geomdl/distinfo +++ b/graphics/py-geomdl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551953758 -SHA256 (geomdl-5.1.2.tar.gz) = f412ef2396c12f34b73890b21b4b67f039b3e4c7f6cd25fcefea7316d240fe75 -SIZE (geomdl-5.1.2.tar.gz) = 119427 +TIMESTAMP = 1556633990 +SHA256 (geomdl-5.2.4.tar.gz) = 070e01143375442d9ce59c6520a1e205777b790c075f64a239e540a05cd05075 +SIZE (geomdl-5.2.4.tar.gz) = 135220 diff --git a/graphics/py-geopandas/Makefile b/graphics/py-geopandas/Makefile index 6cbb914d15c..624d744696c 100644 --- a/graphics/py-geopandas/Makefile +++ b/graphics/py-geopandas/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= geopandas -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-geopandas/distinfo b/graphics/py-geopandas/distinfo index 918e7b6446a..83d8d857a39 100644 --- a/graphics/py-geopandas/distinfo +++ b/graphics/py-geopandas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552595905 -SHA256 (geopandas-0.4.1.tar.gz) = a59345c7ee9c4532101342bf31f5c576c32f901f16a5aaf0637c7e1f5ac8939c -SIZE (geopandas-0.4.1.tar.gz) = 905397 +TIMESTAMP = 1556651395 +SHA256 (geopandas-0.5.0.tar.gz) = d075d2ab61a502ab92ec6b72aaf9610a1340ec24ed07264fcbdbe944b9e68954 +SIZE (geopandas-0.5.0.tar.gz) = 897118 diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile deleted file mode 100644 index a20e5c94187..00000000000 --- a/graphics/qslim/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= qslim -PORTVERSION= 2.1 -PORTREVISION= 11 -CATEGORIES= graphics -MASTER_SITES= http://mgarland.org/files/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= SlimKit surface modeling tools - -LICENSE= GPLv2 - -BROKEN= fails to link -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpng.so:graphics/png \ - libtiff.so:graphics/tiff \ - libgfx.so:graphics/libgfx - -CONFIGURE_WRKSRC= ${WRKSRC}/mixkit -BUILD_WRKSRC= ${WRKSRC}/mixkit/src - -USES= gmake -USE_GL= glu -GNU_CONFIGURE= yes -MAKE_ENV= FLTKCONFIG="${FLTK_CONFIG}" GUI_LIBS="${GUI_LIBS}" -MAKE_ARGS= CC="${CC}" CXX="${CXX}" -ALL_TARGET= # none -USE_LDCONFIG= yes - -CFLAGS+= -DMIX_ANSI_IOSTREAMS -DHAVE_BOOL -fPIC -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -pthread - -FLTK_CONFIG= ${LOCALBASE}/bin/fltk-config -GUI_LIBS= $$(${FLTK_CONFIG} --use-gl --ldflags) - -post-extract: - @${RM} -r ${WRKSRC}/libgfx/ - -post-patch: - @${REINPLACE_CMD} -e '/gfx-config/d' ${CONFIGURE_WRKSRC}/mix-config.in - @${REINPLACE_CMD} -e 's/\.\..*mix\.a//' ${WRKSRC}/tools/qslim/Makefile - @${REINPLACE_CMD} -e '/gfx-config/d;s/\.a/.so/g;s/[(]AR[)] cru/(CXX) \ - $$(CXXFLAGS) -shared -o/;/RANLIB/d' ${BUILD_WRKSRC}/${MAKEFILE} -.for i in mixkit/src/Makefile tools/qslim/Makefile - @${ECHO_CMD} '.SUFFIXES: .fl .c .cc .cxx .o' >> ${WRKSRC}/${i} - @${ECHO_CMD} '.cxx.o:' >> ${WRKSRC}/${i} - @${ECHO_CMD} ' $$(CXX) -c $$(CXXFLAGS) $$<' >> ${WRKSRC}/${i} -.endfor - -post-build: - @(cd ${BUILD_WRKSRC}/../../tools/qslim && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}) - -do-install: -.for i in qslim qvis - (cd ${WRKSRC}/tools/qslim && ${INSTALL_PROGRAM} ${i} \ - ${STAGEDIR}${PREFIX}/bin) -.endfor - @${MKDIR} ${STAGEDIR}${PREFIX}/include/mixkit - (cd ${WRKSRC}/mixkit/src && ${INSTALL_DATA} *.h \ - ${STAGEDIR}${PREFIX}/include/mixkit) - (cd ${WRKSRC}/mixkit/src && ${INSTALL_PROGRAM} libmix.so \ - ${STAGEDIR}${PREFIX}/lib) - @${LN} -sf libmix.so ${STAGEDIR}${PREFIX}/lib/libmix.so.0 - -.include diff --git a/graphics/qslim/distinfo b/graphics/qslim/distinfo deleted file mode 100644 index 7aa11229748..00000000000 --- a/graphics/qslim/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qslim-2.1.tar.gz) = af47fb69f7d1a5a0464b90436c9f7051a78a0fce44591096c3f9838d8f970a2a -SIZE (qslim-2.1.tar.gz) = 287513 diff --git a/graphics/qslim/files/patch-mixkit-src_MxStdGUI.cxx b/graphics/qslim/files/patch-mixkit-src_MxStdGUI.cxx deleted file mode 100644 index a8bb5449016..00000000000 --- a/graphics/qslim/files/patch-mixkit-src_MxStdGUI.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- mixkit/src/MxStdGUI.cxx.orig 2011-09-06 14:12:15.000000000 +0200 -+++ mixkit/src/MxStdGUI.cxx 2011-09-06 14:12:47.000000000 +0200 -@@ -15,7 +15,7 @@ - #include "MxGLUtils.h" - #include "MxSMF.h" - #include --#include -+#include - #include - - diff --git a/graphics/qslim/files/patch-mixkit__src__MxDynBlock.h b/graphics/qslim/files/patch-mixkit__src__MxDynBlock.h deleted file mode 100644 index 605e88e2bef..00000000000 --- a/graphics/qslim/files/patch-mixkit__src__MxDynBlock.h +++ /dev/null @@ -1,29 +0,0 @@ ---- mixkit/src/MxDynBlock.h.orig -+++ mixkit/src/MxDynBlock.h -@@ -35,13 +35,13 @@ - - void room_for(int len) - { -- if( length()resize(len); - fill = len; - } - - T& add() - { -- if( length()==total_space() ) resize(total_space() * 2); -+ if( length()==total_space() ) this->resize(total_space() * 2); - fill++; - return last(); - } -@@ -62,8 +62,8 @@ - // - int size() const { return length(); } - -- typename MxBlock::iterator end() { return begin()+size(); } -- typename MxBlock::const_iterator end() const { return begin()+size(); } -+ typename MxBlock::iterator end() { return this->begin()+size(); } -+ typename MxBlock::const_iterator end() const { return this->begin()+size(); } - - void push_back(const T& t) { add(t); } - }; diff --git a/graphics/qslim/files/patch-mixkit__src__MxStack.h b/graphics/qslim/files/patch-mixkit__src__MxStack.h deleted file mode 100644 index 3368a868c4a..00000000000 --- a/graphics/qslim/files/patch-mixkit__src__MxStack.h +++ /dev/null @@ -1,31 +0,0 @@ ---- mixkit/src/MxStack.h.orig -+++ mixkit/src/MxStack.h -@@ -26,14 +26,14 @@ - MxStack(const T& val, unsigned int n) : MxDynBlock(n) - { push(val); } - -- T& top() { return last(); } -- const T& top() const { return last(); } -+ T& top() { return this->last(); } -+ const T& top() const { return this->last(); } - -- bool is_empty() { return length()==0; } -+ bool is_empty() { return this->length()==0; } - -- T& pop() { return drop(); } -+ T& pop() { return this->drop(); } - -- void push(const T& val) { add(val); } -+ void push(const T& val) { this->add(val); } - // - // NOTE: In this code, it is *crucial* that we do the add() and - // assignment in separate steps. The obvious alternative -@@ -41,7 +41,7 @@ - // broken! The top() will grab a pointer into the block, - // but the add() may reallocate the block before doing the - // assignment. Thus, the pointer will become invalid. -- void push() { add(); top() = (*this)[length()-2]; } -+ void push() { this->add(); top() = (*this)[this->length()-2]; } - }; - - // MXSTACK_INCLUDED diff --git a/graphics/qslim/files/patch-tools-qslim_qvis.cxx b/graphics/qslim/files/patch-tools-qslim_qvis.cxx deleted file mode 100644 index 7c1b7390dc5..00000000000 --- a/graphics/qslim/files/patch-tools-qslim_qvis.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- tools/qslim/qvis.cxx.orig 2011-09-06 14:13:35.000000000 +0200 -+++ tools/qslim/qvis.cxx 2011-09-06 14:14:02.000000000 +0200 -@@ -14,7 +14,7 @@ - #include - #include - --#include -+#include - #include - #include - #include -@@ -228,7 +228,7 @@ - // Main application routine - // - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - // Change default values for application variables in GUI version - will_record_history = true; diff --git a/graphics/qslim/files/patch-tools__qslim__qslim.cxx b/graphics/qslim/files/patch-tools__qslim__qslim.cxx deleted file mode 100644 index 040e35c6fc3..00000000000 --- a/graphics/qslim/files/patch-tools__qslim__qslim.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/qslim/qslim.cxx.orig -+++ tools/qslim/qslim.cxx -@@ -32,7 +32,7 @@ - output_preamble(); - } - --main(int argc, char **argv) -+int main(int argc, char **argv) - { - double input_time, init_time, slim_time, output_time; - diff --git a/graphics/qslim/pkg-descr b/graphics/qslim/pkg-descr deleted file mode 100644 index 36046c4da33..00000000000 --- a/graphics/qslim/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the SlimKit collection of surface modeling tools. Most of the -programs in this collection simply provide an interface to the -underlying functionality of the MixKit library. - -The primary component of this package is the QSlim 2.0 surface -simplification tool. - -WWW: http://mgarland.org/software/qslim.html diff --git a/graphics/qslim/pkg-plist b/graphics/qslim/pkg-plist deleted file mode 100644 index 8896fc5d102..00000000000 --- a/graphics/qslim/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/qslim -bin/qvis -include/mixkit/MxAsp.h -include/mixkit/MxBlock.h -include/mixkit/MxBlock2.h -include/mixkit/MxBlock3.h -include/mixkit/MxBlockModel.h -include/mixkit/MxCamera.h -include/mixkit/MxCmdParser.h -include/mixkit/MxDualModel.h -include/mixkit/MxDualSlim.h -include/mixkit/MxDynBlock.h -include/mixkit/MxEdgeFilter.h -include/mixkit/MxFaceTree.h -include/mixkit/MxFeatureFilter.h -include/mixkit/MxFitFrame.h -include/mixkit/MxFrame.h -include/mixkit/MxGL.h -include/mixkit/MxGLUtils.h -include/mixkit/MxGUI.h -include/mixkit/MxGeoPrims.h -include/mixkit/MxGeom2D.h -include/mixkit/MxGeom3D.h -include/mixkit/MxHeap.h -include/mixkit/MxManipulator.h -include/mixkit/MxMat2.h -include/mixkit/MxMat3.h -include/mixkit/MxMat4.h -include/mixkit/MxMath.h -include/mixkit/MxMatrix.h -include/mixkit/MxPropSlim.h -include/mixkit/MxQMetric.h -include/mixkit/MxQMetric3.h -include/mixkit/MxQSlim.h -include/mixkit/MxRaster.h -include/mixkit/MxSMF.h -include/mixkit/MxStack.h -include/mixkit/MxStdGUI.h -include/mixkit/MxStdModel.h -include/mixkit/MxStdSlim.h -include/mixkit/MxString.h -include/mixkit/MxTimer.h -include/mixkit/MxVec2.h -include/mixkit/MxVec3.h -include/mixkit/MxVec4.h -include/mixkit/MxVector.h -include/mixkit/mixio.h -include/mixkit/mixmops.h -include/mixkit/mixmsg.h -include/mixkit/mixvops.h -include/mixkit/stdmix.h -lib/libmix.so -lib/libmix.so.0 diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile deleted file mode 100644 index 76f845de5e8..00000000000 --- a/graphics/rawstudio/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Alex Samorukov -# $FreeBSD$ - -PORTNAME= rawstudio -PORTVERSION= 2.0 -PORTREVISION= 19 -CATEGORIES= graphics -MASTER_SITES= http://rawstudio.org/files/release/ - -MAINTAINER= samm@os2.kiev.ua -COMMENT= Open-source program to read and manipulate RAW photo images - -LICENSE= GPLv2 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpng.so:graphics/png \ - liblcms.so:graphics/lcms \ - libexiv2.so:graphics/exiv2 \ - libdbus-1.so:devel/dbus \ - libfftw3f.so:math/fftw3-float \ - liblensfun.so:graphics/lensfun \ - libflickcurl.so:www/flickcurl \ - libgphoto2.so:graphics/libgphoto2 -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 - -BROKEN_powerpc64= fails to link: libicuuc.so. undefined reference to __cxa_throw_bad_array_new_length - -USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \ - sqlite -GNU_CONFIGURE= yes -USE_GNOME= gtk20 libxml2 gconf2 -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -LIBS+= `pkg-config --libs gthread-2.0` - -post-patch: - @${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure -# lensfun 0.3.0 had removed support for LF_MODIFY_CCI - @${REINPLACE_CMD} -e 's, | LF_MODIFY_CCI,,' \ - ${WRKSRC}/plugins/lensfun/lensfun.c - -.include diff --git a/graphics/rawstudio/distinfo b/graphics/rawstudio/distinfo deleted file mode 100644 index f6cd368b22a..00000000000 --- a/graphics/rawstudio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rawstudio-2.0.tar.gz) = 14cd5aff315ca9a28ec359ed2da0d993f0022b548a1751f208463ea823b2a7fc -SIZE (rawstudio-2.0.tar.gz) = 1537703 diff --git a/graphics/rawstudio/files/patch-libpng15 b/graphics/rawstudio/files/patch-libpng15 deleted file mode 100644 index c23a24f6403..00000000000 --- a/graphics/rawstudio/files/patch-libpng15 +++ /dev/null @@ -1,35 +0,0 @@ ---- plugins/output-pngfile/output-pngfile.c -+++ plugins/output-pngfile/output-pngfile.c -@@ -23,6 +23,7 @@ - #include - #include "config.h" - #include -+#include - - #define RS_TYPE_PNGFILE (rs_pngfile_type) - #define RS_PNGFILE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), RS_TYPE_PNGFILE, RSPngfile)) -@@ -198,7 +199,7 @@ - rs_icc_profile_get_data(profile, &data, &data_length); - - // FIXME: Insert correct profile name -- png_set_iCCP(png_ptr, info_ptr, "Profile name", PNG_COMPRESSION_TYPE_BASE, data, data_length); -+ png_set_iCCP(png_ptr, info_ptr, "Profile name", PNG_COMPRESSION_TYPE_BASE, (png_const_bytep)data, data_length); - if (pngfile->save16bit) - png_set_gAMA(png_ptr, info_ptr, 1.0); - } ---- plugins/load-gdk/exiv2-colorspace.cpp -+++ plugins/load-gdk/exiv2-colorspace.cpp -@@ -125,11 +125,11 @@ - - int compression_type; - /* Extract embedded ICC profile */ -- if (info_ptr->valid & PNG_INFO_iCCP) -+ if (png_get_valid(png_ptr, info_ptr, TRUE) & PNG_INFO_iCCP) - { - png_uint_32 retval = png_get_iCCP (png_ptr, info_ptr, - (png_charpp) &icc_profile_title, &compression_type, -- (png_charpp) &icc_profile, (png_uint_32*) &icc_profile_size); -+ (png_byte**) &icc_profile, (png_uint_32*) &icc_profile_size); - if (retval != 0) - { - RSIccProfile *icc = rs_icc_profile_new_from_memory((gchar*)icc_profile, icc_profile_size, TRUE); diff --git a/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp b/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp deleted file mode 100644 index 84290eb4440..00000000000 --- a/graphics/rawstudio/files/patch-plugins_denoise_fftwindow.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- plugins/denoise/fftwindow.cpp.orig 2011-02-15 17:28:03 UTC -+++ plugins/denoise/fftwindow.cpp -@@ -174,7 +174,7 @@ void FFTWindow::applyAnalysisWindowSSE( - if ((uintptr_t)src1 & 15) { - asm volatile - ( -- "loop_analysis_sse_ua:\n" -+ "1:\n" - "prefetchnta (%4)\n" // Prefetch next line (Used once only, so don't pollute cache) - "movups (%1), %%xmm0\n" // src1 pt1 - "movups 16(%1), %%xmm1\n" // src1 pt2 -@@ -193,7 +193,7 @@ void FFTWindow::applyAnalysisWindowSSE( - "add $64, %2\n" - "add $64, %4\n" - "dec %3\n" -- "jnz loop_analysis_sse_ua\n" -+ "jnz 1b\n" - - : /* no output registers */ - : "r" (analysis.getLine(y)), "r" (src1), "r" (dst->getLine(y)), "r" (sizew), "r" (&src1[image->pitch]) -@@ -202,7 +202,7 @@ void FFTWindow::applyAnalysisWindowSSE( - } else { - asm volatile - ( -- "loop_analysis_sse_a:\n" -+ "1:\n" - "prefetchnta (%4)\n" // Prefetch next line (Used once only, so don't pollute cache) - "movaps (%1), %%xmm0\n" // src1 pt1 - "movaps 16(%1), %%xmm1\n" // src1 pt2 -@@ -221,7 +221,7 @@ void FFTWindow::applyAnalysisWindowSSE( - "add $64, %2\n" - "add $64, %4\n" - "dec %3\n" -- "jnz loop_analysis_sse_a\n" -+ "jnz 1b\n" - - : /* no output registers */ - : "r" (analysis.getLine(y)), "r" (src1), "r" (dst->getLine(y)), "r" (sizew), "r" (&src1[image->pitch]) diff --git a/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc b/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc deleted file mode 100644 index 3a9cb994431..00000000000 --- a/graphics/rawstudio/files/patch-plugins_load-dcraw_dcraw.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/load-dcraw/dcraw.cc.orig 2015-05-29 01:03:46 UTC -+++ plugins/load-dcraw/dcraw.cc -@@ -869,7 +869,8 @@ struct jhead { - - int CLASS ljpeg_start (struct jhead *jh, int info_only) - { -- int c, tag, len; -+ int c, tag; -+ ushort len; - uchar data[0x10000]; - const uchar *dp; - diff --git a/graphics/rawstudio/files/patch-rs-macros.h b/graphics/rawstudio/files/patch-rs-macros.h deleted file mode 100644 index fdc456950c0..00000000000 --- a/graphics/rawstudio/files/patch-rs-macros.h +++ /dev/null @@ -1,16 +0,0 @@ ---- librawstudio/rs-macros.h 2014-02-19 06:34:15.000000000 +0100 -+++ librawstudio/rs-macros.h 2014-02-19 06:34:21.000000000 +0100 -@@ -51,12 +51,12 @@ - #if __GNUC__ >= 3 - #define likely(x) __builtin_expect (!!(x), 1) - #define unlikely(x) __builtin_expect (!!(x), 0) --#define align(x) __attribute__ ((aligned (x))) -+// #define align(x) __attribute__ ((aligned (x))) - #define __deprecated __attribute__ ((deprecated)) - #else - #define likely(x) (x) - #define unlikely(x) (x) --#define align(x) -+// #define align(x) - #define __deprecated - #endif diff --git a/graphics/rawstudio/files/patch-rs-tag-gui.c b/graphics/rawstudio/files/patch-rs-tag-gui.c deleted file mode 100644 index 3bd36dee10d..00000000000 --- a/graphics/rawstudio/files/patch-rs-tag-gui.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/rs-tag-gui.c.orig 2011-02-15 18:28:05.000000000 +0100 -+++ src/rs-tag-gui.c 2014-02-14 18:36:48.000000000 +0100 -@@ -93,11 +93,6 @@ - return box; - } - --GtkWidget * --rs_library_tag_entry_new(RSLibrary *library) --{ -- g_assert(RS_IS_LIBRARY(library)); -- - gboolean - selected(GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter, gpointer user_data) - { -@@ -179,6 +174,13 @@ - return found; - } - -+ -+GtkWidget * -+rs_library_tag_entry_new(RSLibrary *library) -+{ -+ g_assert(RS_IS_LIBRARY(library)); -+ -+ - GtkWidget *entry = gtk_entry_new(); - GtkEntryCompletion *completion = gtk_entry_completion_new(); - GtkListStore *store = gtk_list_store_new(1, G_TYPE_STRING); diff --git a/graphics/rawstudio/files/patch-src_rs-batch.c b/graphics/rawstudio/files/patch-src_rs-batch.c deleted file mode 100644 index 5350facf8b7..00000000000 --- a/graphics/rawstudio/files/patch-src_rs-batch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/rs-batch.c.orig 2011-04-07 18:05:03 UTC -+++ src/rs-batch.c -@@ -830,7 +830,7 @@ static void - filetype_changed(gpointer active, gpointer user_data) - { - RS_QUEUE *queue = (RS_QUEUE *) user_data; -- GType filetype = GPOINTER_TO_INT(active); -+ GType filetype = (GType)active; - - if (!filetype) - return; diff --git a/graphics/rawstudio/pkg-descr b/graphics/rawstudio/pkg-descr deleted file mode 100644 index df12a8975d9..00000000000 --- a/graphics/rawstudio/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Rawstudio is an open-source program to read and manipulate RAW images from -digital cameras. It will convert your RAW files into JPEG, PNG, or TIFF -images which you can then print or send to friends and clients. You can -also upload photos directly to Picasa, Flickr, and Facebook galleries. - -Rawstudio is intended to be the first tool in your image processing chain. -After you have made your overall image adjustments to your image, you can -use an image editing application to further work on your images. Rawstudio -itself is a highly specialized application for reviewing and processing RAW -images, not a fully featured image editing application. - -WWW: http://rawstudio.org/ diff --git a/graphics/rawstudio/pkg-plist b/graphics/rawstudio/pkg-plist deleted file mode 100644 index 0f4fd1bc26c..00000000000 --- a/graphics/rawstudio/pkg-plist +++ /dev/null @@ -1,473 +0,0 @@ -bin/rawstudio -include/rawstudio-2.0/rawstudio.h -include/rawstudio-2.0/rs-1d-function.h -include/rawstudio-2.0/rs-color-space-icc.h -include/rawstudio-2.0/rs-color-space-selector.h -include/rawstudio-2.0/rs-color-space.h -include/rawstudio-2.0/rs-color.h -include/rawstudio-2.0/rs-curve.h -include/rawstudio-2.0/rs-dcp-file.h -include/rawstudio-2.0/rs-debug.h -include/rawstudio-2.0/rs-exif.h -include/rawstudio-2.0/rs-filetypes.h -include/rawstudio-2.0/rs-filter-param.h -include/rawstudio-2.0/rs-filter-request.h -include/rawstudio-2.0/rs-filter-response.h -include/rawstudio-2.0/rs-filter.h -include/rawstudio-2.0/rs-gui-functions.h -include/rawstudio-2.0/rs-huesat-map.h -include/rawstudio-2.0/rs-icc-profile.h -include/rawstudio-2.0/rs-image.h -include/rawstudio-2.0/rs-image16.h -include/rawstudio-2.0/rs-io-job-checksum.h -include/rawstudio-2.0/rs-io-job-metadata.h -include/rawstudio-2.0/rs-io-job-prefetch.h -include/rawstudio-2.0/rs-io-job-tagging.h -include/rawstudio-2.0/rs-io-job.h -include/rawstudio-2.0/rs-io.h -include/rawstudio-2.0/rs-job-queue.h -include/rawstudio-2.0/rs-lens-db-editor.h -include/rawstudio-2.0/rs-lens-db.h -include/rawstudio-2.0/rs-lens-fix.h -include/rawstudio-2.0/rs-lens.h -include/rawstudio-2.0/rs-library.h -include/rawstudio-2.0/rs-macros.h -include/rawstudio-2.0/rs-math.h -include/rawstudio-2.0/rs-metadata.h -include/rawstudio-2.0/rs-output.h -include/rawstudio-2.0/rs-plugin-manager.h -include/rawstudio-2.0/rs-plugin.h -include/rawstudio-2.0/rs-profile-camera.h -include/rawstudio-2.0/rs-profile-factory.h -include/rawstudio-2.0/rs-profile-selector.h -include/rawstudio-2.0/rs-rawfile.h -include/rawstudio-2.0/rs-settings.h -include/rawstudio-2.0/rs-spline.h -include/rawstudio-2.0/rs-stock.h -include/rawstudio-2.0/rs-tiff-ifd-entry.h -include/rawstudio-2.0/rs-tiff-ifd.h -include/rawstudio-2.0/rs-tiff.h -include/rawstudio-2.0/rs-types.h -include/rawstudio-2.0/rs-utils.h -include/rawstudio-2.0/x86-cpu.h -lib/librawstudio-2.0.a -lib/librawstudio-2.0.so -lib/librawstudio-2.0.so.0 -lib/librawstudio-2.0.so.0.0.0 -libdata/pkgconfig/rawstudio-2.0.pc -share/applications/rawstudio.desktop -share/icons/rawstudio.png -share/locale/ca/LC_MESSAGES/rawstudio.mo -share/locale/cs/LC_MESSAGES/rawstudio.mo -share/locale/da/LC_MESSAGES/rawstudio.mo -share/locale/de/LC_MESSAGES/rawstudio.mo -share/locale/en/LC_MESSAGES/rawstudio.mo -share/locale/es/LC_MESSAGES/rawstudio.mo -share/locale/fi/LC_MESSAGES/rawstudio.mo -share/locale/fr/LC_MESSAGES/rawstudio.mo -share/locale/hu/LC_MESSAGES/rawstudio.mo -share/locale/it/LC_MESSAGES/rawstudio.mo -share/locale/ja/LC_MESSAGES/rawstudio.mo -share/locale/nb/LC_MESSAGES/rawstudio.mo -share/locale/nl/LC_MESSAGES/rawstudio.mo -share/locale/pl/LC_MESSAGES/rawstudio.mo -share/locale/pt_BR/LC_MESSAGES/rawstudio.mo -share/locale/ru/LC_MESSAGES/rawstudio.mo -share/locale/sv/LC_MESSAGES/rawstudio.mo -share/pixmaps/rawstudio/camera-photo.png -share/pixmaps/rawstudio/cursor-color-picker.png -share/pixmaps/rawstudio/cursor-crop.png -share/pixmaps/rawstudio/cursor-rotate.png -share/pixmaps/rawstudio/overlay_deleted.png -share/pixmaps/rawstudio/overlay_exported.png -share/pixmaps/rawstudio/overlay_priority1.png -share/pixmaps/rawstudio/overlay_priority2.png -share/pixmaps/rawstudio/overlay_priority3.png -share/pixmaps/rawstudio/tool-color-picker.png -share/pixmaps/rawstudio/tool-crop.png -share/pixmaps/rawstudio/tool-rotate.png -share/pixmaps/rawstudio/transform_180.png -share/pixmaps/rawstudio/transform_270.png -share/pixmaps/rawstudio/transform_90.png -share/pixmaps/rawstudio/transform_flip.png -share/pixmaps/rawstudio/transform_mirror.png -share/rawspeed/cameras.xml -%%DATADIR%%/lens_fix.xml -%%DATADIR%%/plugins/cache.a -%%DATADIR%%/plugins/cache.so -%%DATADIR%%/plugins/colorspace_adobergb.a -%%DATADIR%%/plugins/colorspace_adobergb.so -%%DATADIR%%/plugins/colorspace_prophoto.a -%%DATADIR%%/plugins/colorspace_prophoto.so -%%DATADIR%%/plugins/colorspace_srgb.a -%%DATADIR%%/plugins/colorspace_srgb.so -%%DATADIR%%/plugins/colorspace_transform.a -%%DATADIR%%/plugins/colorspace_transform.so -%%DATADIR%%/plugins/crop.a -%%DATADIR%%/plugins/crop.so -%%DATADIR%%/plugins/dcp.a -%%DATADIR%%/plugins/dcp.so -%%DATADIR%%/plugins/demosaic.a -%%DATADIR%%/plugins/demosaic.so -%%DATADIR%%/plugins/denoise.a -%%DATADIR%%/plugins/denoise.so -%%DATADIR%%/plugins/exposure_mask.a -%%DATADIR%%/plugins/exposure_mask.so -%%DATADIR%%/plugins/facebook-logo.svg -%%DATADIR%%/plugins/flickr-logo.svg -%%DATADIR%%/plugins/fuji_rotate.a -%%DATADIR%%/plugins/fuji_rotate.so -%%DATADIR%%/plugins/input_file.a -%%DATADIR%%/plugins/input_file.so -%%DATADIR%%/plugins/input_image16.a -%%DATADIR%%/plugins/input_image16.so -%%DATADIR%%/plugins/lensfun.a -%%DATADIR%%/plugins/lensfun.so -%%DATADIR%%/plugins/load_dcraw.a -%%DATADIR%%/plugins/load_dcraw.so -%%DATADIR%%/plugins/load_gdk.a -%%DATADIR%%/plugins/load_gdk.so -%%DATADIR%%/plugins/load_rawspeed.a -%%DATADIR%%/plugins/load_rawspeed.so -%%DATADIR%%/plugins/meta_ciff.a -%%DATADIR%%/plugins/meta_ciff.so -%%DATADIR%%/plugins/meta_exiv2.a -%%DATADIR%%/plugins/meta_exiv2.so -%%DATADIR%%/plugins/meta_mrw.a -%%DATADIR%%/plugins/meta_mrw.so -%%DATADIR%%/plugins/meta_raf.a -%%DATADIR%%/plugins/meta_raf.so -%%DATADIR%%/plugins/meta_tiff.a -%%DATADIR%%/plugins/meta_tiff.so -%%DATADIR%%/plugins/meta_x3f.a -%%DATADIR%%/plugins/meta_x3f.so -%%DATADIR%%/plugins/output_facebook.a -%%DATADIR%%/plugins/output_facebook.so -%%DATADIR%%/plugins/output_flickr.a -%%DATADIR%%/plugins/output_flickr.so -%%DATADIR%%/plugins/output_jpegfile.a -%%DATADIR%%/plugins/output_jpegfile.so -%%DATADIR%%/plugins/output_picasa.a -%%DATADIR%%/plugins/output_picasa.so -%%DATADIR%%/plugins/output_pngfile.a -%%DATADIR%%/plugins/output_pngfile.so -%%DATADIR%%/plugins/output_tifffile.a -%%DATADIR%%/plugins/output_tifffile.so -%%DATADIR%%/plugins/picasa-logo.svg -%%DATADIR%%/plugins/resample.a -%%DATADIR%%/plugins/resample.so -%%DATADIR%%/plugins/rotate.a -%%DATADIR%%/plugins/rotate.so -%%DATADIR%%/profiles/AGFAPHOTO_DC-833m-simple.dcp -%%DATADIR%%/profiles/Apple_QuickTake-simple.dcp -%%DATADIR%%/profiles/CASIO_EX-S20-simple.dcp -%%DATADIR%%/profiles/CASIO_EX-Z750-simple.dcp -%%DATADIR%%/profiles/CINE-simple.dcp -%%DATADIR%%/profiles/CINE_650-simple.dcp -%%DATADIR%%/profiles/CINE_660-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1DS-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1D_Mark_II-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1D_Mark_III-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1D_Mark_II_N-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1D_Mark_IV-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1Ds_Mark_II-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-1Ds_Mark_III-simple.dcp -%%DATADIR%%/profiles/Canon_EOS-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_1000D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_10D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_1100D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_20D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_20Da-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_300D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_30D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_350D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_400D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_40D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_450D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_500D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_50D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_550D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_5D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_5D_Mark_II-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_600D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_60D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_7D-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_D2000-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_D30-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_D60-simple.dcp -%%DATADIR%%/profiles/Canon_EOS_D6000-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A470-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A5-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A50-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A530-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A610-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A620-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A630-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A640-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A650-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_A720-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G1-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G10-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G11-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G12-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G2-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G3-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G5-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G6-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_G9-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_Pro1-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_Pro70-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_Pro90-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S30-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S3_IS-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S40-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S45-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S50-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S60-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S70-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S90-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_S95-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_SX110_IS-simple.dcp -%%DATADIR%%/profiles/Canon_PowerShot_SX1_IS-simple.dcp -%%DATADIR%%/profiles/Contax_N_Digital-simple.dcp -%%DATADIR%%/profiles/EPSON_R-D1-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_E550-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_E900-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_F7-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_F8-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S100FS-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S20Pro-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S2Pro-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S3Pro-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5000-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5100-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5200-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5500-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5600-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S5Pro-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S6-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S6000fd-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S7000-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S9000-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S9100-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S9500-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_FinePix_S9600-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_IS-1-simple.dcp -%%DATADIR%%/profiles/FUJIFILM_IS_Pro-simple.dcp -%%DATADIR%%/profiles/Fuji_HS10-simple.dcp -%%DATADIR%%/profiles/Imacon_Ixpress-simple.dcp -%%DATADIR%%/profiles/KODAK_DCS420-simple.dcp -%%DATADIR%%/profiles/KODAK_DCS460-simple.dcp -%%DATADIR%%/profiles/KODAK_EASYSHARE_Z1015-simple.dcp -%%DATADIR%%/profiles/KODAK_EOSDCS1-simple.dcp -%%DATADIR%%/profiles/KODAK_EOSDCS3B-simple.dcp -%%DATADIR%%/profiles/KODAK_EasyShare_Z980-simple.dcp -%%DATADIR%%/profiles/KODAK_NC2000-simple.dcp -%%DATADIR%%/profiles/KODAK_P712-simple.dcp -%%DATADIR%%/profiles/KODAK_P850-simple.dcp -%%DATADIR%%/profiles/KODAK_P880-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS315C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS330C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS520C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS560C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS620C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS620X-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS660C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS720X-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS760C-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS_Pro_14-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS_Pro_14nx-simple.dcp -%%DATADIR%%/profiles/Kodak_DCS_Pro_SLR-simple.dcp -%%DATADIR%%/profiles/Kodak_ProBack-simple.dcp -%%DATADIR%%/profiles/Kodak_ProBack645-simple.dcp -%%DATADIR%%/profiles/Konica_Minolta_DiMAGE_A2-simple.dcp -%%DATADIR%%/profiles/Konica_Minolta_DiMAGE_A200-simple.dcp -%%DATADIR%%/profiles/Konica_Minolta_Maxxum_5D-simple.dcp -%%DATADIR%%/profiles/Konica_Minolta_Maxxum_7D-simple.dcp -%%DATADIR%%/profiles/Leaf-simple.dcp -%%DATADIR%%/profiles/Leaf_Aptus_54S-simple.dcp -%%DATADIR%%/profiles/Leaf_Aptus_65-simple.dcp -%%DATADIR%%/profiles/Leaf_Aptus_75-simple.dcp -%%DATADIR%%/profiles/Leaf_CMost-simple.dcp -%%DATADIR%%/profiles/Leaf_Valeo_6-simple.dcp -%%DATADIR%%/profiles/Leica-M8-simple.dcp -%%DATADIR%%/profiles/Leica-S2-simple.dcp -%%DATADIR%%/profiles/Leica-X1-native.dcp -%%DATADIR%%/profiles/MINOLTA_DYNAX_5-simple.dcp -%%DATADIR%%/profiles/MINOLTA_DYNAX_7-simple.dcp -%%DATADIR%%/profiles/MOTOROLA_PIXL-simple.dcp -%%DATADIR%%/profiles/Mamiya_ZD-simple.dcp -%%DATADIR%%/profiles/Micron_2010-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_5-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_7-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_7Hi-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_7i-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_A1-simple.dcp -%%DATADIR%%/profiles/Minolta_DiMAGE_Z2-simple.dcp -%%DATADIR%%/profiles/NIKON_COOLPIX_P6000-simple.dcp -%%DATADIR%%/profiles/NIKON_COOLPIX_P7000-simple.dcp -%%DATADIR%%/profiles/NIKON_D1-simple.dcp -%%DATADIR%%/profiles/NIKON_D100-simple.dcp -%%DATADIR%%/profiles/NIKON_D1H-simple.dcp -%%DATADIR%%/profiles/NIKON_D1X-simple.dcp -%%DATADIR%%/profiles/NIKON_D200-simple.dcp -%%DATADIR%%/profiles/NIKON_D2H-simple.dcp -%%DATADIR%%/profiles/NIKON_D2X-simple.dcp -%%DATADIR%%/profiles/NIKON_D3-simple.dcp -%%DATADIR%%/profiles/NIKON_D300-simple.dcp -%%DATADIR%%/profiles/NIKON_D3000-simple.dcp -%%DATADIR%%/profiles/NIKON_D3100-simple.dcp -%%DATADIR%%/profiles/NIKON_D3S-simple.dcp -%%DATADIR%%/profiles/NIKON_D3X-simple.dcp -%%DATADIR%%/profiles/NIKON_D40-simple.dcp -%%DATADIR%%/profiles/NIKON_D40X-simple.dcp -%%DATADIR%%/profiles/NIKON_D50-simple.dcp -%%DATADIR%%/profiles/NIKON_D5000-simple.dcp -%%DATADIR%%/profiles/NIKON_D60-simple.dcp -%%DATADIR%%/profiles/NIKON_D70-simple.dcp -%%DATADIR%%/profiles/NIKON_D700-simple.dcp -%%DATADIR%%/profiles/NIKON_D7000-simple.dcp -%%DATADIR%%/profiles/NIKON_D70s-simple.dcp -%%DATADIR%%/profiles/NIKON_D80-simple.dcp -%%DATADIR%%/profiles/NIKON_D90-simple.dcp -%%DATADIR%%/profiles/NIKON_E2100-simple.dcp -%%DATADIR%%/profiles/NIKON_E2500-simple.dcp -%%DATADIR%%/profiles/NIKON_E4300-simple.dcp -%%DATADIR%%/profiles/NIKON_E4500-simple.dcp -%%DATADIR%%/profiles/NIKON_E5000-simple.dcp -%%DATADIR%%/profiles/NIKON_E5400-simple.dcp -%%DATADIR%%/profiles/NIKON_E5700-simple.dcp -%%DATADIR%%/profiles/NIKON_E8400-simple.dcp -%%DATADIR%%/profiles/NIKON_E8700-simple.dcp -%%DATADIR%%/profiles/NIKON_E8800-simple.dcp -%%DATADIR%%/profiles/NIKON_E950-simple.dcp -%%DATADIR%%/profiles/NIKON_E995-simple.dcp -%%DATADIR%%/profiles/Neutral-With-Tonecurve-AdobeRGB.dcp -%%DATADIR%%/profiles/Neutral-With-Tonecurve-Prophoto.dcp -%%DATADIR%%/profiles/Neutral-With-Tonecurve-sRGB.dcp -%%DATADIR%%/profiles/OLYMPUS_C5050-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_C5060-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_C70-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_C7070-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_C80-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-1-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-10-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-20-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-3-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-30-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-300-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-330-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-400-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-410-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-420-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-450-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-5-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-500-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-510-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-520-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-620-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-P1-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-PL1-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-PL1s-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_E-PL2-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP3-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP350-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP500UZ-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP510UZ-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP550UZ-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP560UZ-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_SP570UZ-simple.dcp -%%DATADIR%%/profiles/OLYMPUS_XZ-1-simple.dcp -%%DATADIR%%/profiles/PENTAX_645D-simple.dcp -%%DATADIR%%/profiles/PENTAX_K-5-simple.dcp -%%DATADIR%%/profiles/PENTAX_K-7-simple.dcp -%%DATADIR%%/profiles/PENTAX_K-m-simple.dcp -%%DATADIR%%/profiles/PENTAX_K-r-simple.dcp -%%DATADIR%%/profiles/PENTAX_K-x-simple.dcp -%%DATADIR%%/profiles/PENTAX_K1-simple.dcp -%%DATADIR%%/profiles/PENTAX_K10D-simple.dcp -%%DATADIR%%/profiles/PENTAX_K2000-simple.dcp -%%DATADIR%%/profiles/PENTAX_K200D-simple.dcp -%%DATADIR%%/profiles/PENTAX_K20D-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FX150-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ18-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ28-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ30-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ35-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ50-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-FZ8-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-G1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-G10-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-G2-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-GF1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-GF2-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-GH1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-GH2-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-L1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-L10-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-LC1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-LX1-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-LX2-simple.dcp -%%DATADIR%%/profiles/Panasonic_DMC-LX3-simple.dcp -%%DATADIR%%/profiles/Panasonic_FZ100-simple.dcp -%%DATADIR%%/profiles/Panasonic_FZ40-simple.dcp -%%DATADIR%%/profiles/Panasonic_LX5-simple.dcp -%%DATADIR%%/profiles/Phase_One_H_20-simple.dcp -%%DATADIR%%/profiles/Phase_One_P65-simple.dcp -%%DATADIR%%/profiles/Phase_One_P_2-simple.dcp -%%DATADIR%%/profiles/Phase_One_P_30-simple.dcp -%%DATADIR%%/profiles/Phase_One_P_45-simple.dcp -%%DATADIR%%/profiles/Ricoh_A12_28mm-simple.dcp -%%DATADIR%%/profiles/Ricoh_A12_50mm-simple.dcp -%%DATADIR%%/profiles/Ricoh_Digital_3-simple.dcp -%%DATADIR%%/profiles/Ricoh_GX200-simple.dcp -%%DATADIR%%/profiles/Ricoh_S10_24-72mm-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_EX1-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_GX-1-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_GX-1L-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_GX-1S-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_GX10-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_GX20-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_NX10-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_NX100-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_NX11-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_NX5-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_S85-simple.dcp -%%DATADIR%%/profiles/SAMSUNG_WB2000-simple.dcp -%%DATADIR%%/profiles/SONY_DSC-F828-simple.dcp -%%DATADIR%%/profiles/SONY_DSC-R1-simple.dcp -%%DATADIR%%/profiles/SONY_DSC-V3-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A100-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A200-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A230-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A290-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A300-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A330-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A350-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A380-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A390-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A450-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A5-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A500-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A550-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A560-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A580-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A700-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A850-simple.dcp -%%DATADIR%%/profiles/SONY_DSLR-A900-simple.dcp -%%DATADIR%%/profiles/SONY_NEX-3-simple.dcp -%%DATADIR%%/profiles/SONY_NEX-5-simple.dcp -%%DATADIR%%/profiles/SONY_SLTA33-simple.dcp -%%DATADIR%%/profiles/SONY_SLTA55V-simple.dcp -%%DATADIR%%/profiles/Sinar-simple.dcp -%%DATADIR%%/profiles/compatibleWithAdobeRGB1998-linear.icc -%%DATADIR%%/profiles/compatibleWithAdobeRGB1998.icc -%%DATADIR%%/profiles/generic_camera_profile.icc -%%DATADIR%%/profiles/prophoto-linear.icc -%%DATADIR%%/profiles/prophoto.icc -%%DATADIR%%/profiles/rawstudio-cameras.xml -%%DATADIR%%/profiles/sRGB-linear.icc -%%DATADIR%%/profiles/sRGB.icc -%%DATADIR%%/rawstudio.gtkrc -%%DATADIR%%/ui.xml diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile deleted file mode 100644 index b42c3bc28cd..00000000000 --- a/graphics/tulip/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= tulip -PORTVERSION= 4.10.0 -PORTREVISION= 9 -DISTVERSIONSUFFIX= _src -CATEGORIES= graphics -MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= woodsb02@FreeBSD.org -COMMENT= System dedicated to the visualization of huge graphs - -LICENSE= LGPL3 - -BROKEN= Missing libquazip.so:archivers/quazip@qt4 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 -LIB_DEPENDS= libpng.so:graphics/png \ - libOGDF.so:math/ogdf \ - libfreetype.so:print/freetype2 - -BROKEN_powerpc64= fails to link: libOGDF.so: undefined reference to CoinPackedVector::CoinPackedVector - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USES= cmake:noninja compiler:c++11-lib dos2unix jpeg python qt:5 \ - shebangfix -SHEBANG_FILES= tulip-config.in -DOS2UNIX_FILES= software/tulip/src/main.cpp -USE_GL= gl glew glut -USE_GNOME= libxml2 -CMAKE_ARGS= -DBUILD_DOC:BOOL=OFF \ - -DOGDFInclude:STRING=${LOCALBASE}/include \ - -DOGDFLibrary:STRING=${LOCALBASE}/lib/libOGDF.so -USE_LDCONFIG= ${PREFIX}/lib/tulip -USE_QT= core gui network opengl webkit widgets \ - xml xmlpatterns \ - buildtools_build qmake_build - -CXXFLAGS+= -fPIC -I${LOCALBASE}/include -DNDEBUG -DOGDF_DLL -# Unhide std::to_string() to fix build with GCC (see ports/193528 for details) -CXXFLAGS+= -D_GLIBCXX_USE_C99 -LDFLAGS+= -L${LOCALBASE}/lib -lCOIN - -PLIST_SUB= TULIP_VERSION="${PORTVERSION}" \ - TULIP_VERS="${PORTVERSION:R}" - -DESKTOP_ENTRIES="Tulip" "" "${PREFIX}/share/pixmaps.tulip.png" "tulip" "" "" - -CMAKE_ON= USE_QT5_IF_INSTALLED - -BROKEN= does not build - -post-build: - @${LN} -sf logo32x32.png \ - ${WRKSRC}/library/tulip-gui/resources/icons/tulip.png - -post-install: - (cd ${WRKSRC}/library/tulip-gui/resources/icons && ${INSTALL_DATA} \ - tulip.png ${STAGEDIR}${PREFIX}/share/pixmaps) - -.include diff --git a/graphics/tulip/distinfo b/graphics/tulip/distinfo deleted file mode 100644 index f4ccce9d381..00000000000 --- a/graphics/tulip/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1482046849 -SHA256 (tulip-4.10.0_src.tar.gz) = f7c2196f8e892a3474c90b4cc11a0777fdef7054b0edd20fbcb94736e6a7cc9f -SIZE (tulip-4.10.0_src.tar.gz) = 74675072 diff --git a/graphics/tulip/files/patch-CMakeLists.txt b/graphics/tulip/files/patch-CMakeLists.txt deleted file mode 100644 index 3d6cbd622f9..00000000000 --- a/graphics/tulip/files/patch-CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- CMakeLists.txt.orig 2016-07-07 20:16:41 UTC -+++ CMakeLists.txt -@@ -564,8 +564,8 @@ IF(NOT BUILD_CORE_ONLY) - SET(Tess2Library tess2-tulip-${TulipMMVersion}) - ENDIF(NOT BUILD_CORE_ONLY) - --SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF/include) --SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) -+#SET(OGDFInclude ${PROJECT_SOURCE_DIR}/thirdparty/OGDF/include) -+#SET(OGDFLibrary OGDF-tulip-${TulipMMVersion}) - SET(QHULLInclude ${PROJECT_SOURCE_DIR}/thirdparty) - SET(UTF8CppInclude ${PROJECT_SOURCE_DIR}/thirdparty/utf8-cpp/source) - SET(YajlLibrary yajl-tulip-${TulipMMVersion}) diff --git a/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp b/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp deleted file mode 100644 index d79d9f4ee22..00000000000 --- a/graphics/tulip/files/patch-software_crash__handling_StackWalker.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- software/crash_handling/StackWalker.cpp.orig 2015-04-18 20:15:52 UTC -+++ software/crash_handling/StackWalker.cpp -@@ -255,8 +255,13 @@ void StackWalkerGCC::printCallStack(std: - char * real_name = abi::__cxa_demangle(mangled_name, 0, 0, &status); - - char *end; -+#if defined(__FreeBSD__) && __FreeBSD_version < 9000000 -+ int64_t runtimeAddr = static_cast(strtol(runtime_addr, &end, 16)); -+ int64_t runtimeOffset = static_cast(strtol(runtime_offset, &end, 0)); -+#else - int64_t runtimeAddr = static_cast(strtoll(runtime_addr, &end, 16)); - int64_t runtimeOffset = static_cast(strtoll(runtime_offset, &end, 0)); -+#endif - - if (runtimeAddr == 1 && i == (size - 1)) - break; diff --git a/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp b/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp deleted file mode 100644 index 3655e73b5a1..00000000000 --- a/graphics/tulip/files/patch-software_tulip__perspective_src_main.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- software/tulip_perspective/src/main.cpp.orig 2016-07-07 20:15:39 UTC -+++ software/tulip_perspective/src/main.cpp -@@ -135,7 +135,9 @@ void usage(const QString &error) { - - int main(int argc,char **argv) { - -+#ifndef __FreeBSD__ - CrashHandling::installCrashHandler(); -+#endif - - QString appName("Tulip "); - QString iconPath; diff --git a/graphics/tulip/files/patch-software_tulip_src_main.cpp b/graphics/tulip/files/patch-software_tulip_src_main.cpp deleted file mode 100644 index a6b9295937b..00000000000 --- a/graphics/tulip/files/patch-software_tulip_src_main.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- software/tulip/src/main.cpp.orig 2016-07-07 20:15:40 UTC -+++ software/tulip/src/main.cpp -@@ -124,7 +124,9 @@ void checkTulipRunning(const QString& pe - } - - int main(int argc, char **argv) { -+#ifndef __FreeBSD__ - CrashHandling::installCrashHandler(); -+#endif - - QApplication tulip_agent(argc, argv); - QString name("Tulip "); diff --git a/graphics/tulip/files/patch-thirdparty_CMakeLists.txt b/graphics/tulip/files/patch-thirdparty_CMakeLists.txt deleted file mode 100644 index 31c5743e683..00000000000 --- a/graphics/tulip/files/patch-thirdparty_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- thirdparty/CMakeLists.txt.orig 2016-07-07 20:15:36 UTC -+++ thirdparty/CMakeLists.txt -@@ -8,7 +8,7 @@ ADD_CORE_FILES(CMakeLists.txt - ) - - ADD_SUBDIRECTORY(gzstream) --ADD_SUBDIRECTORY(OGDF) -+#ADD_SUBDIRECTORY(OGDF) - ADD_SUBDIRECTORY(libqhull) - ADD_SUBDIRECTORY(yajl) - IF(NOT BUILD_CORE_ONLY) diff --git a/graphics/tulip/pkg-descr b/graphics/tulip/pkg-descr deleted file mode 100644 index 1beeb8145b1..00000000000 --- a/graphics/tulip/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Tulip software is a system dedicated to the visualization of huge -graphs. It manages graphs with a number of elements(node and edges) up -to 500.000 on a personal computer(PIII 600, with 256mo). Its SuperGraph -technology architecture enables to do the following things : - * 3D visualizations - * 3D modifications - * Plug-in support for easy evolution - * Building of clusters and navigation into it - * Automatic drawing of graphs - * Automatic clustering of graphs - * Automatic selection of elements - * Automatic Metric coloration of graphs - -WWW: http://tulip.labri.fr/ diff --git a/graphics/tulip/pkg-plist b/graphics/tulip/pkg-plist deleted file mode 100644 index 784b78cd865..00000000000 --- a/graphics/tulip/pkg-plist +++ /dev/null @@ -1,931 +0,0 @@ -bin/tulip -bin/tulip-config -bin/tulip_perspective -include/tulip/APIDataBase.h -include/tulip/AboutTulipPage.h -include/tulip/AbstractGlCurve.h -include/tulip/AbstractProperty.h -include/tulip/AcyclicTest.h -include/tulip/Algorithm.h -include/tulip/Animation.h -include/tulip/Array.h -include/tulip/AutoCompletionDataBase.h -include/tulip/Bfs.h -include/tulip/BiconnectedTest.h -include/tulip/BooleanProperty.h -include/tulip/BoundingBox.h -include/tulip/CSVContentHandler.h -include/tulip/CSVGraphImport.h -include/tulip/CSVGraphMappingConfigurationWidget.h -include/tulip/CSVImportConfigurationWidget.h -include/tulip/CSVImportWizard.h -include/tulip/CSVParser.h -include/tulip/CSVParserConfigurationWidget.h -include/tulip/CachedPropertyAnimation.h -include/tulip/Camera.h -include/tulip/CaptionGraphicsItem.h -include/tulip/CaptionGraphicsSubItems.h -include/tulip/CaptionItem.h -include/tulip/Circle.h -include/tulip/ClearableLineEdit.h -include/tulip/Color.h -include/tulip/ColorButton.h -include/tulip/ColorProperty.h -include/tulip/ColorPropertyAnimation.h -include/tulip/ColorScale.h -include/tulip/ColorScaleButton.h -include/tulip/ColorScaleConfigDialog.h -include/tulip/ColorScaleWidget.h -include/tulip/ColorScalesManager.h -include/tulip/ConcatIterator.h -include/tulip/ConnectedTest.h -include/tulip/ConsoleUtils.h -include/tulip/ConvexHull.h -include/tulip/Coord.h -include/tulip/CoordEditor.h -include/tulip/CopyPropertyDialog.h -include/tulip/Curves.h -include/tulip/DataSet.h -include/tulip/Delaunay.h -include/tulip/DoubleProperty.h -include/tulip/DoublePropertyAnimation.h -include/tulip/DoubleStringsListSelectionWidget.h -include/tulip/DownloadManager.h -include/tulip/DragHandle.h -include/tulip/DrawingTools.h -include/tulip/Edge.h -include/tulip/EdgeExtremityGlyph.h -include/tulip/EdgeExtremityGlyphManager.h -include/tulip/ExportModule.h -include/tulip/Face.h -include/tulip/FaceIterator.h -include/tulip/ForEach.h -include/tulip/GLInteractor.h -include/tulip/Gl2DRect.h -include/tulip/GlAbstractPolygon.h -include/tulip/GlAxis.h -include/tulip/GlBezierCurve.h -include/tulip/GlBoundingBoxSceneVisitor.h -include/tulip/GlBox.h -include/tulip/GlCPULODCalculator.h -include/tulip/GlCatmullRomCurve.h -include/tulip/GlCircle.h -include/tulip/GlColorScale.h -include/tulip/GlComplexPolygon.h -include/tulip/GlComplexeEntity.h -include/tulip/GlComposite.h -include/tulip/GlCompositeHierarchyManager.h -include/tulip/GlConvexGraphHull.h -include/tulip/GlConvexHull.h -include/tulip/GlCubicBSplineInterpolation.h -include/tulip/GlCurve.h -include/tulip/GlDisplayListManager.h -include/tulip/GlEdge.h -include/tulip/GlEntity.h -include/tulip/GlFeedBackBuilder.h -include/tulip/GlFeedBackRecorder.h -include/tulip/GlGlyphRenderer.h -include/tulip/GlGraphComposite.h -include/tulip/GlGraphHighDetailsRenderer.h -include/tulip/GlGraphInputData.h -include/tulip/GlGraphLowDetailsRenderer.h -include/tulip/GlGraphRenderer.h -include/tulip/GlGraphRenderingParameters.h -include/tulip/GlGraphStaticData.h -include/tulip/GlGrid.h -include/tulip/GlHexagon.h -include/tulip/GlLODCalculator.h -include/tulip/GlLODSceneVisitor.h -include/tulip/GlLabel.h -include/tulip/GlLayer.h -include/tulip/GlLine.h -include/tulip/GlLines.h -include/tulip/GlMainView.h -include/tulip/GlMainWidget.h -include/tulip/GlMainWidgetGraphicsItem.h -include/tulip/GlMetaNodeRenderer.h -include/tulip/GlNode.h -include/tulip/GlNominativeAxis.h -include/tulip/GlOffscreenRenderer.h -include/tulip/GlOpenUniformCubicBSpline.h -include/tulip/GlOverviewGraphicsItem.h -include/tulip/GlPentagon.h -include/tulip/GlPolyQuad.h -include/tulip/GlPolygon.h -include/tulip/GlProgressBar.h -include/tulip/GlQuad.h -include/tulip/GlQuadTreeLODCalculator.h -include/tulip/GlQuantitativeAxis.h -include/tulip/GlRect.h -include/tulip/GlRegularPolygon.h -include/tulip/GlScene.h -include/tulip/GlSceneObserver.h -include/tulip/GlSceneVisitor.h -include/tulip/GlSceneZoomAndPan.h -include/tulip/GlSelectSceneVisitor.h -include/tulip/GlShaderProgram.h -include/tulip/GlSimpleEntity.h -include/tulip/GlSimpleEntityItemModel.h -include/tulip/GlSphere.h -include/tulip/GlStar.h -include/tulip/GlTLPFeedBackBuilder.h -include/tulip/GlTextureManager.h -include/tulip/GlTools.h -include/tulip/GlTriangle.h -include/tulip/GlVertexArrayManager.h -include/tulip/GlVertexArrayVisitor.h -include/tulip/GlXMLTools.h -include/tulip/Glyph.h -include/tulip/GlyphManager.h -include/tulip/GlyphRenderer.h -include/tulip/Graph.h -include/tulip/GraphAbstract.h -include/tulip/GraphDecorator.h -include/tulip/GraphElementModel.h -include/tulip/GraphHierarchiesModel.h -include/tulip/GraphMeasure.h -include/tulip/GraphModel.h -include/tulip/GraphNeedsSavingObserver.h -include/tulip/GraphPropertiesModel.h -include/tulip/GraphPropertiesSelectionWidget.h -include/tulip/GraphProperty.h -include/tulip/GraphTableItemDelegate.h -include/tulip/GraphTest.h -include/tulip/GraphTools.h -include/tulip/ImportModule.h -include/tulip/IntegerProperty.h -include/tulip/Interactor.h -include/tulip/InteractorComposite.h -include/tulip/ItemsListWidget.h -include/tulip/Iterator.h -include/tulip/LayoutProperty.h -include/tulip/LayoutPropertyAnimation.h -include/tulip/MapIterator.h -include/tulip/Matrix.h -include/tulip/MouseBoxZoomer.h -include/tulip/MouseEdgeBendEditor.h -include/tulip/MouseEdgeBuilder.h -include/tulip/MouseEdgeSelector.h -include/tulip/MouseInteractors.h -include/tulip/MouseNodeBuilder.h -include/tulip/MouseSelectionEditor.h -include/tulip/MouseSelector.h -include/tulip/MouseShowElementInfos.h -include/tulip/MutableContainer.h -include/tulip/Node.h -include/tulip/NodeLinkDiagramComponent.h -include/tulip/NodeLinkDiagramComponentInteractor.h -include/tulip/NumericProperty.h -include/tulip/Observable.h -include/tulip/OcclusionTest.h -include/tulip/OpenGlConfigManager.h -include/tulip/Ordering.h -include/tulip/OuterPlanarTest.h -include/tulip/ParameterListModel.h -include/tulip/ParametricCurves.h -include/tulip/Perspective.h -include/tulip/PlaceHolderWidget.h -include/tulip/PlanarConMap.h -include/tulip/PlanarityTest.h -include/tulip/Plugin.h -include/tulip/PluginContext.h -include/tulip/PluginLibraryLoader.h -include/tulip/PluginLister.h -include/tulip/PluginLoader.h -include/tulip/PluginLoaderTxt.h -include/tulip/PluginModel.h -include/tulip/PluginProgress.h -include/tulip/ProcessingAnimationItem.h -include/tulip/PropertyAlgorithm.h -include/tulip/PropertyAnimation.h -include/tulip/PropertyCreationDialog.h -include/tulip/PropertyInterface.h -include/tulip/PropertyTypes.h -include/tulip/PythonCodeEditor.h -include/tulip/PythonCppTypesConverter.h -include/tulip/PythonEditorsTabWidget.h -include/tulip/PythonInterpreter.cxx -include/tulip/PythonInterpreter.h -include/tulip/PythonShellWidget.h -include/tulip/PythonVersionChecker.h -include/tulip/QGlBufferManager.h -include/tulip/QGlPixelBufferManager.h -include/tulip/QtGlSceneZoomAndPanAnimator.h -include/tulip/QuaZIPFacade.h -include/tulip/QuadTree.h -include/tulip/QuickAccessBar.h -include/tulip/Rectangle.h -include/tulip/RenamePropertyDialog.h -include/tulip/SceneConfigWidget.h -include/tulip/SceneLayersConfigWidget.h -include/tulip/ScrollPopupButton.h -include/tulip/SerializableType.h -include/tulip/SimplePluginProgress.h -include/tulip/SimplePluginProgressWidget.h -include/tulip/SimpleStringsListSelectionWidget.h -include/tulip/SimpleTest.h -include/tulip/Size.h -include/tulip/SizeProperty.h -include/tulip/SizePropertyAnimation.h -include/tulip/SnapshotDialog.h -include/tulip/SortIterator.h -include/tulip/StableIterator.h -include/tulip/StlFunctions.h -include/tulip/StlIterator.h -include/tulip/StoredType.h -include/tulip/StringCollection.h -include/tulip/StringEditor.h -include/tulip/StringProperty.h -include/tulip/StringsListSelectionDialog.h -include/tulip/StringsListSelectionWidget.h -include/tulip/StringsListSelectionWidgetInterface.h -include/tulip/TemplateAlgorithm.h -include/tulip/TextureFileDialog.h -include/tulip/TlpQtTools.h -include/tulip/TlpTools.h -include/tulip/TreeTest.h -include/tulip/TreeViewComboBox.h -include/tulip/TriconnectedTest.h -include/tulip/TulipException.h -include/tulip/TulipFont.h -include/tulip/TulipFontAwesome.h -include/tulip/TulipFontDialog.h -include/tulip/TulipItemDelegate.h -include/tulip/TulipItemEditorCreators.h -include/tulip/TulipMetaTypes.h -include/tulip/TulipMimes.h -include/tulip/TulipModel.h -include/tulip/TulipParallelAnimationGroup.h -include/tulip/TulipPluginHeaders.h -include/tulip/TulipProject.h -include/tulip/TulipRelease.h -include/tulip/TulipSettings.h -include/tulip/TulipViewSettings.h -include/tulip/TypeInterface.h -include/tulip/Vector.h -include/tulip/VectorEditor.h -include/tulip/VectorPropertyAnimation.h -include/tulip/View.h -include/tulip/ViewWidget.h -include/tulip/WithDependency.h -include/tulip/WithParameter.h -include/tulip/Workspace.h -include/tulip/WorkspaceExposeWidget.h -include/tulip/WorkspacePanel.h -include/tulip/YajlFacade.h -include/tulip/conversioniterator.h -include/tulip/cxx/AbstractProperty.cxx -include/tulip/cxx/Array.cxx -include/tulip/cxx/CachedPropertyAnimation.cxx -include/tulip/cxx/Circle.cxx -include/tulip/cxx/DataSet.cxx -include/tulip/cxx/Graph.cxx -include/tulip/cxx/GraphPropertiesModel.cxx -include/tulip/cxx/Matrix.cxx -include/tulip/cxx/MutableContainer.cxx -include/tulip/cxx/PropertyAnimation.cxx -include/tulip/cxx/TulipItemDelegate.cxx -include/tulip/cxx/TulipItemEditorCreators.cxx -include/tulip/cxx/Vector.cxx -include/tulip/cxx/VectorPropertyAnimation.cxx -include/tulip/cxx/minmaxproperty.cxx -include/tulip/filteriterator.h -include/tulip/memorypool.h -include/tulip/minmaxproperty.h -include/tulip/tulipconf.h -include/tulip/tuliphash.h -include/tulip/vectorgraph.h -include/tulip/vectorgraphproperty.h -include/tulip2ogdf/OGDFLayoutPluginBase.h -include/tulip2ogdf/TulipToOGDF.h -lib/libftgl-tulip-%%TULIP_VERS%%.so -lib/libftgl-tulip-%%TULIP_VERS%%.so.2 -lib/libftgl-tulip-%%TULIP_VERS%%.so.2.1 -lib/libgzstream-tulip-%%TULIP_VERS%%.so -lib/libgzstream-tulip-%%TULIP_VERS%%.so.0 -lib/libquazip-tulip-%%TULIP_VERS%%.so -lib/libquazip-tulip-%%TULIP_VERS%%.so.1 -lib/libquazip-tulip-%%TULIP_VERS%%.so.1.0.0 -lib/libtess2-tulip-%%TULIP_VERS%%.so -lib/libtulip-core-%%TULIP_VERS%%.so -lib/libtulip-gui-%%TULIP_VERS%%.so -lib/libtulip-ogdf-%%TULIP_VERS%%.so -lib/libtulip-ogl-%%TULIP_VERS%%.so -lib/libtulip-python-%%TULIP_VERS%%.so -lib/libyajl-tulip-%%TULIP_VERS%%.so -lib/libyajl-tulip-%%TULIP_VERS%%.so.2 -lib/libyajl-tulip-%%TULIP_VERS%%.so.2.1.0 -lib/python/tulip/__init__.py -lib/python/tulip/native/_stl.so -lib/python/tulip/native/_tulip.so -lib/python/tulipgui/__init__.py -lib/python/tulipgui/native/_tulipgui.so -lib/python/tulipogl/__init__.py -lib/python/tulipogl/native/_tulipogl.so -lib/python/tulipplugins.py -lib/python/tulipsip.so -lib/tulip/glyph/libBillboard-%%TULIP_VERSION%%.so -lib/tulip/glyph/libChristmasTree-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCircle-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCone-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCross-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCube-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCubeOutlinedTransparent-%%TULIP_VERSION%%.so -lib/tulip/glyph/libCylinder-%%TULIP_VERSION%%.so -lib/tulip/glyph/libDiamond-%%TULIP_VERSION%%.so -lib/tulip/glyph/libFontAwesomeIcon-%%TULIP_VERSION%%.so -lib/tulip/glyph/libGlowSphere-%%TULIP_VERSION%%.so -lib/tulip/glyph/libHexagone-%%TULIP_VERSION%%.so -lib/tulip/glyph/libPentagone-%%TULIP_VERSION%%.so -lib/tulip/glyph/libRing-%%TULIP_VERSION%%.so -lib/tulip/glyph/libRoundedBox-%%TULIP_VERSION%%.so -lib/tulip/glyph/libSphere-%%TULIP_VERSION%%.so -lib/tulip/glyph/libSquare-%%TULIP_VERSION%%.so -lib/tulip/glyph/libStar-%%TULIP_VERSION%%.so -lib/tulip/glyph/libTriangle-%%TULIP_VERSION%%.so -lib/tulip/glyph/libWindow-%%TULIP_VERSION%%.so -lib/tulip/interactor/libFishEyeInteractor-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorAddNodeEdge-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorDeleteElement-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorEditEdgeBends-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorGetInformation-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorNavigation-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorRectangleZoom-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorSelection-%%TULIP_VERSION%%.so -lib/tulip/interactor/libInteractorSelectionModifier-%%TULIP_VERSION%%.so -lib/tulip/interactor/libMouseLassoNodesSelector-%%TULIP_VERSION%%.so -lib/tulip/interactor/libMouseMagnifyingGlass-%%TULIP_VERSION%%.so -lib/tulip/interactor/libNeighborhoodHighlighter-%%TULIP_VERSION%%.so -lib/tulip/interactor/libPathFinder-%%TULIP_VERSION%%.so -lib/tulip/libAcyclic-%%TULIP_VERSION%%.so -lib/tulip/libAdjacencyMatrixImport-%%TULIP_VERSION%%.so -lib/tulip/libAutoSize-%%TULIP_VERSION%%.so -lib/tulip/libBetweennessCentrality-%%TULIP_VERSION%%.so -lib/tulip/libBiconnected-%%TULIP_VERSION%%.so -lib/tulip/libBiconnectedComponent-%%TULIP_VERSION%%.so -lib/tulip/libBubbleTree-%%TULIP_VERSION%%.so -lib/tulip/libCircular-%%TULIP_VERSION%%.so -lib/tulip/libClusterMetric-%%TULIP_VERSION%%.so -lib/tulip/libColorMapping-%%TULIP_VERSION%%.so -lib/tulip/libCompleteGraph-%%TULIP_VERSION%%.so -lib/tulip/libCompleteTree-%%TULIP_VERSION%%.so -lib/tulip/libConeTreeExtended-%%TULIP_VERSION%%.so -lib/tulip/libConnected-%%TULIP_VERSION%%.so -lib/tulip/libConnectedComponent-%%TULIP_VERSION%%.so -lib/tulip/libConnectedComponentPacking-%%TULIP_VERSION%%.so -lib/tulip/libConvolutionClustering-%%TULIP_VERSION%%.so -lib/tulip/libCurveEdges-%%TULIP_VERSION%%.so -lib/tulip/libDagLevelMetric-%%TULIP_VERSION%%.so -lib/tulip/libDegreeMetric-%%TULIP_VERSION%%.so -lib/tulip/libDelaunay-%%TULIP_VERSION%%.so -lib/tulip/libDendrogram-%%TULIP_VERSION%%.so -lib/tulip/libDepthMetric-%%TULIP_VERSION%%.so -lib/tulip/libDotImport-%%TULIP_VERSION%%.so -lib/tulip/libEccentricity-%%TULIP_VERSION%%.so -lib/tulip/libEdgeBundling-%%TULIP_VERSION%%.so -lib/tulip/libEmptyGraph-%%TULIP_VERSION%%.so -lib/tulip/libEqualValueClustering-%%TULIP_VERSION%%.so -lib/tulip/libFastOverlapRemoval-%%TULIP_VERSION%%.so -lib/tulip/libFileSystem-%%TULIP_VERSION%%.so -lib/tulip/libGEXFImport-%%TULIP_VERSION%%.so -lib/tulip/libGMLExport-%%TULIP_VERSION%%.so -lib/tulip/libGMLImport-%%TULIP_VERSION%%.so -lib/tulip/libGemLayout-%%TULIP_VERSION%%.so -lib/tulip/libGrid-%%TULIP_VERSION%%.so -lib/tulip/libGrip-%%TULIP_VERSION%%.so -lib/tulip/libHierarchicalClustering-%%TULIP_VERSION%%.so -lib/tulip/libHierarchicalGraph-%%TULIP_VERSION%%.so -lib/tulip/libIdMetric-%%TULIP_VERSION%%.so -lib/tulip/libImportPajek-%%TULIP_VERSION%%.so -lib/tulip/libImportUCINET-%%TULIP_VERSION%%.so -lib/tulip/libImprovedWalker-%%TULIP_VERSION%%.so -lib/tulip/libInducedSubGraphSelection-%%TULIP_VERSION%%.so -lib/tulip/libKCores-%%TULIP_VERSION%%.so -lib/tulip/libKruskal-%%TULIP_VERSION%%.so -lib/tulip/libLeafMetric-%%TULIP_VERSION%%.so -lib/tulip/libLinLog-%%TULIP_VERSION%%.so -lib/tulip/libLinkCommunities-%%TULIP_VERSION%%.so -lib/tulip/libLoopSelection-%%TULIP_VERSION%%.so -lib/tulip/libLouvainClustering-%%TULIP_VERSION%%.so -lib/tulip/libMCLClustering-%%TULIP_VERSION%%.so -lib/tulip/libMakeGraph-%%TULIP_VERSION%%.so -lib/tulip/libMetricSizeMapping-%%TULIP_VERSION%%.so -lib/tulip/libMixedModel-%%TULIP_VERSION%%.so -lib/tulip/libMultipleSelection-%%TULIP_VERSION%%.so -lib/tulip/libNodeMetric-%%TULIP_VERSION%%.so -lib/tulip/libOGDFBalloon-%%TULIP_VERSION%%.so -lib/tulip/libOGDFBertaultLayout-%%TULIP_VERSION%%.so -lib/tulip/libOGDFCircular-%%TULIP_VERSION%%.so -lib/tulip/libOGDFDavidsonHarel-%%TULIP_VERSION%%.so -lib/tulip/libOGDFDominance-%%TULIP_VERSION%%.so -lib/tulip/libOGDFFastMultipoleEmbedder-%%TULIP_VERSION%%.so -lib/tulip/libOGDFFastMultipoleMultilevelEmbedder-%%TULIP_VERSION%%.so -lib/tulip/libOGDFFm3-%%TULIP_VERSION%%.so -lib/tulip/libOGDFFrutchermanReingold-%%TULIP_VERSION%%.so -lib/tulip/libOGDFGemFrick-%%TULIP_VERSION%%.so -lib/tulip/libOGDFKamadaKawai-%%TULIP_VERSION%%.so -lib/tulip/libOGDFMMMExampleFastLayout-%%TULIP_VERSION%%.so -lib/tulip/libOGDFMMMExampleNiceLayout-%%TULIP_VERSION%%.so -lib/tulip/libOGDFMMMExampleNoTwistLayout-%%TULIP_VERSION%%.so -lib/tulip/libOGDFPivotMDS-%%TULIP_VERSION%%.so -lib/tulip/libOGDFPlanarizationGrid-%%TULIP_VERSION%%.so -lib/tulip/libOGDFPlanarizationLayout-%%TULIP_VERSION%%.so -lib/tulip/libOGDFStressMajorization-%%TULIP_VERSION%%.so -lib/tulip/libOGDFSugiyama-%%TULIP_VERSION%%.so -lib/tulip/libOGDFTileToRowsPacking-%%TULIP_VERSION%%.so -lib/tulip/libOGDFTree-%%TULIP_VERSION%%.so -lib/tulip/libOGDFUpwardPlanarization-%%TULIP_VERSION%%.so -lib/tulip/libOGDFVisibility-%%TULIP_VERSION%%.so -lib/tulip/libOuterplanar-%%TULIP_VERSION%%.so -lib/tulip/libPageRank-%%TULIP_VERSION%%.so -lib/tulip/libPathLengthMetric-%%TULIP_VERSION%%.so -lib/tulip/libPerfectLayout-%%TULIP_VERSION%%.so -lib/tulip/libPlanarGraph-%%TULIP_VERSION%%.so -lib/tulip/libPlanarity-%%TULIP_VERSION%%.so -lib/tulip/libPolyominoPacking-%%TULIP_VERSION%%.so -lib/tulip/libQuotientClustering-%%TULIP_VERSION%%.so -lib/tulip/libRandom-%%TULIP_VERSION%%.so -lib/tulip/libRandomGraph-%%TULIP_VERSION%%.so -lib/tulip/libRandomMetric-%%TULIP_VERSION%%.so -lib/tulip/libRandomSimpleGraph-%%TULIP_VERSION%%.so -lib/tulip/libRandomTree-%%TULIP_VERSION%%.so -lib/tulip/libRandomTreeGeneral-%%TULIP_VERSION%%.so -lib/tulip/libReachableSubGraphSelection-%%TULIP_VERSION%%.so -lib/tulip/libReverseEdges-%%TULIP_VERSION%%.so -lib/tulip/libSVGExport-%%TULIP_VERSION%%.so -lib/tulip/libSimple-%%TULIP_VERSION%%.so -lib/tulip/libSmallWorldGraph-%%TULIP_VERSION%%.so -lib/tulip/libSpanningDagSelection-%%TULIP_VERSION%%.so -lib/tulip/libSpanningTreeSelection-%%TULIP_VERSION%%.so -lib/tulip/libSquarifiedTreeMap-%%TULIP_VERSION%%.so -lib/tulip/libStrahlerMetric-%%TULIP_VERSION%%.so -lib/tulip/libStrengthClustering-%%TULIP_VERSION%%.so -lib/tulip/libStrengthMetric-%%TULIP_VERSION%%.so -lib/tulip/libStrongComponent-%%TULIP_VERSION%%.so -lib/tulip/libToLabels-%%TULIP_VERSION%%.so -lib/tulip/libTree-%%TULIP_VERSION%%.so -lib/tulip/libTreeLeaf-%%TULIP_VERSION%%.so -lib/tulip/libTreeRadial-%%TULIP_VERSION%%.so -lib/tulip/libTreeReingoldAndTilforExtended-%%TULIP_VERSION%%.so -lib/tulip/libTriconnected-%%TULIP_VERSION%%.so -lib/tulip/libTutte-%%TULIP_VERSION%%.so -lib/tulip/libVoronoi-%%TULIP_VERSION%%.so -lib/tulip/libWebImport-%%TULIP_VERSION%%.so -lib/tulip/libWelshPowell-%%TULIP_VERSION%%.so -lib/tulip/perspective/libGraphPerspective-%%TULIP_VERSION%%.so -lib/tulip/view/libGeographicView-%%TULIP_VERSION%%.so -lib/tulip/view/libHistogramView-%%TULIP_VERSION%%.so -lib/tulip/view/libMatrixView-%%TULIP_VERSION%%.so -lib/tulip/view/libParallelCoordinatesView-%%TULIP_VERSION%%.so -lib/tulip/view/libPixelOrientedView-%%TULIP_VERSION%%.so -lib/tulip/view/libPythonScriptView-%%TULIP_VERSION%%.so -lib/tulip/view/libSOMView-%%TULIP_VERSION%%.so -lib/tulip/view/libScatterPlot2DView-%%TULIP_VERSION%%.so -lib/tulip/view/libTableView-%%TULIP_VERSION%%.so -share/pixmaps/tulip.png -%%DATADIR%%/AUTHORS -%%DATADIR%%/COPYING.LESSER -%%DATADIR%%/FindGLEW.cmake -%%DATADIR%%/FindQtX.cmake -%%DATADIR%%/FindTULIP.cmake -%%DATADIR%%/TulipUseFile.cmake -%%DATADIR%%/apiFiles/PyQt4.api -%%DATADIR%%/apiFiles/Python-2.4.api -%%DATADIR%%/apiFiles/Python-2.5.api -%%DATADIR%%/apiFiles/Python-2.6.api -%%DATADIR%%/apiFiles/Python-2.7.api -%%DATADIR%%/apiFiles/Python-3.1.api -%%DATADIR%%/apiFiles/Python-3.2.api -%%DATADIR%%/apiFiles/Python-3.3.api -%%DATADIR%%/apiFiles/Python-3.4.api -%%DATADIR%%/apiFiles/Python-3.5.api -%%DATADIR%%/apiFiles/tulip.api -%%DATADIR%%/apiFiles/tulipgui.api -%%DATADIR%%/apiFiles/tulipogl.api -%%DATADIR%%/bitmaps/arrowSprite.png -%%DATADIR%%/bitmaps/candiSprite.png -%%DATADIR%%/bitmaps/colorscales/Accent_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Accent_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Accent_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Accent_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Accent_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Accent_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BiologicalHeatMap.png -%%DATADIR%%/bitmaps/colorscales/BlackPink.png -%%DATADIR%%/bitmaps/colorscales/BlackRedYellowWhite.png -%%DATADIR%%/bitmaps/colorscales/Blue.png -%%DATADIR%%/bitmaps/colorscales/BlueGreenYellow.png -%%DATADIR%%/bitmaps/colorscales/Blues_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Blues_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BrBG_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Brown.png -%%DATADIR%%/bitmaps/colorscales/BrownCyan.png -%%DATADIR%%/bitmaps/colorscales/BuGn_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuGn_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/BuPu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/CMYK.png -%%DATADIR%%/bitmaps/colorscales/Dark2_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Dark2_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Dark2_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Dark2_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Dark2_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Dark2_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GnBu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/GreenRed.png -%%DATADIR%%/bitmaps/colorscales/Greens_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greens_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Greys_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/MentheGrenadine.png -%%DATADIR%%/bitmaps/colorscales/OrRd_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrRd_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/OrangeBlue.png -%%DATADIR%%/bitmaps/colorscales/Oranges_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Oranges_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PRGn_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Paired_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel1_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pastel2_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PiYG_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Pink.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBuGn_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuBu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuOr_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/PuRd_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Purples_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Rainbow.png -%%DATADIR%%/bitmaps/colorscales/RdBu_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdBu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdGy_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdPu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlBu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/RdYlGn_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Red.png -%%DATADIR%%/bitmaps/colorscales/RedBlue.png -%%DATADIR%%/bitmaps/colorscales/RedYellow.png -%%DATADIR%%/bitmaps/colorscales/Reds_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Reds_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set1_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set2_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_12_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Set3_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_10_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_11_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Spectral_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/Temperature.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGnBu_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlGn_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrBr_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_3_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_4_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_5_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_6_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_7_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_8_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/colorscales/YlOrRd_9_from_ColorBrewer.org.png -%%DATADIR%%/bitmaps/cylinderTexture.png -%%DATADIR%%/bitmaps/edgeBlomSprite.png -%%DATADIR%%/bitmaps/edgeSpring.png -%%DATADIR%%/bitmaps/font.ttf -%%DATADIR%%/bitmaps/fontawesome-webfont.ttf -%%DATADIR%%/bitmaps/fontawesome-webfont.woff -%%DATADIR%%/bitmaps/fontawesome-webfont.woff2 -%%DATADIR%%/bitmaps/fontb.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuMono/DejaVuMono_Italic.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSans/DejaVuSans_Italic.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/DejaVuSerif/DejaVuSerif_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono.ttf -%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold.ttf -%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeMono/FreeMono_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans.ttf -%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold.ttf -%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeSans/FreeSans_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif.ttf -%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold.ttf -%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/FreeSerif/FreeSerif_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Garuda/Garuda.ttf -%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Garuda/Garuda_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari.ttf -%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Kinnari/Kinnari_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono.ttf -%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold.ttf -%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationMono/LiberationMono_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSans/LiberationSans_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/LiberationSerif/LiberationSerif_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Loma/Loma.ttf -%%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Loma/Loma_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Loma/Loma_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Norasi/Norasi.ttf -%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Norasi/Norasi_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Purisa/Purisa.ttf -%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Purisa/Purisa_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee.ttf -%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Sawasdee/Sawasdee_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono.ttf -%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold.ttf -%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgMono/TlwgMono_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypewriter/TlwgTypewriter_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypist/TlwgTypist_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/TlwgTypo/TlwgTypo_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu.ttf -%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Ubuntu/Ubuntu_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Umpush/Umpush.ttf -%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Umpush/Umpush_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Waree/Waree.ttf -%%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold.ttf -%%DATADIR%%/bitmaps/fonts/Waree/Waree_Bold_Italic.ttf -%%DATADIR%%/bitmaps/fonts/Waree/Waree_Italic.ttf -%%DATADIR%%/bitmaps/halfCylinderTexture.png -%%DATADIR%%/bitmaps/logo.bmp -%%DATADIR%%/bitmaps/logo32x32.ico -%%DATADIR%%/bitmaps/logolabri.jpg -%%DATADIR%%/bitmaps/radialGradientTexture.png -%%DATADIR%%/bitmaps/roundTexture.png -%%DATADIR%%/bitmaps/samplePictures/1221.png -%%DATADIR%%/bitmaps/samplePictures/1531.png -%%DATADIR%%/bitmaps/samplePictures/1861.jpg -%%DATADIR%%/bitmaps/titlebarGradient.png -%%DATADIR%%/bitmaps/tulip-file-icon.ico -%%DATADIR%%/bitmaps/tulip.ico -%%DATADIR%%/bitmaps/welcomelogo.bmp -%%DATADIR%%/wizards/README.txt -%%DATADIR%%/wizards/tlpalgorithm/algorithm.cmake -%%DATADIR%%/wizards/tlpalgorithm/algorithmplugin.cpp -%%DATADIR%%/wizards/tlpalgorithm/algorithmplugin.h -%%DATADIR%%/wizards/tlpalgorithm/logo.png -%%DATADIR%%/wizards/tlpalgorithm/wizard.xml -%%DATADIR%%/wizards/tlpexport/export.cmake -%%DATADIR%%/wizards/tlpexport/exportplugin.cpp -%%DATADIR%%/wizards/tlpexport/exportplugin.h -%%DATADIR%%/wizards/tlpexport/logo.png -%%DATADIR%%/wizards/tlpexport/wizard.xml -%%DATADIR%%/wizards/tlpimport/import.cmake -%%DATADIR%%/wizards/tlpimport/importplugin.cpp -%%DATADIR%%/wizards/tlpimport/importplugin.h -%%DATADIR%%/wizards/tlpimport/logo.png -%%DATADIR%%/wizards/tlpimport/wizard.xml -%%DATADIR%%/wizards/tlpinteractor/interactor.cmake -%%DATADIR%%/wizards/tlpinteractor/interactor.cpp -%%DATADIR%%/wizards/tlpinteractor/interactor.h -%%DATADIR%%/wizards/tlpinteractor/logo.png -%%DATADIR%%/wizards/tlpinteractor/wizard.xml -%%DATADIR%%/wizards/tlpmain/logo.png -%%DATADIR%%/wizards/tlpmain/main.cmake -%%DATADIR%%/wizards/tlpmain/main.cpp -%%DATADIR%%/wizards/tlpmain/wizard.xml -%%DATADIR%%/wizards/tlpproperty/logo.png -%%DATADIR%%/wizards/tlpproperty/property.cmake -%%DATADIR%%/wizards/tlpproperty/propertyplugin.cpp -%%DATADIR%%/wizards/tlpproperty/propertyplugin.h -%%DATADIR%%/wizards/tlpproperty/wizard.xml -%%DATADIR%%/wizards/tlpview/logo.png -%%DATADIR%%/wizards/tlpview/view.cmake -%%DATADIR%%/wizards/tlpview/view.cpp -%%DATADIR%%/wizards/tlpview/view.h -%%DATADIR%%/wizards/tlpview/wizard.xml diff --git a/irc/hexchat-fish/Makefile b/irc/hexchat-fish/Makefile index 8bc22caab0e..0ca45356cc9 100644 --- a/irc/hexchat-fish/Makefile +++ b/irc/hexchat-fish/Makefile @@ -32,7 +32,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/hexchat/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/fishlim.so \ + ${INSTALL_LIB} ${WRKSRC}/fishlim.so \ ${STAGEDIR}${PREFIX}/lib/hexchat/plugins/ .include diff --git a/lang/Makefile b/lang/Makefile index df5fc237e7e..be6aae19987 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -265,7 +265,6 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel - SUBDIR += perl5.24 SUBDIR += perl5.26 SUBDIR += perl5.28 SUBDIR += petite-chez @@ -305,7 +304,6 @@ SUBDIR += python35 SUBDIR += python36 SUBDIR += python37 - SUBDIR += qore SUBDIR += qscheme SUBDIR += quack SUBDIR += racket @@ -321,6 +319,7 @@ SUBDIR += rubinius SUBDIR += ruby24 SUBDIR += ruby25 + SUBDIR += ruby26 SUBDIR += runawk SUBDIR += rust SUBDIR += rust-nightly diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index da0ef87041d..0293601b20a 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.4.1.s20190425 +PORTVERSION= 7.4.1.s20190502 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc7-devel/distinfo b/lang/gcc7-devel/distinfo index 39b63dee0c7..04c3cf9486b 100644 --- a/lang/gcc7-devel/distinfo +++ b/lang/gcc7-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556250177 -SHA256 (gcc-7-20190425.tar.xz) = 9bb5b8795f6316309b6e3de6499a46832f2c76eaf030bf832cb4bb6f409faa38 -SIZE (gcc-7-20190425.tar.xz) = 59354784 +TIMESTAMP = 1557177648 +SHA256 (gcc-7-20190502.tar.xz) = 5fbd59be5cf4635cf0a0f6de077ebd2e0e365ff2720a39a776ad6224d534aa5c +SIZE (gcc-7-20190502.tar.xz) = 59356480 diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index d97c8786ed1..36a3d71767c 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -63,9 +63,6 @@ activehs-base_port?= devel/hs-activehs-base adjunctions_port?= math/hs-adjunctions aeson_port?= converters/hs-aeson aeson-compat_port?= converters/hs-aeson-compat -aeson-pretty_port?= converters/hs-aeson-pretty # executable -Agda_port?= math/hs-Agda # executable -alex_port?= devel/hs-alex # executable ALUT_port?= audio/hs-ALUT ansi-terminal_port?= devel/hs-ansi-terminal ansi-wl-pprint_port?= devel/hs-ansi-wl-pprint @@ -104,7 +101,6 @@ bloomfilter_port?= devel/hs-bloomfilter Boolean_port?= devel/hs-Boolean BoundedChan_port?= devel/hs-BoundedChan boxes_port?= devel/hs-boxes -brainfuck_port?= lang/hs-brainfuck # executable bsb-http-chunked_port?= net/hs-bsb-http-chunked bsd-sysctl_port?= devel/hs-bsd-sysctl byteable_port?= devel/hs-byteable @@ -112,10 +108,7 @@ byteorder_port?= devel/hs-byteorder bytestring-csv_port?= textproc/hs-bytestring-csv bytestring-lexing_port?= devel/hs-bytestring-lexing bytestring-mmap_port?= devel/hs-bytestring-mmap -bytestring-nums_port?= devel/hs-bytestring-nums # executable bytestring-show_port?= devel/hs-bytestring-show -c2hs_port?= devel/hs-c2hs # executable -cabal-install_port?= devel/hs-cabal-install # executable call-stack_port?= devel/hs-call-stack cairo_port?= graphics/hs-cairo case-insensitive_port?= textproc/hs-case-insensitive @@ -153,7 +146,6 @@ constraints_port?= devel/hs-constraints contravariant_port?= math/hs-contravariant convertible_port?= devel/hs-convertible cookie_port?= www/hs-cookie -cpphs_port?= devel/hs-cpphs # executable cprng-aes_port?= security/hs-cprng-aes cpu_port?= sysutils/hs-cpu criterion_port?= benchmarks/hs-criterion @@ -179,7 +171,6 @@ cryptonite-conduit_port?= security/hs-cryptonite-conduit css-text_port?= www/hs-css-text csv_port?= textproc/hs-csv curl_port?= ftp/hs-curl # lib_depends -darcs_port?= devel/hs-darcs # executable data-default_port?= devel/hs-data-default data-default-class_port?= devel/hs-data-default-class data-default-instances-base_port?= devel/hs-data-default-instances-base @@ -195,7 +186,6 @@ data-pprint_port?= devel/hs-data-pprint dataenc_port?= converters/hs-dataenc date-cache_port?= devel/hs-date-cache datetime_port?= devel/hs-datetime -DAV_port?= www/hs-DAV # executable dbus_port?= devel/hs-dbus deepseq-generics_port?= devel/hs-deepseq-generics dense-linear-algebra_port?= math/hs-dense-linear-algebra @@ -242,7 +232,6 @@ file-embed_port?= devel/hs-file-embed filemanip_port?= devel/hs-filemanip filestore_port?= devel/hs-filestore fixed_port?= math/hs-fixed -fortran-src_port?= devel/hs-fortran-src # executable foundation_port?= devel/hs-foundation fmlist_port?= devel/hs-fmlist free_port?= devel/hs-free @@ -251,11 +240,9 @@ gconf_port?= devel/hs-gconf generic-deriving_port?= devel/hs-generic-deriving GenericPretty_port?= devel/hs-GenericPretty geniplate-mirror_port?= devel/hs-geniplate-mirror -ghc-events_port?= devel/hs-ghc-events # executable ghc-mtl_port?= devel/hs-ghc-mtl ghc-paths_port?= devel/hs-ghc-paths gio_port?= devel/hs-gio -git-annex_port?= devel/hs-git-annex # executable gitrev_port?= devel/hs-gitrev glib_port?= devel/hs-glib Glob_port?= devel/hs-Glob @@ -267,15 +254,12 @@ graphviz_port?= graphics/hs-graphviz gsasl_port?= net/hs-gsasl # lib_depends gtk_port?= x11-toolkits/hs-gtk gtk2hs_port?= x11-toolkits/hs-gtk2hs # metaport -gtk2hs-buildtools_port?= devel/hs-gtk2hs-buildtools # executable gtksourceview2_port?= x11-toolkits/hs-gtksourceview2 hackage-security_port?= security/hs-hackage-security -haddock_port?= devel/hs-haddock # executable haddock-api_port?= devel/hs-haddock-api haddock-library_port?= devel/hs-haddock-library half_port?= math/hs-half happstack-server_port?= www/hs-happstack-server -happy_port?= devel/hs-happy # executable hashable_port?= devel/hs-hashable hashed-storage_port?= devel/hs-hashed-storage hashtables_port?= devel/hs-hashtables @@ -285,7 +269,6 @@ haskell-src-exts_port?= devel/hs-haskell-src-exts haskell-src-exts-util_port?= devel/hs-haskell-src-exts-util haskell-src-meta_port?= devel/hs-haskell-src-meta haskell-xmpp_port?= net-im/hs-haskell-xmpp -hasktags_port?= devel/hs-hasktags # executable hedis_port?= databases/hs-hedis heist_port?= www/hs-heist hex_port?= devel/hs-hex @@ -294,24 +277,18 @@ HGL_port?= graphics/hs-HGL highlighting-kate_port?= textproc/hs-highlighting-kate hinotify_port?= devel/hs-hinotify # lib_depends hint_port?= devel/hs-hint -hjsmin_port?= www/hs-hjsmin # executable hlibev_port?= devel/hs-hlibev # lib_depends -hlint_port?= devel/hs-hlint # executable hoauth2_port?= net/hs-hoauth2 -hoogle_port?= devel/hs-hoogle # executable hostname_port?= net/hs-hostname hourglass_port?= devel/hs-hourglass hs-bibutils_port?= textproc/hs-hs-bibutils hsb2hs_port?= devel/hs-hsb2hs -hscolour_port?= print/hs-hscolour # executable hslogger_port?= devel/hs-hslogger hslua_port?= devel/hs-hslua hslua-module-text_port?= devel/hs-hslua-module-text HsOpenSSL_port?= security/hs-HsOpenSSL HsYAML_port?= textproc/hs-HsYAML -hspec_port?= devel/hs-hspec # executable hspec-core_port?= devel/hs-hspec-core -hspec-discover_port?= devel/hs-hspec-discover # executable hspec-expectations_port?= devel/hs-hspec-expectations HStringTemplate_port?= textproc/hs-HStringTemplate html_port?= textproc/hs-html diff --git a/lang/ghc843/Makefile b/lang/ghc843/Makefile index ec7ada02be1..be5dcc2b8ab 100644 --- a/lang/ghc843/Makefile +++ b/lang/ghc843/Makefile @@ -1,4 +1,4 @@ -# Created by: Simon Marlow +#6Created by: Simon Marlow # $FreeBSD$ PORTNAME= ghc @@ -22,7 +22,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GHC_VERSION= 8.4.3 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 50 +LLVM_VERSION= 60 CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.4 diff --git a/lang/ghc844/Makefile b/lang/ghc844/Makefile index 99c5a57d54e..12ec6cc27e9 100644 --- a/lang/ghc844/Makefile +++ b/lang/ghc844/Makefile @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE GHC_VERSION= 8.4.4 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 50 +LLVM_VERSION= 60 CONFLICTS_INSTALL= ghc-7.4.* ghc-7.6.* ghc-7.8.* ghc-7.10.* ghc-8.0.* ghc-8.4.3 diff --git a/lang/hs-brainfuck/Makefile b/lang/hs-brainfuck/Makefile index 2aa9604fdcd..077bbf3ca69 100644 --- a/lang/hs-brainfuck/Makefile +++ b/lang/hs-brainfuck/Makefile @@ -3,7 +3,7 @@ PORTNAME= brainfuck PORTVERSION= 0.1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org @@ -11,9 +11,8 @@ COMMENT= Brainfuck interpreter LICENSE= GPLv2 -USE_CABAL= mtl +USES= cabal -EXECUTABLE= bf +EXECUTABLES= bf -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/lang/hs-brainfuck/distinfo b/lang/hs-brainfuck/distinfo index fe86e7fb843..afd0cc4c45a 100644 --- a/lang/hs-brainfuck/distinfo +++ b/lang/hs-brainfuck/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499450677 +TIMESTAMP = 1550256757 SHA256 (cabal/brainfuck-0.1.0.3.tar.gz) = 0db5370311ec8a3a1673fd04e502fd10e0afa0df5ee25d3a917937d3d9668bf6 SIZE (cabal/brainfuck-0.1.0.3.tar.gz) = 11872 diff --git a/lang/hs-unlambda/Makefile b/lang/hs-unlambda/Makefile index 75a9378862c..e72079f8105 100644 --- a/lang/hs-unlambda/Makefile +++ b/lang/hs-unlambda/Makefile @@ -3,7 +3,7 @@ PORTNAME= unlambda PORTVERSION= 0.1.4.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Unlambda interpreter LICENSE= GPLv2 -USE_CABAL= mtl -EXECUTABLE= unlambda +USES= cabal -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/lang/hs-unlambda/distinfo b/lang/hs-unlambda/distinfo index 6356afba67b..9247fa4a4c0 100644 --- a/lang/hs-unlambda/distinfo +++ b/lang/hs-unlambda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499450617 +TIMESTAMP = 1550393595 SHA256 (cabal/unlambda-0.1.4.2.tar.gz) = 523f0ea20464fc6fc055526c3fe6f9de03826ae89fb96a8fa68bd56cddfcfeaa SIZE (cabal/unlambda-0.1.4.2.tar.gz) = 9622 diff --git a/lang/perl5.24/Makefile b/lang/perl5.24/Makefile deleted file mode 100644 index 837a626c7c9..00000000000 --- a/lang/perl5.24/Makefile +++ /dev/null @@ -1,282 +0,0 @@ -# Created by: mat -# $FreeBSD$ - -PORTNAME= perl -DISTVERSION= ${PERL_VERSION} -PORTREVISION= 2 -CATEGORIES= lang devel perl5 -MASTER_SITES= CPAN/../../src/5.0 CPAN/../by-authors/id/S/SH/SHAY -DIST_SUBDIR= perl - -MAINTAINER= mat@FreeBSD.org -COMMENT= Practical Extraction and Report Language - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual -LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying - -DEPRECATED= Support ends three years after .0 release, please upgrade to a more recent version of Perl -EXPIRATION_DATE=2019-05-09 - -TEST_TARGET= test_harness -TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ - LD_LIBRARY_PATH=${WRKSRC} - -OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT PTHREAD \ - MULTIPLICITY SITECUSTOMIZE DTRACE -# it seems perl malloc has problems with threaded perl on FreeBSD -OPTIONS_RADIO= EXCLUSIVE -OPTIONS_RADIO_EXCLUSIVE= THREADS PERL_MALLOC -OPTIONS_DEFAULT= PERL_64BITINT THREADS PTHREAD MULTIPLICITY DTRACE - -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif -.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \ - powerpc64 sparc64 -OPTIONS_EXCLUDE_${a}= DTRACE -.endfor - -EXCLUSIVE_DESC= Exclusive OPTIONS -GDBM_DESC= GDBM_File extension -PERL_MALLOC_DESC= Use Perl malloc -PERL_64BITINT_DESC= Use 64 bit integers (on i386) -THREADS_DESC= Build threaded perl -PTHREAD_DESC= Build with -lpthread -MULTIPLICITY_DESC= Use multiplicity -SITECUSTOMIZE_DESC= Run-time customization of @INC - -OPTIONS_SUB= yes -DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING -DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" -DTRACE_CONFIGURE_ON= -Dusedtrace -DTRACE_CONFIGURE_OFF= -Uusedtrace -GDBM_CONFIGURE_ON= -Di_gdbm -GDBM_CONFIGURE_OFF= -Ui_gdbm -GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm -PERL_64BITINT_CONFIGURE_ON= -Duse64bitint -MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y -MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n -SITECUSTOMIZE_CONFIGURE_ON= -Dusesitecustomize -THREADS_CONFIGURE_ON= -Dusethreads=y -THREADS_CONFIGURE_OFF= -Dusethreads=n -PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y -PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n - -PORTSCOUT= limit:^${PERL_VER}. - -.include "version.mk" -PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//} -PERL_ARCH= mach -SITE_PERL_REL?= lib/perl5/site_perl -SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -SITE_ARCH_REL?= ${SITE_PERL_REL}/${PERL_ARCH}/${PERL_VER} -SITE_ARCH?= ${PREFIX}/${SITE_ARCH_REL} -SITE_MAN_PREFIX= ${SITE_PERL_REL} -SITE_MAN3_REL?= ${SITE_MAN_PREFIX}/man/man3 -SITE_MAN3?= ${PREFIX}/${SITE_MAN3_REL} -SITE_MAN1_REL?= ${SITE_MAN_PREFIX}/man/man1 -SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL} - -_PRIV_LIB= lib/perl5/${PERL_VER} -_ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} - -USES= cpe tar:xz - -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT=Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ - -Dlibperl=libperl.so.${PERL_VERSION} \ - -Darchlib=${PREFIX}/${_ARCH_LIB} \ - -Dprivlib=${PREFIX}/${_PRIV_LIB} \ - -Dman3dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man3 \ - -Dman1dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man1 \ - -Dsitearch=${SITE_ARCH} \ - -Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \ - -Dsiteman3dir=${SITE_MAN3} \ - -Dsiteman1dir=${SITE_MAN1} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ - -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none \ - -Dcf_by=${MAINTAINER:C,@.*,,} -Dcf_email=${MAINTAINER} \ - -Dcf_time="`${STAT} -t \"%a %b %d %T %Z %Y\" -f %Sm ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}`" -# Keep the following two in sync. -# lddlflags is used for all .so linking -# shrpldflags is used for libperl.so, so remove all the extra bits inherited from lddlflags. -CONFIGURE_ARGS+= \ - -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' - -# Give a hint of where libperl.so can be found. -USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE - -CONFIGURE_ENV+= UNAME_v="$$(uname -v | sed 'y/=/ /')" - -SUB_LIST+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - SITE_PERL=${SITE_PERL_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - PERL_ARCH=${PERL_ARCH} - -SUB_FILES= perl-man.conf - -INSTALL_TARGET= install-strip - -.if defined(PERL_VENDOR_PREFIX) -CONFIGURE_ARGS+= \ - -Dvendorprefix=${PERL_VENDOR_PREFIX} \ - -Dvendorarch=${PERL_VENDOR_PREFIX}/${_ARCH_LIB} \ - -Dvendorbin=${PERL_VENDOR_PREFIX}/bin \ - -Dvendorlib=${PERL_VENDOR_PREFIX}/${_PRIV_LIB} \ - -Dvendorman3dir=${PERL_VENDOR_PREFIX}/${_PRIV_LIB}/man/man3 \ - -Dvendorman1dir=${PERL_VENDOR_PREFIX}/man/man1 -.endif - -# http://perl5.git.perl.org/perl.git/commit/b83080de5c4254 -# PERLIOBUF_DEFAULT_BUFSIZ size in bytes (default: 8192 bytes) -.if defined(PERLIOBUF_DEFAULT_BUFSIZ) -CONFIGURE_ARGS+= \ - -Accflags=-DPERLIOBUF_DEFAULT_BUFSIZ=${PERLIOBUF_DEFAULT_BUFSIZ} -.endif - -PERLMANPREFIX_REL= ${_PRIV_LIB}/perl -PERLMANPREFIX= ${PREFIX}/${PERLMANPREFIX_REL} -MANDIRS+= ${PERLMANPREFIX}/man - -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - MAN1=${PERLMANPREFIX_REL}/man/man1 \ - MAN3=${PERLMANPREFIX_REL}/man/man3 \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - SITE_PERL=${SITE_PERL_REL} \ - SITE_ARCH=${SITE_ARCH_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PKGNAMESUFFIX=${PKGNAMESUFFIX} \ - ARCH_LIB=${_ARCH_LIB} - -# Why this is required is explained in: -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227356#c5 -_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT - -# Get the default version, and possibly, overwrite it. -.include -.sinclude "${_PERL5_DEFAULT_FILE}" - -# if this port is default due PERL5_DEFAULT -# change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} -PKGNAMESUFFIX= 5 -IAMDEFAULTPERL= yes -.else -# make PKGNAME unique among other lang/perl5.x -PKGNAMESUFFIX= ${PERL_VER} -.endif - -# Am I building the default Perl ? -.if defined(IAMDEFAULTPERL) -PLIST_SUB+= DEFAULT="" BINSUFFIX="" -.else -BINSUFFIX= ${PERL_VERSION} -PLIST_SUB+= DEFAULT="@comment " BINSUFFIX=${PERL_VERSION} -CONFIGURE_ARGS+=-Dversiononly -.endif - -.if !defined(IAMDEFAULTPERL) -pre-everything:: - @${ECHO_MSG} "##################################################" - @${ECHO_MSG} "" - @${ECHO_MSG} " This is *NOT* the DEFAULT perl version" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *NOT* install ${PREFIX}/bin/perl" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *ONLY* install ${PREFIX}/bin/perl${PERL_VERSION}" - @${ECHO_MSG} "" - @${ECHO_MSG} "The default Perl version currently is ${PERL5_DEFAULT}." - @${ECHO_MSG} "" - @${ECHO_MSG} "If you want to use this version as the default," - @${ECHO_MSG} "stop the build now, add this line to your" - @${ECHO_MSG} "/etc/make.conf, and then restart the build." - @${ECHO_MSG} "" - @${ECHO_MSG} "DEFAULT_VERSIONS+=perl5=${PERL_VER}" - @${ECHO_MSG} "" - @${ECHO_MSG} "##################################################" -. if !(defined(PACKAGE_BUILDING) || defined(BATCH)) - @sleep 30 -. endif -.endif - -# Put a symlink to the future libperl.so.x.yy so that -lperl works. -# Also, save PERL5_DEFAULT in case someone is not using the default Perl -# version whilst not having set DEFAULT_VERSIONS=perl5=blah. While upgrading, -# portmaster/portupgrade will remove the installed Perl version, and it will -# remove any way to guess what the default Perl version is needed. -post-extract: - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} -.if !defined(PACKAGE_BUILDING) - @${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE} -.endif - -.if !defined(PACKAGE_BUILDING) -post-clean: - @${RM} ${_PERL5_DEFAULT_FILE} -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if !defined(IAMDEFAULTPERL) - ${REINPLACE_CMD} -e '/do_installprivlib = 0 if .versiononly/d; \ - /^if.*nopods.*versiononly || /s/.*/if (1) {/' \ - ${WRKSRC}/installperl -.endif -post-patch-PTHREAD-on: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lpthread|g;' \ - ${WRKSRC}/hints/freebsd.sh -post-patch-PTHREAD-off: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%||g;' \ - ${WRKSRC}/hints/freebsd.sh - -post-build: - @${REINPLACE_CMD} -e '/^lddlflags/s|-L${WRKSRC} ||' \ - ${WRKSRC}/lib/Config_heavy.pl -.if ${CC} == /nxb-bin/usr/bin/cc - @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${WRKSRC}/lib/Config.pm ${WRKSRC}/lib/Config_heavy.pl -# Restore Config.pm's timestamp so that Perl's build system does not think it -# needs to rebuild everything. - @${TOUCH} -r ${WRKSRC}/lib/Config.pm.bak ${WRKSRC}/lib/Config.pm -.endif - -post-install: - ${MKDIR} ${STAGEDIR}${SITE_MAN1} ${STAGEDIR}${SITE_MAN3} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto - ${MKDIR} ${STAGEDIR}${SITE_PERL}/auto -.if defined(IAMDEFAULTPERL) - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl5 - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} -.endif - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys - # h2ph needs perl, but perl is not installed, it's only - # staged, so, use the one in WRKDIR - (cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \ - ${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \ - -d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null) - @${FIND} ${STAGEDIR}${SITE_ARCH} -name '*.ph' | sed -e 's|${STAGEDIR}||' >> ${TMPPLIST} - ${FIND} ${STAGEDIR} -name '*.so*' -type f | while read f; \ - do \ - ${CHMOD} 644 $$f; \ - ${STRIP_CMD} $$f; \ - ${CHMOD} 444 $$f; \ - done - ${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf - -.include diff --git a/lang/perl5.24/distinfo b/lang/perl5.24/distinfo deleted file mode 100644 index fdef0f6d526..00000000000 --- a/lang/perl5.24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523793370 -SHA256 (perl/perl-5.24.4.tar.xz) = 7f080287ff64750270689843ae945f02159a33cb8f2fc910248c15befba5db84 -SIZE (perl/perl-5.24.4.tar.xz) = 11580256 diff --git a/lang/perl5.24/files/patch-Configure b/lang/perl5.24/files/patch-Configure deleted file mode 100644 index 29d12e39467..00000000000 --- a/lang/perl5.24/files/patch-Configure +++ /dev/null @@ -1,33 +0,0 @@ ---- Configure.orig 2017-08-23 20:07:24 UTC -+++ Configure -@@ -3862,7 +3862,10 @@ esac - . ./posthint.sh - - : who configured the system --cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` -+case "$cf_time" in -+"") -+ cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;; -+esac - case "$cf_by" in - "") - cf_by=`(logname) 2>/dev/null` -@@ -5043,7 +5046,7 @@ esac - : Now check and see which directories actually exist, avoiding duplicates - for xxx in $dlist - do -- if $test -d $xxx; then -+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then - case " $libpth " in - *" $xxx "*) ;; - *) libpth="$libpth $xxx";; -@@ -9604,8 +9607,7 @@ prefixvar=siteman3dir - - : determine where add-on public executable scripts go - case "$sitescript" in --'') dflt=$siteprefix/script -- $test -d $dflt || dflt=$sitebin ;; -+'') dflt=$sitebin ;; - *) dflt="$sitescript" ;; - esac - fn=d~+ diff --git a/lang/perl5.24/files/patch-Makefile.SH b/lang/perl5.24/files/patch-Makefile.SH deleted file mode 100644 index 4c83706d96a..00000000000 --- a/lang/perl5.24/files/patch-Makefile.SH +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.SH.orig 2015-09-08 05:21:36 UTC -+++ Makefile.SH -@@ -40,7 +40,6 @@ esac - pwd="`pwd`" - linklibperl='$(LIBPERL)' - linklibperl_nonshr='' --shrpldflags='$(LDDLFLAGS)' - ldlibpth='' - DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB' - DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL' diff --git a/lang/perl5.24/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5.24/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm deleted file mode 100644 index b84c8fc02b9..00000000000 --- a/lang/perl5.24/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2015-06-22 12:55:33 UTC -+++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm -@@ -809,7 +809,7 @@ sub install { #XXX OS-SPECIFIC - utime($atime,$mtime + $Is_VMS,$targetfile) unless $dry_run>1; - - -- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); -+ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); - $mode = $mode | 0222 - if $realtarget ne $targetfile; - _chmod( $mode, $targetfile, $verbose ); diff --git a/lang/perl5.24/files/patch-cpan_ExtUtils-Install_t_Install.t b/lang/perl5.24/files/patch-cpan_ExtUtils-Install_t_Install.t deleted file mode 100644 index 409553266dd..00000000000 --- a/lang/perl5.24/files/patch-cpan_ExtUtils-Install_t_Install.t +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-Install/t/Install.t.orig 2015-10-14 14:27:14 UTC -+++ cpan/ExtUtils-Install/t/Install.t -@@ -240,7 +240,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm not writeable' ); -+ ok( writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm writeable' ); - - use File::Compare; - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyHard.pm"), -@@ -264,7 +264,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm not writeable' ); -+ ok( writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm writeable' ); - ok( !-l "$bigdir/Dummy.pm", 'Dummy.pm not a link' ); - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyOrig.pm"), - "orig file should be different"); diff --git a/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm b/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm deleted file mode 100644 index e064f1700fe..00000000000 --- a/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm +++ /dev/null @@ -1,18 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2016-01-25 10:18:16 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -1880,13 +1880,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; diff --git a/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t b/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t deleted file mode 100644 index 2857893c580..00000000000 --- a/lang/perl5.24/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2015-04-15 07:47:18 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -62,7 +62,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - diff --git a/lang/perl5.24/files/patch-cpan_Math-BigInt_lib_Math_BigInt.pm b/lang/perl5.24/files/patch-cpan_Math-BigInt_lib_Math_BigInt.pm deleted file mode 100644 index 001358d38c3..00000000000 --- a/lang/perl5.24/files/patch-cpan_Math-BigInt_lib_Math_BigInt.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- cpan/Math-BigInt/lib/Math/BigInt.pm.orig 2016-01-06 13:21:01 UTC -+++ cpan/Math-BigInt/lib/Math/BigInt.pm -@@ -65,7 +65,7 @@ use overload - '>>=' => sub { $_[0]->brsft($_[1]); }, - - # not supported by Perl yet --'..' => \&_pointpoint, -+# '..' => \&_pointpoint, - - '<=>' => sub { my $rc = $_[2] ? - ref($_[0])->bcmp($_[1],$_[0]) : diff --git a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm b/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm deleted file mode 100644 index 018c68f9769..00000000000 --- a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2016-07-25 09:12:21 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -1936,6 +1936,7 @@ sub page { # apply a pager to the outpu - # fix visible escape codes in ToTerm output - # https://bugs.debian.org/758689 - local $ENV{LESS} = defined $ENV{LESS} ? "$ENV{LESS} -R" : "-R"; -+ local $ENV{MORE} = defined $ENV{MORE} ? "$ENV{MORE} -R" : "-R"; - last if system("$pager \"$output\"") == 0; - } - } diff --git a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm b/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm deleted file mode 100644 index 600fdf77a4e..00000000000 --- a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_BaseTo.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm.orig 2015-04-26 15:40:21 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm -@@ -33,6 +33,7 @@ BEGIN { - *is_linux = $^O eq 'linux' ? \&TRUE : \&FALSE unless defined &is_linux; - *is_hpux = $^O =~ m/hpux/ ? \&TRUE : \&FALSE unless defined &is_hpux; - *is_openbsd = $^O =~ m/openbsd/ ? \&TRUE : \&FALSE unless defined &is_openbsd; -+ *is_freebsd = $^O =~ m/freebsd/ ? \&TRUE : \&FALSE unless defined &is_freebsd; - *is_bitrig = $^O =~ m/bitrig/ ? \&TRUE : \&FALSE unless defined &is_bitrig; - } - diff --git a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm b/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm deleted file mode 100644 index 5d414069d83..00000000000 --- a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2015-04-26 15:40:21 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm -@@ -63,7 +63,7 @@ sub init { - sub _roffer_candidates { - my( $self ) = @_; - -- if( $self->is_openbsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } -+ if( $self->is_openbsd || $self->is_freebsd || $self->is_bitrig ) { qw( mandoc groff nroff ) } - else { qw( groff nroff mandoc ) } - } - -@@ -108,6 +108,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; diff --git a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm b/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm deleted file mode 100644 index fd401d4e366..00000000000 --- a/lang/perl5.24/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm.orig 2017-04-04 13:18:08 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm -@@ -41,6 +41,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; diff --git a/lang/perl5.24/files/patch-dtrace b/lang/perl5.24/files/patch-dtrace deleted file mode 100644 index baea5da3693..00000000000 --- a/lang/perl5.24/files/patch-dtrace +++ /dev/null @@ -1,266 +0,0 @@ ---- Configure.orig 2017-09-22 14:26:35 UTC -+++ Configure -@@ -940,6 +940,7 @@ lddlflags='' - usedl='' - doublesize='' - dtraceobject='' -+dtracexnolibs='' - ebcdic='' - fflushNULL='' - fflushall='' -@@ -8154,10 +8155,19 @@ while $test 1 ; do - - if $test -f $dtrace - then -- if $dtrace -h -s ../perldtrace.d \ -+ if $dtrace -h -xnolibs -s ../perldtrace.d \ - -o perldtrace.tmp >/dev/null 2>&1 \ - && rm -f perldtrace.tmp - then -+ default_xnolibs=$define -+ echo " " -+ echo "Good: your $dtrace knows about the -h flag" -+ echo "and apparently the -xnolibs flag." -+ elif $dtrace -h -s ../perldtrace.d \ -+ -o perldtrace.tmp >/dev/null 2>&1 \ -+ && rm -f perldtrace.tmp -+ then -+ default_xnolibs=$undef - echo " " - echo "Good: your $dtrace knows about the -h flag." - else -@@ -8171,6 +8181,17 @@ while $test 1 ; do - EOM - exit 1 - fi -+ case "$dtracexnolibs" in -+ $define|true|[yY]*) -+ dtracxnolibs=$define -+ ;; -+ ''|' ') -+ dtracexnolibs=$default_xnolibs -+ ;; -+ *) -+ dtracexnolibs=$undef -+ ;; -+ esac - break; - fi - -@@ -20770,7 +20791,11 @@ $define) - dtraceobject=$define - ;; - ' '|'') -- $dtrace -h -s ../perldtrace.d -o perldtrace.h -+ case "$dtracexnolibs" in -+ $define) xnolibs_option=-xnolibs ;; -+ *) xnolibs_option= ;; -+ esac -+ $dtrace -h $xnolibs_option -s ../perldtrace.d -o perldtrace.h - $cat >try.c </dev/null 2>&1; then -+ && $dtrace -G $xnolibs_option -s ../perldtrace.d try.o >/dev/null 2>&1; then - dtraceobject=$define - echo "Your dtrace builds an object file" - fi -- $rm -f try.c try.o perldtrace.o - ;; - *) dtraceobject=$undef ;; - esac -+ $rm -f try.c try.o perldtrace.o perldtrace.h - esac - - : Determine if this is an EBCDIC system -@@ -24736,6 +24761,7 @@ drand01='$drand01' - drand48_r_proto='$drand48_r_proto' - dtrace='$dtrace' - dtraceobject='$dtraceobject' -+dtracexnolibs='$dtracexnolibs' - dynamic_ext='$dynamic_ext' - eagain='$eagain' - ebcdic='$ebcdic' ---- Makefile.SH.orig 2017-07-15 18:00:51 UTC -+++ Makefile.SH -@@ -390,8 +390,13 @@ VG_TEST ?= ./perl -e 1 2>/dev/null - ;; - esac - -+case "$dtracexnolibs" in -+define) xnolibs=-xnolibs ;; -+*) xnolibs= ;; -+esac -+ - $spitshell >>$Makefile <>$Makefile <<'!NO!SUBS!' -+ -+miniperl_dtrace_objs = $(miniperl_objs_nodt:%=mpdtrace/%) -+perllib_dtrace_objs = $(perllib_objs_nodt:%=libpdtrace/%) -+perlmain_dtrace_objs = maindtrace/perlmain$(OBJ_EXT) -+ -+miniperl_objs = $(miniperl_dtrace_objs) $(DTRACE_MINI_O) -+perllib_objs = $(perllib_dtrace_objs) $(DTRACE_PERLLIB_O) -+perlmain_objs = $(perlmain_dtrace_objs) $(DTRACE_MAIN_O) -+ -+miniperl_dep = $(DTRACE_MINI_O) -+perllib_dep = $(DTRACE_PERLLIB_O) -+perlmain_dep = $(DTRACE_MAIN_O) -+ -+!NO!SUBS! -+ ;; -+ *) -+ -+ $spitshell >>$Makefile <<'!NO!SUBS!' -+ - miniperl_objs = $(miniperl_objs_nodt) $(DTRACE_MINI_O) - perllib_objs = $(perllib_objs_nodt) $(DTRACE_PERLLIB_O) - perlmain_objs = perlmain$(OBJ_EXT) $(DTRACE_MAIN_O) - -+miniperl_dep = $(miniperl_objs) -+perllib_dep = $(perllib_objs) -+perlmain_dep = $(perlmain_objs) -+ -+!NO!SUBS! -+ ;; -+esac -+ -+$spitshell >>$Makefile <<'!NO!SUBS!' -+ - perltoc_pod_prereqs = extra.pods pod/perl5244delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod - generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs) - generated_headers = uudmap.h bitcount.h mg_data.h -@@ -860,19 +908,32 @@ mydtrace.h: $(DTRACE_H) - define) - $spitshell >>$Makefile <<'!NO!SUBS!' - $(DTRACE_MINI_O): perldtrace.d $(miniperl_objs_nodt) -- $(DTRACE) -G -s perldtrace.d -o $(DTRACE_MINI_O) $(miniperl_objs_nodt) -+ -rm -rf mpdtrace -+ mkdir mpdtrace -+ cp $(miniperl_objs_nodt) mpdtrace/ -+ $(DTRACE) -G -s perldtrace.d -o $(DTRACE_MINI_O) $(miniperl_dtrace_objs) - - $(DTRACE_PERLLIB_O): perldtrace.d $(perllib_objs_nodt) -- $(DTRACE) -G -s perldtrace.d -o $(DTRACE_PERLLIB_O) $(perllib_objs_nodt) -+ -rm -rf libpdtrace -+ mkdir libpdtrace -+ cp $(perllib_objs_nodt) libpdtrace/ -+ $(DTRACE) -G -s perldtrace.d -o $(DTRACE_PERLLIB_O) $(perllib_dtrace_objs) - - $(DTRACE_MAIN_O): perldtrace.d perlmain$(OBJ_EXT) -- $(DTRACE) -G -s perldtrace.d -o $(DTRACE_MAIN_O) perlmain$(OBJ_EXT) -+ -rm -rf maindtrace -+ mkdir maindtrace -+ cp perlmain$(OBJ_EXT) maindtrace/ -+ $(DTRACE) -G -s perldtrace.d -o $(DTRACE_MAIN_O) $(perlmain_dtrace_objs) || \ -+ ( $(ECHO) "No probes in perlmain$(OBJ_EXT), generating a dummy $(DTRACE_MAIN_O)" && \ -+ $(ECHO) >dtrace_main.c && \ -+ `$(CCCMD)` $(PLDLFLAGS) dtrace_main.c && \ -+ rm -f dtrace_main.c ) - - !NO!SUBS! - ;; - esac - $spitshell >>$Makefile <<'!NO!SUBS!' --$(LIBPERL): $& $(perllib_objs) $(DYNALOADER) $(LIBPERLEXPORT) -+$(LIBPERL): $& $(perllib_dep) $(DYNALOADER) $(LIBPERLEXPORT) - !NO!SUBS! - case "$useshrplib" in - true) -@@ -973,7 +1034,7 @@ lib/buildcustomize.pl: $& $(miniperl_obj - *) - if test "X$hostperl" != X; then - $spitshell >>$Makefile <>$Makefile <<'!NO!SUBS!' --lib/buildcustomize.pl: $& $(miniperl_objs) write_buildcustomize.pl -+lib/buildcustomize.pl: $& $(miniperl_dep) write_buildcustomize.pl - -@rm -f miniperl.xok - $(CC) $(CLDFLAGS) -o $(MINIPERL_EXE) \ - $(miniperl_objs) $(libs) -@@ -995,7 +1056,7 @@ lib/buildcustomize.pl: $& $(miniperl_obj - - $spitshell >>$Makefile <<'!NO!SUBS!' - --$(PERL_EXE): $& $(perlmain_objs) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT) write_buildcustomize.pl -+$(PERL_EXE): $& $(perlmain_dep) $(LIBPERL) $(static_ext) ext.libs $(PERLEXPORT) write_buildcustomize.pl - -@rm -f miniperl.xok - !NO!SUBS! - ---- Porting/Glossary.orig 2017-06-30 21:03:20 UTC -+++ Porting/Glossary -@@ -2949,6 +2949,11 @@ dtrace (usedtrace.U): - dtraceobject (dtraceobject.U): - Whether we need to build an object file with the dtrace tool. - -+dtracexnolibs (dtraceobject.U): -+ Whether dtrace accepts -xnolibs. If available we call dtrace -h -+ and dtrace -G with -xnolibs to allow dtrace to run in a jail on -+ FreeBSD. -+ - dynamic_ext (Extensions.U): - This variable holds a list of XS extension files we want to - link dynamically into the package. It is used by Makefile. ---- ext/XS-APItest/Makefile.PL.orig 2017-06-30 21:03:22 UTC -+++ ext/XS-APItest/Makefile.PL -@@ -58,7 +58,8 @@ sub MY::postamble - DTRACE_D = ../../perldtrace.d - - dtrace\$(OBJ_EXT): \$(DTRACE_D) core\$(OBJ_EXT) -- $Config{dtrace} -G -s \$(DTRACE_D) -o dtrace\$(OBJ_EXT) core\$(OBJ_EXT) -+ $Config{dtrace} -G -s \$(DTRACE_D) -o dtrace\$(OBJ_EXT) core\$(OBJ_EXT) || \\ -+ ( \$(ECHO) >dtrace.c && \$(CCCMD) \$(CCCDLFLAGS) dtrace.c && rm -f dtrace.c ) - POSTAMBLE - - return $post; ---- hints/freebsd.sh.orig 2017-06-30 21:03:22 UTC -+++ hints/freebsd.sh -@@ -105,6 +105,15 @@ case "$osvers" in - ;; - esac - -+case "$osvers" in -+10.*) -+ # dtrace on 10.x needs libelf symbols, but we don't know if the -+ # user is going to request usedtrace and there's no .cbu for usedtrace -+ libswanted="$libswanted elf" -+ echo "libswanted $libswanted" >&4 -+ ;; -+esac -+ - # Dynamic Loading flags have not changed much, so they are separated - # out here to avoid duplicating them everywhere. - case "$osvers" in diff --git a/lang/perl5.24/files/patch-ext_GDBM__File_t_fatal.t b/lang/perl5.24/files/patch-ext_GDBM__File_t_fatal.t deleted file mode 100644 index b011ba77c1d..00000000000 --- a/lang/perl5.24/files/patch-ext_GDBM__File_t_fatal.t +++ /dev/null @@ -1,30 +0,0 @@ -Those two test fails starting with gdbm 1.15. - ---- ext/GDBM_File/t/fatal.t.orig 2018-03-23 19:37:49 UTC -+++ ext/GDBM_File/t/fatal.t -@@ -12,7 +12,7 @@ BEGIN { - plan(skip_all => "GDBM_File is flaky in $^O") - if $^O =~ /darwin/; - -- plan(tests => 8); -+ plan(tests => 6); - use_ok('GDBM_File'); - } - -@@ -34,16 +34,5 @@ isnt((open $fh, "<&=$fileno"), undef, "d - or diag("\$! = $!"); - isnt(close $fh, undef, - "close fileno $fileno, out from underneath the GDBM_File"); --is(eval { -- $h{Perl} = 'Rules'; -- untie %h; -- 1; --}, undef, 'Trapped error when attempting to write to knobbled GDBM_File'); -- --# Observed "File write error" and "lseek error" from two different systems. --# So there might be more variants. Important part was that we trapped the error --# via croak. --like($@, qr/ at .*\bfatal\.t line \d+\.\n\z/, -- 'expected error message from GDBM_File'); - - unlink ; diff --git a/lang/perl5.24/files/patch-hints_freebsd.sh b/lang/perl5.24/files/patch-hints_freebsd.sh deleted file mode 100644 index ad822d32636..00000000000 --- a/lang/perl5.24/files/patch-hints_freebsd.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- hints/freebsd.sh.orig 2015-04-15 07:47:18 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - -@@ -126,7 +132,7 @@ case "$osvers" in - else - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - fi - cccdlflags='-DPIC -fPIC' -@@ -134,7 +140,7 @@ case "$osvers" in - *) - libpth="/usr/lib /usr/local/lib" - glibpth="/usr/lib /usr/local/lib" -- ldflags="-Wl,-E " -+ ldflags="%%PTHREAD_LIBS%% -Wl,-E " - lddlflags="-shared " - cccdlflags='-DPIC -fPIC' - ;; -@@ -191,7 +197,9 @@ esac - - # This script UU/usethreads.cbu will get 'called-back' by Configure - # after it has prompted the user for whether to use threads. --cat > UU/usethreads.cbu <<'EOCBU' -+## not quite - modern FreeBSD perl port is supposed to take care of that -+## we just add extra libraries and cflags nowadays -+cat > /dev/null <<'EOCBU' - case "$usethreads" in - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` diff --git a/lang/perl5.24/files/patch-perl.c b/lang/perl5.24/files/patch-perl.c deleted file mode 100644 index 5e2eb68d229..00000000000 --- a/lang/perl5.24/files/patch-perl.c +++ /dev/null @@ -1,26 +0,0 @@ ---- perl.c.orig 2016-04-11 00:49:39 UTC -+++ perl.c -@@ -1825,23 +1825,7 @@ S_Internals_V(pTHX_ CV *cv) - PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); - --#ifndef PERL_BUILD_DATE --# ifdef __DATE__ --# ifdef __TIME__ --# define PERL_BUILD_DATE __DATE__ " " __TIME__ --# else --# define PERL_BUILD_DATE __DATE__ --# endif --# endif --#endif -- --#ifdef PERL_BUILD_DATE -- PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), -- SVs_TEMP)); --#else - PUSHs(&PL_sv_undef); --#endif - - for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ diff --git a/lang/perl5.24/files/patch-t_porting_customized.dat b/lang/perl5.24/files/patch-t_porting_customized.dat deleted file mode 100644 index 9395584b35e..00000000000 --- a/lang/perl5.24/files/patch-t_porting_customized.dat +++ /dev/null @@ -1,20 +0,0 @@ ---- t/porting/customized.dat.orig 2016-08-11 20:06:42 UTC -+++ t/porting/customized.dat -@@ -33,7 +33,7 @@ ExtUtils::MakeMaker cpan/ExtUtils-MakeMa - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm 8559ef191b4371d0c381472464856a8a73825b2a - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm 09d579ed9daea95c3bf47de2e0b8fe3aa0ff6447 - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm f720c13748293b792f7073aa96e7daecb590b183 --ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm 243649a399d293ae7ad0f26b7eab2668aa864ce8 -+ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm bb5266915618d6da7b30559b378dd30820d64308 - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm b63c90129303b2c17d084fb828aa2c02a2ad85b8 - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm cabd1c97eaa427067811d92807e34c17940c7350 - ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm 6a185d897a600c34615a6073f4de0ac2f54fef3e -@@ -99,7 +99,7 @@ Math::BigRat cpan/Math-BigRat/lib/Math/B - Memoize cpan/Memoize/Memoize.pm 902092ff91cdec9c7b4bd06202eb179e1ce26ca2 - Parse::CPAN::Meta cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm 2de9f411463eda2bd5f57163c12edab9a00dc598 - Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/02_api.t a692c9a7e52b08a14a954d6c405a22c0dab1cd43 --Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm ba3072a6af793b410b02594ed8fe109ac16a1d43 -+Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm e9e98b26450ceb3bae1e54ac8a57dab88932de96 - Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util.pm 3b501b7332480b34929bc4df5d48581df3307267 - Scalar-List-Utils cpan/Scalar-List-Utils/lib/List/Util/XS.pm ebd169113d3df79d31ad5535dbd7a538a8c14fd2 - Scalar-List-Utils cpan/Scalar-List-Utils/lib/Scalar/Util.pm def601405bac7a4d6690b8c4207e0f05d65eb4ca diff --git a/lang/perl5.24/files/patch-vutil.h b/lang/perl5.24/files/patch-vutil.h deleted file mode 100644 index 0ff04be80ab..00000000000 --- a/lang/perl5.24/files/patch-vutil.h +++ /dev/null @@ -1,11 +0,0 @@ ---- vutil.h.orig 2015-04-15 07:47:18 UTC -+++ vutil.h -@@ -115,7 +115,7 @@ S_croak_xs_usage(pTHX_ const CV *const c - Perl_croak_nocontext("Usage: %s(%s)", gvname, params); - } else { - /* Pants. I don't think that it should be possible to get here. */ -- Perl_croak_nocontext("Usage: CODE(0x%"UVxf")(%s)", PTR2UV(cv), params); -+ Perl_croak_nocontext("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params); - } - } - diff --git a/lang/perl5.24/files/perl-man.conf.in b/lang/perl5.24/files/perl-man.conf.in deleted file mode 100644 index cbe3a5c5686..00000000000 --- a/lang/perl5.24/files/perl-man.conf.in +++ /dev/null @@ -1,2 +0,0 @@ -MANPATH %%PREFIX%%/%%SITEMANPREFIX%%/man -MANPATH %%PREFIX%%/%%PERLMANPREFIX%%/man diff --git a/lang/perl5.24/pkg-descr b/lang/perl5.24/pkg-descr deleted file mode 100644 index 0ef0392ee6c..00000000000 --- a/lang/perl5.24/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Perl is a language that combines some of the features of C, sed, awk and -shell. See the manual page for more hype. There are also many books -published by O'Reilly & Assoc. See pod/perlbook.pod for more -information. - -WWW: http://www.perl.org/ diff --git a/lang/perl5.24/pkg-message b/lang/perl5.24/pkg-message deleted file mode 100644 index 751268e62ee..00000000000 --- a/lang/perl5.24/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -The /usr/bin/perl symlink has been removed starting with Perl 5.20. -For shebangs, you should either use: - -#!/usr/local/bin/perl - -or - -#!/usr/bin/env perl - -The first one will only work if you have a /usr/local/bin/perl, -the second will work as long as perl is in PATH. diff --git a/lang/perl5.24/pkg-plist b/lang/perl5.24/pkg-plist deleted file mode 100644 index 738106453c6..00000000000 --- a/lang/perl5.24/pkg-plist +++ /dev/null @@ -1,2316 +0,0 @@ -bin/c2ph%%BINSUFFIX%% -bin/corelist%%BINSUFFIX%% -bin/cpan%%BINSUFFIX%% -bin/enc2xs%%BINSUFFIX%% -bin/encguess%%BINSUFFIX%% -bin/h2ph%%BINSUFFIX%% -bin/h2xs%%BINSUFFIX%% -bin/instmodsh%%BINSUFFIX%% -bin/json_pp%%BINSUFFIX%% -bin/libnetcfg%%BINSUFFIX%% -%%DEFAULT%%bin/perl -%%DEFAULT%%bin/perl5 -bin/perl%%PERL_VERSION%% -bin/perlbug%%BINSUFFIX%% -bin/perldoc%%BINSUFFIX%% -bin/perlivp%%BINSUFFIX%% -bin/perlthanks%%BINSUFFIX%% -bin/piconv%%BINSUFFIX%% -bin/pl2pm%%BINSUFFIX%% -bin/pod2html%%BINSUFFIX%% -bin/pod2man%%BINSUFFIX%% -bin/pod2text%%BINSUFFIX%% -bin/pod2usage%%BINSUFFIX%% -bin/podchecker%%BINSUFFIX%% -bin/podselect%%BINSUFFIX%% -bin/prove%%BINSUFFIX%% -bin/pstruct%%BINSUFFIX%% -bin/ptar%%BINSUFFIX%% -bin/ptardiff%%BINSUFFIX%% -bin/ptargrep%%BINSUFFIX%% -bin/shasum%%BINSUFFIX%% -bin/splain%%BINSUFFIX%% -bin/xsubpp%%BINSUFFIX%% -bin/zipdetails%%BINSUFFIX%% -etc/man.d/perl%%PKGNAMESUFFIX%%.conf -%%PRIV_LIB%%/AnyDBM_File.pm -%%PRIV_LIB%%/App/Cpan.pm -%%PRIV_LIB%%/App/Prove.pm -%%PRIV_LIB%%/App/Prove/State.pm -%%PRIV_LIB%%/App/Prove/State/Result.pm -%%PRIV_LIB%%/App/Prove/State/Result/Test.pm -%%PRIV_LIB%%/Archive/Tar.pm -%%PRIV_LIB%%/Archive/Tar/Constant.pm -%%PRIV_LIB%%/Archive/Tar/File.pm -%%PRIV_LIB%%/Attribute/Handlers.pm -%%PRIV_LIB%%/AutoLoader.pm -%%PRIV_LIB%%/AutoSplit.pm -%%PRIV_LIB%%/B/Debug.pm -%%PRIV_LIB%%/B/Deparse.pm -%%PRIV_LIB%%/B/Op_private.pm -%%PRIV_LIB%%/Benchmark.pm -%%PRIV_LIB%%/CORE.pod -%%PRIV_LIB%%/CPAN.pm -%%PRIV_LIB%%/CPAN/API/HOWTO.pod -%%PRIV_LIB%%/CPAN/Author.pm -%%PRIV_LIB%%/CPAN/Bundle.pm -%%PRIV_LIB%%/CPAN/CacheMgr.pm -%%PRIV_LIB%%/CPAN/Complete.pm -%%PRIV_LIB%%/CPAN/Debug.pm -%%PRIV_LIB%%/CPAN/DeferredCode.pm -%%PRIV_LIB%%/CPAN/Distribution.pm -%%PRIV_LIB%%/CPAN/Distroprefs.pm -%%PRIV_LIB%%/CPAN/Distrostatus.pm -%%PRIV_LIB%%/CPAN/Exception/RecursiveDependency.pm -%%PRIV_LIB%%/CPAN/Exception/blocked_urllist.pm -%%PRIV_LIB%%/CPAN/Exception/yaml_not_installed.pm -%%PRIV_LIB%%/CPAN/Exception/yaml_process_error.pm -%%PRIV_LIB%%/CPAN/FTP.pm -%%PRIV_LIB%%/CPAN/FTP/netrc.pm -%%PRIV_LIB%%/CPAN/FirstTime.pm -%%PRIV_LIB%%/CPAN/HTTP/Client.pm -%%PRIV_LIB%%/CPAN/HTTP/Credentials.pm -%%PRIV_LIB%%/CPAN/HandleConfig.pm -%%PRIV_LIB%%/CPAN/Index.pm -%%PRIV_LIB%%/CPAN/InfoObj.pm -%%PRIV_LIB%%/CPAN/Kwalify.pm -%%PRIV_LIB%%/CPAN/Kwalify/distroprefs.dd -%%PRIV_LIB%%/CPAN/Kwalify/distroprefs.yml -%%PRIV_LIB%%/CPAN/LWP/UserAgent.pm -%%PRIV_LIB%%/CPAN/Meta.pm -%%PRIV_LIB%%/CPAN/Meta/Converter.pm -%%PRIV_LIB%%/CPAN/Meta/Feature.pm -%%PRIV_LIB%%/CPAN/Meta/History.pm -%%PRIV_LIB%%/CPAN/Meta/History/Meta_1_0.pod -%%PRIV_LIB%%/CPAN/Meta/History/Meta_1_1.pod -%%PRIV_LIB%%/CPAN/Meta/History/Meta_1_2.pod -%%PRIV_LIB%%/CPAN/Meta/History/Meta_1_3.pod -%%PRIV_LIB%%/CPAN/Meta/History/Meta_1_4.pod -%%PRIV_LIB%%/CPAN/Meta/Merge.pm -%%PRIV_LIB%%/CPAN/Meta/Prereqs.pm -%%PRIV_LIB%%/CPAN/Meta/Requirements.pm -%%PRIV_LIB%%/CPAN/Meta/Spec.pm -%%PRIV_LIB%%/CPAN/Meta/Validator.pm -%%PRIV_LIB%%/CPAN/Meta/YAML.pm -%%PRIV_LIB%%/CPAN/Mirrors.pm -%%PRIV_LIB%%/CPAN/Module.pm -%%PRIV_LIB%%/CPAN/Nox.pm -%%PRIV_LIB%%/CPAN/Plugin.pm -%%PRIV_LIB%%/CPAN/Plugin/Specfile.pm -%%PRIV_LIB%%/CPAN/Prompt.pm -%%PRIV_LIB%%/CPAN/Queue.pm -%%PRIV_LIB%%/CPAN/Shell.pm -%%PRIV_LIB%%/CPAN/Tarzip.pm -%%PRIV_LIB%%/CPAN/URL.pm -%%PRIV_LIB%%/CPAN/Version.pm -%%PRIV_LIB%%/Carp.pm -%%PRIV_LIB%%/Carp/Heavy.pm -%%PRIV_LIB%%/Class/Struct.pm -%%PRIV_LIB%%/Compress/Zlib.pm -%%PRIV_LIB%%/Config/Extensions.pm -%%PRIV_LIB%%/Config/Perl/V.pm -%%PRIV_LIB%%/DB.pm -%%PRIV_LIB%%/DBM_Filter.pm -%%PRIV_LIB%%/DBM_Filter/compress.pm -%%PRIV_LIB%%/DBM_Filter/encode.pm -%%PRIV_LIB%%/DBM_Filter/int32.pm -%%PRIV_LIB%%/DBM_Filter/null.pm -%%PRIV_LIB%%/DBM_Filter/utf8.pm -%%PRIV_LIB%%/Devel/SelfStubber.pm -%%PRIV_LIB%%/Digest.pm -%%PRIV_LIB%%/Digest/base.pm -%%PRIV_LIB%%/Digest/file.pm -%%PRIV_LIB%%/DirHandle.pm -%%PRIV_LIB%%/Dumpvalue.pm -%%PRIV_LIB%%/Encode/Changes.e2x -%%PRIV_LIB%%/Encode/ConfigLocal_PM.e2x -%%PRIV_LIB%%/Encode/Makefile_PL.e2x -%%PRIV_LIB%%/Encode/PerlIO.pod -%%PRIV_LIB%%/Encode/README.e2x -%%PRIV_LIB%%/Encode/Supported.pod -%%PRIV_LIB%%/Encode/_PM.e2x -%%PRIV_LIB%%/Encode/_T.e2x -%%PRIV_LIB%%/Encode/encode.h -%%PRIV_LIB%%/English.pm -%%PRIV_LIB%%/Env.pm -%%PRIV_LIB%%/Exporter.pm -%%PRIV_LIB%%/Exporter/Heavy.pm -%%PRIV_LIB%%/ExtUtils/CBuilder.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Base.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Unix.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/VMS.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/BCC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/GCC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/Windows/MSVC.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/aix.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/android.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/cygwin.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/darwin.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/dec_osf.pm -%%PRIV_LIB%%/ExtUtils/CBuilder/Platform/os2.pm -%%PRIV_LIB%%/ExtUtils/Command.pm -%%PRIV_LIB%%/ExtUtils/Command/MM.pm -%%PRIV_LIB%%/ExtUtils/Constant.pm -%%PRIV_LIB%%/ExtUtils/Constant/Base.pm -%%PRIV_LIB%%/ExtUtils/Constant/ProxySubs.pm -%%PRIV_LIB%%/ExtUtils/Constant/Utils.pm -%%PRIV_LIB%%/ExtUtils/Constant/XS.pm -%%PRIV_LIB%%/ExtUtils/Embed.pm -%%PRIV_LIB%%/ExtUtils/Install.pm -%%PRIV_LIB%%/ExtUtils/Installed.pm -%%PRIV_LIB%%/ExtUtils/Liblist.pm -%%PRIV_LIB%%/ExtUtils/Liblist/Kid.pm -%%PRIV_LIB%%/ExtUtils/MANIFEST.SKIP -%%PRIV_LIB%%/ExtUtils/MM.pm -%%PRIV_LIB%%/ExtUtils/MM_AIX.pm -%%PRIV_LIB%%/ExtUtils/MM_Any.pm -%%PRIV_LIB%%/ExtUtils/MM_BeOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Cygwin.pm -%%PRIV_LIB%%/ExtUtils/MM_DOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Darwin.pm -%%PRIV_LIB%%/ExtUtils/MM_MacOS.pm -%%PRIV_LIB%%/ExtUtils/MM_NW5.pm -%%PRIV_LIB%%/ExtUtils/MM_OS2.pm -%%PRIV_LIB%%/ExtUtils/MM_QNX.pm -%%PRIV_LIB%%/ExtUtils/MM_UWIN.pm -%%PRIV_LIB%%/ExtUtils/MM_Unix.pm -%%PRIV_LIB%%/ExtUtils/MM_VMS.pm -%%PRIV_LIB%%/ExtUtils/MM_VOS.pm -%%PRIV_LIB%%/ExtUtils/MM_Win32.pm -%%PRIV_LIB%%/ExtUtils/MM_Win95.pm -%%PRIV_LIB%%/ExtUtils/MY.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker/Config.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker/FAQ.pod -%%PRIV_LIB%%/ExtUtils/MakeMaker/Locale.pm -%%PRIV_LIB%%/ExtUtils/MakeMaker/Tutorial.pod -%%PRIV_LIB%%/ExtUtils/MakeMaker/version.pm -%%PRIV_LIB%%/ExtUtils/Manifest.pm -%%PRIV_LIB%%/ExtUtils/Miniperl.pm -%%PRIV_LIB%%/ExtUtils/Mkbootstrap.pm -%%PRIV_LIB%%/ExtUtils/Mksymlists.pm -%%PRIV_LIB%%/ExtUtils/Packlist.pm -%%PRIV_LIB%%/ExtUtils/ParseXS.pm -%%PRIV_LIB%%/ExtUtils/ParseXS.pod -%%PRIV_LIB%%/ExtUtils/ParseXS/Constants.pm -%%PRIV_LIB%%/ExtUtils/ParseXS/CountLines.pm -%%PRIV_LIB%%/ExtUtils/ParseXS/Eval.pm -%%PRIV_LIB%%/ExtUtils/ParseXS/Utilities.pm -%%PRIV_LIB%%/ExtUtils/Typemaps.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/Cmd.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/InputMap.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/OutputMap.pm -%%PRIV_LIB%%/ExtUtils/Typemaps/Type.pm -%%PRIV_LIB%%/ExtUtils/testlib.pm -%%PRIV_LIB%%/ExtUtils/typemap -%%PRIV_LIB%%/ExtUtils/xsubpp -%%PRIV_LIB%%/Fatal.pm -%%PRIV_LIB%%/File/Basename.pm -%%PRIV_LIB%%/File/Compare.pm -%%PRIV_LIB%%/File/Copy.pm -%%PRIV_LIB%%/File/Fetch.pm -%%PRIV_LIB%%/File/Find.pm -%%PRIV_LIB%%/File/GlobMapper.pm -%%PRIV_LIB%%/File/Path.pm -%%PRIV_LIB%%/File/Temp.pm -%%PRIV_LIB%%/File/stat.pm -%%PRIV_LIB%%/FileCache.pm -%%PRIV_LIB%%/FileHandle.pm -%%PRIV_LIB%%/Filter/Simple.pm -%%PRIV_LIB%%/FindBin.pm -%%PRIV_LIB%%/Getopt/Long.pm -%%PRIV_LIB%%/Getopt/Std.pm -%%PRIV_LIB%%/HTTP/Tiny.pm -%%PRIV_LIB%%/I18N/Collate.pm -%%PRIV_LIB%%/I18N/LangTags.pm -%%PRIV_LIB%%/I18N/LangTags/Detect.pm -%%PRIV_LIB%%/I18N/LangTags/List.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Bzip2.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Deflate.pm -%%PRIV_LIB%%/IO/Compress/Adapter/Identity.pm -%%PRIV_LIB%%/IO/Compress/Base.pm -%%PRIV_LIB%%/IO/Compress/Base/Common.pm -%%PRIV_LIB%%/IO/Compress/Bzip2.pm -%%PRIV_LIB%%/IO/Compress/Deflate.pm -%%PRIV_LIB%%/IO/Compress/FAQ.pod -%%PRIV_LIB%%/IO/Compress/Gzip.pm -%%PRIV_LIB%%/IO/Compress/Gzip/Constants.pm -%%PRIV_LIB%%/IO/Compress/RawDeflate.pm -%%PRIV_LIB%%/IO/Compress/Zip.pm -%%PRIV_LIB%%/IO/Compress/Zip/Constants.pm -%%PRIV_LIB%%/IO/Compress/Zlib/Constants.pm -%%PRIV_LIB%%/IO/Compress/Zlib/Extra.pm -%%PRIV_LIB%%/IO/Socket/IP.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Bunzip2.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Identity.pm -%%PRIV_LIB%%/IO/Uncompress/Adapter/Inflate.pm -%%PRIV_LIB%%/IO/Uncompress/AnyInflate.pm -%%PRIV_LIB%%/IO/Uncompress/AnyUncompress.pm -%%PRIV_LIB%%/IO/Uncompress/Base.pm -%%PRIV_LIB%%/IO/Uncompress/Bunzip2.pm -%%PRIV_LIB%%/IO/Uncompress/Gunzip.pm -%%PRIV_LIB%%/IO/Uncompress/Inflate.pm -%%PRIV_LIB%%/IO/Uncompress/RawInflate.pm -%%PRIV_LIB%%/IO/Uncompress/Unzip.pm -%%PRIV_LIB%%/IO/Zlib.pm -%%PRIV_LIB%%/IPC/Cmd.pm -%%PRIV_LIB%%/IPC/Open2.pm -%%PRIV_LIB%%/IPC/Open3.pm -%%PRIV_LIB%%/JSON/PP.pm -%%PRIV_LIB%%/JSON/PP/Boolean.pm -%%PRIV_LIB%%/Locale/Codes.pm -%%PRIV_LIB%%/Locale/Codes.pod -%%PRIV_LIB%%/Locale/Codes/API.pod -%%PRIV_LIB%%/Locale/Codes/Changes.pod -%%PRIV_LIB%%/Locale/Codes/Constants.pm -%%PRIV_LIB%%/Locale/Codes/Country.pm -%%PRIV_LIB%%/Locale/Codes/Country.pod -%%PRIV_LIB%%/Locale/Codes/Country_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Country_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Currency.pm -%%PRIV_LIB%%/Locale/Codes/Currency.pod -%%PRIV_LIB%%/Locale/Codes/Currency_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Currency_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangExt.pm -%%PRIV_LIB%%/Locale/Codes/LangExt.pod -%%PRIV_LIB%%/Locale/Codes/LangExt_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangExt_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangFam.pm -%%PRIV_LIB%%/Locale/Codes/LangFam.pod -%%PRIV_LIB%%/Locale/Codes/LangFam_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangFam_Retired.pm -%%PRIV_LIB%%/Locale/Codes/LangVar.pm -%%PRIV_LIB%%/Locale/Codes/LangVar.pod -%%PRIV_LIB%%/Locale/Codes/LangVar_Codes.pm -%%PRIV_LIB%%/Locale/Codes/LangVar_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Language.pm -%%PRIV_LIB%%/Locale/Codes/Language.pod -%%PRIV_LIB%%/Locale/Codes/Language_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Language_Retired.pm -%%PRIV_LIB%%/Locale/Codes/Script.pm -%%PRIV_LIB%%/Locale/Codes/Script.pod -%%PRIV_LIB%%/Locale/Codes/Script_Codes.pm -%%PRIV_LIB%%/Locale/Codes/Script_Retired.pm -%%PRIV_LIB%%/Locale/Country.pm -%%PRIV_LIB%%/Locale/Country.pod -%%PRIV_LIB%%/Locale/Currency.pm -%%PRIV_LIB%%/Locale/Currency.pod -%%PRIV_LIB%%/Locale/Language.pm -%%PRIV_LIB%%/Locale/Language.pod -%%PRIV_LIB%%/Locale/Maketext.pm -%%PRIV_LIB%%/Locale/Maketext.pod -%%PRIV_LIB%%/Locale/Maketext/Cookbook.pod -%%PRIV_LIB%%/Locale/Maketext/Guts.pm -%%PRIV_LIB%%/Locale/Maketext/GutsLoader.pm -%%PRIV_LIB%%/Locale/Maketext/Simple.pm -%%PRIV_LIB%%/Locale/Maketext/TPJ13.pod -%%PRIV_LIB%%/Locale/Script.pm -%%PRIV_LIB%%/Locale/Script.pod -%%PRIV_LIB%%/Math/BigFloat.pm -%%PRIV_LIB%%/Math/BigFloat/Trace.pm -%%PRIV_LIB%%/Math/BigInt.pm -%%PRIV_LIB%%/Math/BigInt/Calc.pm -%%PRIV_LIB%%/Math/BigInt/CalcEmu.pm -%%PRIV_LIB%%/Math/BigInt/Trace.pm -%%PRIV_LIB%%/Math/BigRat.pm -%%PRIV_LIB%%/Math/Complex.pm -%%PRIV_LIB%%/Math/Trig.pm -%%PRIV_LIB%%/Memoize.pm -%%PRIV_LIB%%/Memoize/AnyDBM_File.pm -%%PRIV_LIB%%/Memoize/Expire.pm -%%PRIV_LIB%%/Memoize/ExpireFile.pm -%%PRIV_LIB%%/Memoize/ExpireTest.pm -%%PRIV_LIB%%/Memoize/NDBM_File.pm -%%PRIV_LIB%%/Memoize/SDBM_File.pm -%%PRIV_LIB%%/Memoize/Storable.pm -%%PRIV_LIB%%/Module/CoreList.pm -%%PRIV_LIB%%/Module/CoreList.pod -%%PRIV_LIB%%/Module/CoreList/TieHashDelta.pm -%%PRIV_LIB%%/Module/CoreList/Utils.pm -%%PRIV_LIB%%/Module/Load.pm -%%PRIV_LIB%%/Module/Load/Conditional.pm -%%PRIV_LIB%%/Module/Loaded.pm -%%PRIV_LIB%%/Module/Metadata.pm -%%PRIV_LIB%%/NEXT.pm -%%PRIV_LIB%%/Net/Cmd.pm -%%PRIV_LIB%%/Net/Config.pm -%%PRIV_LIB%%/Net/Domain.pm -%%PRIV_LIB%%/Net/FTP.pm -%%PRIV_LIB%%/Net/FTP/A.pm -%%PRIV_LIB%%/Net/FTP/E.pm -%%PRIV_LIB%%/Net/FTP/I.pm -%%PRIV_LIB%%/Net/FTP/L.pm -%%PRIV_LIB%%/Net/FTP/dataconn.pm -%%PRIV_LIB%%/Net/NNTP.pm -%%PRIV_LIB%%/Net/Netrc.pm -%%PRIV_LIB%%/Net/POP3.pm -%%PRIV_LIB%%/Net/Ping.pm -%%PRIV_LIB%%/Net/SMTP.pm -%%PRIV_LIB%%/Net/Time.pm -%%PRIV_LIB%%/Net/hostent.pm -%%PRIV_LIB%%/Net/libnetFAQ.pod -%%PRIV_LIB%%/Net/netent.pm -%%PRIV_LIB%%/Net/protoent.pm -%%PRIV_LIB%%/Net/servent.pm -%%PRIV_LIB%%/Params/Check.pm -%%PRIV_LIB%%/Parse/CPAN/Meta.pm -%%PRIV_LIB%%/Perl/OSType.pm -%%PRIV_LIB%%/PerlIO.pm -%%PRIV_LIB%%/PerlIO/via/QuotedPrint.pm -%%PRIV_LIB%%/Pod/Checker.pm -%%PRIV_LIB%%/Pod/Escapes.pm -%%PRIV_LIB%%/Pod/Find.pm -%%PRIV_LIB%%/Pod/Functions.pm -%%PRIV_LIB%%/Pod/Html.pm -%%PRIV_LIB%%/Pod/InputObjects.pm -%%PRIV_LIB%%/Pod/Man.pm -%%PRIV_LIB%%/Pod/ParseLink.pm -%%PRIV_LIB%%/Pod/ParseUtils.pm -%%PRIV_LIB%%/Pod/Parser.pm -%%PRIV_LIB%%/Pod/Perldoc.pm -%%PRIV_LIB%%/Pod/Perldoc/BaseTo.pm -%%PRIV_LIB%%/Pod/Perldoc/GetOptsOO.pm -%%PRIV_LIB%%/Pod/Perldoc/ToANSI.pm -%%PRIV_LIB%%/Pod/Perldoc/ToChecker.pm -%%PRIV_LIB%%/Pod/Perldoc/ToMan.pm -%%PRIV_LIB%%/Pod/Perldoc/ToNroff.pm -%%PRIV_LIB%%/Pod/Perldoc/ToPod.pm -%%PRIV_LIB%%/Pod/Perldoc/ToRtf.pm -%%PRIV_LIB%%/Pod/Perldoc/ToTerm.pm -%%PRIV_LIB%%/Pod/Perldoc/ToText.pm -%%PRIV_LIB%%/Pod/Perldoc/ToTk.pm -%%PRIV_LIB%%/Pod/Perldoc/ToXml.pm -%%PRIV_LIB%%/Pod/PlainText.pm -%%PRIV_LIB%%/Pod/Select.pm -%%PRIV_LIB%%/Pod/Simple.pm -%%PRIV_LIB%%/Pod/Simple.pod -%%PRIV_LIB%%/Pod/Simple/BlackBox.pm -%%PRIV_LIB%%/Pod/Simple/Checker.pm -%%PRIV_LIB%%/Pod/Simple/Debug.pm -%%PRIV_LIB%%/Pod/Simple/DumpAsText.pm -%%PRIV_LIB%%/Pod/Simple/DumpAsXML.pm -%%PRIV_LIB%%/Pod/Simple/HTML.pm -%%PRIV_LIB%%/Pod/Simple/HTMLBatch.pm -%%PRIV_LIB%%/Pod/Simple/HTMLLegacy.pm -%%PRIV_LIB%%/Pod/Simple/LinkSection.pm -%%PRIV_LIB%%/Pod/Simple/Methody.pm -%%PRIV_LIB%%/Pod/Simple/Progress.pm -%%PRIV_LIB%%/Pod/Simple/PullParser.pm -%%PRIV_LIB%%/Pod/Simple/PullParserEndToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserStartToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserTextToken.pm -%%PRIV_LIB%%/Pod/Simple/PullParserToken.pm -%%PRIV_LIB%%/Pod/Simple/RTF.pm -%%PRIV_LIB%%/Pod/Simple/Search.pm -%%PRIV_LIB%%/Pod/Simple/SimpleTree.pm -%%PRIV_LIB%%/Pod/Simple/Subclassing.pod -%%PRIV_LIB%%/Pod/Simple/Text.pm -%%PRIV_LIB%%/Pod/Simple/TextContent.pm -%%PRIV_LIB%%/Pod/Simple/TiedOutFH.pm -%%PRIV_LIB%%/Pod/Simple/Transcode.pm -%%PRIV_LIB%%/Pod/Simple/TranscodeDumb.pm -%%PRIV_LIB%%/Pod/Simple/TranscodeSmart.pm -%%PRIV_LIB%%/Pod/Simple/XHTML.pm -%%PRIV_LIB%%/Pod/Simple/XMLOutStream.pm -%%PRIV_LIB%%/Pod/Text.pm -%%PRIV_LIB%%/Pod/Text/Color.pm -%%PRIV_LIB%%/Pod/Text/Overstrike.pm -%%PRIV_LIB%%/Pod/Text/Termcap.pm -%%PRIV_LIB%%/Pod/Usage.pm -%%PRIV_LIB%%/Safe.pm -%%PRIV_LIB%%/Search/Dict.pm -%%PRIV_LIB%%/SelectSaver.pm -%%PRIV_LIB%%/SelfLoader.pm -%%PRIV_LIB%%/Symbol.pm -%%PRIV_LIB%%/TAP/Base.pm -%%PRIV_LIB%%/TAP/Formatter/Base.pm -%%PRIV_LIB%%/TAP/Formatter/Color.pm -%%PRIV_LIB%%/TAP/Formatter/Console.pm -%%PRIV_LIB%%/TAP/Formatter/Console/ParallelSession.pm -%%PRIV_LIB%%/TAP/Formatter/Console/Session.pm -%%PRIV_LIB%%/TAP/Formatter/File.pm -%%PRIV_LIB%%/TAP/Formatter/File/Session.pm -%%PRIV_LIB%%/TAP/Formatter/Session.pm -%%PRIV_LIB%%/TAP/Harness.pm -%%PRIV_LIB%%/TAP/Harness/Beyond.pod -%%PRIV_LIB%%/TAP/Harness/Env.pm -%%PRIV_LIB%%/TAP/Object.pm -%%PRIV_LIB%%/TAP/Parser.pm -%%PRIV_LIB%%/TAP/Parser/Aggregator.pm -%%PRIV_LIB%%/TAP/Parser/Grammar.pm -%%PRIV_LIB%%/TAP/Parser/Iterator.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Array.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Process.pm -%%PRIV_LIB%%/TAP/Parser/Iterator/Stream.pm -%%PRIV_LIB%%/TAP/Parser/IteratorFactory.pm -%%PRIV_LIB%%/TAP/Parser/Multiplexer.pm -%%PRIV_LIB%%/TAP/Parser/Result.pm -%%PRIV_LIB%%/TAP/Parser/Result/Bailout.pm -%%PRIV_LIB%%/TAP/Parser/Result/Comment.pm -%%PRIV_LIB%%/TAP/Parser/Result/Plan.pm -%%PRIV_LIB%%/TAP/Parser/Result/Pragma.pm -%%PRIV_LIB%%/TAP/Parser/Result/Test.pm -%%PRIV_LIB%%/TAP/Parser/Result/Unknown.pm -%%PRIV_LIB%%/TAP/Parser/Result/Version.pm -%%PRIV_LIB%%/TAP/Parser/Result/YAML.pm -%%PRIV_LIB%%/TAP/Parser/ResultFactory.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler/Job.pm -%%PRIV_LIB%%/TAP/Parser/Scheduler/Spinner.pm -%%PRIV_LIB%%/TAP/Parser/Source.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Executable.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/File.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Handle.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/Perl.pm -%%PRIV_LIB%%/TAP/Parser/SourceHandler/RawTAP.pm -%%PRIV_LIB%%/TAP/Parser/YAMLish/Reader.pm -%%PRIV_LIB%%/TAP/Parser/YAMLish/Writer.pm -%%PRIV_LIB%%/Term/ANSIColor.pm -%%PRIV_LIB%%/Term/Cap.pm -%%PRIV_LIB%%/Term/Complete.pm -%%PRIV_LIB%%/Term/ReadLine.pm -%%PRIV_LIB%%/Test.pm -%%PRIV_LIB%%/Test/Builder.pm -%%PRIV_LIB%%/Test/Builder/IO/Scalar.pm -%%PRIV_LIB%%/Test/Builder/Module.pm -%%PRIV_LIB%%/Test/Builder/Tester.pm -%%PRIV_LIB%%/Test/Builder/Tester/Color.pm -%%PRIV_LIB%%/Test/Harness.pm -%%PRIV_LIB%%/Test/More.pm -%%PRIV_LIB%%/Test/Simple.pm -%%PRIV_LIB%%/Test/Tester.pm -%%PRIV_LIB%%/Test/Tester/Capture.pm -%%PRIV_LIB%%/Test/Tester/CaptureRunner.pm -%%PRIV_LIB%%/Test/Tester/Delegate.pm -%%PRIV_LIB%%/Test/Tutorial.pod -%%PRIV_LIB%%/Test/use/ok.pm -%%PRIV_LIB%%/Text/Abbrev.pm -%%PRIV_LIB%%/Text/Balanced.pm -%%PRIV_LIB%%/Text/ParseWords.pm -%%PRIV_LIB%%/Text/Tabs.pm -%%PRIV_LIB%%/Text/Wrap.pm -%%PRIV_LIB%%/Thread.pm -%%PRIV_LIB%%/Thread/Queue.pm -%%PRIV_LIB%%/Thread/Semaphore.pm -%%PRIV_LIB%%/Tie/Array.pm -%%PRIV_LIB%%/Tie/File.pm -%%PRIV_LIB%%/Tie/Handle.pm -%%PRIV_LIB%%/Tie/Hash.pm -%%PRIV_LIB%%/Tie/Memoize.pm -%%PRIV_LIB%%/Tie/RefHash.pm -%%PRIV_LIB%%/Tie/Scalar.pm -%%PRIV_LIB%%/Tie/StdHandle.pm -%%PRIV_LIB%%/Tie/SubstrHash.pm -%%PRIV_LIB%%/Time/Local.pm -%%PRIV_LIB%%/Time/gmtime.pm -%%PRIV_LIB%%/Time/localtime.pm -%%PRIV_LIB%%/Time/tm.pm -%%PRIV_LIB%%/UNIVERSAL.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Big5.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/GB2312.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/JISX0208.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Korean.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Pinyin.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Stroke.pm -%%PRIV_LIB%%/Unicode/Collate/CJK/Zhuyin.pm -%%PRIV_LIB%%/Unicode/Collate/Locale/af.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ar.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/as.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/az.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/be.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/bg.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/bn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ca.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/cs.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/cy.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/da.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/de_phone.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ee.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/eo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/es.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/es_trad.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/et.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fa.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fi_phone.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fil.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/fr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/gu.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ha.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/haw.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hu.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/hy.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ig.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/is.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ja.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ko.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/kok.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ln.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lt.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/lv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ml.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/mt.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nb.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/nso.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/om.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/or.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/pa.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/pl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ro.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ru.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sa.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/se.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/si.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/si_dict.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sl.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sq.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sv.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/sv_refo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ta.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/te.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/th.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/tn.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/to.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/tr.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/uk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/ur.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/vi.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/wae.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/wo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/yo.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_big5.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_gb.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_pin.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_strk.pl -%%PRIV_LIB%%/Unicode/Collate/Locale/zh_zhu.pl -%%PRIV_LIB%%/Unicode/Collate/allkeys.txt -%%PRIV_LIB%%/Unicode/Collate/keys.txt -%%PRIV_LIB%%/Unicode/UCD.pm -%%PRIV_LIB%%/User/grent.pm -%%PRIV_LIB%%/User/pwent.pm -%%PRIV_LIB%%/XSLoader.pm -%%PRIV_LIB%%/_charnames.pm -%%PRIV_LIB%%/autodie.pm -%%PRIV_LIB%%/autodie/Scope/Guard.pm -%%PRIV_LIB%%/autodie/Scope/GuardStack.pm -%%PRIV_LIB%%/autodie/Util.pm -%%PRIV_LIB%%/autodie/exception.pm -%%PRIV_LIB%%/autodie/exception/system.pm -%%PRIV_LIB%%/autodie/hints.pm -%%PRIV_LIB%%/autodie/skip.pm -%%PRIV_LIB%%/autouse.pm -%%PRIV_LIB%%/base.pm -%%PRIV_LIB%%/bigint.pm -%%PRIV_LIB%%/bignum.pm -%%PRIV_LIB%%/bigrat.pm -%%PRIV_LIB%%/blib.pm -%%PRIV_LIB%%/bytes.pm -%%PRIV_LIB%%/bytes_heavy.pl -%%PRIV_LIB%%/charnames.pm -%%PRIV_LIB%%/constant.pm -%%PRIV_LIB%%/deprecate.pm -%%PRIV_LIB%%/diagnostics.pm -%%PRIV_LIB%%/dumpvar.pl -%%PRIV_LIB%%/encoding/warnings.pm -%%PRIV_LIB%%/experimental.pm -%%PRIV_LIB%%/feature.pm -%%PRIV_LIB%%/fields.pm -%%PRIV_LIB%%/filetest.pm -%%PRIV_LIB%%/if.pm -%%PRIV_LIB%%/integer.pm -%%PRIV_LIB%%/less.pm -%%PRIV_LIB%%/locale.pm -%%ARCH_LIB%%/.packlist -%%ARCH_LIB%%/B.pm -%%ARCH_LIB%%/B/Concise.pm -%%ARCH_LIB%%/B/Showlex.pm -%%ARCH_LIB%%/B/Terse.pm -%%ARCH_LIB%%/B/Xref.pm -%%ARCH_LIB%%/CORE/EXTERN.h -%%ARCH_LIB%%/CORE/INTERN.h -%%ARCH_LIB%%/CORE/XSUB.h -%%ARCH_LIB%%/CORE/av.h -%%ARCH_LIB%%/CORE/bitcount.h -%%ARCH_LIB%%/CORE/charclass_invlists.h -%%ARCH_LIB%%/CORE/config.h -%%ARCH_LIB%%/CORE/cop.h -%%ARCH_LIB%%/CORE/cv.h -%%ARCH_LIB%%/CORE/dosish.h -%%ARCH_LIB%%/CORE/dquote_inline.h -%%ARCH_LIB%%/CORE/ebcdic_tables.h -%%ARCH_LIB%%/CORE/embed.h -%%ARCH_LIB%%/CORE/embedvar.h -%%ARCH_LIB%%/CORE/fakesdio.h -%%ARCH_LIB%%/CORE/feature.h -%%ARCH_LIB%%/CORE/form.h -%%ARCH_LIB%%/CORE/git_version.h -%%ARCH_LIB%%/CORE/gv.h -%%ARCH_LIB%%/CORE/handy.h -%%ARCH_LIB%%/CORE/hv.h -%%ARCH_LIB%%/CORE/hv_func.h -%%ARCH_LIB%%/CORE/inline.h -%%ARCH_LIB%%/CORE/intrpvar.h -%%ARCH_LIB%%/CORE/invlist_inline.h -%%ARCH_LIB%%/CORE/iperlsys.h -%%ARCH_LIB%%/CORE/keywords.h -%%ARCH_LIB%%/CORE/l1_char_class_tab.h -%%ARCH_LIB%%/CORE/libperl.so -%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VER%% -%%ARCH_LIB%%/CORE/libperl.so.%%PERL_VERSION%% -%%ARCH_LIB%%/CORE/malloc_ctl.h -%%ARCH_LIB%%/CORE/metaconfig.h -%%ARCH_LIB%%/CORE/mg.h -%%ARCH_LIB%%/CORE/mg_data.h -%%ARCH_LIB%%/CORE/mg_raw.h -%%ARCH_LIB%%/CORE/mg_vtable.h -%%ARCH_LIB%%/CORE/mydtrace.h -%%ARCH_LIB%%/CORE/nostdio.h -%%ARCH_LIB%%/CORE/op.h -%%ARCH_LIB%%/CORE/op_reg_common.h -%%ARCH_LIB%%/CORE/opcode.h -%%ARCH_LIB%%/CORE/opnames.h -%%ARCH_LIB%%/CORE/overload.h -%%ARCH_LIB%%/CORE/pad.h -%%ARCH_LIB%%/CORE/parser.h -%%ARCH_LIB%%/CORE/patchlevel.h -%%ARCH_LIB%%/CORE/perl.h -%%ARCH_LIB%%/CORE/perlapi.h -%%DTRACE%%%%ARCH_LIB%%/CORE/perldtrace.h -%%ARCH_LIB%%/CORE/perlio.h -%%ARCH_LIB%%/CORE/perliol.h -%%ARCH_LIB%%/CORE/perlsdio.h -%%ARCH_LIB%%/CORE/perlvars.h -%%ARCH_LIB%%/CORE/perly.h -%%ARCH_LIB%%/CORE/pp.h -%%ARCH_LIB%%/CORE/pp_proto.h -%%ARCH_LIB%%/CORE/proto.h -%%ARCH_LIB%%/CORE/reentr.h -%%ARCH_LIB%%/CORE/regcharclass.h -%%ARCH_LIB%%/CORE/regcomp.h -%%ARCH_LIB%%/CORE/regexp.h -%%ARCH_LIB%%/CORE/regnodes.h -%%ARCH_LIB%%/CORE/scope.h -%%ARCH_LIB%%/CORE/sv.h -%%ARCH_LIB%%/CORE/thread.h -%%ARCH_LIB%%/CORE/time64.h -%%ARCH_LIB%%/CORE/time64_config.h -%%ARCH_LIB%%/CORE/uconfig.h -%%ARCH_LIB%%/CORE/unicode_constants.h -%%ARCH_LIB%%/CORE/unixish.h -%%ARCH_LIB%%/CORE/utf8.h -%%ARCH_LIB%%/CORE/utfebcdic.h -%%ARCH_LIB%%/CORE/util.h -%%ARCH_LIB%%/CORE/uudmap.h -%%ARCH_LIB%%/CORE/vutil.h -%%ARCH_LIB%%/CORE/warnings.h -%%ARCH_LIB%%/Compress/Raw/Bzip2.pm -%%ARCH_LIB%%/Compress/Raw/Zlib.pm -%%ARCH_LIB%%/Config.pm -%%ARCH_LIB%%/Config.pod -%%ARCH_LIB%%/Config_git.pl -%%ARCH_LIB%%/Config_heavy.pl -%%ARCH_LIB%%/Cwd.pm -%%ARCH_LIB%%/DB_File.pm -%%ARCH_LIB%%/Data/Dumper.pm -%%ARCH_LIB%%/Devel/PPPort.pm -%%ARCH_LIB%%/Devel/Peek.pm -%%ARCH_LIB%%/Digest/MD5.pm -%%ARCH_LIB%%/Digest/SHA.pm -%%ARCH_LIB%%/DynaLoader.pm -%%ARCH_LIB%%/Encode.pm -%%ARCH_LIB%%/Encode/Alias.pm -%%ARCH_LIB%%/Encode/Byte.pm -%%ARCH_LIB%%/Encode/CJKConstants.pm -%%ARCH_LIB%%/Encode/CN.pm -%%ARCH_LIB%%/Encode/CN/HZ.pm -%%ARCH_LIB%%/Encode/Config.pm -%%ARCH_LIB%%/Encode/EBCDIC.pm -%%ARCH_LIB%%/Encode/Encoder.pm -%%ARCH_LIB%%/Encode/Encoding.pm -%%ARCH_LIB%%/Encode/GSM0338.pm -%%ARCH_LIB%%/Encode/Guess.pm -%%ARCH_LIB%%/Encode/JP.pm -%%ARCH_LIB%%/Encode/JP/H2Z.pm -%%ARCH_LIB%%/Encode/JP/JIS7.pm -%%ARCH_LIB%%/Encode/KR.pm -%%ARCH_LIB%%/Encode/KR/2022_KR.pm -%%ARCH_LIB%%/Encode/MIME/Header.pm -%%ARCH_LIB%%/Encode/MIME/Header/ISO_2022_JP.pm -%%ARCH_LIB%%/Encode/MIME/Name.pm -%%ARCH_LIB%%/Encode/Symbol.pm -%%ARCH_LIB%%/Encode/TW.pm -%%ARCH_LIB%%/Encode/Unicode.pm -%%ARCH_LIB%%/Encode/Unicode/UTF7.pm -%%ARCH_LIB%%/Errno.pm -%%ARCH_LIB%%/Fcntl.pm -%%ARCH_LIB%%/File/DosGlob.pm -%%ARCH_LIB%%/File/Glob.pm -%%ARCH_LIB%%/File/Spec.pm -%%ARCH_LIB%%/File/Spec/AmigaOS.pm -%%ARCH_LIB%%/File/Spec/Cygwin.pm -%%ARCH_LIB%%/File/Spec/Epoc.pm -%%ARCH_LIB%%/File/Spec/Functions.pm -%%ARCH_LIB%%/File/Spec/Mac.pm -%%ARCH_LIB%%/File/Spec/OS2.pm -%%ARCH_LIB%%/File/Spec/Unix.pm -%%ARCH_LIB%%/File/Spec/VMS.pm -%%ARCH_LIB%%/File/Spec/Win32.pm -%%ARCH_LIB%%/Filter/Util/Call.pm -%%GDBM%%%%ARCH_LIB%%/GDBM_File.pm -%%ARCH_LIB%%/Hash/Util.pm -%%ARCH_LIB%%/Hash/Util/FieldHash.pm -%%ARCH_LIB%%/I18N/Langinfo.pm -%%ARCH_LIB%%/IO.pm -%%ARCH_LIB%%/IO/Dir.pm -%%ARCH_LIB%%/IO/File.pm -%%ARCH_LIB%%/IO/Handle.pm -%%ARCH_LIB%%/IO/Pipe.pm -%%ARCH_LIB%%/IO/Poll.pm -%%ARCH_LIB%%/IO/Seekable.pm -%%ARCH_LIB%%/IO/Select.pm -%%ARCH_LIB%%/IO/Socket.pm -%%ARCH_LIB%%/IO/Socket/INET.pm -%%ARCH_LIB%%/IO/Socket/UNIX.pm -%%ARCH_LIB%%/IPC/Msg.pm -%%ARCH_LIB%%/IPC/Semaphore.pm -%%ARCH_LIB%%/IPC/SharedMem.pm -%%ARCH_LIB%%/IPC/SysV.pm -%%ARCH_LIB%%/List/Util.pm -%%ARCH_LIB%%/List/Util/XS.pm -%%ARCH_LIB%%/MIME/Base64.pm -%%ARCH_LIB%%/MIME/QuotedPrint.pm -%%ARCH_LIB%%/Math/BigInt/FastCalc.pm -%%ARCH_LIB%%/NDBM_File.pm -%%ARCH_LIB%%/O.pm -%%ARCH_LIB%%/Opcode.pm -%%ARCH_LIB%%/POSIX.pm -%%ARCH_LIB%%/POSIX.pod -%%ARCH_LIB%%/PerlIO/encoding.pm -%%ARCH_LIB%%/PerlIO/mmap.pm -%%ARCH_LIB%%/PerlIO/scalar.pm -%%ARCH_LIB%%/PerlIO/via.pm -%%ARCH_LIB%%/SDBM_File.pm -%%ARCH_LIB%%/Scalar/Util.pm -%%ARCH_LIB%%/Socket.pm -%%ARCH_LIB%%/Storable.pm -%%ARCH_LIB%%/Sub/Util.pm -%%ARCH_LIB%%/Sys/Hostname.pm -%%ARCH_LIB%%/Sys/Syslog.pm -%%ARCH_LIB%%/Tie/Hash/NamedCapture.pm -%%ARCH_LIB%%/Time/HiRes.pm -%%ARCH_LIB%%/Time/Piece.pm -%%ARCH_LIB%%/Time/Seconds.pm -%%ARCH_LIB%%/Unicode/Collate.pm -%%ARCH_LIB%%/Unicode/Collate/Locale.pm -%%ARCH_LIB%%/Unicode/Normalize.pm -%%ARCH_LIB%%/arybase.pm -%%ARCH_LIB%%/attributes.pm -%%ARCH_LIB%%/auto/B/B.so -%%ARCH_LIB%%/auto/Compress/Raw/Bzip2/Bzip2.so -%%ARCH_LIB%%/auto/Compress/Raw/Zlib/Zlib.so -%%ARCH_LIB%%/auto/Cwd/Cwd.so -%%ARCH_LIB%%/auto/DB_File/DB_File.so -%%ARCH_LIB%%/auto/Data/Dumper/Dumper.so -%%ARCH_LIB%%/auto/Devel/Peek/Peek.so -%%ARCH_LIB%%/auto/Digest/MD5/MD5.so -%%ARCH_LIB%%/auto/Digest/SHA/SHA.so -%%ARCH_LIB%%/auto/Encode/Byte/Byte.so -%%ARCH_LIB%%/auto/Encode/CN/CN.so -%%ARCH_LIB%%/auto/Encode/EBCDIC/EBCDIC.so -%%ARCH_LIB%%/auto/Encode/Encode.so -%%ARCH_LIB%%/auto/Encode/JP/JP.so -%%ARCH_LIB%%/auto/Encode/KR/KR.so -%%ARCH_LIB%%/auto/Encode/Symbol/Symbol.so -%%ARCH_LIB%%/auto/Encode/TW/TW.so -%%ARCH_LIB%%/auto/Encode/Unicode/Unicode.so -%%ARCH_LIB%%/auto/Fcntl/Fcntl.so -%%ARCH_LIB%%/auto/File/DosGlob/DosGlob.so -%%ARCH_LIB%%/auto/File/Glob/Glob.so -%%ARCH_LIB%%/auto/Filter/Util/Call/Call.so -%%GDBM%%%%ARCH_LIB%%/auto/GDBM_File/GDBM_File.so -%%ARCH_LIB%%/auto/Hash/Util/FieldHash/FieldHash.so -%%ARCH_LIB%%/auto/Hash/Util/Util.so -%%ARCH_LIB%%/auto/I18N/Langinfo/Langinfo.so -%%ARCH_LIB%%/auto/IO/IO.so -%%ARCH_LIB%%/auto/IPC/SysV/SysV.so -%%ARCH_LIB%%/auto/List/Util/Util.so -%%ARCH_LIB%%/auto/MIME/Base64/Base64.so -%%ARCH_LIB%%/auto/Math/BigInt/FastCalc/FastCalc.so -%%ARCH_LIB%%/auto/NDBM_File/NDBM_File.so -%%ARCH_LIB%%/auto/Opcode/Opcode.so -%%ARCH_LIB%%/auto/POSIX/POSIX.so -%%ARCH_LIB%%/auto/PerlIO/encoding/encoding.so -%%ARCH_LIB%%/auto/PerlIO/mmap/mmap.so -%%ARCH_LIB%%/auto/PerlIO/scalar/scalar.so -%%ARCH_LIB%%/auto/PerlIO/via/via.so -%%ARCH_LIB%%/auto/SDBM_File/SDBM_File.so -%%ARCH_LIB%%/auto/Socket/Socket.so -%%ARCH_LIB%%/auto/Storable/Storable.so -%%ARCH_LIB%%/auto/Sys/Hostname/Hostname.so -%%ARCH_LIB%%/auto/Sys/Syslog/Syslog.so -%%ARCH_LIB%%/auto/Tie/Hash/NamedCapture/NamedCapture.so -%%ARCH_LIB%%/auto/Time/HiRes/HiRes.so -%%ARCH_LIB%%/auto/Time/Piece/Piece.so -%%ARCH_LIB%%/auto/Unicode/Collate/Collate.so -%%ARCH_LIB%%/auto/Unicode/Normalize/Normalize.so -%%ARCH_LIB%%/auto/arybase/arybase.so -%%ARCH_LIB%%/auto/attributes/attributes.so -%%ARCH_LIB%%/auto/mro/mro.so -%%ARCH_LIB%%/auto/re/re.so -%%ARCH_LIB%%/auto/threads/shared/shared.so -%%ARCH_LIB%%/auto/threads/threads.so -%%ARCH_LIB%%/encoding.pm -%%ARCH_LIB%%/lib.pm -%%ARCH_LIB%%/mro.pm -%%ARCH_LIB%%/ops.pm -%%ARCH_LIB%%/re.pm -%%ARCH_LIB%%/threads.pm -%%ARCH_LIB%%/threads/shared.pm -%%PRIV_LIB%%/meta_notation.pm -%%PRIV_LIB%%/ok.pm -%%PRIV_LIB%%/open.pm -%%PRIV_LIB%%/overload.pm -%%PRIV_LIB%%/overload/numbers.pm -%%PRIV_LIB%%/overloading.pm -%%PRIV_LIB%%/parent.pm -%%MAN3%%/AnyDBM_File.3.gz -%%MAN3%%/App::Cpan.3.gz -%%MAN3%%/App::Prove.3.gz -%%MAN3%%/App::Prove::State.3.gz -%%MAN3%%/App::Prove::State::Result.3.gz -%%MAN3%%/App::Prove::State::Result::Test.3.gz -%%MAN3%%/Archive::Tar.3.gz -%%MAN3%%/Archive::Tar::File.3.gz -%%MAN3%%/Attribute::Handlers.3.gz -%%MAN3%%/AutoLoader.3.gz -%%MAN3%%/AutoSplit.3.gz -%%MAN3%%/B.3.gz -%%MAN3%%/B::Concise.3.gz -%%MAN3%%/B::Debug.3.gz -%%MAN3%%/B::Deparse.3.gz -%%MAN3%%/B::Op_private.3.gz -%%MAN3%%/B::Showlex.3.gz -%%MAN3%%/B::Terse.3.gz -%%MAN3%%/B::Xref.3.gz -%%MAN3%%/Benchmark.3.gz -%%MAN3%%/CORE.3.gz -%%MAN3%%/CPAN.3.gz -%%MAN3%%/CPAN::API::HOWTO.3.gz -%%MAN3%%/CPAN::Debug.3.gz -%%MAN3%%/CPAN::Distroprefs.3.gz -%%MAN3%%/CPAN::FirstTime.3.gz -%%MAN3%%/CPAN::HandleConfig.3.gz -%%MAN3%%/CPAN::Kwalify.3.gz -%%MAN3%%/CPAN::Meta.3.gz -%%MAN3%%/CPAN::Meta::Converter.3.gz -%%MAN3%%/CPAN::Meta::Feature.3.gz -%%MAN3%%/CPAN::Meta::History.3.gz -%%MAN3%%/CPAN::Meta::History::Meta_1_0.3.gz -%%MAN3%%/CPAN::Meta::History::Meta_1_1.3.gz -%%MAN3%%/CPAN::Meta::History::Meta_1_2.3.gz -%%MAN3%%/CPAN::Meta::History::Meta_1_3.3.gz -%%MAN3%%/CPAN::Meta::History::Meta_1_4.3.gz -%%MAN3%%/CPAN::Meta::Merge.3.gz -%%MAN3%%/CPAN::Meta::Prereqs.3.gz -%%MAN3%%/CPAN::Meta::Requirements.3.gz -%%MAN3%%/CPAN::Meta::Spec.3.gz -%%MAN3%%/CPAN::Meta::Validator.3.gz -%%MAN3%%/CPAN::Meta::YAML.3.gz -%%MAN3%%/CPAN::Mirrors.3.gz -%%MAN3%%/CPAN::Nox.3.gz -%%MAN3%%/CPAN::Plugin.3.gz -%%MAN3%%/CPAN::Plugin::Specfile.3.gz -%%MAN3%%/CPAN::Queue.3.gz -%%MAN3%%/CPAN::Tarzip.3.gz -%%MAN3%%/CPAN::Version.3.gz -%%MAN3%%/Carp.3.gz -%%MAN3%%/Class::Struct.3.gz -%%MAN3%%/Compress::Raw::Bzip2.3.gz -%%MAN3%%/Compress::Raw::Zlib.3.gz -%%MAN3%%/Compress::Zlib.3.gz -%%MAN3%%/Config.3.gz -%%MAN3%%/Config::Extensions.3.gz -%%MAN3%%/Config::Perl::V.3.gz -%%MAN3%%/Cwd.3.gz -%%MAN3%%/DB.3.gz -%%MAN3%%/DBM_Filter.3.gz -%%MAN3%%/DBM_Filter::compress.3.gz -%%MAN3%%/DBM_Filter::encode.3.gz -%%MAN3%%/DBM_Filter::int32.3.gz -%%MAN3%%/DBM_Filter::null.3.gz -%%MAN3%%/DBM_Filter::utf8.3.gz -%%MAN3%%/DB_File.3.gz -%%MAN3%%/Data::Dumper.3.gz -%%MAN3%%/Devel::PPPort.3.gz -%%MAN3%%/Devel::Peek.3.gz -%%MAN3%%/Devel::SelfStubber.3.gz -%%MAN3%%/Digest.3.gz -%%MAN3%%/Digest::MD5.3.gz -%%MAN3%%/Digest::SHA.3.gz -%%MAN3%%/Digest::base.3.gz -%%MAN3%%/Digest::file.3.gz -%%MAN3%%/DirHandle.3.gz -%%MAN3%%/Dumpvalue.3.gz -%%MAN3%%/DynaLoader.3.gz -%%MAN3%%/Encode.3.gz -%%MAN3%%/Encode::Alias.3.gz -%%MAN3%%/Encode::Byte.3.gz -%%MAN3%%/Encode::CJKConstants.3.gz -%%MAN3%%/Encode::CN.3.gz -%%MAN3%%/Encode::CN::HZ.3.gz -%%MAN3%%/Encode::Config.3.gz -%%MAN3%%/Encode::EBCDIC.3.gz -%%MAN3%%/Encode::Encoder.3.gz -%%MAN3%%/Encode::Encoding.3.gz -%%MAN3%%/Encode::GSM0338.3.gz -%%MAN3%%/Encode::Guess.3.gz -%%MAN3%%/Encode::JP.3.gz -%%MAN3%%/Encode::JP::H2Z.3.gz -%%MAN3%%/Encode::JP::JIS7.3.gz -%%MAN3%%/Encode::KR.3.gz -%%MAN3%%/Encode::KR::2022_KR.3.gz -%%MAN3%%/Encode::MIME::Header.3.gz -%%MAN3%%/Encode::MIME::Name.3.gz -%%MAN3%%/Encode::PerlIO.3.gz -%%MAN3%%/Encode::Supported.3.gz -%%MAN3%%/Encode::Symbol.3.gz -%%MAN3%%/Encode::TW.3.gz -%%MAN3%%/Encode::Unicode.3.gz -%%MAN3%%/Encode::Unicode::UTF7.3.gz -%%MAN3%%/English.3.gz -%%MAN3%%/Env.3.gz -%%MAN3%%/Errno.3.gz -%%MAN3%%/Exporter.3.gz -%%MAN3%%/Exporter::Heavy.3.gz -%%MAN3%%/ExtUtils::CBuilder.3.gz -%%MAN3%%/ExtUtils::CBuilder::Platform::Windows.3.gz -%%MAN3%%/ExtUtils::Command.3.gz -%%MAN3%%/ExtUtils::Command::MM.3.gz -%%MAN3%%/ExtUtils::Constant.3.gz -%%MAN3%%/ExtUtils::Constant::Base.3.gz -%%MAN3%%/ExtUtils::Constant::Utils.3.gz -%%MAN3%%/ExtUtils::Constant::XS.3.gz -%%MAN3%%/ExtUtils::Embed.3.gz -%%MAN3%%/ExtUtils::Install.3.gz -%%MAN3%%/ExtUtils::Installed.3.gz -%%MAN3%%/ExtUtils::Liblist.3.gz -%%MAN3%%/ExtUtils::MM.3.gz -%%MAN3%%/ExtUtils::MM_AIX.3.gz -%%MAN3%%/ExtUtils::MM_Any.3.gz -%%MAN3%%/ExtUtils::MM_BeOS.3.gz -%%MAN3%%/ExtUtils::MM_Cygwin.3.gz -%%MAN3%%/ExtUtils::MM_DOS.3.gz -%%MAN3%%/ExtUtils::MM_Darwin.3.gz -%%MAN3%%/ExtUtils::MM_MacOS.3.gz -%%MAN3%%/ExtUtils::MM_NW5.3.gz -%%MAN3%%/ExtUtils::MM_OS2.3.gz -%%MAN3%%/ExtUtils::MM_QNX.3.gz -%%MAN3%%/ExtUtils::MM_UWIN.3.gz -%%MAN3%%/ExtUtils::MM_Unix.3.gz -%%MAN3%%/ExtUtils::MM_VMS.3.gz -%%MAN3%%/ExtUtils::MM_VOS.3.gz -%%MAN3%%/ExtUtils::MM_Win32.3.gz -%%MAN3%%/ExtUtils::MM_Win95.3.gz -%%MAN3%%/ExtUtils::MY.3.gz -%%MAN3%%/ExtUtils::MakeMaker.3.gz -%%MAN3%%/ExtUtils::MakeMaker::Config.3.gz -%%MAN3%%/ExtUtils::MakeMaker::FAQ.3.gz -%%MAN3%%/ExtUtils::MakeMaker::Locale.3.gz -%%MAN3%%/ExtUtils::MakeMaker::Tutorial.3.gz -%%MAN3%%/ExtUtils::Manifest.3.gz -%%MAN3%%/ExtUtils::Miniperl.3.gz -%%MAN3%%/ExtUtils::Mkbootstrap.3.gz -%%MAN3%%/ExtUtils::Mksymlists.3.gz -%%MAN3%%/ExtUtils::Packlist.3.gz -%%MAN3%%/ExtUtils::ParseXS.3.gz -%%MAN3%%/ExtUtils::ParseXS::Constants.3.gz -%%MAN3%%/ExtUtils::ParseXS::Eval.3.gz -%%MAN3%%/ExtUtils::ParseXS::Utilities.3.gz -%%MAN3%%/ExtUtils::Typemaps.3.gz -%%MAN3%%/ExtUtils::Typemaps::Cmd.3.gz -%%MAN3%%/ExtUtils::Typemaps::InputMap.3.gz -%%MAN3%%/ExtUtils::Typemaps::OutputMap.3.gz -%%MAN3%%/ExtUtils::Typemaps::Type.3.gz -%%MAN3%%/ExtUtils::XSSymSet.3.gz -%%MAN3%%/ExtUtils::testlib.3.gz -%%MAN3%%/Fatal.3.gz -%%MAN3%%/Fcntl.3.gz -%%MAN3%%/File::Basename.3.gz -%%MAN3%%/File::Compare.3.gz -%%MAN3%%/File::Copy.3.gz -%%MAN3%%/File::DosGlob.3.gz -%%MAN3%%/File::Fetch.3.gz -%%MAN3%%/File::Find.3.gz -%%MAN3%%/File::Glob.3.gz -%%MAN3%%/File::GlobMapper.3.gz -%%MAN3%%/File::Path.3.gz -%%MAN3%%/File::Spec.3.gz -%%MAN3%%/File::Spec::AmigaOS.3.gz -%%MAN3%%/File::Spec::Cygwin.3.gz -%%MAN3%%/File::Spec::Epoc.3.gz -%%MAN3%%/File::Spec::Functions.3.gz -%%MAN3%%/File::Spec::Mac.3.gz -%%MAN3%%/File::Spec::OS2.3.gz -%%MAN3%%/File::Spec::Unix.3.gz -%%MAN3%%/File::Spec::VMS.3.gz -%%MAN3%%/File::Spec::Win32.3.gz -%%MAN3%%/File::Temp.3.gz -%%MAN3%%/File::stat.3.gz -%%MAN3%%/FileCache.3.gz -%%MAN3%%/FileHandle.3.gz -%%MAN3%%/Filter::Simple.3.gz -%%MAN3%%/Filter::Util::Call.3.gz -%%MAN3%%/FindBin.3.gz -%%GDBM%%%%MAN3%%/GDBM_File.3.gz -%%MAN3%%/Getopt::Long.3.gz -%%MAN3%%/Getopt::Std.3.gz -%%MAN3%%/HTTP::Tiny.3.gz -%%MAN3%%/Hash::Util.3.gz -%%MAN3%%/Hash::Util::FieldHash.3.gz -%%MAN3%%/I18N::Collate.3.gz -%%MAN3%%/I18N::LangTags.3.gz -%%MAN3%%/I18N::LangTags::Detect.3.gz -%%MAN3%%/I18N::LangTags::List.3.gz -%%MAN3%%/I18N::Langinfo.3.gz -%%MAN3%%/IO.3.gz -%%MAN3%%/IO::Compress::Base.3.gz -%%MAN3%%/IO::Compress::Bzip2.3.gz -%%MAN3%%/IO::Compress::Deflate.3.gz -%%MAN3%%/IO::Compress::FAQ.3.gz -%%MAN3%%/IO::Compress::Gzip.3.gz -%%MAN3%%/IO::Compress::RawDeflate.3.gz -%%MAN3%%/IO::Compress::Zip.3.gz -%%MAN3%%/IO::Dir.3.gz -%%MAN3%%/IO::File.3.gz -%%MAN3%%/IO::Handle.3.gz -%%MAN3%%/IO::Pipe.3.gz -%%MAN3%%/IO::Poll.3.gz -%%MAN3%%/IO::Seekable.3.gz -%%MAN3%%/IO::Select.3.gz -%%MAN3%%/IO::Socket.3.gz -%%MAN3%%/IO::Socket::INET.3.gz -%%MAN3%%/IO::Socket::IP.3.gz -%%MAN3%%/IO::Socket::UNIX.3.gz -%%MAN3%%/IO::Uncompress::AnyInflate.3.gz -%%MAN3%%/IO::Uncompress::AnyUncompress.3.gz -%%MAN3%%/IO::Uncompress::Base.3.gz -%%MAN3%%/IO::Uncompress::Bunzip2.3.gz -%%MAN3%%/IO::Uncompress::Gunzip.3.gz -%%MAN3%%/IO::Uncompress::Inflate.3.gz -%%MAN3%%/IO::Uncompress::RawInflate.3.gz -%%MAN3%%/IO::Uncompress::Unzip.3.gz -%%MAN3%%/IO::Zlib.3.gz -%%MAN3%%/IPC::Cmd.3.gz -%%MAN3%%/IPC::Msg.3.gz -%%MAN3%%/IPC::Open2.3.gz -%%MAN3%%/IPC::Open3.3.gz -%%MAN3%%/IPC::Semaphore.3.gz -%%MAN3%%/IPC::SharedMem.3.gz -%%MAN3%%/IPC::SysV.3.gz -%%MAN3%%/JSON::PP.3.gz -%%MAN3%%/JSON::PP::Boolean.3.gz -%%MAN3%%/List::Util.3.gz -%%MAN3%%/List::Util::XS.3.gz -%%MAN3%%/Locale::Codes.3.gz -%%MAN3%%/Locale::Codes::API.3.gz -%%MAN3%%/Locale::Codes::Changes.3.gz -%%MAN3%%/Locale::Codes::Country.3.gz -%%MAN3%%/Locale::Codes::Currency.3.gz -%%MAN3%%/Locale::Codes::LangExt.3.gz -%%MAN3%%/Locale::Codes::LangFam.3.gz -%%MAN3%%/Locale::Codes::LangVar.3.gz -%%MAN3%%/Locale::Codes::Language.3.gz -%%MAN3%%/Locale::Codes::Script.3.gz -%%MAN3%%/Locale::Country.3.gz -%%MAN3%%/Locale::Currency.3.gz -%%MAN3%%/Locale::Language.3.gz -%%MAN3%%/Locale::Maketext.3.gz -%%MAN3%%/Locale::Maketext::Cookbook.3.gz -%%MAN3%%/Locale::Maketext::Guts.3.gz -%%MAN3%%/Locale::Maketext::GutsLoader.3.gz -%%MAN3%%/Locale::Maketext::Simple.3.gz -%%MAN3%%/Locale::Maketext::TPJ13.3.gz -%%MAN3%%/Locale::Script.3.gz -%%MAN3%%/MIME::Base64.3.gz -%%MAN3%%/MIME::QuotedPrint.3.gz -%%MAN3%%/Math::BigFloat.3.gz -%%MAN3%%/Math::BigInt.3.gz -%%MAN3%%/Math::BigInt::Calc.3.gz -%%MAN3%%/Math::BigInt::CalcEmu.3.gz -%%MAN3%%/Math::BigInt::FastCalc.3.gz -%%MAN3%%/Math::BigRat.3.gz -%%MAN3%%/Math::Complex.3.gz -%%MAN3%%/Math::Trig.3.gz -%%MAN3%%/Memoize.3.gz -%%MAN3%%/Memoize::AnyDBM_File.3.gz -%%MAN3%%/Memoize::Expire.3.gz -%%MAN3%%/Memoize::ExpireFile.3.gz -%%MAN3%%/Memoize::ExpireTest.3.gz -%%MAN3%%/Memoize::NDBM_File.3.gz -%%MAN3%%/Memoize::SDBM_File.3.gz -%%MAN3%%/Memoize::Storable.3.gz -%%MAN3%%/Module::CoreList.3.gz -%%MAN3%%/Module::CoreList::Utils.3.gz -%%MAN3%%/Module::Load.3.gz -%%MAN3%%/Module::Load::Conditional.3.gz -%%MAN3%%/Module::Loaded.3.gz -%%MAN3%%/Module::Metadata.3.gz -%%MAN3%%/NDBM_File.3.gz -%%MAN3%%/NEXT.3.gz -%%MAN3%%/Net::Cmd.3.gz -%%MAN3%%/Net::Config.3.gz -%%MAN3%%/Net::Domain.3.gz -%%MAN3%%/Net::FTP.3.gz -%%MAN3%%/Net::NNTP.3.gz -%%MAN3%%/Net::Netrc.3.gz -%%MAN3%%/Net::POP3.3.gz -%%MAN3%%/Net::Ping.3.gz -%%MAN3%%/Net::SMTP.3.gz -%%MAN3%%/Net::Time.3.gz -%%MAN3%%/Net::hostent.3.gz -%%MAN3%%/Net::libnetFAQ.3.gz -%%MAN3%%/Net::netent.3.gz -%%MAN3%%/Net::protoent.3.gz -%%MAN3%%/Net::servent.3.gz -%%MAN3%%/O.3.gz -%%MAN3%%/Opcode.3.gz -%%MAN3%%/POSIX.3.gz -%%MAN3%%/Params::Check.3.gz -%%MAN3%%/Parse::CPAN::Meta.3.gz -%%MAN3%%/Perl::OSType.3.gz -%%MAN3%%/PerlIO.3.gz -%%MAN3%%/PerlIO::encoding.3.gz -%%MAN3%%/PerlIO::mmap.3.gz -%%MAN3%%/PerlIO::scalar.3.gz -%%MAN3%%/PerlIO::via.3.gz -%%MAN3%%/PerlIO::via::QuotedPrint.3.gz -%%MAN3%%/Pod::Checker.3.gz -%%MAN3%%/Pod::Escapes.3.gz -%%MAN3%%/Pod::Find.3.gz -%%MAN3%%/Pod::Html.3.gz -%%MAN3%%/Pod::InputObjects.3.gz -%%MAN3%%/Pod::Man.3.gz -%%MAN3%%/Pod::ParseLink.3.gz -%%MAN3%%/Pod::ParseUtils.3.gz -%%MAN3%%/Pod::Parser.3.gz -%%MAN3%%/Pod::Perldoc.3.gz -%%MAN3%%/Pod::Perldoc::BaseTo.3.gz -%%MAN3%%/Pod::Perldoc::GetOptsOO.3.gz -%%MAN3%%/Pod::Perldoc::ToANSI.3.gz -%%MAN3%%/Pod::Perldoc::ToChecker.3.gz -%%MAN3%%/Pod::Perldoc::ToMan.3.gz -%%MAN3%%/Pod::Perldoc::ToNroff.3.gz -%%MAN3%%/Pod::Perldoc::ToPod.3.gz -%%MAN3%%/Pod::Perldoc::ToRtf.3.gz -%%MAN3%%/Pod::Perldoc::ToTerm.3.gz -%%MAN3%%/Pod::Perldoc::ToText.3.gz -%%MAN3%%/Pod::Perldoc::ToTk.3.gz -%%MAN3%%/Pod::Perldoc::ToXml.3.gz -%%MAN3%%/Pod::PlainText.3.gz -%%MAN3%%/Pod::Select.3.gz -%%MAN3%%/Pod::Simple.3.gz -%%MAN3%%/Pod::Simple::Checker.3.gz -%%MAN3%%/Pod::Simple::Debug.3.gz -%%MAN3%%/Pod::Simple::DumpAsText.3.gz -%%MAN3%%/Pod::Simple::DumpAsXML.3.gz -%%MAN3%%/Pod::Simple::HTML.3.gz -%%MAN3%%/Pod::Simple::HTMLBatch.3.gz -%%MAN3%%/Pod::Simple::LinkSection.3.gz -%%MAN3%%/Pod::Simple::Methody.3.gz -%%MAN3%%/Pod::Simple::PullParser.3.gz -%%MAN3%%/Pod::Simple::PullParserEndToken.3.gz -%%MAN3%%/Pod::Simple::PullParserStartToken.3.gz -%%MAN3%%/Pod::Simple::PullParserTextToken.3.gz -%%MAN3%%/Pod::Simple::PullParserToken.3.gz -%%MAN3%%/Pod::Simple::RTF.3.gz -%%MAN3%%/Pod::Simple::Search.3.gz -%%MAN3%%/Pod::Simple::SimpleTree.3.gz -%%MAN3%%/Pod::Simple::Subclassing.3.gz -%%MAN3%%/Pod::Simple::Text.3.gz -%%MAN3%%/Pod::Simple::TextContent.3.gz -%%MAN3%%/Pod::Simple::XHTML.3.gz -%%MAN3%%/Pod::Simple::XMLOutStream.3.gz -%%MAN3%%/Pod::Text.3.gz -%%MAN3%%/Pod::Text::Color.3.gz -%%MAN3%%/Pod::Text::Overstrike.3.gz -%%MAN3%%/Pod::Text::Termcap.3.gz -%%MAN3%%/Pod::Usage.3.gz -%%MAN3%%/SDBM_File.3.gz -%%MAN3%%/Safe.3.gz -%%MAN3%%/Scalar::Util.3.gz -%%MAN3%%/Search::Dict.3.gz -%%MAN3%%/SelectSaver.3.gz -%%MAN3%%/SelfLoader.3.gz -%%MAN3%%/Socket.3.gz -%%MAN3%%/Storable.3.gz -%%MAN3%%/Sub::Util.3.gz -%%MAN3%%/Symbol.3.gz -%%MAN3%%/Sys::Hostname.3.gz -%%MAN3%%/Sys::Syslog.3.gz -%%MAN3%%/TAP::Base.3.gz -%%MAN3%%/TAP::Formatter::Base.3.gz -%%MAN3%%/TAP::Formatter::Color.3.gz -%%MAN3%%/TAP::Formatter::Console.3.gz -%%MAN3%%/TAP::Formatter::Console::ParallelSession.3.gz -%%MAN3%%/TAP::Formatter::Console::Session.3.gz -%%MAN3%%/TAP::Formatter::File.3.gz -%%MAN3%%/TAP::Formatter::File::Session.3.gz -%%MAN3%%/TAP::Formatter::Session.3.gz -%%MAN3%%/TAP::Harness.3.gz -%%MAN3%%/TAP::Harness::Beyond.3.gz -%%MAN3%%/TAP::Harness::Env.3.gz -%%MAN3%%/TAP::Object.3.gz -%%MAN3%%/TAP::Parser.3.gz -%%MAN3%%/TAP::Parser::Aggregator.3.gz -%%MAN3%%/TAP::Parser::Grammar.3.gz -%%MAN3%%/TAP::Parser::Iterator.3.gz -%%MAN3%%/TAP::Parser::Iterator::Array.3.gz -%%MAN3%%/TAP::Parser::Iterator::Process.3.gz -%%MAN3%%/TAP::Parser::Iterator::Stream.3.gz -%%MAN3%%/TAP::Parser::IteratorFactory.3.gz -%%MAN3%%/TAP::Parser::Multiplexer.3.gz -%%MAN3%%/TAP::Parser::Result.3.gz -%%MAN3%%/TAP::Parser::Result::Bailout.3.gz -%%MAN3%%/TAP::Parser::Result::Comment.3.gz -%%MAN3%%/TAP::Parser::Result::Plan.3.gz -%%MAN3%%/TAP::Parser::Result::Pragma.3.gz -%%MAN3%%/TAP::Parser::Result::Test.3.gz -%%MAN3%%/TAP::Parser::Result::Unknown.3.gz -%%MAN3%%/TAP::Parser::Result::Version.3.gz -%%MAN3%%/TAP::Parser::Result::YAML.3.gz -%%MAN3%%/TAP::Parser::ResultFactory.3.gz -%%MAN3%%/TAP::Parser::Scheduler.3.gz -%%MAN3%%/TAP::Parser::Scheduler::Job.3.gz -%%MAN3%%/TAP::Parser::Scheduler::Spinner.3.gz -%%MAN3%%/TAP::Parser::Source.3.gz -%%MAN3%%/TAP::Parser::SourceHandler.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Executable.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::File.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Handle.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::Perl.3.gz -%%MAN3%%/TAP::Parser::SourceHandler::RawTAP.3.gz -%%MAN3%%/TAP::Parser::YAMLish::Reader.3.gz -%%MAN3%%/TAP::Parser::YAMLish::Writer.3.gz -%%MAN3%%/Term::ANSIColor.3.gz -%%MAN3%%/Term::Cap.3.gz -%%MAN3%%/Term::Complete.3.gz -%%MAN3%%/Term::ReadLine.3.gz -%%MAN3%%/Test.3.gz -%%MAN3%%/Test::Builder.3.gz -%%MAN3%%/Test::Builder::IO::Scalar.3.gz -%%MAN3%%/Test::Builder::Module.3.gz -%%MAN3%%/Test::Builder::Tester.3.gz -%%MAN3%%/Test::Builder::Tester::Color.3.gz -%%MAN3%%/Test::Harness.3.gz -%%MAN3%%/Test::More.3.gz -%%MAN3%%/Test::Simple.3.gz -%%MAN3%%/Test::Tester.3.gz -%%MAN3%%/Test::Tester::Capture.3.gz -%%MAN3%%/Test::Tester::CaptureRunner.3.gz -%%MAN3%%/Test::Tutorial.3.gz -%%MAN3%%/Test::use::ok.3.gz -%%MAN3%%/Text::Abbrev.3.gz -%%MAN3%%/Text::Balanced.3.gz -%%MAN3%%/Text::ParseWords.3.gz -%%MAN3%%/Text::Tabs.3.gz -%%MAN3%%/Text::Wrap.3.gz -%%MAN3%%/Thread.3.gz -%%MAN3%%/Thread::Queue.3.gz -%%MAN3%%/Thread::Semaphore.3.gz -%%MAN3%%/Tie::Array.3.gz -%%MAN3%%/Tie::File.3.gz -%%MAN3%%/Tie::Handle.3.gz -%%MAN3%%/Tie::Hash.3.gz -%%MAN3%%/Tie::Hash::NamedCapture.3.gz -%%MAN3%%/Tie::Memoize.3.gz -%%MAN3%%/Tie::RefHash.3.gz -%%MAN3%%/Tie::Scalar.3.gz -%%MAN3%%/Tie::StdHandle.3.gz -%%MAN3%%/Tie::SubstrHash.3.gz -%%MAN3%%/Time::HiRes.3.gz -%%MAN3%%/Time::Local.3.gz -%%MAN3%%/Time::Piece.3.gz -%%MAN3%%/Time::Seconds.3.gz -%%MAN3%%/Time::gmtime.3.gz -%%MAN3%%/Time::localtime.3.gz -%%MAN3%%/Time::tm.3.gz -%%MAN3%%/UNIVERSAL.3.gz -%%MAN3%%/Unicode::Collate.3.gz -%%MAN3%%/Unicode::Collate::CJK::Big5.3.gz -%%MAN3%%/Unicode::Collate::CJK::GB2312.3.gz -%%MAN3%%/Unicode::Collate::CJK::JISX0208.3.gz -%%MAN3%%/Unicode::Collate::CJK::Korean.3.gz -%%MAN3%%/Unicode::Collate::CJK::Pinyin.3.gz -%%MAN3%%/Unicode::Collate::CJK::Stroke.3.gz -%%MAN3%%/Unicode::Collate::CJK::Zhuyin.3.gz -%%MAN3%%/Unicode::Collate::Locale.3.gz -%%MAN3%%/Unicode::Normalize.3.gz -%%MAN3%%/Unicode::UCD.3.gz -%%MAN3%%/User::grent.3.gz -%%MAN3%%/User::pwent.3.gz -%%MAN3%%/XSLoader.3.gz -%%MAN3%%/arybase.3.gz -%%MAN3%%/attributes.3.gz -%%MAN3%%/autodie.3.gz -%%MAN3%%/autodie::Scope::Guard.3.gz -%%MAN3%%/autodie::Scope::GuardStack.3.gz -%%MAN3%%/autodie::Util.3.gz -%%MAN3%%/autodie::exception.3.gz -%%MAN3%%/autodie::exception::system.3.gz -%%MAN3%%/autodie::hints.3.gz -%%MAN3%%/autodie::skip.3.gz -%%MAN3%%/autouse.3.gz -%%MAN3%%/base.3.gz -%%MAN3%%/bigint.3.gz -%%MAN3%%/bignum.3.gz -%%MAN3%%/bigrat.3.gz -%%MAN3%%/blib.3.gz -%%MAN3%%/bytes.3.gz -%%MAN3%%/charnames.3.gz -%%MAN3%%/constant.3.gz -%%MAN3%%/deprecate.3.gz -%%MAN3%%/diagnostics.3.gz -%%MAN3%%/encoding.3.gz -%%MAN3%%/encoding::warnings.3.gz -%%MAN3%%/experimental.3.gz -%%MAN3%%/feature.3.gz -%%MAN3%%/fields.3.gz -%%MAN3%%/filetest.3.gz -%%MAN3%%/if.3.gz -%%MAN3%%/integer.3.gz -%%MAN3%%/less.3.gz -%%MAN3%%/lib.3.gz -%%MAN3%%/locale.3.gz -%%MAN3%%/mro.3.gz -%%MAN3%%/ok.3.gz -%%MAN3%%/open.3.gz -%%MAN3%%/ops.3.gz -%%MAN3%%/overload.3.gz -%%MAN3%%/overloading.3.gz -%%MAN3%%/parent.3.gz -%%MAN3%%/re.3.gz -%%MAN3%%/sigtrap.3.gz -%%MAN3%%/sort.3.gz -%%MAN3%%/strict.3.gz -%%MAN3%%/subs.3.gz -%%MAN3%%/threads.3.gz -%%MAN3%%/threads::shared.3.gz -%%MAN3%%/utf8.3.gz -%%MAN3%%/vars.3.gz -%%MAN3%%/version.3.gz -%%MAN3%%/version::Internals.3.gz -%%MAN3%%/vmsish.3.gz -%%MAN3%%/warnings.3.gz -%%MAN3%%/warnings::register.3.gz -%%PRIV_LIB%%/perl5db.pl -%%PRIV_LIB%%/perlfaq.pm -%%PRIV_LIB%%/pod/perl.pod -%%PRIV_LIB%%/pod/perl5004delta.pod -%%PRIV_LIB%%/pod/perl5005delta.pod -%%PRIV_LIB%%/pod/perl5100delta.pod -%%PRIV_LIB%%/pod/perl5101delta.pod -%%PRIV_LIB%%/pod/perl5120delta.pod -%%PRIV_LIB%%/pod/perl5121delta.pod -%%PRIV_LIB%%/pod/perl5122delta.pod -%%PRIV_LIB%%/pod/perl5123delta.pod -%%PRIV_LIB%%/pod/perl5124delta.pod -%%PRIV_LIB%%/pod/perl5125delta.pod -%%PRIV_LIB%%/pod/perl5140delta.pod -%%PRIV_LIB%%/pod/perl5141delta.pod -%%PRIV_LIB%%/pod/perl5142delta.pod -%%PRIV_LIB%%/pod/perl5143delta.pod -%%PRIV_LIB%%/pod/perl5144delta.pod -%%PRIV_LIB%%/pod/perl5160delta.pod -%%PRIV_LIB%%/pod/perl5161delta.pod -%%PRIV_LIB%%/pod/perl5162delta.pod -%%PRIV_LIB%%/pod/perl5163delta.pod -%%PRIV_LIB%%/pod/perl5180delta.pod -%%PRIV_LIB%%/pod/perl5181delta.pod -%%PRIV_LIB%%/pod/perl5182delta.pod -%%PRIV_LIB%%/pod/perl5184delta.pod -%%PRIV_LIB%%/pod/perl5200delta.pod -%%PRIV_LIB%%/pod/perl5201delta.pod -%%PRIV_LIB%%/pod/perl5202delta.pod -%%PRIV_LIB%%/pod/perl5203delta.pod -%%PRIV_LIB%%/pod/perl5220delta.pod -%%PRIV_LIB%%/pod/perl5221delta.pod -%%PRIV_LIB%%/pod/perl5222delta.pod -%%PRIV_LIB%%/pod/perl5223delta.pod -%%PRIV_LIB%%/pod/perl5224delta.pod -%%PRIV_LIB%%/pod/perl5240delta.pod -%%PRIV_LIB%%/pod/perl5241delta.pod -%%PRIV_LIB%%/pod/perl5242delta.pod -%%PRIV_LIB%%/pod/perl5243delta.pod -%%PRIV_LIB%%/pod/perl5244delta.pod -%%PRIV_LIB%%/pod/perl561delta.pod -%%PRIV_LIB%%/pod/perl56delta.pod -%%PRIV_LIB%%/pod/perl581delta.pod -%%PRIV_LIB%%/pod/perl582delta.pod -%%PRIV_LIB%%/pod/perl583delta.pod -%%PRIV_LIB%%/pod/perl584delta.pod -%%PRIV_LIB%%/pod/perl585delta.pod -%%PRIV_LIB%%/pod/perl586delta.pod -%%PRIV_LIB%%/pod/perl587delta.pod -%%PRIV_LIB%%/pod/perl588delta.pod -%%PRIV_LIB%%/pod/perl589delta.pod -%%PRIV_LIB%%/pod/perl58delta.pod -%%PRIV_LIB%%/pod/perlaix.pod -%%PRIV_LIB%%/pod/perlamiga.pod -%%PRIV_LIB%%/pod/perlandroid.pod -%%PRIV_LIB%%/pod/perlapi.pod -%%PRIV_LIB%%/pod/perlapio.pod -%%PRIV_LIB%%/pod/perlartistic.pod -%%PRIV_LIB%%/pod/perlbook.pod -%%PRIV_LIB%%/pod/perlboot.pod -%%PRIV_LIB%%/pod/perlbot.pod -%%PRIV_LIB%%/pod/perlbs2000.pod -%%PRIV_LIB%%/pod/perlcall.pod -%%PRIV_LIB%%/pod/perlce.pod -%%PRIV_LIB%%/pod/perlcheat.pod -%%PRIV_LIB%%/pod/perlclib.pod -%%PRIV_LIB%%/pod/perlcn.pod -%%PRIV_LIB%%/pod/perlcommunity.pod -%%PRIV_LIB%%/pod/perlcygwin.pod -%%PRIV_LIB%%/pod/perldata.pod -%%PRIV_LIB%%/pod/perldbmfilter.pod -%%PRIV_LIB%%/pod/perldebguts.pod -%%PRIV_LIB%%/pod/perldebtut.pod -%%PRIV_LIB%%/pod/perldebug.pod -%%PRIV_LIB%%/pod/perldelta.pod -%%PRIV_LIB%%/pod/perldiag.pod -%%PRIV_LIB%%/pod/perldoc.pod -%%PRIV_LIB%%/pod/perldos.pod -%%PRIV_LIB%%/pod/perldsc.pod -%%PRIV_LIB%%/pod/perldtrace.pod -%%PRIV_LIB%%/pod/perlebcdic.pod -%%PRIV_LIB%%/pod/perlembed.pod -%%PRIV_LIB%%/pod/perlexperiment.pod -%%PRIV_LIB%%/pod/perlfaq.pod -%%PRIV_LIB%%/pod/perlfaq1.pod -%%PRIV_LIB%%/pod/perlfaq2.pod -%%PRIV_LIB%%/pod/perlfaq3.pod -%%PRIV_LIB%%/pod/perlfaq4.pod -%%PRIV_LIB%%/pod/perlfaq5.pod -%%PRIV_LIB%%/pod/perlfaq6.pod -%%PRIV_LIB%%/pod/perlfaq7.pod -%%PRIV_LIB%%/pod/perlfaq8.pod -%%PRIV_LIB%%/pod/perlfaq9.pod -%%PRIV_LIB%%/pod/perlfilter.pod -%%PRIV_LIB%%/pod/perlfork.pod -%%PRIV_LIB%%/pod/perlform.pod -%%PRIV_LIB%%/pod/perlfreebsd.pod -%%PRIV_LIB%%/pod/perlfunc.pod -%%PRIV_LIB%%/pod/perlgit.pod -%%PRIV_LIB%%/pod/perlglossary.pod -%%PRIV_LIB%%/pod/perlgpl.pod -%%PRIV_LIB%%/pod/perlguts.pod -%%PRIV_LIB%%/pod/perlhack.pod -%%PRIV_LIB%%/pod/perlhacktips.pod -%%PRIV_LIB%%/pod/perlhacktut.pod -%%PRIV_LIB%%/pod/perlhaiku.pod -%%PRIV_LIB%%/pod/perlhist.pod -%%PRIV_LIB%%/pod/perlhpux.pod -%%PRIV_LIB%%/pod/perlhurd.pod -%%PRIV_LIB%%/pod/perlintern.pod -%%PRIV_LIB%%/pod/perlinterp.pod -%%PRIV_LIB%%/pod/perlintro.pod -%%PRIV_LIB%%/pod/perliol.pod -%%PRIV_LIB%%/pod/perlipc.pod -%%PRIV_LIB%%/pod/perlirix.pod -%%PRIV_LIB%%/pod/perljp.pod -%%PRIV_LIB%%/pod/perlko.pod -%%PRIV_LIB%%/pod/perllexwarn.pod -%%PRIV_LIB%%/pod/perllinux.pod -%%PRIV_LIB%%/pod/perllocale.pod -%%PRIV_LIB%%/pod/perllol.pod -%%PRIV_LIB%%/pod/perlmacos.pod -%%PRIV_LIB%%/pod/perlmacosx.pod -%%PRIV_LIB%%/pod/perlmod.pod -%%PRIV_LIB%%/pod/perlmodinstall.pod -%%PRIV_LIB%%/pod/perlmodlib.pod -%%PRIV_LIB%%/pod/perlmodstyle.pod -%%PRIV_LIB%%/pod/perlmroapi.pod -%%PRIV_LIB%%/pod/perlnetware.pod -%%PRIV_LIB%%/pod/perlnewmod.pod -%%PRIV_LIB%%/pod/perlnumber.pod -%%PRIV_LIB%%/pod/perlobj.pod -%%PRIV_LIB%%/pod/perlootut.pod -%%PRIV_LIB%%/pod/perlop.pod -%%PRIV_LIB%%/pod/perlopenbsd.pod -%%PRIV_LIB%%/pod/perlopentut.pod -%%PRIV_LIB%%/pod/perlos2.pod -%%PRIV_LIB%%/pod/perlos390.pod -%%PRIV_LIB%%/pod/perlos400.pod -%%PRIV_LIB%%/pod/perlpacktut.pod -%%PRIV_LIB%%/pod/perlperf.pod -%%PRIV_LIB%%/pod/perlplan9.pod -%%PRIV_LIB%%/pod/perlpod.pod -%%PRIV_LIB%%/pod/perlpodspec.pod -%%PRIV_LIB%%/pod/perlpodstyle.pod -%%PRIV_LIB%%/pod/perlpolicy.pod -%%PRIV_LIB%%/pod/perlport.pod -%%PRIV_LIB%%/pod/perlpragma.pod -%%PRIV_LIB%%/pod/perlqnx.pod -%%PRIV_LIB%%/pod/perlre.pod -%%PRIV_LIB%%/pod/perlreapi.pod -%%PRIV_LIB%%/pod/perlrebackslash.pod -%%PRIV_LIB%%/pod/perlrecharclass.pod -%%PRIV_LIB%%/pod/perlref.pod -%%PRIV_LIB%%/pod/perlreftut.pod -%%PRIV_LIB%%/pod/perlreguts.pod -%%PRIV_LIB%%/pod/perlrepository.pod -%%PRIV_LIB%%/pod/perlrequick.pod -%%PRIV_LIB%%/pod/perlreref.pod -%%PRIV_LIB%%/pod/perlretut.pod -%%PRIV_LIB%%/pod/perlriscos.pod -%%PRIV_LIB%%/pod/perlrun.pod -%%PRIV_LIB%%/pod/perlsec.pod -%%PRIV_LIB%%/pod/perlsolaris.pod -%%PRIV_LIB%%/pod/perlsource.pod -%%PRIV_LIB%%/pod/perlstyle.pod -%%PRIV_LIB%%/pod/perlsub.pod -%%PRIV_LIB%%/pod/perlsymbian.pod -%%PRIV_LIB%%/pod/perlsyn.pod -%%PRIV_LIB%%/pod/perlsynology.pod -%%PRIV_LIB%%/pod/perlthrtut.pod -%%PRIV_LIB%%/pod/perltie.pod -%%PRIV_LIB%%/pod/perltoc.pod -%%PRIV_LIB%%/pod/perltodo.pod -%%PRIV_LIB%%/pod/perltooc.pod -%%PRIV_LIB%%/pod/perltoot.pod -%%PRIV_LIB%%/pod/perltrap.pod -%%PRIV_LIB%%/pod/perltru64.pod -%%PRIV_LIB%%/pod/perltw.pod -%%PRIV_LIB%%/pod/perlunicode.pod -%%PRIV_LIB%%/pod/perlunicook.pod -%%PRIV_LIB%%/pod/perlunifaq.pod -%%PRIV_LIB%%/pod/perluniintro.pod -%%PRIV_LIB%%/pod/perluniprops.pod -%%PRIV_LIB%%/pod/perlunitut.pod -%%PRIV_LIB%%/pod/perlutil.pod -%%PRIV_LIB%%/pod/perlvar.pod -%%PRIV_LIB%%/pod/perlvms.pod -%%PRIV_LIB%%/pod/perlvos.pod -%%PRIV_LIB%%/pod/perlwin32.pod -%%PRIV_LIB%%/pod/perlxs.pod -%%PRIV_LIB%%/pod/perlxstut.pod -%%PRIV_LIB%%/pod/perlxstypemap.pod -%%PRIV_LIB%%/sigtrap.pm -%%PRIV_LIB%%/sort.pm -%%PRIV_LIB%%/strict.pm -%%PRIV_LIB%%/subs.pm -%%PRIV_LIB%%/unicore/Blocks.txt -%%PRIV_LIB%%/unicore/CombiningClass.pl -%%PRIV_LIB%%/unicore/Decomposition.pl -%%PRIV_LIB%%/unicore/Heavy.pl -%%PRIV_LIB%%/unicore/Name.pl -%%PRIV_LIB%%/unicore/Name.pm -%%PRIV_LIB%%/unicore/NamedSequences.txt -%%PRIV_LIB%%/unicore/SpecialCasing.txt -%%PRIV_LIB%%/unicore/To/Age.pl -%%PRIV_LIB%%/unicore/To/Bc.pl -%%PRIV_LIB%%/unicore/To/Bmg.pl -%%PRIV_LIB%%/unicore/To/Bpb.pl -%%PRIV_LIB%%/unicore/To/Bpt.pl -%%PRIV_LIB%%/unicore/To/Cf.pl -%%PRIV_LIB%%/unicore/To/Digit.pl -%%PRIV_LIB%%/unicore/To/Ea.pl -%%PRIV_LIB%%/unicore/To/Fold.pl -%%PRIV_LIB%%/unicore/To/GCB.pl -%%PRIV_LIB%%/unicore/To/Gc.pl -%%PRIV_LIB%%/unicore/To/Hst.pl -%%PRIV_LIB%%/unicore/To/InPC.pl -%%PRIV_LIB%%/unicore/To/InSC.pl -%%PRIV_LIB%%/unicore/To/Isc.pl -%%PRIV_LIB%%/unicore/To/Jg.pl -%%PRIV_LIB%%/unicore/To/Jt.pl -%%PRIV_LIB%%/unicore/To/Lb.pl -%%PRIV_LIB%%/unicore/To/Lc.pl -%%PRIV_LIB%%/unicore/To/Lower.pl -%%PRIV_LIB%%/unicore/To/NFCQC.pl -%%PRIV_LIB%%/unicore/To/NFDQC.pl -%%PRIV_LIB%%/unicore/To/NFKCCF.pl -%%PRIV_LIB%%/unicore/To/NFKCQC.pl -%%PRIV_LIB%%/unicore/To/NFKDQC.pl -%%PRIV_LIB%%/unicore/To/Na1.pl -%%PRIV_LIB%%/unicore/To/NameAlia.pl -%%PRIV_LIB%%/unicore/To/Nt.pl -%%PRIV_LIB%%/unicore/To/Nv.pl -%%PRIV_LIB%%/unicore/To/PerlDeci.pl -%%PRIV_LIB%%/unicore/To/SB.pl -%%PRIV_LIB%%/unicore/To/Sc.pl -%%PRIV_LIB%%/unicore/To/Scx.pl -%%PRIV_LIB%%/unicore/To/Tc.pl -%%PRIV_LIB%%/unicore/To/Title.pl -%%PRIV_LIB%%/unicore/To/Uc.pl -%%PRIV_LIB%%/unicore/To/Upper.pl -%%PRIV_LIB%%/unicore/To/WB.pl -%%PRIV_LIB%%/unicore/To/_PerlLB.pl -%%PRIV_LIB%%/unicore/To/_PerlWB.pl -%%PRIV_LIB%%/unicore/UCD.pl -%%PRIV_LIB%%/unicore/lib/Age/NA.pl -%%PRIV_LIB%%/unicore/lib/Age/V11.pl -%%PRIV_LIB%%/unicore/lib/Age/V20.pl -%%PRIV_LIB%%/unicore/lib/Age/V30.pl -%%PRIV_LIB%%/unicore/lib/Age/V31.pl -%%PRIV_LIB%%/unicore/lib/Age/V32.pl -%%PRIV_LIB%%/unicore/lib/Age/V40.pl -%%PRIV_LIB%%/unicore/lib/Age/V41.pl -%%PRIV_LIB%%/unicore/lib/Age/V50.pl -%%PRIV_LIB%%/unicore/lib/Age/V51.pl -%%PRIV_LIB%%/unicore/lib/Age/V52.pl -%%PRIV_LIB%%/unicore/lib/Age/V60.pl -%%PRIV_LIB%%/unicore/lib/Age/V61.pl -%%PRIV_LIB%%/unicore/lib/Age/V70.pl -%%PRIV_LIB%%/unicore/lib/Age/V80.pl -%%PRIV_LIB%%/unicore/lib/Alpha/Y.pl -%%PRIV_LIB%%/unicore/lib/Bc/AL.pl -%%PRIV_LIB%%/unicore/lib/Bc/AN.pl -%%PRIV_LIB%%/unicore/lib/Bc/B.pl -%%PRIV_LIB%%/unicore/lib/Bc/BN.pl -%%PRIV_LIB%%/unicore/lib/Bc/CS.pl -%%PRIV_LIB%%/unicore/lib/Bc/EN.pl -%%PRIV_LIB%%/unicore/lib/Bc/ES.pl -%%PRIV_LIB%%/unicore/lib/Bc/ET.pl -%%PRIV_LIB%%/unicore/lib/Bc/L.pl -%%PRIV_LIB%%/unicore/lib/Bc/NSM.pl -%%PRIV_LIB%%/unicore/lib/Bc/ON.pl -%%PRIV_LIB%%/unicore/lib/Bc/R.pl -%%PRIV_LIB%%/unicore/lib/Bc/WS.pl -%%PRIV_LIB%%/unicore/lib/BidiC/Y.pl -%%PRIV_LIB%%/unicore/lib/BidiM/Y.pl -%%PRIV_LIB%%/unicore/lib/Blk/NB.pl -%%PRIV_LIB%%/unicore/lib/Bpt/C.pl -%%PRIV_LIB%%/unicore/lib/Bpt/N.pl -%%PRIV_LIB%%/unicore/lib/Bpt/O.pl -%%PRIV_LIB%%/unicore/lib/CE/Y.pl -%%PRIV_LIB%%/unicore/lib/CI/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWCM/Y.pl -%%PRIV_LIB%%/unicore/lib/CWKCF/Y.pl -%%PRIV_LIB%%/unicore/lib/CWL/Y.pl -%%PRIV_LIB%%/unicore/lib/CWT/Y.pl -%%PRIV_LIB%%/unicore/lib/CWU/Y.pl -%%PRIV_LIB%%/unicore/lib/Cased/Y.pl -%%PRIV_LIB%%/unicore/lib/Ccc/A.pl -%%PRIV_LIB%%/unicore/lib/Ccc/AR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/ATAR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/B.pl -%%PRIV_LIB%%/unicore/lib/Ccc/BR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/DB.pl -%%PRIV_LIB%%/unicore/lib/Ccc/NK.pl -%%PRIV_LIB%%/unicore/lib/Ccc/NR.pl -%%PRIV_LIB%%/unicore/lib/Ccc/OV.pl -%%PRIV_LIB%%/unicore/lib/Ccc/VR.pl -%%PRIV_LIB%%/unicore/lib/CompEx/Y.pl -%%PRIV_LIB%%/unicore/lib/DI/Y.pl -%%PRIV_LIB%%/unicore/lib/Dash/Y.pl -%%PRIV_LIB%%/unicore/lib/Dep/Y.pl -%%PRIV_LIB%%/unicore/lib/Dia/Y.pl -%%PRIV_LIB%%/unicore/lib/Dt/Com.pl -%%PRIV_LIB%%/unicore/lib/Dt/Enc.pl -%%PRIV_LIB%%/unicore/lib/Dt/Fin.pl -%%PRIV_LIB%%/unicore/lib/Dt/Font.pl -%%PRIV_LIB%%/unicore/lib/Dt/Init.pl -%%PRIV_LIB%%/unicore/lib/Dt/Iso.pl -%%PRIV_LIB%%/unicore/lib/Dt/Med.pl -%%PRIV_LIB%%/unicore/lib/Dt/Nar.pl -%%PRIV_LIB%%/unicore/lib/Dt/Nb.pl -%%PRIV_LIB%%/unicore/lib/Dt/NonCanon.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sqr.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sub.pl -%%PRIV_LIB%%/unicore/lib/Dt/Sup.pl -%%PRIV_LIB%%/unicore/lib/Dt/Vert.pl -%%PRIV_LIB%%/unicore/lib/Ea/A.pl -%%PRIV_LIB%%/unicore/lib/Ea/H.pl -%%PRIV_LIB%%/unicore/lib/Ea/N.pl -%%PRIV_LIB%%/unicore/lib/Ea/Na.pl -%%PRIV_LIB%%/unicore/lib/Ea/W.pl -%%PRIV_LIB%%/unicore/lib/Ext/Y.pl -%%PRIV_LIB%%/unicore/lib/GCB/CN.pl -%%PRIV_LIB%%/unicore/lib/GCB/EX.pl -%%PRIV_LIB%%/unicore/lib/GCB/LV.pl -%%PRIV_LIB%%/unicore/lib/GCB/LVT.pl -%%PRIV_LIB%%/unicore/lib/GCB/SM.pl -%%PRIV_LIB%%/unicore/lib/GCB/XX.pl -%%PRIV_LIB%%/unicore/lib/Gc/C.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cf.pl -%%PRIV_LIB%%/unicore/lib/Gc/Cn.pl -%%PRIV_LIB%%/unicore/lib/Gc/L.pl -%%PRIV_LIB%%/unicore/lib/Gc/LC.pl -%%PRIV_LIB%%/unicore/lib/Gc/Ll.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lm.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lo.pl -%%PRIV_LIB%%/unicore/lib/Gc/Lu.pl -%%PRIV_LIB%%/unicore/lib/Gc/M.pl -%%PRIV_LIB%%/unicore/lib/Gc/Mc.pl -%%PRIV_LIB%%/unicore/lib/Gc/Me.pl -%%PRIV_LIB%%/unicore/lib/Gc/Mn.pl -%%PRIV_LIB%%/unicore/lib/Gc/N.pl -%%PRIV_LIB%%/unicore/lib/Gc/Nd.pl -%%PRIV_LIB%%/unicore/lib/Gc/Nl.pl -%%PRIV_LIB%%/unicore/lib/Gc/No.pl -%%PRIV_LIB%%/unicore/lib/Gc/P.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pd.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pe.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pf.pl -%%PRIV_LIB%%/unicore/lib/Gc/Pi.pl -%%PRIV_LIB%%/unicore/lib/Gc/Po.pl -%%PRIV_LIB%%/unicore/lib/Gc/Ps.pl -%%PRIV_LIB%%/unicore/lib/Gc/S.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sc.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sk.pl -%%PRIV_LIB%%/unicore/lib/Gc/Sm.pl -%%PRIV_LIB%%/unicore/lib/Gc/So.pl -%%PRIV_LIB%%/unicore/lib/Gc/Z.pl -%%PRIV_LIB%%/unicore/lib/Gc/Zs.pl -%%PRIV_LIB%%/unicore/lib/GrBase/Y.pl -%%PRIV_LIB%%/unicore/lib/Hex/Y.pl -%%PRIV_LIB%%/unicore/lib/Hst/NA.pl -%%PRIV_LIB%%/unicore/lib/Hyphen/T.pl -%%PRIV_LIB%%/unicore/lib/IDC/Y.pl -%%PRIV_LIB%%/unicore/lib/IDS/Y.pl -%%PRIV_LIB%%/unicore/lib/Ideo/Y.pl -%%PRIV_LIB%%/unicore/lib/In/2_0.pl -%%PRIV_LIB%%/unicore/lib/In/2_1.pl -%%PRIV_LIB%%/unicore/lib/In/3_0.pl -%%PRIV_LIB%%/unicore/lib/In/3_1.pl -%%PRIV_LIB%%/unicore/lib/In/3_2.pl -%%PRIV_LIB%%/unicore/lib/In/4_0.pl -%%PRIV_LIB%%/unicore/lib/In/4_1.pl -%%PRIV_LIB%%/unicore/lib/In/5_0.pl -%%PRIV_LIB%%/unicore/lib/In/5_1.pl -%%PRIV_LIB%%/unicore/lib/In/5_2.pl -%%PRIV_LIB%%/unicore/lib/In/6_0.pl -%%PRIV_LIB%%/unicore/lib/In/6_1.pl -%%PRIV_LIB%%/unicore/lib/In/6_2.pl -%%PRIV_LIB%%/unicore/lib/In/6_3.pl -%%PRIV_LIB%%/unicore/lib/In/7_0.pl -%%PRIV_LIB%%/unicore/lib/In/8_0.pl -%%PRIV_LIB%%/unicore/lib/InPC/Bottom.pl -%%PRIV_LIB%%/unicore/lib/InPC/Left.pl -%%PRIV_LIB%%/unicore/lib/InPC/LeftAndR.pl -%%PRIV_LIB%%/unicore/lib/InPC/NA.pl -%%PRIV_LIB%%/unicore/lib/InPC/Overstru.pl -%%PRIV_LIB%%/unicore/lib/InPC/Right.pl -%%PRIV_LIB%%/unicore/lib/InPC/Top.pl -%%PRIV_LIB%%/unicore/lib/InPC/TopAndBo.pl -%%PRIV_LIB%%/unicore/lib/InPC/TopAndL2.pl -%%PRIV_LIB%%/unicore/lib/InPC/TopAndLe.pl -%%PRIV_LIB%%/unicore/lib/InPC/TopAndRi.pl -%%PRIV_LIB%%/unicore/lib/InPC/VisualOr.pl -%%PRIV_LIB%%/unicore/lib/InSC/Avagraha.pl -%%PRIV_LIB%%/unicore/lib/InSC/Bindu.pl -%%PRIV_LIB%%/unicore/lib/InSC/Cantilla.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consona2.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consona3.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consona4.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consona5.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consona6.pl -%%PRIV_LIB%%/unicore/lib/InSC/Consonan.pl -%%PRIV_LIB%%/unicore/lib/InSC/Invisibl.pl -%%PRIV_LIB%%/unicore/lib/InSC/Nukta.pl -%%PRIV_LIB%%/unicore/lib/InSC/Number.pl -%%PRIV_LIB%%/unicore/lib/InSC/Other.pl -%%PRIV_LIB%%/unicore/lib/InSC/PureKill.pl -%%PRIV_LIB%%/unicore/lib/InSC/Syllable.pl -%%PRIV_LIB%%/unicore/lib/InSC/ToneMark.pl -%%PRIV_LIB%%/unicore/lib/InSC/Virama.pl -%%PRIV_LIB%%/unicore/lib/InSC/Visarga.pl -%%PRIV_LIB%%/unicore/lib/InSC/Vowel.pl -%%PRIV_LIB%%/unicore/lib/InSC/VowelDep.pl -%%PRIV_LIB%%/unicore/lib/InSC/VowelInd.pl -%%PRIV_LIB%%/unicore/lib/Jg/Ain.pl -%%PRIV_LIB%%/unicore/lib/Jg/Alef.pl -%%PRIV_LIB%%/unicore/lib/Jg/Beh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Dal.pl -%%PRIV_LIB%%/unicore/lib/Jg/FarsiYeh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Feh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Gaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Hah.pl -%%PRIV_LIB%%/unicore/lib/Jg/Kaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Lam.pl -%%PRIV_LIB%%/unicore/lib/Jg/NoJoinin.pl -%%PRIV_LIB%%/unicore/lib/Jg/Qaf.pl -%%PRIV_LIB%%/unicore/lib/Jg/Reh.pl -%%PRIV_LIB%%/unicore/lib/Jg/Sad.pl -%%PRIV_LIB%%/unicore/lib/Jg/Seen.pl -%%PRIV_LIB%%/unicore/lib/Jg/Waw.pl -%%PRIV_LIB%%/unicore/lib/Jg/Yeh.pl -%%PRIV_LIB%%/unicore/lib/Jt/C.pl -%%PRIV_LIB%%/unicore/lib/Jt/D.pl -%%PRIV_LIB%%/unicore/lib/Jt/R.pl -%%PRIV_LIB%%/unicore/lib/Jt/T.pl -%%PRIV_LIB%%/unicore/lib/Jt/U.pl -%%PRIV_LIB%%/unicore/lib/Lb/AI.pl -%%PRIV_LIB%%/unicore/lib/Lb/AL.pl -%%PRIV_LIB%%/unicore/lib/Lb/BA.pl -%%PRIV_LIB%%/unicore/lib/Lb/BB.pl -%%PRIV_LIB%%/unicore/lib/Lb/CJ.pl -%%PRIV_LIB%%/unicore/lib/Lb/CL.pl -%%PRIV_LIB%%/unicore/lib/Lb/CM.pl -%%PRIV_LIB%%/unicore/lib/Lb/EX.pl -%%PRIV_LIB%%/unicore/lib/Lb/GL.pl -%%PRIV_LIB%%/unicore/lib/Lb/ID.pl -%%PRIV_LIB%%/unicore/lib/Lb/IN.pl -%%PRIV_LIB%%/unicore/lib/Lb/IS.pl -%%PRIV_LIB%%/unicore/lib/Lb/NS.pl -%%PRIV_LIB%%/unicore/lib/Lb/OP.pl -%%PRIV_LIB%%/unicore/lib/Lb/PO.pl -%%PRIV_LIB%%/unicore/lib/Lb/PR.pl -%%PRIV_LIB%%/unicore/lib/Lb/QU.pl -%%PRIV_LIB%%/unicore/lib/Lb/SA.pl -%%PRIV_LIB%%/unicore/lib/Lb/XX.pl -%%PRIV_LIB%%/unicore/lib/Lower/Y.pl -%%PRIV_LIB%%/unicore/lib/Math/Y.pl -%%PRIV_LIB%%/unicore/lib/NFCQC/M.pl -%%PRIV_LIB%%/unicore/lib/NFCQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFDQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFDQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFKCQC/Y.pl -%%PRIV_LIB%%/unicore/lib/NFKDQC/N.pl -%%PRIV_LIB%%/unicore/lib/NFKDQC/Y.pl -%%PRIV_LIB%%/unicore/lib/Nt/Di.pl -%%PRIV_LIB%%/unicore/lib/Nt/None.pl -%%PRIV_LIB%%/unicore/lib/Nt/Nu.pl -%%PRIV_LIB%%/unicore/lib/Nv/0.pl -%%PRIV_LIB%%/unicore/lib/Nv/1.pl -%%PRIV_LIB%%/unicore/lib/Nv/10.pl -%%PRIV_LIB%%/unicore/lib/Nv/100.pl -%%PRIV_LIB%%/unicore/lib/Nv/1000.pl -%%PRIV_LIB%%/unicore/lib/Nv/10000.pl -%%PRIV_LIB%%/unicore/lib/Nv/11.pl -%%PRIV_LIB%%/unicore/lib/Nv/12.pl -%%PRIV_LIB%%/unicore/lib/Nv/13.pl -%%PRIV_LIB%%/unicore/lib/Nv/14.pl -%%PRIV_LIB%%/unicore/lib/Nv/15.pl -%%PRIV_LIB%%/unicore/lib/Nv/16.pl -%%PRIV_LIB%%/unicore/lib/Nv/17.pl -%%PRIV_LIB%%/unicore/lib/Nv/18.pl -%%PRIV_LIB%%/unicore/lib/Nv/19.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_2.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_3.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_4.pl -%%PRIV_LIB%%/unicore/lib/Nv/1_8.pl -%%PRIV_LIB%%/unicore/lib/Nv/2.pl -%%PRIV_LIB%%/unicore/lib/Nv/20.pl -%%PRIV_LIB%%/unicore/lib/Nv/200.pl -%%PRIV_LIB%%/unicore/lib/Nv/2_3.pl -%%PRIV_LIB%%/unicore/lib/Nv/3.pl -%%PRIV_LIB%%/unicore/lib/Nv/30.pl -%%PRIV_LIB%%/unicore/lib/Nv/300.pl -%%PRIV_LIB%%/unicore/lib/Nv/3_4.pl -%%PRIV_LIB%%/unicore/lib/Nv/4.pl -%%PRIV_LIB%%/unicore/lib/Nv/40.pl -%%PRIV_LIB%%/unicore/lib/Nv/400.pl -%%PRIV_LIB%%/unicore/lib/Nv/5.pl -%%PRIV_LIB%%/unicore/lib/Nv/50.pl -%%PRIV_LIB%%/unicore/lib/Nv/500.pl -%%PRIV_LIB%%/unicore/lib/Nv/5000.pl -%%PRIV_LIB%%/unicore/lib/Nv/50000.pl -%%PRIV_LIB%%/unicore/lib/Nv/6.pl -%%PRIV_LIB%%/unicore/lib/Nv/60.pl -%%PRIV_LIB%%/unicore/lib/Nv/600.pl -%%PRIV_LIB%%/unicore/lib/Nv/7.pl -%%PRIV_LIB%%/unicore/lib/Nv/70.pl -%%PRIV_LIB%%/unicore/lib/Nv/700.pl -%%PRIV_LIB%%/unicore/lib/Nv/8.pl -%%PRIV_LIB%%/unicore/lib/Nv/80.pl -%%PRIV_LIB%%/unicore/lib/Nv/800.pl -%%PRIV_LIB%%/unicore/lib/Nv/9.pl -%%PRIV_LIB%%/unicore/lib/Nv/90.pl -%%PRIV_LIB%%/unicore/lib/Nv/900.pl -%%PRIV_LIB%%/unicore/lib/PatSyn/Y.pl -%%PRIV_LIB%%/unicore/lib/Perl/Alnum.pl -%%PRIV_LIB%%/unicore/lib/Perl/Assigned.pl -%%PRIV_LIB%%/unicore/lib/Perl/Blank.pl -%%PRIV_LIB%%/unicore/lib/Perl/Graph.pl -%%PRIV_LIB%%/unicore/lib/Perl/PerlWord.pl -%%PRIV_LIB%%/unicore/lib/Perl/PosixPun.pl -%%PRIV_LIB%%/unicore/lib/Perl/Print.pl -%%PRIV_LIB%%/unicore/lib/Perl/SpacePer.pl -%%PRIV_LIB%%/unicore/lib/Perl/Title.pl -%%PRIV_LIB%%/unicore/lib/Perl/Word.pl -%%PRIV_LIB%%/unicore/lib/Perl/XPosixPu.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlAny.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlCh2.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlCha.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlFol.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlIDC.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlIDS.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlNch.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlPat.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlPr2.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlPro.pl -%%PRIV_LIB%%/unicore/lib/Perl/_PerlQuo.pl -%%PRIV_LIB%%/unicore/lib/QMark/Y.pl -%%PRIV_LIB%%/unicore/lib/SB/AT.pl -%%PRIV_LIB%%/unicore/lib/SB/CL.pl -%%PRIV_LIB%%/unicore/lib/SB/EX.pl -%%PRIV_LIB%%/unicore/lib/SB/FO.pl -%%PRIV_LIB%%/unicore/lib/SB/LE.pl -%%PRIV_LIB%%/unicore/lib/SB/LO.pl -%%PRIV_LIB%%/unicore/lib/SB/NU.pl -%%PRIV_LIB%%/unicore/lib/SB/SC.pl -%%PRIV_LIB%%/unicore/lib/SB/ST.pl -%%PRIV_LIB%%/unicore/lib/SB/Sp.pl -%%PRIV_LIB%%/unicore/lib/SB/UP.pl -%%PRIV_LIB%%/unicore/lib/SB/XX.pl -%%PRIV_LIB%%/unicore/lib/SD/Y.pl -%%PRIV_LIB%%/unicore/lib/STerm/Y.pl -%%PRIV_LIB%%/unicore/lib/Sc/Arab.pl -%%PRIV_LIB%%/unicore/lib/Sc/Armn.pl -%%PRIV_LIB%%/unicore/lib/Sc/Beng.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cham.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cprt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Cyrl.pl -%%PRIV_LIB%%/unicore/lib/Sc/Deva.pl -%%PRIV_LIB%%/unicore/lib/Sc/Dupl.pl -%%PRIV_LIB%%/unicore/lib/Sc/Ethi.pl -%%PRIV_LIB%%/unicore/lib/Sc/Geor.pl -%%PRIV_LIB%%/unicore/lib/Sc/Gran.pl -%%PRIV_LIB%%/unicore/lib/Sc/Grek.pl -%%PRIV_LIB%%/unicore/lib/Sc/Gujr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Guru.pl -%%PRIV_LIB%%/unicore/lib/Sc/Han.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hang.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hebr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hira.pl -%%PRIV_LIB%%/unicore/lib/Sc/Hmng.pl -%%PRIV_LIB%%/unicore/lib/Sc/Kana.pl -%%PRIV_LIB%%/unicore/lib/Sc/Khar.pl -%%PRIV_LIB%%/unicore/lib/Sc/Khmr.pl -%%PRIV_LIB%%/unicore/lib/Sc/Knda.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lana.pl -%%PRIV_LIB%%/unicore/lib/Sc/Lao.pl -%%PRIV_LIB%%/unicore/lib/Sc/Latn.pl -%%PRIV_LIB%%/unicore/lib/Sc/Limb.pl -%%PRIV_LIB%%/unicore/lib/Sc/Linb.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mlym.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mong.pl -%%PRIV_LIB%%/unicore/lib/Sc/Mult.pl -%%PRIV_LIB%%/unicore/lib/Sc/Orya.pl -%%PRIV_LIB%%/unicore/lib/Sc/Sinh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Talu.pl -%%PRIV_LIB%%/unicore/lib/Sc/Taml.pl -%%PRIV_LIB%%/unicore/lib/Sc/Telu.pl -%%PRIV_LIB%%/unicore/lib/Sc/Tibt.pl -%%PRIV_LIB%%/unicore/lib/Sc/Xsux.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zinh.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zyyy.pl -%%PRIV_LIB%%/unicore/lib/Sc/Zzzz.pl -%%PRIV_LIB%%/unicore/lib/Scx/Arab.pl -%%PRIV_LIB%%/unicore/lib/Scx/Armn.pl -%%PRIV_LIB%%/unicore/lib/Scx/Beng.pl -%%PRIV_LIB%%/unicore/lib/Scx/Bopo.pl -%%PRIV_LIB%%/unicore/lib/Scx/Cakm.pl -%%PRIV_LIB%%/unicore/lib/Scx/Copt.pl -%%PRIV_LIB%%/unicore/lib/Scx/Cprt.pl -%%PRIV_LIB%%/unicore/lib/Scx/Cyrl.pl -%%PRIV_LIB%%/unicore/lib/Scx/Deva.pl -%%PRIV_LIB%%/unicore/lib/Scx/Dupl.pl -%%PRIV_LIB%%/unicore/lib/Scx/Geor.pl -%%PRIV_LIB%%/unicore/lib/Scx/Glag.pl -%%PRIV_LIB%%/unicore/lib/Scx/Gran.pl -%%PRIV_LIB%%/unicore/lib/Scx/Grek.pl -%%PRIV_LIB%%/unicore/lib/Scx/Gujr.pl -%%PRIV_LIB%%/unicore/lib/Scx/Guru.pl -%%PRIV_LIB%%/unicore/lib/Scx/Han.pl -%%PRIV_LIB%%/unicore/lib/Scx/Hang.pl -%%PRIV_LIB%%/unicore/lib/Scx/Hira.pl -%%PRIV_LIB%%/unicore/lib/Scx/Kana.pl -%%PRIV_LIB%%/unicore/lib/Scx/Knda.pl -%%PRIV_LIB%%/unicore/lib/Scx/Latn.pl -%%PRIV_LIB%%/unicore/lib/Scx/Limb.pl -%%PRIV_LIB%%/unicore/lib/Scx/Linb.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mlym.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mong.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mult.pl -%%PRIV_LIB%%/unicore/lib/Scx/Mymr.pl -%%PRIV_LIB%%/unicore/lib/Scx/Orya.pl -%%PRIV_LIB%%/unicore/lib/Scx/Phlp.pl -%%PRIV_LIB%%/unicore/lib/Scx/Shrd.pl -%%PRIV_LIB%%/unicore/lib/Scx/Sind.pl -%%PRIV_LIB%%/unicore/lib/Scx/Sinh.pl -%%PRIV_LIB%%/unicore/lib/Scx/Syrc.pl -%%PRIV_LIB%%/unicore/lib/Scx/Tagb.pl -%%PRIV_LIB%%/unicore/lib/Scx/Takr.pl -%%PRIV_LIB%%/unicore/lib/Scx/Taml.pl -%%PRIV_LIB%%/unicore/lib/Scx/Telu.pl -%%PRIV_LIB%%/unicore/lib/Scx/Thaa.pl -%%PRIV_LIB%%/unicore/lib/Scx/Tirh.pl -%%PRIV_LIB%%/unicore/lib/Scx/Yi.pl -%%PRIV_LIB%%/unicore/lib/Scx/Zinh.pl -%%PRIV_LIB%%/unicore/lib/Scx/Zyyy.pl -%%PRIV_LIB%%/unicore/lib/Term/Y.pl -%%PRIV_LIB%%/unicore/lib/UIdeo/Y.pl -%%PRIV_LIB%%/unicore/lib/Upper/Y.pl -%%PRIV_LIB%%/unicore/lib/WB/EX.pl -%%PRIV_LIB%%/unicore/lib/WB/FO.pl -%%PRIV_LIB%%/unicore/lib/WB/HL.pl -%%PRIV_LIB%%/unicore/lib/WB/KA.pl -%%PRIV_LIB%%/unicore/lib/WB/LE.pl -%%PRIV_LIB%%/unicore/lib/WB/MB.pl -%%PRIV_LIB%%/unicore/lib/WB/ML.pl -%%PRIV_LIB%%/unicore/lib/WB/MN.pl -%%PRIV_LIB%%/unicore/lib/WB/NU.pl -%%PRIV_LIB%%/unicore/lib/WB/XX.pl -%%PRIV_LIB%%/unicore/lib/XIDC/Y.pl -%%PRIV_LIB%%/unicore/lib/XIDS/Y.pl -%%PRIV_LIB%%/unicore/version -%%PRIV_LIB%%/utf8.pm -%%PRIV_LIB%%/utf8_heavy.pl -%%PRIV_LIB%%/vars.pm -%%PRIV_LIB%%/version.pm -%%PRIV_LIB%%/version.pod -%%PRIV_LIB%%/version/Internals.pod -%%PRIV_LIB%%/version/regex.pm -%%PRIV_LIB%%/vmsish.pm -%%PRIV_LIB%%/warnings.pm -%%PRIV_LIB%%/warnings/register.pm -%%MAN1%%/c2ph.1.gz -%%MAN1%%/corelist.1.gz -%%MAN1%%/cpan.1.gz -%%MAN1%%/enc2xs.1.gz -%%MAN1%%/encguess.1.gz -%%MAN1%%/h2ph.1.gz -%%MAN1%%/h2xs.1.gz -%%MAN1%%/instmodsh.1.gz -%%MAN1%%/json_pp.1.gz -%%MAN1%%/libnetcfg.1.gz -%%MAN1%%/perl.1.gz -%%MAN1%%/perl5004delta.1.gz -%%MAN1%%/perl5005delta.1.gz -%%MAN1%%/perl5100delta.1.gz -%%MAN1%%/perl5101delta.1.gz -%%MAN1%%/perl5120delta.1.gz -%%MAN1%%/perl5121delta.1.gz -%%MAN1%%/perl5122delta.1.gz -%%MAN1%%/perl5123delta.1.gz -%%MAN1%%/perl5124delta.1.gz -%%MAN1%%/perl5125delta.1.gz -%%MAN1%%/perl5140delta.1.gz -%%MAN1%%/perl5141delta.1.gz -%%MAN1%%/perl5142delta.1.gz -%%MAN1%%/perl5143delta.1.gz -%%MAN1%%/perl5144delta.1.gz -%%MAN1%%/perl5160delta.1.gz -%%MAN1%%/perl5161delta.1.gz -%%MAN1%%/perl5162delta.1.gz -%%MAN1%%/perl5163delta.1.gz -%%MAN1%%/perl5180delta.1.gz -%%MAN1%%/perl5181delta.1.gz -%%MAN1%%/perl5182delta.1.gz -%%MAN1%%/perl5184delta.1.gz -%%MAN1%%/perl5200delta.1.gz -%%MAN1%%/perl5201delta.1.gz -%%MAN1%%/perl5202delta.1.gz -%%MAN1%%/perl5203delta.1.gz -%%MAN1%%/perl5220delta.1.gz -%%MAN1%%/perl5221delta.1.gz -%%MAN1%%/perl5222delta.1.gz -%%MAN1%%/perl5223delta.1.gz -%%MAN1%%/perl5224delta.1.gz -%%MAN1%%/perl5240delta.1.gz -%%MAN1%%/perl5241delta.1.gz -%%MAN1%%/perl5242delta.1.gz -%%MAN1%%/perl5243delta.1.gz -%%MAN1%%/perl5244delta.1.gz -%%MAN1%%/perl561delta.1.gz -%%MAN1%%/perl56delta.1.gz -%%MAN1%%/perl581delta.1.gz -%%MAN1%%/perl582delta.1.gz -%%MAN1%%/perl583delta.1.gz -%%MAN1%%/perl584delta.1.gz -%%MAN1%%/perl585delta.1.gz -%%MAN1%%/perl586delta.1.gz -%%MAN1%%/perl587delta.1.gz -%%MAN1%%/perl588delta.1.gz -%%MAN1%%/perl589delta.1.gz -%%MAN1%%/perl58delta.1.gz -%%MAN1%%/perlaix.1.gz -%%MAN1%%/perlamiga.1.gz -%%MAN1%%/perlandroid.1.gz -%%MAN1%%/perlapi.1.gz -%%MAN1%%/perlapio.1.gz -%%MAN1%%/perlartistic.1.gz -%%MAN1%%/perlbook.1.gz -%%MAN1%%/perlboot.1.gz -%%MAN1%%/perlbot.1.gz -%%MAN1%%/perlbs2000.1.gz -%%MAN1%%/perlbug.1.gz -%%MAN1%%/perlcall.1.gz -%%MAN1%%/perlce.1.gz -%%MAN1%%/perlcheat.1.gz -%%MAN1%%/perlclib.1.gz -%%MAN1%%/perlcn.1.gz -%%MAN1%%/perlcommunity.1.gz -%%MAN1%%/perlcygwin.1.gz -%%MAN1%%/perldata.1.gz -%%MAN1%%/perldbmfilter.1.gz -%%MAN1%%/perldebguts.1.gz -%%MAN1%%/perldebtut.1.gz -%%MAN1%%/perldebug.1.gz -%%MAN1%%/perldelta.1.gz -%%MAN1%%/perldiag.1.gz -%%MAN1%%/perldoc.1.gz -%%MAN1%%/perldos.1.gz -%%MAN1%%/perldsc.1.gz -%%MAN1%%/perldtrace.1.gz -%%MAN1%%/perlebcdic.1.gz -%%MAN1%%/perlembed.1.gz -%%MAN1%%/perlexperiment.1.gz -%%MAN1%%/perlfaq.1.gz -%%MAN1%%/perlfaq1.1.gz -%%MAN1%%/perlfaq2.1.gz -%%MAN1%%/perlfaq3.1.gz -%%MAN1%%/perlfaq4.1.gz -%%MAN1%%/perlfaq5.1.gz -%%MAN1%%/perlfaq6.1.gz -%%MAN1%%/perlfaq7.1.gz -%%MAN1%%/perlfaq8.1.gz -%%MAN1%%/perlfaq9.1.gz -%%MAN1%%/perlfilter.1.gz -%%MAN1%%/perlfork.1.gz -%%MAN1%%/perlform.1.gz -%%MAN1%%/perlfreebsd.1.gz -%%MAN1%%/perlfunc.1.gz -%%MAN1%%/perlgit.1.gz -%%MAN1%%/perlglossary.1.gz -%%MAN1%%/perlgpl.1.gz -%%MAN1%%/perlguts.1.gz -%%MAN1%%/perlhack.1.gz -%%MAN1%%/perlhacktips.1.gz -%%MAN1%%/perlhacktut.1.gz -%%MAN1%%/perlhaiku.1.gz -%%MAN1%%/perlhist.1.gz -%%MAN1%%/perlhpux.1.gz -%%MAN1%%/perlhurd.1.gz -%%MAN1%%/perlintern.1.gz -%%MAN1%%/perlinterp.1.gz -%%MAN1%%/perlintro.1.gz -%%MAN1%%/perliol.1.gz -%%MAN1%%/perlipc.1.gz -%%MAN1%%/perlirix.1.gz -%%MAN1%%/perlivp.1.gz -%%MAN1%%/perljp.1.gz -%%MAN1%%/perlko.1.gz -%%MAN1%%/perllexwarn.1.gz -%%MAN1%%/perllinux.1.gz -%%MAN1%%/perllocale.1.gz -%%MAN1%%/perllol.1.gz -%%MAN1%%/perlmacos.1.gz -%%MAN1%%/perlmacosx.1.gz -%%MAN1%%/perlmod.1.gz -%%MAN1%%/perlmodinstall.1.gz -%%MAN1%%/perlmodlib.1.gz -%%MAN1%%/perlmodstyle.1.gz -%%MAN1%%/perlmroapi.1.gz -%%MAN1%%/perlnetware.1.gz -%%MAN1%%/perlnewmod.1.gz -%%MAN1%%/perlnumber.1.gz -%%MAN1%%/perlobj.1.gz -%%MAN1%%/perlootut.1.gz -%%MAN1%%/perlop.1.gz -%%MAN1%%/perlopenbsd.1.gz -%%MAN1%%/perlopentut.1.gz -%%MAN1%%/perlos2.1.gz -%%MAN1%%/perlos390.1.gz -%%MAN1%%/perlos400.1.gz -%%MAN1%%/perlpacktut.1.gz -%%MAN1%%/perlperf.1.gz -%%MAN1%%/perlplan9.1.gz -%%MAN1%%/perlpod.1.gz -%%MAN1%%/perlpodspec.1.gz -%%MAN1%%/perlpodstyle.1.gz -%%MAN1%%/perlpolicy.1.gz -%%MAN1%%/perlport.1.gz -%%MAN1%%/perlpragma.1.gz -%%MAN1%%/perlqnx.1.gz -%%MAN1%%/perlre.1.gz -%%MAN1%%/perlreapi.1.gz -%%MAN1%%/perlrebackslash.1.gz -%%MAN1%%/perlrecharclass.1.gz -%%MAN1%%/perlref.1.gz -%%MAN1%%/perlreftut.1.gz -%%MAN1%%/perlreguts.1.gz -%%MAN1%%/perlrepository.1.gz -%%MAN1%%/perlrequick.1.gz -%%MAN1%%/perlreref.1.gz -%%MAN1%%/perlretut.1.gz -%%MAN1%%/perlriscos.1.gz -%%MAN1%%/perlrun.1.gz -%%MAN1%%/perlsec.1.gz -%%MAN1%%/perlsolaris.1.gz -%%MAN1%%/perlsource.1.gz -%%MAN1%%/perlstyle.1.gz -%%MAN1%%/perlsub.1.gz -%%MAN1%%/perlsymbian.1.gz -%%MAN1%%/perlsyn.1.gz -%%MAN1%%/perlsynology.1.gz -%%MAN1%%/perlthanks.1.gz -%%MAN1%%/perlthrtut.1.gz -%%MAN1%%/perltie.1.gz -%%MAN1%%/perltoc.1.gz -%%MAN1%%/perltodo.1.gz -%%MAN1%%/perltooc.1.gz -%%MAN1%%/perltoot.1.gz -%%MAN1%%/perltrap.1.gz -%%MAN1%%/perltru64.1.gz -%%MAN1%%/perltw.1.gz -%%MAN1%%/perlunicode.1.gz -%%MAN1%%/perlunicook.1.gz -%%MAN1%%/perlunifaq.1.gz -%%MAN1%%/perluniintro.1.gz -%%MAN1%%/perluniprops.1.gz -%%MAN1%%/perlunitut.1.gz -%%MAN1%%/perlutil.1.gz -%%MAN1%%/perlvar.1.gz -%%MAN1%%/perlvms.1.gz -%%MAN1%%/perlvos.1.gz -%%MAN1%%/perlwin32.1.gz -%%MAN1%%/perlxs.1.gz -%%MAN1%%/perlxstut.1.gz -%%MAN1%%/perlxstypemap.1.gz -%%MAN1%%/piconv.1.gz -%%MAN1%%/pl2pm.1.gz -%%MAN1%%/pod2html.1.gz -%%MAN1%%/pod2man.1.gz -%%MAN1%%/pod2text.1.gz -%%MAN1%%/pod2usage.1.gz -%%MAN1%%/podchecker.1.gz -%%MAN1%%/podselect.1.gz -%%MAN1%%/prove.1.gz -%%MAN1%%/pstruct.1.gz -%%MAN1%%/ptar.1.gz -%%MAN1%%/ptardiff.1.gz -%%MAN1%%/ptargrep.1.gz -%%MAN1%%/shasum.1.gz -%%MAN1%%/splain.1.gz -%%MAN1%%/xsubpp.1.gz -%%MAN1%%/zipdetails.1.gz -@dir %%SITE_PERL%%/auto -@dir %%SITE_ARCH%%/auto -@dir %%SITE_PERL%%/man/man1 -@dir %%SITE_PERL%%/man/man3 -@postexec makewhatis %D/%%SITEMANPREFIX%%/man -@postexec makewhatis %D/%%PERLMANPREFIX%%/man -@rmtry %%PERLMANPREFIX%%/man/whatis -@rmtry %%PERLMANPREFIX%%/man/mandoc.db -@rmtry %%SITEMANPREFIX%%/man/whatis -@rmtry %%SITEMANPREFIX%%/man/mandoc.db diff --git a/lang/perl5.24/version.mk b/lang/perl5.24/version.mk deleted file mode 100644 index d00b83ff45a..00000000000 --- a/lang/perl5.24/version.mk +++ /dev/null @@ -1,2 +0,0 @@ -PERL_VERSION= 5.24.4 -PERL5_DEPEND= perl5>=5.24<5.25 diff --git a/lang/qore/Makefile b/lang/qore/Makefile deleted file mode 100644 index ca1421d5488..00000000000 --- a/lang/qore/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# $FreeBSD$ - -PORTNAME= qore -PORTVERSION= 0.8.12 -PORTREVISION= 1 -CATEGORIES= lang - -MAINTAINER= estrabd@gmail.com -COMMENT= Qore Programming Language - -LICENSE= MIT - -BROKEN= fails to compile: calling a private constructor of class 'ReferenceNode' -BROKEN_mips= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' -BROKEN_mips64= fails to link: single-compilation-unit.cpp:(.text+0xdfc): relocation truncated to fit: R_MIPS_CALL16 against '__ltdf2@@FBSDprivate_1.0' -BROKEN_powerpc= fails to build -BROKEN_powerpc64= fails to compile: unsupported relocation against r1 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libpcre.so:devel/pcre \ - libmpfr.so:math/mpfr -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ - ${LOCALBASE}/bin/bison:devel/bison \ - ${LOCALBASE}/bin/bash:shells/bash - -USES= gmake iconv libtool:build pathfix autoreconf ssl -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GITHUB= yes -GH_ACCOUNT= qorelanguage - -CONFIGURE_ENV= LEX="${LOCALBASE}/bin/flex" PTHREAD_LIBS="-lpthread" -CONFIGURE_ARGS= --disable-debug --disable-static --with-doxygen=no -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= PORTVERSION=${PORTVERSION} -INSTALL_TARGET= install-strip - -pre-configure: - cd ${WRKSRC}; ./reconf.sh - -post-configure: - ${REINPLACE_CMD} -e 's|; make|; $${MAKE}|g' ${WRKSRC}/Makefile.in - -.include diff --git a/lang/qore/distinfo b/lang/qore/distinfo deleted file mode 100644 index 698c502f552..00000000000 --- a/lang/qore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1471951711 -SHA256 (qorelanguage-qore-0.8.12_GH0.tar.gz) = e5e59753810736bafe57f15d1035bc3d12a612d3768f9ae6d7b9bdc8fab94ad6 -SIZE (qorelanguage-qore-0.8.12_GH0.tar.gz) = 2489956 diff --git a/lang/qore/pkg-descr b/lang/qore/pkg-descr deleted file mode 100644 index bdb3be83635..00000000000 --- a/lang/qore/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Qore is a dynamically-typed, embeddabble programming -language designed for SMP scalability. - -WWW: http://www.qore.org/ diff --git a/lang/qore/pkg-plist b/lang/qore/pkg-plist deleted file mode 100644 index 542b1d4e7ab..00000000000 --- a/lang/qore/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/qdx -bin/qore -bin/qpp -include/qore/AbstractPrivateData.h -include/qore/AbstractQoreNode.h -include/qore/AbstractThreadResource.h -include/qore/AutoVLock.h -include/qore/BinaryNode.h -include/qore/BuiltinFunctionList.h -include/qore/CallReferenceNode.h -include/qore/DBI.h -include/qore/Datasource.h -include/qore/DateTime.h -include/qore/DateTimeNode.h -include/qore/ExceptionSink.h -include/qore/ModuleManager.h -include/qore/ParseOptionMap.h -include/qore/Qore.h -include/qore/QoreBigIntNode.h -include/qore/QoreBoolNode.h -include/qore/QoreClass.h -include/qore/QoreCondition.h -include/qore/QoreCounter.h -include/qore/QoreEncoding.h -include/qore/QoreEvents.h -include/qore/QoreFile.h -include/qore/QoreFloatNode.h -include/qore/QoreFtpClient.h -include/qore/QoreHTTPClient.h -include/qore/QoreHashNode.h -include/qore/QoreHttpClientObject.h -include/qore/QoreIteratorBase.h -include/qore/QoreLib.h -include/qore/QoreListNode.h -include/qore/QoreNamespace.h -include/qore/QoreNet.h -include/qore/QoreNodeEvalOptionalRefHolder.h -include/qore/QoreNothingNode.h -include/qore/QoreNullNode.h -include/qore/QoreNumberNode.h -include/qore/QoreObject.h -include/qore/QoreProgram.h -include/qore/QoreQueue.h -include/qore/QoreQueueHelper.h -include/qore/QoreRWLock.h -include/qore/QoreReferenceCounter.h -include/qore/QoreSSLBase.h -include/qore/QoreSSLCertificate.h -include/qore/QoreSSLPrivateKey.h -include/qore/QoreSocket.h -include/qore/QoreSocketObject.h -include/qore/QoreString.h -include/qore/QoreStringNode.h -include/qore/QoreThreadLocalStorage.h -include/qore/QoreThreadLock.h -include/qore/QoreType.h -include/qore/QoreTypeSafeReferenceHelper.h -include/qore/QoreURL.h -include/qore/QoreValue.h -include/qore/QoreValueList.h -include/qore/ReferenceArgumentHelper.h -include/qore/ReferenceHolder.h -include/qore/ReferenceNode.h -include/qore/Restrictions.h -include/qore/SQLStatement.h -include/qore/ScopeGuard.h -include/qore/SystemEnvironment.h -include/qore/common.h -include/qore/macros-i386.h -include/qore/macros-ia64.h -include/qore/macros-parisc.h -include/qore/macros-powerpc.h -include/qore/macros-sparc.h -include/qore/macros-x86_64.h -include/qore/macros.h -include/qore/node_types.h -include/qore/params.h -include/qore/qlist -include/qore/qore-version.h -include/qore/qore_bitopts.h -include/qore/qore_thread.h -include/qore/safe_dslist -include/qore/support.h -lib/cmake/Qore/QoreConfig.cmake -lib/cmake/Qore/QoreConfigVersion.cmake -lib/cmake/Qore/QoreMacros.cmake -lib/libqore.so -lib/libqore.so.5 -lib/libqore.so.5.13.0 -libdata/pkgconfig/qore.pc -man/man1/qore.1.gz -%%DATADIR%%-modules/%%PORTVERSION%%/BulkSqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/CsvUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Diff.qm -%%DATADIR%%-modules/%%PORTVERSION%%/FilePoller.qm -%%DATADIR%%-modules/%%PORTVERSION%%/FixedLengthUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/FreetdsSqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/HttpServer.qm -%%DATADIR%%-modules/%%PORTVERSION%%/HttpServerUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/MailMessage.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Mapper.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Mime.qm -%%DATADIR%%-modules/%%PORTVERSION%%/MysqlSqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/OracleSqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/PgsqlSqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Pop3Client.qm -%%DATADIR%%-modules/%%PORTVERSION%%/QUnit.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Qorize.qm -%%DATADIR%%-modules/%%PORTVERSION%%/RestClient.qm -%%DATADIR%%-modules/%%PORTVERSION%%/RestHandler.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Schema.qm -%%DATADIR%%-modules/%%PORTVERSION%%/SmtpClient.qm -%%DATADIR%%-modules/%%PORTVERSION%%/SqlUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/TableMapper.qm -%%DATADIR%%-modules/%%PORTVERSION%%/TelnetClient.qm -%%DATADIR%%-modules/%%PORTVERSION%%/Util.qm -%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketClient.qm -%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketHandler.qm -%%DATADIR%%-modules/%%PORTVERSION%%/WebSocketUtil.qm -%%DATADIR%%-modules/%%PORTVERSION%%/WebUtil.qm diff --git a/lang/ruby26/pkg-plist b/lang/ruby26/pkg-plist index 6ff7c20668e..adf70bd1c02 100644 --- a/lang/ruby26/pkg-plist +++ b/lang/ruby26/pkg-plist @@ -8617,6 +8617,7 @@ man/man1/%%RUBY_NAME%%.1.gz %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/authors.markdown %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/entry.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2015/monae/remarks.markdown +%%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/README.md %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/authors.markdown %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/entry.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2018/01-kinaba/remarks.markdown @@ -8650,7 +8651,6 @@ man/man1/%%RUBY_NAME%%.1.gz %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb %%EXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb -%%RDOC%%%%RUBY_EXAMPLESDIR%%/trick2018/README.md %%RDOC%%%%RUBY_LIBDIR%%/csv/delete_suffix.rb %%RDOC%%%%RUBY_RIDIR%%/ACL/ACLEntry/cdesc-ACLEntry.ri %%RDOC%%%%RUBY_RIDIR%%/ACL/ACLEntry/dot_pat-i.ri diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index f2aea1b90e2..84bfac08f8d 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -7,7 +7,7 @@ # [1] x11-wm/stumpwm PORTNAME= sbcl -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.2 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= lang lisp diff --git a/lang/sbcl/distinfo b/lang/sbcl/distinfo index cc1b48f73dd..c61df72eda6 100644 --- a/lang/sbcl/distinfo +++ b/lang/sbcl/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1551962812 -SHA256 (sbcl-1.5.0-source.tar.bz2) = 1ff98f17f6ba40c0d987efc907161f729cc9bd8516fe1f28e124626c16418ca8 -SIZE (sbcl-1.5.0-source.tar.bz2) = 6257355 -SHA256 (sbcl-1.5.0-documentation-html.tar.bz2) = 214e77426e7611baaadabc51d9d3b0effa65870525cb7001097b25e1191f3038 -SIZE (sbcl-1.5.0-documentation-html.tar.bz2) = 228531 +TIMESTAMP = 1557399400 +SHA256 (sbcl-1.5.2-source.tar.bz2) = dac6aef3ec7628c284a31f2222ede5d47d9d94f9cfdffe0f00ef40f9531e3c3f +SIZE (sbcl-1.5.2-source.tar.bz2) = 6343957 +SHA256 (sbcl-1.5.2-documentation-html.tar.bz2) = 864f77111b1462e8691daea0c6a4246f1c53d12e340bbd3f69ca12e80e6007ef +SIZE (sbcl-1.5.2-documentation-html.tar.bz2) = 229799 SHA256 (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = c61f5e777e56921d2452d0fa6b71024ccd9b99bc659676498d398b8663176492 SIZE (sbcl-1.2.7-x86-64-freebsd-binary.tar.bz2) = 10463348 SHA256 (sbcl-1.2.7-x86-freebsd-binary.tar.bz2) = cf68bfab780a14964d9593f5b47fa3e174cf43e95ae3e558712d218f1c37bdbe diff --git a/mail/Makefile b/mail/Makefile index 1b6b23f27e5..41dd158f3b0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -156,10 +156,6 @@ SUBDIR += horde-ingo SUBDIR += horde-turba SUBDIR += horde-webmail - SUBDIR += hs-email-validate - SUBDIR += hs-mime - SUBDIR += hs-mime-mail - SUBDIR += hs-mime-types SUBDIR += ifile SUBDIR += im SUBDIR += imap-uw @@ -231,7 +227,6 @@ SUBDIR += milter-bogom SUBDIR += milter-callback SUBDIR += milter-greylist - SUBDIR += milter-manager SUBDIR += milter-regex SUBDIR += milter-skem SUBDIR += mime-construct diff --git a/mail/hs-email-validate/Makefile b/mail/hs-email-validate/Makefile deleted file mode 100644 index f38f8c18e76..00000000000 --- a/mail/hs-email-validate/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= email-validate -PORTVERSION= 2.3.2.9 -PORTREVISION= 1 -CATEGORIES= mail haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Validating an email address string against RFC 5322 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/mail/hs-email-validate/distinfo b/mail/hs-email-validate/distinfo deleted file mode 100644 index edfad40602c..00000000000 --- a/mail/hs-email-validate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545833431 -SHA256 (cabal/email-validate-2.3.2.9.tar.gz) = aeac6eea61192683bbde6bb8bdcf2150a03f79fa2bf4a1deb5e838a0011a4e8b -SIZE (cabal/email-validate-2.3.2.9.tar.gz) = 9678 diff --git a/mail/hs-email-validate/pkg-descr b/mail/hs-email-validate/pkg-descr deleted file mode 100644 index 265414ff3c8..00000000000 --- a/mail/hs-email-validate/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Validating an email address string against RFC 5322. - -WWW: http://porg.es/blog/email-address-validation-simpler-faster-more-correct diff --git a/mail/hs-mime-mail/Makefile b/mail/hs-mime-mail/Makefile deleted file mode 100644 index b5c07d48347..00000000000 --- a/mail/hs-mime-mail/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mime-mail -PORTVERSION= 0.4.14 -PORTREVISION= 2 -CATEGORIES= mail haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Compose MIME email messages - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1 random>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/mail/hs-mime-mail/distinfo b/mail/hs-mime-mail/distinfo deleted file mode 100644 index 8db974cedc5..00000000000 --- a/mail/hs-mime-mail/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523900845 -SHA256 (cabal/mime-mail-0.4.14.tar.gz) = 9632c3d54c9741fece0a3ea705d965485a1299ebe5798d2aa7cca2c8e4baaa3e -SIZE (cabal/mime-mail-0.4.14.tar.gz) = 9594 diff --git a/mail/hs-mime-mail/pkg-descr b/mail/hs-mime-mail/pkg-descr deleted file mode 100644 index f9da008dce6..00000000000 --- a/mail/hs-mime-mail/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package provides some high-level datatypes for declaring MIME email -messages, functions for automatically composing these into bytestrings, -and the ability to send bytestrings via the sendmail executable. You -can also use any other library you wish to send via different methods, -eg directly to SMTP. - -WWW: https://github.com/snoyberg/mime-mail diff --git a/mail/hs-mime-types/Makefile b/mail/hs-mime-types/Makefile deleted file mode 100644 index 3d9b509025e..00000000000 --- a/mail/hs-mime-types/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mime-types -PORTVERSION= 0.1.0.7 -PORTREVISION= 4 -CATEGORIES= mail haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Basic mime-type handling types and functions - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/mail/hs-mime-types/distinfo b/mail/hs-mime-types/distinfo deleted file mode 100644 index 68db9e14137..00000000000 --- a/mail/hs-mime-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623072 -SHA256 (cabal/mime-types-0.1.0.7.tar.gz) = 83164a24963a7ef37543349df095155b30116c208e602a159a5cd3722f66e9b9 -SIZE (cabal/mime-types-0.1.0.7.tar.gz) = 11363 diff --git a/mail/hs-mime-types/pkg-descr b/mail/hs-mime-types/pkg-descr deleted file mode 100644 index 87078e56c86..00000000000 --- a/mail/hs-mime-types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Basic mime-type handling types and functions. - -WWW: https://github.com/yesodweb/wai diff --git a/mail/hs-mime/Makefile b/mail/hs-mime/Makefile deleted file mode 100644 index b89ef55eb1c..00000000000 --- a/mail/hs-mime/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= mime -PORTVERSION= 0.4.0.2 -PORTREVISION= 5 -CATEGORIES= mail haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Working with MIME types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/mail/hs-mime/distinfo b/mail/hs-mime/distinfo deleted file mode 100644 index 2c0e27b2284..00000000000 --- a/mail/hs-mime/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623071 -SHA256 (cabal/mime-0.4.0.2.tar.gz) = e7fa283e5caa6371d5b3978e152412a2dd2489eec43aee722caca9dc14ea3875 -SIZE (cabal/mime-0.4.0.2.tar.gz) = 9438 diff --git a/mail/hs-mime/pkg-descr b/mail/hs-mime/pkg-descr deleted file mode 100644 index 6becc84be36..00000000000 --- a/mail/hs-mime/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Working with MIME types. - -WWW: https://github.com/GaloisInc/mime diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile deleted file mode 100644 index 41d4d7577e5..00000000000 --- a/mail/milter-manager/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: Hirohisa Yamaguchi -# $FreeBSD$ - -PORTNAME= milter-manager -PORTVERSION= 2.1.1 -CATEGORIES= mail ruby -MASTER_SITES= OSDN/${PORTNAME}/67935 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Super milter that can invoke several milters selectively - -LICENSE= AGPLv3 GFDL GPLv3 LGPL3 -LICENSE_COMB= multi - -BROKEN_RUBY24= Build succeeds, but using binary results in segmentation fault -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 -LIB_DEPENDS= libev.so:devel/libev -RUN_DEPENDS= rubygem-glib2>0:devel/rubygem-glib2 - -USES= compiler:c++11-lang gettext gmake libtool pathfix pkgconfig -USE_RC_SUBR= milter-manager -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libev \ - --with-package-platform=freebsd -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -USE_GNOME= glib20 intltool -USE_LDCONFIG= yes -USE_RUBY= yes -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= DOCS EXAMPLES - -PORTDOCS= * -PORTEXAMPLES= * - -.include - -.if ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+=--with-html-dir=${DOCSDIR} -.else -CONFIGURE_ARGS+=--with-html-dir=${WRKDIR}/doc -.endif - -.if ! ${PORT_OPTIONS:MEXAMPLES} -EXAMPLESDIR= ${WRKDIR}/examples -.endif - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.in -exec \ - ${REINPLACE_CMD} -e "s#\$$(datadir)/@PACKAGE@#${DATADIR}#" \ - -e "s#\$$(datarootdir)/\$$(PACKAGE)#${DATADIR}#" {} + - @${REINPLACE_CMD} -e "s#\\\\\$$(pkgdatadir)/sample#${EXAMPLESDIR}#" ${WRKSRC}/configure - @${RM} -r ${WRKSRC}/binding/ruby/glib-2.2.5 - -.include diff --git a/mail/milter-manager/distinfo b/mail/milter-manager/distinfo deleted file mode 100644 index 131df2a7785..00000000000 --- a/mail/milter-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1521370741 -SHA256 (milter-manager-2.1.1.tar.gz) = 315170b261f7557a896dd5607e785279a293c81ce1f7116906102f8376b120c6 -SIZE (milter-manager-2.1.1.tar.gz) = 6619833 diff --git a/mail/milter-manager/files/milter-manager.in b/mail/milter-manager/files/milter-manager.in deleted file mode 100644 index 19ba694bf9a..00000000000 --- a/mail/milter-manager/files/milter-manager.in +++ /dev/null @@ -1,154 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: milter-manager -# REQUIRE: LOGIN -# BEFORE: mail -# KEYWORD: shutdown - -# Define these miltermanager_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/miltermanager -# -# miltermanager_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable milter-manager -# miltermanager_cfgdir (str): Configuration directory. see milter-manager(1) -# miltermanager_profiles (list): Set to "" by default. -# Define your profiles here. -# miltermanager_debug (str): Run the milter in debug mode(can run one instance only). -# -# miltermanager_${profile}_* : Variables per profile. -# -# all parameters below now can be set in milter-manager.conf(5). -# miltermanager_uid (str): Set username to run milter. -# miltermanager_gid (str): Set groupname to run milter. -# miltermanager_socket_gid (str): Set groupname to access the socket. -# miltermanager_socket (str): Path to the milter socket in socketspec. -# Sockets must be different from each other. -# miltermanager_flags (str): Flags passed to start command. - -. /etc/rc.subr - -name="miltermanager" -rcvar=miltermanager_enable - -extra_commands="reload" -start_precmd="manager_precmd" -stop_postcmd="manager_postcmd" -command="%%PREFIX%%/sbin/milter-manager" -_piddir="/var/run/milter-manager" -pidfile="${_piddir}/pid" - -load_rc_config $name - -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -: ${miltermanager_enable="NO"} -: ${miltermanager_cfgdir="%%PREFIX%%/etc/milter-manager"} -: ${miltermanager_uid="mailnull"} -: ${miltermanager_gid="mail"} -: ${miltermanager_socket_gid="mail"} -: ${miltermanager_debug="NO"} -# Options other than above can be set with $miltermanager_flags. -# see milter-manager documentation for detail. - -if [ -n "$2" ]; then - profile="$2" - if [ "x${miltermanager_profiles}" != "x" ]; then - pidfile="${_piddir}/${profile}.pid" - eval miltermanager_enable="\${miltermanager_${profile}_enable:-${miltermanager_enable}}" - eval miltermanager_cfgdir="\${miltermanager_${profile}_cfgdir:-}" - if [ ! -d "${miltermanager_cfgdir}" ];then - echo "You must set config directory for (miltermanager_${profile}_cfgdir)" - exit 1 - fi - eval miltermanager_socket="\${miltermanager_${profile}_socket:-}" - - command_args="--pid-file ${pidfile}" - - if [ -d "${miltermanager_cfgdir}" ];then - command_args="${command_args} --config-dir=${miltermanager_cfgdir}" - fi - if [ -n "${miltermanager_uid}" ] ; then - command_args="${command_args} --user-name ${miltermanager_uid}" - fi - if [ -n "${miltermanager_gid}" ] ; then - command_args="${command_args} --group-name ${miltermanager_gid}" - fi - if [ -n "${miltermanager_socket_gid}" ] ; then - command_args="${command_args} --unix-socket-group ${miltermanager_socket_gid}" - fi - if [ -n "${miltermanager_socket}" ] ; then - command_args="${command_args} --connection-spec ${miltermanager_socket}" - fi - command_args="${command_args} --daemon" - else - echo "$0: extra argument ignored" - fi -else - if [ "x${miltermanager_profiles}" != "x" -a "x$1" != "x" ]; then - if [ "x$1" != "xrestart" ]; then - for profile in ${miltermanager_profiles}; do - echo "===> miltermanager profile: ${profile}" - %%PREFIX%%/etc/rc.d/milter-manager $1 ${profile} - retcode="$?" - if [ "0${retcode}" -ne 0 ]; then - failed="${profile} (${retcode}) ${failed:-}" - else - success="${profile} ${success:-}" - fi - done - exit 0 - else - restart_precmd="" - fi - else - command_args="--pid-file ${pidfile}" - - if [ -d "${miltermanager_cfgdir}" ];then - command_args="${command_args} --config-dir=${miltermanager_cfgdir}" - fi - if [ -n "${miltermanager_uid}" ] ; then - command_args="${command_args} --user-name ${miltermanager_uid}" - fi - if [ -n "${miltermanager_gid}" ] ; then - command_args="${command_args} --group-name ${miltermanager_gid}" - fi - if [ -n "${miltermanager_socket_gid}" ] ; then - command_args="${command_args} --unix-socket-group ${miltermanager_socket_gid}" - fi - if [ -n "${miltermanager_socket}" ] ; then - command_args="${command_args} --connection-spec ${miltermanager_socket}" - fi - if checkyesno miltermanager_debug ; then - command_args="${command_args} --verbose" - else - command_args="${command_args} --daemon" - fi - fi -fi - -manager_precmd () -{ - if [ ! -d ${_piddir} ] ; then - mkdir -p ${_piddir} - fi - if [ -n "${miltermanager_uid}" ] ; then - chown ${miltermanager_uid} ${_piddir} - fi - if [ -n "${miltermanager_gid}" ] ; then - chgrp ${miltermanager_gid} ${_piddir} - fi -} - -manager_postcmd () -{ - # just if the directory is empty - rmdir ${_piddir} > /dev/null 2>&1 -} - -run_rc_command "$1" diff --git a/mail/milter-manager/files/patch-Makefile.in b/mail/milter-manager/files/patch-Makefile.in deleted file mode 100644 index f9ae17b5bbe..00000000000 --- a/mail/milter-manager/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2018-03-18 11:34:18 UTC -+++ Makefile.in -@@ -510,7 +510,7 @@ SUBDIRS = $(am__append_1) milter libmilt - data test po build doc html license package vendor - pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = milter-core.pc milter-client.pc milter-server.pc \ -- milter-manager.pc libmilter.pc $(am__append_2) -+ milter-manager.pc $(am__append_2) - EXTRA_DIST = \ - autogen.sh \ - gpg_uid \ diff --git a/mail/milter-manager/files/patch-binding_ruby_test_run-test.sh b/mail/milter-manager/files/patch-binding_ruby_test_run-test.sh deleted file mode 100644 index 9baf10f3bf9..00000000000 --- a/mail/milter-manager/files/patch-binding_ruby_test_run-test.sh +++ /dev/null @@ -1,8 +0,0 @@ ---- binding/ruby/test/run-test.sh.orig 2015-06-15 05:13:40 UTC -+++ binding/ruby/test/run-test.sh -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # Copyright (C) 2011 Kouhei Sutou - # diff --git a/mail/milter-manager/files/patch-configure b/mail/milter-manager/files/patch-configure deleted file mode 100644 index ba66440dbb5..00000000000 --- a/mail/milter-manager/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2017-06-28 06:21:45 UTC -+++ configure -@@ -14803,7 +14803,7 @@ fi - end - end - ruby_glib2_path = ruby_glib2_gem.full_gem_path -- print("-I ", File.join(ruby_glib2_path, "ext", "glib2"))') -+ print("-I ", File.join(ruby_glib2_path, "lib"))') - if test $? -eq 0; then - CFLAGS="$CFLAGS $RUBY_GLIB2_CFLAGS" - else diff --git a/mail/milter-manager/files/patch-libev-4.19__ev.c b/mail/milter-manager/files/patch-libev-4.19__ev.c deleted file mode 100644 index af4e590da37..00000000000 --- a/mail/milter-manager/files/patch-libev-4.19__ev.c +++ /dev/null @@ -1,18 +0,0 @@ ---- libev-4.19/ev.c.orig 2016-07-20 07:58:51 UTC -+++ libev-4.19/ev.c -@@ -1022,12 +1022,12 @@ ecb_inline uint64_t ecb_rotr64 (uint64_t - } - #endif - --#if ECB_GCC_VERSION(4,5) -+#if ECB_GCC_VERSION(4,5) || defined __clang__ - #define ecb_unreachable() __builtin_unreachable () - #else - /* this seems to work fine, but gcc always emits a warning for it :/ */ -- ecb_inline void ecb_unreachable (void) ecb_noreturn; -- ecb_inline void ecb_unreachable (void) { } -+ ecb_inline ecb_noreturn ecb_unreachable (void); -+ ecb_inline ecb_noreturn ecb_unreachable (void) { } - #endif - - /* try to tell the compiler that some condition is definitely true */ diff --git a/mail/milter-manager/pkg-descr b/mail/milter-manager/pkg-descr deleted file mode 100644 index 5177a002295..00000000000 --- a/mail/milter-manager/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -milter manager protects you from spam mails and virus mails effectively -with milter. milter manager has embedded Ruby interpreter to control -milters flexibly. - -WWW: https://milter-manager.osdn.jp/ diff --git a/mail/milter-manager/pkg-plist b/mail/milter-manager/pkg-plist deleted file mode 100644 index 480a224997a..00000000000 --- a/mail/milter-manager/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/milter-manager-log-analyzer -bin/milter-performance-check -bin/milter-report-statistics -bin/milter-test-client -bin/milter-test-client-libmilter -bin/milter-test-server -etc/cron.d/milter-manager-log -%%ETCDIR%%/applicable-conditions/authentication.conf -%%ETCDIR%%/applicable-conditions/dnsbl.conf -%%ETCDIR%%/applicable-conditions/remote-network.conf -%%ETCDIR%%/applicable-conditions/restrict-accounts.conf -%%ETCDIR%%/applicable-conditions/s25r.conf -%%ETCDIR%%/applicable-conditions/sendmail-compatible.conf -%%ETCDIR%%/applicable-conditions/stress.conf -%%ETCDIR%%/applicable-conditions/trust.conf -%%ETCDIR%%/defaults/debian.conf -%%ETCDIR%%/defaults/freebsd.conf -%%ETCDIR%%/defaults/pkgsrc.conf -%%ETCDIR%%/defaults/redhat.conf -%%ETCDIR%%/milter-manager.conf -%%ETCDIR%%/models/example.rb -include/milter-manager/libmilter/libmilter/mfapi.h -include/milter-manager/libmilter/libmilter/mfdef.h -include/milter-manager/milter/client.h -include/milter-manager/milter/client/milter-client-context.h -include/milter-manager/milter/client/milter-client-enum-types.h -include/milter-manager/milter/client/milter-client-objects.h -include/milter-manager/milter/client/milter-client-private.h -include/milter-manager/milter/client/milter-client-runner.h -include/milter-manager/milter/client/milter-client-single-thread-runner.h -include/milter-manager/milter/client/milter-client.h -include/milter-manager/milter/core.h -include/milter-manager/milter/core/milter-agent.h -include/milter-manager/milter/core/milter-command-decoder.h -include/milter-manager/milter/core/milter-command-encoder.h -include/milter-manager/milter/core/milter-connection.h -include/milter-manager/milter/core/milter-decoder.h -include/milter-manager/milter/core/milter-encoder.h -include/milter-manager/milter/core/milter-enum-types.h -include/milter-manager/milter/core/milter-error-emittable.h -include/milter-manager/milter/core/milter-esmtp.h -include/milter-manager/milter/core/milter-event-loop.h -include/milter-manager/milter/core/milter-finished-emittable.h -include/milter-manager/milter/core/milter-glib-event-loop.h -include/milter-manager/milter/core/milter-headers.h -include/milter-manager/milter/core/milter-libev-event-loop.h -include/milter-manager/milter/core/milter-logger.h -include/milter-manager/milter/core/milter-macros-requests.h -include/milter-manager/milter/core/milter-memory-profile.h -include/milter-manager/milter/core/milter-message-result.h -include/milter-manager/milter/core/milter-option.h -include/milter-manager/milter/core/milter-protocol-agent.h -include/milter-manager/milter/core/milter-protocol.h -include/milter-manager/milter/core/milter-reader.h -include/milter-manager/milter/core/milter-reply-decoder.h -include/milter-manager/milter/core/milter-reply-encoder.h -include/milter-manager/milter/core/milter-reply-signals.h -include/milter-manager/milter/core/milter-session-result.h -include/milter-manager/milter/core/milter-syslog-logger.h -include/milter-manager/milter/core/milter-utils.h -include/milter-manager/milter/core/milter-version.h -include/milter-manager/milter/core/milter-writer.h -include/milter-manager/milter/manager.h -include/milter-manager/milter/manager/milter-manager-applicable-condition.h -include/milter-manager/milter/manager/milter-manager-child.h -include/milter-manager/milter/manager/milter-manager-children.h -include/milter-manager/milter/manager/milter-manager-configuration.h -include/milter-manager/milter/manager/milter-manager-control-command-decoder.h -include/milter-manager/milter/manager/milter-manager-control-command-encoder.h -include/milter-manager/milter/manager/milter-manager-control-protocol.h -include/milter-manager/milter/manager/milter-manager-control-reply-decoder.h -include/milter-manager/milter/manager/milter-manager-control-reply-encoder.h -include/milter-manager/milter/manager/milter-manager-controller-context.h -include/milter-manager/milter/manager/milter-manager-controller.h -include/milter-manager/milter/manager/milter-manager-egg.h -include/milter-manager/milter/manager/milter-manager-enum-types.h -include/milter-manager/milter/manager/milter-manager-launch-command-decoder.h -include/milter-manager/milter/manager/milter-manager-launch-command-encoder.h -include/milter-manager/milter/manager/milter-manager-launch-protocol.h -include/milter-manager/milter/manager/milter-manager-leader.h -include/milter-manager/milter/manager/milter-manager-module-impl.h -include/milter-manager/milter/manager/milter-manager-module.h -include/milter-manager/milter/manager/milter-manager-objects.h -include/milter-manager/milter/manager/milter-manager-process-launcher.h -include/milter-manager/milter/manager/milter-manager-reply-decoder.h -include/milter-manager/milter/manager/milter-manager-reply-encoder.h -include/milter-manager/milter/manager/milter-manager-reply-protocol.h -include/milter-manager/milter/manager/milter-manager.h -include/milter-manager/milter/server.h -include/milter-manager/milter/server/milter-server-context.h -include/milter-manager/milter/server/milter-server-enum-types.h -lib/libmilter-client.so -lib/libmilter-client.so.0 -lib/libmilter-client.so.0.0.0 -lib/libmilter-core.so -lib/libmilter-core.so.0 -lib/libmilter-core.so.0.0.0 -lib/libmilter-manager.so -lib/libmilter-manager.so.0 -lib/libmilter-manager.so.0.0.0 -lib/libmilter-server.so -lib/libmilter-server.so.0 -lib/libmilter-server.so.0.0.0 -lib/milter-manager/binding/ext/milter_client.so -lib/milter-manager/binding/ext/milter_core.so -lib/milter-manager/binding/ext/milter_manager.so -lib/milter-manager/binding/ext/milter_server.so -lib/milter-manager/binding/ext/rb-milter-client.h -lib/milter-manager/binding/ext/rb-milter-core.h -lib/milter-manager/binding/ext/rb-milter-server.h -lib/milter-manager/binding/lib/milter.rb -lib/milter-manager/binding/lib/milter/client.rb -lib/milter-manager/binding/lib/milter/client/command-line.rb -lib/milter-manager/binding/lib/milter/client/composite-session.rb -lib/milter-manager/binding/lib/milter/client/configuration.rb -lib/milter-manager/binding/lib/milter/client/context-state.rb -lib/milter-manager/binding/lib/milter/client/envelope-address.rb -lib/milter-manager/binding/lib/milter/client/fallback-session.rb -lib/milter-manager/binding/lib/milter/client/mail-transaction-shelf.rb -lib/milter-manager/binding/lib/milter/client/session-context.rb -lib/milter-manager/binding/lib/milter/client/session.rb -lib/milter-manager/binding/lib/milter/client/testing.rb -lib/milter-manager/binding/lib/milter/core.rb -lib/milter-manager/binding/lib/milter/core/callback.rb -lib/milter-manager/binding/lib/milter/core/compatible.rb -lib/milter-manager/binding/lib/milter/core/logger.rb -lib/milter-manager/binding/lib/milter/core/macro.rb -lib/milter-manager/binding/lib/milter/core/path.rb -lib/milter-manager/binding/lib/milter/core/socket-address.rb -lib/milter-manager/binding/lib/milter/manager.rb -lib/milter-manager/binding/lib/milter/manager/address-matcher.rb -lib/milter-manager/binding/lib/milter/manager/breaker.rb -lib/milter-manager/binding/lib/milter/manager/child-context.rb -lib/milter-manager/binding/lib/milter/manager/clamav-milter-config-parser.rb -lib/milter-manager/binding/lib/milter/manager/condition-table.rb -lib/milter-manager/binding/lib/milter/manager/connection-check-context.rb -lib/milter-manager/binding/lib/milter/manager/debian-detector.rb -lib/milter-manager/binding/lib/milter/manager/debian-init-detector.rb -lib/milter-manager/binding/lib/milter/manager/debian-systemd-detector.rb -lib/milter-manager/binding/lib/milter/manager/detector.rb -lib/milter-manager/binding/lib/milter/manager/enma-socket-detector.rb -lib/milter-manager/binding/lib/milter/manager/exception.rb -lib/milter-manager/binding/lib/milter/manager/file-reader.rb -lib/milter-manager/binding/lib/milter/manager/freebsd-rc-detector.rb -lib/milter-manager/binding/lib/milter/manager/init-detector.rb -lib/milter-manager/binding/lib/milter/manager/milter-greylist-config-parser.rb -lib/milter-manager/binding/lib/milter/manager/netstat-connection-checker.rb -lib/milter-manager/binding/lib/milter/manager/opendkim-config-parser.rb -lib/milter-manager/binding/lib/milter/manager/pkgsrc-rc-detector.rb -lib/milter-manager/binding/lib/milter/manager/policy-manager.rb -lib/milter-manager/binding/lib/milter/manager/postfix-cidr-table.rb -lib/milter-manager/binding/lib/milter/manager/postfix-condition-table-parser.rb -lib/milter-manager/binding/lib/milter/manager/postfix-regexp-table.rb -lib/milter-manager/binding/lib/milter/manager/rcng-detector.rb -lib/milter-manager/binding/lib/milter/manager/redhat-detector.rb -lib/milter-manager/binding/lib/milter/manager/redhat-init-detector.rb -lib/milter-manager/binding/lib/milter/manager/redhat-systemd-detector.rb -lib/milter-manager/binding/lib/milter/manager/redhat-upstart-detector.rb -lib/milter-manager/binding/lib/milter/manager/rmilter-socket-detector.rb -lib/milter-manager/binding/lib/milter/manager/rspamd-proxy-detector.rb -lib/milter-manager/binding/lib/milter/manager/systemd-detector.rb -lib/milter-manager/binding/lib/milter/server.rb -lib/milter-manager/binding/lib/milter/server/testing.rb -lib/milter-manager/libmilter.so -lib/milter-manager/libmilter.so.1 -lib/milter-manager/libmilter.so.1.0.1 -lib/milter-manager/module/configuration/milter-manager-ruby-configuration.so -libdata/pkgconfig/milter-client.pc -libdata/pkgconfig/milter-core.pc -libdata/pkgconfig/milter-manager.pc -libdata/pkgconfig/milter-server.pc -man/ja/man1/milter-manager-log-analyzer.1.gz -man/ja/man1/milter-manager.1.gz -man/ja/man1/milter-performance-check.1.gz -man/ja/man1/milter-report-statistics.1.gz -man/ja/man1/milter-test-client.1.gz -man/ja/man1/milter-test-server.1.gz -man/man1/milter-manager-log-analyzer.1.gz -man/man1/milter-manager.1.gz -man/man1/milter-performance-check.1.gz -man/man1/milter-report-statistics.1.gz -man/man1/milter-test-client.1.gz -man/man1/milter-test-server.1.gz -sbin/milter-manager -%%DATADIR%%/license/fdl.txt -%%DATADIR%%/license/gpl.txt -%%DATADIR%%/license/lgpl.txt -%%DATADIR%%/license/ruby.ja.txt -%%DATADIR%%/license/ruby.txt -%%DATADIR%%/munin/plugins/milter_manager_ -%%DATADIR%%/munin/plugins/milter_manager_memory -%%DATADIR%%/munin/plugins/postfix_processes -%%DATADIR%%/munin/plugins/sendmail_processes diff --git a/mail/openemm2015/pkg-descr b/mail/openemm2015/pkg-descr index 0877e45f0b7..3ea88b1169e 100644 --- a/mail/openemm2015/pkg-descr +++ b/mail/openemm2015/pkg-descr @@ -14,4 +14,4 @@ OpenEMM offers already more than 95% of the functionality of most commercial products and some features most commercial products do not offer right now (for example MySQL support and CMS functionality). -WWW: http://www.openemm.org +WWW: https://www.agnitas.de/en/e-marketing_manager/email-marketing-software-variants/openemm/ diff --git a/math/Makefile b/math/Makefile index 3133b978a69..557c040c877 100644 --- a/math/Makefile +++ b/math/Makefile @@ -260,7 +260,6 @@ SUBDIR += gnuplot SUBDIR += gnuplot-lite SUBDIR += gnuplot-tex-extras - SUBDIR += goblin SUBDIR += gotoblas SUBDIR += grace SUBDIR += gracetmpl @@ -274,30 +273,6 @@ SUBDIR += hipmcl SUBDIR += hmat-oss SUBDIR += hs-Agda - SUBDIR += hs-Agda-stdlib - SUBDIR += hs-NumInstances - SUBDIR += hs-adjunctions - SUBDIR += hs-categories - SUBDIR += hs-comonad - SUBDIR += hs-contravariant - SUBDIR += hs-data-lens - SUBDIR += hs-data-lens-template - SUBDIR += hs-dense-linear-algebra - SUBDIR += hs-distributive - SUBDIR += hs-erf - SUBDIR += hs-fixed - SUBDIR += hs-half - SUBDIR += hs-ieee754 - SUBDIR += hs-integer-logarithms - SUBDIR += hs-kan-extensions - SUBDIR += hs-math-functions - SUBDIR += hs-mwc-random - SUBDIR += hs-pointed - SUBDIR += hs-probability - SUBDIR += hs-semigroupoids - SUBDIR += hs-semigroups - SUBDIR += hs-statistics - SUBDIR += hs-vector-space SUBDIR += ignition-math SUBDIR += igraph SUBDIR += intervaltree @@ -379,7 +354,6 @@ SUBDIR += mlpack SUBDIR += moab SUBDIR += moo - SUBDIR += mosesdecoder SUBDIR += mpc SUBDIR += mpexpr SUBDIR += mpfr diff --git a/math/goblin/Makefile b/math/goblin/Makefile deleted file mode 100644 index d23e155ba80..00000000000 --- a/math/goblin/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= goblin -DISTVERSION= 2.8b30 -PORTREVISION= 1 -CATEGORIES= math -MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}2/${PORTNAME}.${DISTVERSION} -DISTNAME= ${PORTNAME}.${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graph Object Library for Network Programming Problems - -LICENSE= LGPL21 GPLv2+ # GPLv2 for (optional) bundled glpk -LICENSE_COMB= multi -LICENSE_FILE_LGPL21= ${WRKSRC}/tcl/LGPL - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 -CONFLICTS= glpk-[0-9]* - -USES= gmake tk tar:tgz -USE_LDCONFIG= yes -MAKE_ARGS= CC="${CC}" CCFLAGS="${CFLAGS}" \ - CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - LD="${CXX}" LIBS="${LIBS}" \ - libtcl=${TCL_SHLIB_VER} libtk=${TK_SHLIB_VER} \ - prefix=${PREFIX} -ALL_TARGET= all shared -MAKE_JOBS_UNSAFE= yes - -CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/ \ - -I${LOCALBASE}/include/tk${TK_VER} -fPIC -CXXFLAGS+= -fPIC -LIBS+= -L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER} -ltk${TK_SHLIB_VER} -lm -pthread - -PORTDOCS= * -PORTEXAMPLES= * - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/wish|${WISH}|g' ${WRKSRC}/display - @${REINPLACE_CMD} -e \ - 's|%%WISH%%|${WISH}|g; \ - s|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/Makefile.conf - @${REINPLACE_CMD} -e 's|\./gosh|${PREFIX}/bin/gosh|; \ - s|\[pwd\] tcl|${PREFIX}/lib/goblin|g' \ - ${WRKSRC}/goblet - @${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/gosh ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/goblet ${STAGEDIR}${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/display ${STAGEDIR}${PREFIX}/bin/goblin-display - @${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} - (cd ${WRKSRC}/include && ${INSTALL_DATA} *.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}) - ${INSTALL} -d ${STAGEDIR}${PREFIX}/lib/${PORTNAME} - (cd ${WRKSRC}/tcl && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) - ${INSTALL_DATA} ${WRKSRC}/lib/libgoblin.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libgoblin.so ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libglpk.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_LIB} ${WRKSRC}/libglpk.so ${STAGEDIR}${PREFIX}/lib - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - (cd ${WRKSRC}/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) - (cd ${WRKSRC}/doku && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - -.include diff --git a/math/goblin/distinfo b/math/goblin/distinfo deleted file mode 100644 index 01e1ff9b10c..00000000000 --- a/math/goblin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (goblin.2.8b30.tgz) = 3ceec6e051911e494ec1003de08d7e519e4c1987cac0d04510fd4901a56fc050 -SIZE (goblin.2.8b30.tgz) = 1756142 diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile deleted file mode 100644 index c9f1803b2aa..00000000000 --- a/math/goblin/files/patch-Makefile +++ /dev/null @@ -1,88 +0,0 @@ ---- Makefile.orig 2009-10-11 02:10:45.000000000 +0200 -+++ Makefile 2013-10-01 11:00:03.000000000 +0200 -@@ -188,7 +188,6 @@ - .depend : - @rm -f .depend - @touch .depend --ifeq ($(CC),gcc) - @echo -e "$(lib_src_path)/\c" > dir.depend - @for srcfile in $(lib_sources); do \ - cat dir.depend >> .depend; \ -@@ -221,27 +220,6 @@ - done - @rm part.depend - @rm dir.depend --else -- @for srcfile in $(lib_sources); do \ -- makedepend -a -f'.depend' -I$(lib_incl_path) -I$(glpk_incl_path) $$srcfile; \ -- done -- @echo -e "$(glpk_src_path)/\c" > dir.depend; -- @for srcfile in $(glpk_sources); do \ -- makedepend -a -f'.depend' -I$(lib_incl_path) -I$(glpk_incl_path) $$srcfile; \ -- done -- @echo -e "$(glpk_wrap_path)/\c" > dir.depend -- @for srcfile in $(wrap_sources); do \ -- makedepend -a -f'.depend' -I$(lib_incl_path) -I$(glpk_incl_path) $$srcfile; \ -- done -- @echo -e "$(shell_src_path)/\c" > dir.depend -- @for srcfile in $(shell_sources); do \ -- makedepend -a -f'.depend' -I$(lib_incl_path) -I$(glpk_incl_path) $$srcfile; \ -- done -- @echo -e "$(main_src_path)/\c" > dir.depend -- @for srcfile in $(solve_sources); do \ -- makedepend -a -f'.depend' -I$(lib_incl_path) -I$(glpk_incl_path) $$srcfile; \ -- done --endif - @echo "...Dependencies generated" - - -@@ -335,19 +313,11 @@ - shared : intro $(shared_objects) - - libgoblin.$(so_suffix) : $(lib_objects) $(shell_objects) --ifeq ($(CC),gcc) - $(LD) -shared -Wl,-soname,$@ -o $@ $^ $(LDFLAGS) $(LIBS) --else -- $(LD) -G -o $@ $^ $(LDFLAGS) $(LIBS) --endif - @echo "...Shared object ($@) has been successfully linked" - - libglpk.$(so_suffix) : $(glpk_objects) $(wrap_objects) --ifeq ($(CC),gcc) - $(LD) -shared -Wl,-soname,$@ -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin --else -- $(LD) -G -o $@ $(shell_objects) $^ -L. $(LDFLAGS) $(LIBS) -lgoblin --endif - @echo "...Shared object ($@) has been successfully linked" - - -@@ -367,11 +337,7 @@ - else - - gosh : $(gosh_objects) $(shared_objects) --ifeq ($(CC),gcc) - $(LD) -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS) --else -- $(LD) -G -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS) --endif - @echo "...Shell tool ($@) has been linked with shared object" - - endif -@@ -648,7 +618,7 @@ - mkdir -p bin - ifneq ($(link_mode),dynamic) - mv gosh$(exe_suffix) bin -- echo "#!$(PWD)/bin/gosh" > bin/goblet -+ echo "#!$(prefix)/bin/gosh" > bin/goblet - else - echo "#!$(wish_name)" > bin/goblet - echo "" >> bin/goblet -@@ -659,7 +629,7 @@ - endif - echo "" >> bin/goblet - echo "set GoblinVersion $(version)" >> bin/goblet -- echo "set GoblinTclPath [file join $(PWD) tcl]" \ -+ echo "set GoblinTclPath $(prefix)/lib/goblin" \ - >> bin/goblet - echo "" >> bin/goblet - cat goblet >> bin/goblet diff --git a/math/goblin/files/patch-Makefile.conf b/math/goblin/files/patch-Makefile.conf deleted file mode 100644 index eed8b2880fe..00000000000 --- a/math/goblin/files/patch-Makefile.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.conf.orig 2013-06-04 14:27:38.000000000 +0200 -+++ Makefile.conf 2013-06-04 14:27:57.000000000 +0200 -@@ -44,7 +44,7 @@ - ifeq ($(os),solaris) - wish_name = /opt/csw/bin/wish - else -- wish_name = /usr/bin/wish -+ wish_name = %%WISH%% - endif - - -@@ -126,7 +126,7 @@ - ifeq ($(os),solaris) - prefix = /opt/goblin/$(rel) - else -- prefix = /usr -+ prefix = %%PREFIX%% - endif - - goblin_include_path = $(prefix)/include diff --git a/math/goblin/files/patch-destructors b/math/goblin/files/patch-destructors deleted file mode 100644 index 9a15aae73dd..00000000000 --- a/math/goblin/files/patch-destructors +++ /dev/null @@ -1,395 +0,0 @@ ---- include/investigator.h.orig 2013-06-04 14:33:44.000000000 +0200 -+++ include/investigator.h 2013-06-04 14:34:16.000000000 +0200 -@@ -69,6 +69,8 @@ - /// \retval true There are unvisited arcs in the incidence list of v - virtual bool Active(TNode v) const throw(ERRange) = 0; - -+ virtual ~investigator() throw() {} -+ - }; - - /// @} ---- include/mixedGraph.h.orig 2013-06-04 14:34:21.000000000 +0200 -+++ include/mixedGraph.h 2013-06-04 14:37:20.000000000 +0200 -@@ -79,6 +79,8 @@ - - lineGraph(abstractMixedGraph& G,TOption = LG_DIRECTED) throw(ERRejected); - -+ ~lineGraph() throw() {}; -+ - }; - - /// \brief Subgraph of a given mixed graph induced by a specified node or arc set -@@ -96,6 +98,7 @@ - inducedSubgraph(abstractMixedGraph&,const indexSet&, - const indexSet&,const TOption = OPT_PARALLELS) - throw(ERRejected); -+ ~inducedSubgraph() throw() {} - - }; - -@@ -110,6 +113,7 @@ - public: - - colourContraction(abstractMixedGraph&,const TOption = 0) throw(); -+ ~colourContraction () throw() {} - - }; - -@@ -125,6 +129,7 @@ - - explicitSurfaceGraph(abstractMixedGraph&,nestedFamily&, - TFloat*,TArc*) throw(); -+ ~explicitSurfaceGraph () throw() {} - - }; - -@@ -136,6 +141,7 @@ - public: - - explicitSubdivision(abstractMixedGraph&,const TOption = 0) throw(); -+ ~explicitSubdivision () throw() {} - - }; - ---- include/sparseGraph.h.orig 2013-06-04 14:37:25.000000000 +0200 -+++ include/sparseGraph.h 2013-06-04 14:43:39.000000000 +0200 -@@ -77,6 +77,7 @@ - public: - - complementaryGraph(abstractMixedGraph& G,TOption = 0) throw(ERRejected); -+ ~complementaryGraph() throw() {} - - }; - -@@ -96,6 +97,7 @@ - public: - - planarLineGraph(abstractMixedGraph& G,TOption = 0) throw(ERRejected); -+ ~planarLineGraph() throw() {} - - }; - -@@ -112,6 +114,7 @@ - public: - - vertexTruncation(abstractMixedGraph& _G,TOption = 0) throw(ERRejected); -+ ~vertexTruncation() throw() {} - - }; - -@@ -135,6 +138,7 @@ - }; - - facetSeparation(abstractMixedGraph& G,TOptRotation mode = ROT_NONE) throw(ERRejected); -+ ~facetSeparation() throw() {} - - }; - -@@ -151,6 +155,7 @@ - public: - - dualGraph(abstractMixedGraph& G,TOption = 0) throw(ERRejected); -+ ~dualGraph() throw() {} - - }; - -@@ -170,6 +175,7 @@ - public: - - spreadOutRegular(abstractMixedGraph& G,TOption = 0) throw(ERRejected); -+ ~spreadOutRegular() throw() {} - - }; - -@@ -208,6 +214,8 @@ - /// \param _CT The controller to handle this object - mycielskianGraph(unsigned k,goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~mycielskianGraph() throw() {} -+ - }; - - /// @} -@@ -256,6 +264,7 @@ - - triangularGraph(TNode cardinality, - goblinController& _CT = goblinDefaultContext) throw(); -+ ~triangularGraph() throw() {} - - }; - -@@ -300,6 +309,8 @@ - TNode minimumIntersection,TNode maximumIntersection, - goblinController& _CT = goblinDefaultContext) throw(); - -+ ~intersectionGraph() throw() {} -+ - }; - - -@@ -311,6 +322,7 @@ - - sierpinskiTriangle(TNode depth, - goblinController& _CT = goblinDefaultContext) throw(); -+ ~sierpinskiTriangle() throw() {} - }; - - -@@ -333,6 +345,7 @@ - /// \param _CT The controller object to manage the created graph - openGrid(TNode _k,TNode _l,TOptGrid shape, - goblinController& _CT = goblinDefaultContext) throw(ERRejected); -+ ~openGrid() throw() {} - - }; - -@@ -358,6 +371,8 @@ - polarGrid(TNode _k,TNode _l,TNode _p,TOptPolar facets,TOptPolar dim, - goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~polarGrid() throw() {} -+ - }; - - -@@ -456,6 +471,8 @@ - toroidalGrid(unsigned short hSkew,unsigned short vSize,short vSkew,unsigned short hSize, - TOptTorus facets,goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~toroidalGrid() throw() {} -+ - }; - - -@@ -467,6 +484,8 @@ - - moebiusLadder(TNode _k,goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~moebiusLadder() throw() {} -+ - }; - - -@@ -508,6 +527,8 @@ - /// - generalizedPetersen(10,3) is known as the Desargues graph. - generalizedPetersen(TNode perimeter,TNode skew,goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~generalizedPetersen() throw() {} -+ - }; - - -@@ -532,6 +553,8 @@ - gridCompletion(TNode dim,TOptShape shape, - goblinController& _CT = goblinDefaultContext) throw(ERRejected); - -+ ~gridCompletion() throw() {} -+ - }; - - -@@ -581,6 +604,8 @@ - /// interval [randMin,..,randMax] are assumed. - void GenerateThis(TFloat threshold,TFloat* nodeWeight,long randMin,long randMax) throw(); - -+ ~thresholdGraph() throw() {} -+ - }; - - -@@ -601,6 +626,8 @@ - /// is generated. - permutationGraph(TNode numNodes,TNode* map = NULL,goblinController& _CT = goblinDefaultContext) throw(); - -+ ~permutationGraph() throw() {} -+ - }; - - -@@ -650,6 +677,8 @@ - /// intervals are specified, random intervals are generated. - void GenerateThis(TFloat* minRange,TFloat* maxRange,TIndex valueRange) throw(); - -+ ~intervalGraph() throw() {} -+ - }; - - /// @} ---- include/sparseBigraph.h.orig 2013-06-04 14:43:47.000000000 +0200 -+++ include/sparseBigraph.h 2013-06-04 14:44:05.000000000 +0200 -@@ -80,6 +80,8 @@ - inducedBigraph(abstractMixedGraph&,const indexSet&, - const indexSet&,const TOption = OPT_PARALLELS) throw(ERRejected); - -+ ~inducedBigraph() throw() {} -+ - }; - - /// @} ---- include/sparseDigraph.h.orig 2013-06-04 14:44:29.000000000 +0200 -+++ include/sparseDigraph.h 2013-06-04 14:46:58.000000000 +0200 -@@ -116,6 +116,8 @@ - - inducedOrientation(abstractMixedGraph &G,TOption options = 0) throw(ERRejected); - -+ ~inducedOrientation() throw() {} -+ - }; - - -@@ -151,6 +153,8 @@ - /// non-adjacent. - void MapEdgeCut() throw(); - -+ ~nodeSplitting() throw() {} -+ - }; - - /// @} -@@ -168,6 +172,8 @@ - regularTree(TNode _depth,TNode deg,TNode _n = NoNode, - goblinController& thisContext = goblinDefaultContext) throw(ERRejected); - -+ ~regularTree() throw() {} -+ - }; - - -@@ -194,6 +200,8 @@ - /// \param thisContext The context to which this graph object is attached - butterflyGraph(TNode length,TNode base=2,goblinController& thisContext = goblinDefaultContext) throw(); - -+ ~butterflyGraph() throw() {} -+ - }; - - -@@ -215,6 +223,8 @@ - /// \param thisContext The context to which this graph object is attached - cyclicButterfly(TNode length,TNode base=2,goblinController& thisContext = goblinDefaultContext) throw(); - -+ ~cyclicButterfly() throw() {} -+ - }; - - /// @} -@@ -239,6 +249,8 @@ - - directedDual(abstractMixedGraph &G,TOption options = 0) throw(ERRejected); - -+ ~directedDual() throw() {} -+ - }; - - /// @} -@@ -258,6 +270,8 @@ - - transitiveClosure(abstractDiGraph &G,TOption options = 0) throw(ERRejected); - -+ ~transitiveClosure() throw() {} -+ - }; - - -@@ -272,6 +286,8 @@ - - intransitiveReduction(abstractDiGraph &G,TOption options = 0) throw(ERRejected); - -+ ~intransitiveReduction() throw() {} -+ - }; - - /// @} ---- include/balancedDigraph.h.orig 2013-06-04 14:47:05.000000000 +0200 -+++ include/balancedDigraph.h 2013-06-04 14:47:25.000000000 +0200 -@@ -72,6 +72,8 @@ - TNode DefaultSourceNode() const throw() {return n-1;}; - TNode DefaultTargetNode() const throw() {return n-2;}; - -+ ~splitGraph() throw() {} -+ - }; - - #endif ---- include/denseGraph.h.orig 2013-06-04 14:47:31.000000000 +0200 -+++ include/denseGraph.h 2013-06-04 14:47:50.000000000 +0200 -@@ -95,6 +95,8 @@ - - metricGraph(abstractGraph &G) throw(ERRejected); - -+ ~metricGraph() throw() {} -+ - }; - - /// @} ---- include/branchScheme.h.orig 2013-06-04 14:48:23.000000000 +0200 -+++ include/branchScheme.h 2013-06-04 14:48:43.000000000 +0200 -@@ -131,7 +131,9 @@ - { - public: - -- branchTree(goblinController &) throw(); -+ branchTree(goblinController &) throw(); -+ -+ ~branchTree() throw() {} - - }; - ---- include/abstractSubgraph.h.orig 2013-06-04 14:48:50.000000000 +0200 -+++ include/abstractSubgraph.h 2013-06-04 14:49:12.000000000 +0200 -@@ -102,7 +102,9 @@ - virtual TArc M() const throw() = 0; //!; - template class indexSetComplement; -+template indexSet::indexSet(unsigned long, goblinController &); -+template indexSet::~indexSet(); -+template indexSet::indexSet(unsigned short, goblinController &); -+template indexSet::~indexSet(); diff --git a/math/goblin/files/patch-managedObject b/math/goblin/files/patch-managedObject deleted file mode 100644 index 2aab0444ebb..00000000000 --- a/math/goblin/files/patch-managedObject +++ /dev/null @@ -1,364 +0,0 @@ ---- include/managedObject.h.orig 2013-06-05 09:27:06.000000000 +0200 -+++ include/managedObject.h 2013-06-05 09:27:19.000000000 +0200 -@@ -193,8 +193,8 @@ - }; - - --#define InternalError(scope,event) {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",event,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);} --#define InternalError1(scope) {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",this->CT.logBuffer,__FILE__,__LINE__); Error(ERR_INTERNAL,scope,this->CT.logBuffer);} -+#define InternalError(scope,event) {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",event,__FILE__,__LINE__); this->Error(ERR_INTERNAL,scope,this->CT.logBuffer);} -+#define InternalError1(scope) {sprintf(this->CT.logBuffer,"%s (%s, line: %d)",this->CT.logBuffer,__FILE__,__LINE__); this->Error(ERR_INTERNAL,scope,this->CT.logBuffer);} - - - #endif ---- lib_src/dynamicStack.cpp.orig 2013-06-05 09:24:05.000000000 +0200 -+++ lib_src/dynamicStack.cpp 2013-06-05 09:23:48.000000000 +0200 -@@ -97,7 +97,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - #endif - ---- lib_src/dynamicQueue.cpp.orig 2013-06-05 09:24:43.000000000 +0200 -+++ lib_src/dynamicQueue.cpp 2013-06-05 09:24:50.000000000 +0200 -@@ -97,7 +97,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - #endif - ---- lib_src/fibonacciHeap.cpp.orig 2013-06-05 09:25:25.000000000 +0200 -+++ lib_src/fibonacciHeap.cpp 2013-06-05 09:29:46.000000000 +0200 -@@ -194,7 +194,7 @@ - { - #if defined(_FAILSAVE_) - -- if (v>=n || status[v]==NOT_QUEUED) NoSuchItem("Display",v); -+ if (v>=n || status[v]==NOT_QUEUED) this->NoSuchItem("Display",v); - - #endif - -@@ -267,7 +267,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - #endif - -@@ -281,13 +281,13 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - if (status[w]!=NOT_QUEUED) - { - sprintf(this->CT.logBuffer,"Already on queue: %lu", - static_cast(w)); -- Error(ERR_REJECTED,"Insert",this->CT.logBuffer); -+ this->Error(ERR_REJECTED,"Insert",this->CT.logBuffer); - } - - #endif -@@ -394,7 +394,7 @@ - { - #if defined(_FAILSAVE_) - -- if (v>=n) NoSuchItem("Link",v); -+ if (v>=n) this->NoSuchItem("Link",v); - - if (status[v]!=ROOT_NODE) - { -@@ -403,7 +403,7 @@ - this -> Error(ERR_REJECTED,"Link",this->CT.logBuffer); - } - -- if (w>=n) NoSuchItem("Link",w); -+ if (w>=n) this->NoSuchItem("Link",w); - - if (status[w]!=ROOT_NODE) - { -@@ -459,7 +459,7 @@ - { - #if defined(_FAILSAVE_) - -- if (v>=n) NoSuchItem("Cut",v); -+ if (v>=n) this->NoSuchItem("Cut",v); - - if (status[v]!=UNMARKED_CHILD && status[v]!=MARKED_CHILD) - { -@@ -514,7 +514,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || status[w]==NOT_QUEUED) NoSuchItem("Delete",w); -+ if (w>=n || status[w]==NOT_QUEUED) this->NoSuchItem("Delete",w); - - #endif - -@@ -586,7 +586,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || status[w]==NOT_QUEUED) NoSuchItem("Key",w); -+ if (w>=n || status[w]==NOT_QUEUED) this->NoSuchItem("Key",w); - - #endif - -@@ -599,7 +599,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || status[w]==NOT_QUEUED) NoSuchItem("ChangeKey",w); -+ if (w>=n || status[w]==NOT_QUEUED) this->NoSuchItem("ChangeKey",w); - - #endif - ---- lib_src/basicHeap.cpp.orig 2013-06-05 09:30:16.000000000 +0200 -+++ lib_src/basicHeap.cpp 2013-06-05 09:31:06.000000000 +0200 -@@ -140,7 +140,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - if (maxIndex>=n) - this -> Error(ERR_REJECTED,"Insert","Buffer is full"); -@@ -187,7 +187,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Delete",w); -+ if (w>=n) this->NoSuchItem("Delete",w); - - #endif - -@@ -199,7 +199,7 @@ - { - sprintf(this->CT.logBuffer,"Not a member: %lu", - static_cast(w)); -- Error(ERR_REJECTED,"Delete",this->CT.logBuffer); -+ this->Error(ERR_REJECTED,"Delete",this->CT.logBuffer); - } - - #endif -@@ -244,7 +244,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Key",w); -+ if (w>=n) this->NoSuchItem("Key",w); - - #endif - -@@ -257,13 +257,13 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("ChangeKey",w); -+ if (w>=n) this->NoSuchItem("ChangeKey",w); - - if (key[w]==InfFloat) - { - sprintf(this->CT.logBuffer,"Not a member: %lu", - static_cast(w)); -- Error(ERR_REJECTED,"ChangeKey",this->CT.logBuffer); -+ this->Error(ERR_REJECTED,"ChangeKey",this->CT.logBuffer); - } - - #endif ---- lib_src/binaryHeap.cpp.orig 2013-06-05 09:31:39.000000000 +0200 -+++ lib_src/binaryHeap.cpp 2013-06-05 09:34:23.000000000 +0200 -@@ -142,7 +142,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>maxIndex || i==0) NoSuchIndex("Display",i); -+ if (i>maxIndex || i==0) this->NoSuchIndex("Display",i); - - if (i!=index[v[i]]) - { -@@ -201,7 +201,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>maxIndex || i==0) NoSuchIndex("UpHeap",i); -+ if (i>maxIndex || i==0) this->NoSuchIndex("UpHeap",i); - - #endif - -@@ -226,7 +226,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>maxIndex || i==0) NoSuchIndex("DownHeap",i); -+ if (i>maxIndex || i==0) this->NoSuchIndex("DownHeap",i); - - #endif - -@@ -262,7 +262,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchIndex("Insert",w); -+ if (w>=n) this->NoSuchIndex("Insert",w); - - if (maxIndex>=n) this -> Error(ERR_REJECTED,"Insert","Heap overflow"); - -@@ -299,7 +299,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || index[w]==UITEM_MAX()) NoSuchItem("Delete",w); -+ if (w>=n || index[w]==UITEM_MAX()) this->NoSuchItem("Delete",w); - - #endif - -@@ -381,7 +381,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || index[w]==UITEM_MAX()) NoSuchItem("Key",w); -+ if (w>=n || index[w]==UITEM_MAX()) this->NoSuchItem("Key",w); - - #endif - -@@ -394,7 +394,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n || index[w]==UITEM_MAX()) NoSuchItem("ChangeKey",w); -+ if (w>=n || index[w]==UITEM_MAX()) this->NoSuchItem("ChangeKey",w); - - #endif - ---- lib_src/matrix.cpp.orig 2013-06-05 09:34:55.000000000 +0200 -+++ lib_src/matrix.cpp 2013-06-05 09:36:49.000000000 +0200 -@@ -291,10 +291,10 @@ - { - #if defined(_FAILSAVE_) - -- if (!this->transp && i>=this->k) NoSuchIndex("Coeff",i); -- if (!this->transp && j>=this->l) NoSuchIndex("Coeff",j); -- if (this->transp && i>=this->l) NoSuchIndex("Coeff",i); -- if (this->transp && j>=this->k) NoSuchIndex("Coeff",j); -+ if (!this->transp && i>=this->k) this->NoSuchIndex("Coeff",i); -+ if (!this->transp && j>=this->l) this->NoSuchIndex("Coeff",j); -+ if (this->transp && i>=this->l) this->NoSuchIndex("Coeff",i); -+ if (this->transp && j>=this->k) this->NoSuchIndex("Coeff",j); - - #endif - -@@ -309,10 +309,10 @@ - { - #if defined(_FAILSAVE_) - -- if (!this->transp && i>=this->k) NoSuchIndex("Coeff",i); -- if (!this->transp && j>=this->l) NoSuchIndex("Coeff",j); -- if (this->transp && i>=this->l) NoSuchIndex("SetCoeff",i); -- if (this->transp && j>=this->k) NoSuchIndex("SetCoeff",j); -+ if (!this->transp && i>=this->k) this->NoSuchIndex("Coeff",i); -+ if (!this->transp && j>=this->l) this->NoSuchIndex("Coeff",j); -+ if (this->transp && i>=this->l) this->NoSuchIndex("SetCoeff",i); -+ if (this->transp && j>=this->k) this->NoSuchIndex("SetCoeff",j); - - if (a>=InfFloat || a<=-InfFloat) - this->Error(ERR_RANGE,"SetCoeff","Finite matrix coefficients required"); -@@ -388,10 +388,10 @@ - { - #if defined(_FAILSAVE_) - -- if (!this->transp && i>=this->k) NoSuchIndex("Coeff",i); -- if (!this->transp && j>=this->l) NoSuchIndex("Coeff",j); -- if (this->transp && i>=this->l) NoSuchIndex("Coeff",i); -- if (this->transp && j>=this->k) NoSuchIndex("Coeff",j); -+ if (!this->transp && i>=this->k) this->NoSuchIndex("Coeff",i); -+ if (!this->transp && j>=this->l) this->NoSuchIndex("Coeff",j); -+ if (this->transp && i>=this->l) this->NoSuchIndex("Coeff",i); -+ if (this->transp && j>=this->k) this->NoSuchIndex("Coeff",j); - - #endif - -@@ -406,10 +406,10 @@ - { - #if defined(_FAILSAVE_) - -- if (!this->transp && i>=this->k) NoSuchIndex("SetCoeff",i); -- if (!this->transp && j>=this->l) NoSuchIndex("SetCoeff",j); -- if (this->transp && i>=this->l) NoSuchIndex("SetCoeff",i); -- if (this->transp && j>=this->k) NoSuchIndex("SetCoeff",j); -+ if (!this->transp && i>=this->k) this->NoSuchIndex("SetCoeff",i); -+ if (!this->transp && j>=this->l) this->NoSuchIndex("SetCoeff",j); -+ if (this->transp && i>=this->l) this->NoSuchIndex("SetCoeff",i); -+ if (this->transp && j>=this->k) this->NoSuchIndex("SetCoeff",j); - - if (a>=InfFloat || a<=-InfFloat) - this->Error(ERR_RANGE,"SetCoeff","Finite matrix coefficients required"); ---- lib_src/staticStack.cpp.orig 2013-06-05 09:43:13.000000000 +0200 -+++ lib_src/staticStack.cpp 2013-06-05 09:44:06.000000000 +0200 -@@ -143,7 +143,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - #endif - -@@ -246,7 +246,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>=n) NoSuchItem("IsMember",i); -+ if (i>=n) this->NoSuchItem("IsMember",i); - - #endif - -@@ -272,7 +272,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>=n) NoSuchItem("Successor",i); -+ if (i>=n) this->NoSuchItem("Successor",i); - - #endif - ---- lib_src/staticQueue.cpp.orig 2013-06-05 09:45:07.000000000 +0200 -+++ lib_src/staticQueue.cpp 2013-06-05 09:45:38.000000000 +0200 -@@ -143,7 +143,7 @@ - { - #if defined(_FAILSAVE_) - -- if (w>=n) NoSuchItem("Insert",w); -+ if (w>=n) this->NoSuchItem("Insert",w); - - #endif - -@@ -248,7 +248,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>=n) NoSuchItem("IsMember",i); -+ if (i>=n) this->NoSuchItem("IsMember",i); - - #endif - -@@ -272,7 +272,7 @@ - { - #if defined(_FAILSAVE_) - -- if (i>=n) NoSuchItem("Successor",i); -+ if (i>=n) this->NoSuchItem("Successor",i); - - #endif - diff --git a/math/goblin/files/patch-tcl86 b/math/goblin/files/patch-tcl86 deleted file mode 100644 index 6f874f39466..00000000000 --- a/math/goblin/files/patch-tcl86 +++ /dev/null @@ -1,4214 +0,0 @@ ---- shell_src/goshGraph.cpp.orig 2013-06-04 14:51:44.000000000 +0200 -+++ shell_src/goshGraph.cpp 2013-06-04 16:26:04.000000000 +0200 -@@ -173,7 +173,7 @@ - { - TNode u = atol(argv[2]); - TNode v = G -> SwapNode(u); -- sprintf(interp->result,"%lu",static_cast(v)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(v))); - return TCL_OK; - } - -@@ -384,12 +384,12 @@ - - try - { -- sprintf(interp->result,"%f",G->FlowValue(sourceNode,sourceNode^1)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->FlowValue(sourceNode,sourceNode^1))); - return TCL_OK; - } - catch (ERCheck) - { -- sprintf(interp->result,"Flow is corrupted"); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Flow is corrupted", -1)); - return TCL_ERROR; - } - } -@@ -400,12 +400,12 @@ - try - { - G -> FlowValue(sourceNode,sourceNode^1); -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - catch (ERCheck) - { -- interp->result = "Flow is corrupted"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Flow is corrupted", -1)); - return TCL_ERROR; - } - } -@@ -453,6 +453,8 @@ - int Goblin_Sparse_Cmd (abstractMixedGraph *G,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (strcmp(argv[1],"reorder")==0) - { - if (argc!=4) -@@ -466,29 +468,27 @@ - if (strcmp(argv[3],"-planar")==0) - { - if (G->PlanarizeIncidenceOrder()) -- interp->result = "1"; -- else interp->result = "0"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); - return GOSH_OK; - } - - if (strcmp(argv[3],"-shuffle")==0) - { - G -> RandomizeIncidenceOrder(); -- interp->result = ""; - return GOSH_OK; - } - - if (strcmp(argv[3],"-geometric")==0) - { - G -> IncidenceOrderFromDrawing(); -- interp->result = ""; - return GOSH_OK; - } - - if (strcmp(argv[3],"-outerplanar")==0) - { - G -> GrowExteriorFace(); -- interp->result = ""; - return GOSH_OK; - } - -@@ -517,14 +517,13 @@ - else - { - delete[] keyValue; -- interp->result = "Missing key value specification"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing key value specification", -1)); - return TCL_OK; - } - - GR -> ReorderNodeIndices(keyValue); - - delete[] keyValue; -- interp->result = ""; - return TCL_OK; - } - -@@ -550,18 +549,17 @@ - else - { - delete[] keyValue; -- interp->result = "Missing key value specification"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing key value specification", -1)); - return TCL_OK; - } - - GR -> ReorderEdgeIndices(keyValue); - - delete[] keyValue; -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s reorder %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " reorder ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -600,12 +598,11 @@ - sourceNode,targetNode) - ) - { -- interp->result = ""; - return GOSH_OK; - } - else - { -- interp->result = "Graph is not edge series parallel"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Graph is not edge series parallel", -1)); - return GOSH_ERROR; - } - } -@@ -625,7 +622,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast((G->N1()))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast((G->N1())))); - return TCL_OK; - } - -@@ -637,7 +634,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast((G->N2()))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast((G->N2())))); - return TCL_OK; - } - -@@ -648,9 +645,11 @@ - int Goblin_Undirected_Cmd (abstractGraph *G,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (argc<2) - { -- interp->result = "Missing arguments"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arguments", -1)); - return TCL_ERROR; - } - -@@ -669,7 +668,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -687,7 +685,6 @@ - Goblin_Dense_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Dense_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -701,7 +698,7 @@ - - TFloat ret = G -> MaximumMatching(); - -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - -@@ -715,12 +712,12 @@ - - if (G -> MinCMatching()) - { -- sprintf(interp->result,"%f",G->Weight()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Weight())); - return TCL_OK; - } - else - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -735,7 +732,7 @@ - - TFloat ret = G -> MinCEdgeCover(); - -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - -@@ -750,12 +747,12 @@ - try - { - G -> MinCTJoin(demandNodes(*G)); -- sprintf(interp->result,"%f",G->Weight()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Weight())); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -767,9 +764,11 @@ - int Goblin_Directed_Cmd (abstractDiGraph *G,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (argc<2) - { -- interp->result = "Missing arguments"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arguments", -1)); - return TCL_ERROR; - } - -@@ -788,7 +787,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -806,7 +804,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -824,7 +821,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -842,7 +838,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(XLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -860,7 +855,6 @@ - Goblin_Balanced_FNW_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Balanced_FNW); - -- interp->result = ""; - return TCL_OK; - } - -@@ -876,11 +870,10 @@ - - if (v==NoNode) - { -- interp->result = "*"; - return TCL_OK; - } - -- sprintf(interp->result,"%lu",static_cast(v)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(v))); - return TCL_OK; - } - -@@ -896,11 +889,11 @@ - - if (v==NoNode) - { -- interp->result = "Graph is not a DAG"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Graph is not a DAG", -1)); - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(v)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(v))); - return TCL_OK; - } - -@@ -916,7 +909,7 @@ - } - - TCap ret = G->TreePacking(rootNode); -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - -@@ -927,9 +920,11 @@ - int Goblin_Generic_Graph_Cmd (abstractMixedGraph *G,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (argc<2) - { -- interp->result = "Missing arguments"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arguments", -1)); - return TCL_ERROR; - } - -@@ -947,7 +942,6 @@ - Goblin_Graph_Display_Proxy_Cmd,reinterpret_cast(DP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Graph_Display_Proxy); - -- interp->result = ""; - return TCL_OK; - } - -@@ -966,7 +960,6 @@ - Goblin_Mixed_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1003,7 +996,6 @@ - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1032,7 +1024,6 @@ - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1050,7 +1041,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1068,7 +1058,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1099,7 +1088,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1117,7 +1105,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1135,7 +1122,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1153,7 +1139,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1204,7 +1189,6 @@ - Goblin_Mixed_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1222,7 +1206,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1252,7 +1235,6 @@ - Goblin_Sparse_Bigraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Bigraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1270,7 +1252,6 @@ - Goblin_Mixed_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1288,7 +1269,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1306,7 +1286,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1324,7 +1303,6 @@ - Goblin_Mixed_Graph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1342,7 +1320,6 @@ - Goblin_Dense_Digraph_Cmd,reinterpret_cast(H), - (Tcl_CmdDeleteProc *)Goblin_Delete_Dense_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1361,7 +1338,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(XLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1378,7 +1354,7 @@ - - if (!X->IsGraphObject()) - { -- sprintf(interp->result,"Not a graph object ID: %s",argv[argc-1]); -+ Tcl_AppendResult(interp, "Not a graph object ID: ", argv[argc-1], (char *)NULL); - return TCL_ERROR; - } - -@@ -1386,7 +1362,7 @@ - - if (Y==NULL || !(Y->IsSparse())) - { -- interp->result = "Unhandled object type"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Unhandled object type", -1)); - return TCL_ERROR; - } - -@@ -1417,7 +1393,6 @@ - G -> AddGraphByNodes(*Y,mergeLayoutMode); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1443,7 +1418,7 @@ - { - if (argc==5) - { -- interp->result = "Missing coordinate values"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing coordinate values", -1)); - return TCL_ERROR; - } - -@@ -1454,7 +1429,6 @@ - G->Representation() -> SetC(p,TDim(i-5),pos); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1462,13 +1436,13 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - sparseRepresentation* GR = static_cast(G->Representation()); - -- sprintf(interp->result,"%lu",static_cast(GR->InsertThreadSuccessor(p))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(GR->InsertThreadSuccessor(p)))); - return TCL_OK; - } - -@@ -1476,27 +1450,27 @@ - { - if (strcmp(argv[5],"-cx")==0) - { -- sprintf(interp->result,"%f",G->C(p,0)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->C(p,0))); - } - else if (strcmp(argv[5],"-cy")==0) - { -- sprintf(interp->result,"%f",G->C(p,1)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->C(p,1))); - } - else if (strcmp(argv[5],"-successor")==0) - { - if (G->ThreadSuccessor(p)!=NoNode) - { -- sprintf(interp->result,"%lu",static_cast(G->ThreadSuccessor(p))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->ThreadSuccessor(p)))); - } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[5],"-hidden")==0) - { -- sprintf(interp->result,"%d",G->HiddenNode(p)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->HiddenNode(p))); - } - else - { -- sprintf(interp->result,"Unknown layout point attribute: %s",argv[5]); -+ Tcl_AppendResult(interp, "Unknown layout point attribute: ", argv[5], (char *)NULL); - return TCL_ERROR; - } - -@@ -1507,13 +1481,12 @@ - if (strcmp(argv[2],"alignWithOrigin")==0) - { - G -> Layout_AlignWithOrigin(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"#points")==0) - { -- sprintf(interp->result,"%lu",static_cast(G->L())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->L()))); - return TCL_OK; - } - -@@ -1522,21 +1495,18 @@ - if (strcmp(argv[3],"freeze")==0) - { - G -> Layout_FreezeBoundingBox(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"default")==0) - { - G -> Layout_DefaultBoundingBox(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"release")==0) - { - G -> Layout_ReleaseBoundingBox(); -- interp->result = ""; - return TCL_OK; - } - -@@ -1546,7 +1516,7 @@ - - if (pos<=0 || pos>=argc-1) - { -- interp->result = "Missing value for parameter \"-coordinate\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-coordinate\"", -1)); - return TCL_ERROR; - } - -@@ -1554,7 +1524,7 @@ - - if (coordinate>=G->Dim()) - { -- interp->result = "Invalid coordinate index"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid coordinate index", -1)); - return TCL_ERROR; - } - -@@ -1564,7 +1534,7 @@ - - if (pos<=0 || pos>=argc-2) - { -- interp->result = "Missing values for parameter \"-range\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing values for parameter \"-range\"", -1)); - return TCL_ERROR; - } - -@@ -1572,7 +1542,6 @@ - TFloat cMax = TFloat(atol(argv[pos+2])); - - G -> Layout_TransformCoordinate(coordinate,cMin,cMax); -- interp->result = ""; - return TCL_OK; - } - -@@ -1585,7 +1554,7 @@ - - if (pos>0 && posresult,"%f",cMax); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(cMax)); - return TCL_OK; - } - -@@ -1593,7 +1562,7 @@ - - if (pos>0 && posresult,"%f",cMin); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(cMin)); - return TCL_OK; - } - -@@ -1603,15 +1572,15 @@ - { - TFloat spacing = 1.0; - G -> GetLayoutParameter(TokLayoutBendSpacing,spacing); -- sprintf(interp->result,"%lu",static_cast((cMax-cMin)/spacing)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast((cMax-cMin)/spacing))); - return TCL_OK; - } - -- interp->result = "Missing parameter specification"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing parameter specification", -1)); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s layout boundingBox %s",argv[0],argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " layout boundingBox ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1630,15 +1599,14 @@ - if ( argv[keyCount][0]!='-' - || !G->SetLayoutParameter(&(argv[keyCount][1]),argv[keyCount+1])) - { -- sprintf(interp->result,"Invalid assignment: %s layout configure %s %s", -- argv[0],argv[keyCount],argv[keyCount+1]); -+ Tcl_AppendResult(interp, "Invalid assignment: ", argv[0], " layout configure ", -+ argv[keyCount], argv[keyCount+1], (char *)NULL); - return TCL_ERROR; - } - - keyCount += 2; - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1654,16 +1622,16 @@ - { - if (G->Dim()>0 && G->CMax(0)>-100000 && G->CMax(1)>-100000) - { -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - } - else - { -- interp->result = "0"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); - } - } -- else if (!G->GetLayoutParameter(&(argv[3][1]),interp->result)) -+ else if (!G->GetLayoutParameter(&(argv[3][1]),(char *)Tcl_GetStringResult(interp))) - { -- sprintf(interp->result,"Unknown layout parameter %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown layout parameter ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1681,7 +1649,7 @@ - } - else - { -- interp->result = "Missing value for parameter \"-spacing\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-spacing\"", -1)); - return TCL_ERROR; - } - } -@@ -1690,13 +1658,12 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> Layout_ArcRouting(spacing); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1715,7 +1682,7 @@ - } - else - { -- interp->result = "Missing value for parameter \"-dx\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-dx\"", -1)); - return TCL_ERROR; - } - } -@@ -1730,7 +1697,7 @@ - } - else - { -- interp->result = "Missing value for parameter \"-dy\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-dy\"", -1)); - return TCL_ERROR; - } - } -@@ -1761,7 +1728,6 @@ - } - catch (ERRejected) {} - -- interp->result = ""; - return TCL_OK; - } - -@@ -1800,7 +1766,6 @@ - abstractMixedGraph::FDP_DEFAULT,int(spacing)); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1869,7 +1834,6 @@ - G -> Layout_Layered(method,dx,dy); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1887,7 +1851,7 @@ - { - if (!(G->Layout_Outerplanar(spacing))) - { -- interp->result = "No outerplanar embedding given"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No outerplanar embedding given", -1)); - return TCL_ERROR; - } - } -@@ -1896,7 +1860,6 @@ - G -> Layout_Circular(spacing); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1904,7 +1867,6 @@ - { - G -> Layout_Equilateral(spacing); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1916,7 +1878,7 @@ - if (posresult = "Missing value for parameter \"-grid\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-grid\"", -1)); - return TCL_ERROR; - } - } -@@ -1932,7 +1894,7 @@ - if (posresult = "Missing value for parameter \"-basis\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-basis\"", -1)); - return TCL_ERROR; - } - } -@@ -1946,7 +1908,6 @@ - G -> Layout_StraightLineDrawing(aBasis,grid); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1963,7 +1924,7 @@ - if (posresult = "Missing value for parameter \"-rootNode\""; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing value for parameter \"-rootNode\"", -1)); - return TCL_ERROR; - } - } -@@ -1995,7 +1956,6 @@ - G -> Layout_Kandinsky(abstractMixedGraph::ORTHO_DEFAULT,grid); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -2024,11 +1984,10 @@ - abstractMixedGraph::ORTHO_VISIBILITY_TRIM,grid); - } - -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s layout %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " layout ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -2054,11 +2013,11 @@ - try - { - G -> ExtractTree(rootNode); -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - } - catch (ERCheck) - { -- interp->result = "Invalid input data"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid input data", -1)); - return TCL_ERROR; - } - -@@ -2087,11 +2046,11 @@ - try - { - G -> ExtractPath(sourceNode,targetNode); -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - } - catch (ERCheck) - { -- interp->result = "Invalid input data"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid input data", -1)); - return TCL_ERROR; - } - -@@ -2108,11 +2067,11 @@ - { - try - { -- sprintf(interp->result,"%lu",static_cast(G->ExtractCycles())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->ExtractCycles()))); - } - catch (ERCheck) - { -- interp->result = "Invalid input data"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid input data", -1)); - return TCL_ERROR; - } - -@@ -2121,7 +2080,7 @@ - - try - { -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - - if (strcmp(argv[2],"matching")==0) - { -@@ -2159,20 +2118,20 @@ - return TCL_OK; - } - -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - } - catch (ERCheck) - { -- interp->result = "Invalid input data"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid input data", -1)); - return TCL_ERROR; - } - catch (ERRejected) - { -- interp->result = "Invalid input data"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Invalid input data", -1)); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s extract %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " extract ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -2185,7 +2144,6 @@ - } - - Tcl_DeleteCommand(interp,argv[0]); -- interp->result = ""; - return TCL_OK; - } - -@@ -2223,12 +2181,11 @@ - } - else - { -- sprintf(interp->result,"Unknown register attribute: %s",argv[i]); -+ Tcl_AppendResult(interp, "Unknown register attribute: ", argv[1], (char *)NULL); - return TCL_ERROR; - } - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -2240,7 +2197,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->N())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->N()))); - return TCL_OK; - } - -@@ -2252,7 +2209,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->M())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->M()))); - return TCL_OK; - } - -@@ -2270,74 +2227,83 @@ - { - TNode s = G->DefaultSourceNode(); - -- if (s==NoNode) interp->result = "*"; -- else sprintf(interp->result,"%lu",static_cast(s)); -+ if (s==NoNode) { -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ } else { -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(s))); -+ } - } - else if (strcmp(argv[2],"-targetNode")==0) - { - TNode t = G->DefaultTargetNode(); - -- if (t==NoNode) interp->result = "*"; -- else sprintf(interp->result,"%lu",static_cast(t)); -+ if (t==NoNode) { -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ } else { -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(t))); -+ } - } - else if (strcmp(argv[2],"-rootNode")==0) - { - TNode r = G->DefaultRootNode(); - -- if (r==NoNode) interp->result = "*"; -- else sprintf(interp->result,"%lu",static_cast(r)); -+ if (r==NoNode) { -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ } else { -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(r))); -+ } - } - else if (strcmp(argv[2],"-metricType")==0) - { -- sprintf(interp->result,"%d",G->MetricType()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->MetricType())); - } - else if (strcmp(argv[2],"-sparse")==0) - { -- sprintf(interp->result,"%s", (G->IsSparse()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsSparse() ? 1 : 0)); - } - else if (strcmp(argv[2],"-directed")==0) - { -- sprintf(interp->result,"%s", (G->IsDirected()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsDirected() ? 1 : 0)); - } - else if (strcmp(argv[2],"-undirected")==0) - { -- sprintf(interp->result,"%s", (G->IsUndirected()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsUndirected() ? 1 : 0)); - } - else if (strcmp(argv[2],"-bipartite")==0) - { -- sprintf(interp->result,"%s", (G->IsBipartite()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsBipartite() ? 1 : 0)); - } - else if (strcmp(argv[2],"-planar")==0) - { -- sprintf(interp->result,"%s", (G->IsPlanar()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsPlanar() ? 1 : 0)); - } - else if (strcmp(argv[2],"-chordal")==0) - { -- sprintf(interp->result,"%s", (G->IsChordal()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsChordal() ? 1 : 0)); - } - else if (strcmp(argv[2],"-co-chordal")==0) - { -- sprintf(interp->result,"%s", (G->IsChordal(abstractMixedGraph::PERFECT_COMPLEMENT)) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsChordal(abstractMixedGraph::PERFECT_COMPLEMENT) ? 1 : 0)); - } - else if (strcmp(argv[2],"-balanced")==0) - { -- sprintf(interp->result,"%s", (G->IsBalanced()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->IsBalanced() ? 1 : 0)); - } - else if (strcmp(argv[2],"-graphObject")==0) - { -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - } - else if (strcmp(argv[2],"-cardinality")==0) - { -- sprintf(interp->result,"%f",G->Cardinality()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Cardinality())); - } - else if (strcmp(argv[2],"-edgeLength")==0) - { -- sprintf(interp->result,"%f",G->Length()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Length())); - } - else if (strcmp(argv[2],"-subgraphWeight")==0) - { -- sprintf(interp->result,"%f",G->Weight()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Weight())); - } - else - { -@@ -2354,12 +2320,11 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> ExplicitParallels(); -- interp->result = ""; - return TCL_OK; - } - -@@ -2471,7 +2436,6 @@ - } - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -2484,7 +2448,6 @@ - } - - G -> Write(argv[2]); -- interp->result = ""; - return TCL_OK; - } - -@@ -2531,18 +2494,17 @@ - - if (targetNode!=NoNode && G->Dist(targetNode)result,"%f",G->Dist(targetNode)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Dist(targetNode))); - return TCL_OK; - } - else - { -- interp->result = "*"; - return TCL_OK; - } - } - catch (...) {} - -- interp->result = "Unable to assign distance labels"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Unable to assign distance labels", -1)); - return TCL_ERROR; - } - -@@ -2609,7 +2571,7 @@ - } - } - -- sprintf(interp->result,"%f",retCap); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(retCap)); - return TCL_OK; - } - -@@ -2632,11 +2594,11 @@ - - if (strongConnnectivity) - { -- sprintf(interp->result,"%d",G->StronglyEdgeConnected(kappa)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->StronglyEdgeConnected(kappa))); - } - else - { -- sprintf(interp->result,"%d",G->EdgeConnected(kappa)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->EdgeConnected(kappa))); - } - - return TCL_OK; -@@ -2680,12 +2642,11 @@ - - if (feasible) - { -- interp->result = ""; - return TCL_OK; - } - else - { -- interp->result = "Graph is not 2-connected"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Graph is not 2-connected", -1)); - return TCL_ERROR; - } - } -@@ -2702,7 +2663,7 @@ - - if (threshold<=0) - { -- sprintf(interp->result,"Invalid bound specification: %s",argv[pos+1]); -+ Tcl_AppendResult(interp, "Invalid bound specification: ", argv[pos+1], (char *)NULL); - return TCL_ERROR; - } - -@@ -2712,12 +2673,12 @@ - - if (chi>0) - { -- sprintf(interp->result,"%lu",static_cast(chi)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(chi))); - return TCL_OK; - } - else - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -2734,7 +2695,7 @@ - - if (threshold<=0) - { -- sprintf(interp->result,"Invalid bound specification: %s",argv[pos+1]); -+ Tcl_AppendResult(interp, "Invalid bound specification: ", argv[pos+1], (char *)NULL); - return TCL_ERROR; - } - -@@ -2744,12 +2705,12 @@ - - if (chi>0) - { -- sprintf(interp->result,"%lu",static_cast(chi)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(chi))); - return TCL_OK; - } - else - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -2766,7 +2727,7 @@ - - if (threshold<=0) - { -- sprintf(interp->result,"Invalid bound specification: %s",argv[pos+1]); -+ Tcl_AppendResult(interp, "Invalid bound specification: ", argv[pos+1], (char *)NULL); - return TCL_ERROR; - } - -@@ -2776,12 +2737,12 @@ - - if (chi>0) - { -- sprintf(interp->result,"%lu",static_cast(chi)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(chi))); - return TCL_OK; - } - else - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -2794,7 +2755,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->StableSet())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->StableSet()))); - return TCL_OK; - } - -@@ -2806,7 +2767,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->Clique())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->Clique()))); - return TCL_OK; - } - -@@ -2818,7 +2779,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->VertexCover())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->VertexCover()))); - return TCL_OK; - } - -@@ -2830,13 +2791,13 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%d",G->EulerianCycle()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->EulerianCycle())); - return TCL_OK; - } - - if (strcmp(argv[1],"feedbackArcSet")==0) - { -- sprintf(interp->result,"%f",G->FeedbackArcSet()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->FeedbackArcSet())); - return TCL_OK; - } - -@@ -2855,12 +2816,12 @@ - - if (ret!=InfFloat) - { -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - else - { -- interp->result = "Graph is non-Hamiltonian"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Graph is non-Hamiltonian", -1)); - return TCL_ERROR; - } - } -@@ -2892,12 +2853,12 @@ - - if (ret!=InfFloat) - { -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - else - { -- interp->result = "Graph is disconnected"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Graph is disconnected", -1)); - return TCL_ERROR; - } - } -@@ -2917,12 +2878,12 @@ - - if (ret!=InfFloat) - { -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - else - { -- interp->result = "Terminal nodes are disconnected"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Terminal nodes are disconnected", -1)); - return TCL_ERROR; - } - } -@@ -2949,12 +2910,11 @@ - { - if (G->AdmissibleBFlow()) - { -- interp->result = ""; - return TCL_OK; - } - else - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -2964,12 +2924,12 @@ - - try - { -- sprintf(interp->result,"%f",flowValue); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(flowValue)); - return TCL_OK; - } - catch (ERCheck) - { -- sprintf(interp->result,"Flow is corrupted"); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("FLow is corrupted", -1)); - return TCL_ERROR; - } - } -@@ -2978,12 +2938,12 @@ - try - { - TFloat ret = G->MinCostBFlow(); -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "No such structure exists"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No such structure exists", -1)); - return TCL_ERROR; - } - } -@@ -2992,12 +2952,12 @@ - try - { - TFloat ret = G -> MinCostSTFlow(sourceNode,targetNode); -- sprintf(interp->result,"%f",ret); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(ret)); - return TCL_OK; - } - catch (ERCheck) - { -- interp->result = "Flow is corrupted"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Flow is corrupted", -1)); - return TCL_ERROR; - } - } -@@ -3013,7 +2973,7 @@ - } - - G -> ChinesePostman(adjustUCap); -- sprintf(interp->result,"%f",G->Weight()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Weight())); - return TCL_OK; - } - -@@ -3034,7 +2994,7 @@ - targetNode = atol(argv[pos+1]); - } - -- sprintf(interp->result,"%f",G->MaxCut(sourceNode,targetNode)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->MaxCut(sourceNode,targetNode))); - - G -> InitSubgraph(); - -@@ -3068,40 +3028,44 @@ - if (G->MaxDemand()!=InfCap) - { - if (G->MaxDemand()!=(long int)(G->MaxDemand())) -- sprintf(interp->result,"%f",G->MaxDemand()); -- else sprintf(interp->result,"%ld",(long int)G->MaxDemand()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->MaxDemand())); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(G->MaxDemand())); - } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[2],"-lowerBound")==0) - { - if (G->MaxLCap()!=(long int)(G->MaxLCap())) -- sprintf(interp->result,"%f",G->MaxLCap()); -- else sprintf(interp->result,"%ld",(long int)G->MaxLCap()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->MaxLCap())); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(G->MaxLCap())); - } - else if (strcmp(argv[2],"-upperBound")==0) - { - if (G->MaxUCap()!=InfCap) - { - if (G->MaxUCap()!=(long int)(G->MaxUCap())) -- sprintf(interp->result,"%f",G->MaxUCap()); -- else sprintf(interp->result,"%ld",(long int)G->MaxUCap()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->MaxUCap())); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(G->MaxUCap())); - } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[2],"-edgeLength")==0) - { - if (G->MaxLength()!=InfFloat) - { - if (G->MaxLength()!=(long int)(G->MaxLength())) -- sprintf(interp->result,"%f",G->MaxLength()); -- else sprintf(interp->result,"%ld",(long int)G->MaxLength()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->MaxLength())); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(G->MaxLength())); - } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else - { -- sprintf(interp->result,"Unknown graph attribute: %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown graph attribute: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -3119,23 +3083,23 @@ - - if (strcmp(argv[2],"-nodeDemand")==0) - { -- sprintf(interp->result,"%d",G->CDemand()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->CDemand())); - } - else if (strcmp(argv[2],"-lowerBound")==0) - { -- sprintf(interp->result,"%d",G->CLCap()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->CLCap())); - } - else if (strcmp(argv[2],"-upperBound")==0) - { -- sprintf(interp->result,"%d",G->CUCap()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->CUCap())); - } - else if (strcmp(argv[2],"-edgeLength")==0) - { -- sprintf(interp->result,"%d",G->CLength()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->CLength())); - } - else - { -- sprintf(interp->result,"Unknown graph attribute: %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown graph attribute: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -3219,7 +3183,7 @@ - } - else - { -- sprintf(interp->result,"Unknown metric type: %s",argv[i+1]); -+ Tcl_AppendResult(interp, "Unknown metric type: ", argv[i+1], (char *)NULL); - return TCL_ERROR; - } - -@@ -3229,17 +3193,15 @@ - { - TArc a = (strcmp(argv[i+1],"*")!=0) ? TArc(atol(argv[i+1])) : NoArc; - G -> MarkExteriorFace(a); -- interp->result = ""; - return GOSH_OK; - } - else - { -- sprintf(interp->result,"Unknown graph attribute: %s",argv[i]); -+ Tcl_AppendResult(interp, "Unknown graph attribute: ", argv[i], (char *)NULL); - return TCL_ERROR; - } - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -3248,7 +3210,7 @@ - { - if (argc!=4) - { -- interp->result = "Missing end nodes"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing end nodes", -1)); - return TCL_ERROR; - } - -@@ -3256,8 +3218,8 @@ - TNode v = (TArc)atol(argv[3]); - TArc a = G->Adjacency(u,v); - -- if (a==NoArc) interp->result = "*"; -- else sprintf(interp->result,"%lu",static_cast(a)); -+ if (a==NoArc) Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(a))); - - return TCL_OK; - } -@@ -3275,6 +3237,8 @@ - int Goblin_Node_Cmd (abstractMixedGraph *G,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (argc<3) - { - WrongNumberOfArguments(interp,argc,argv); -@@ -3289,7 +3253,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(G->InsertNode())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->InsertNode()))); - return TCL_OK; - } - -@@ -3304,7 +3268,6 @@ - if (strcmp(argv[3],"delete")==0) - { - G->DeleteNode(v); -- interp->result = ""; - return TCL_OK; - } - -@@ -3313,62 +3276,58 @@ - if (strcmp(argv[4],"-firstIncidence")==0) - { - if (G->First(v)!=NoArc) -- { -- sprintf(interp->result,"%lu",static_cast(G->First(v))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->First(v)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-nodeDemand")==0) - { -- sprintf(interp->result,"%g",static_cast(G->Demand(v))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->Demand(v)))); - } - else if (strcmp(argv[4],"-cx")==0) - { -- sprintf(interp->result,"%f",static_cast(G->C(v,0))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->C(v,0)))); - } - else if (strcmp(argv[4],"-cy")==0) - { -- sprintf(interp->result,"%f",static_cast(G->C(v,1))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->C(v,1)))); - } - else if (strcmp(argv[4],"-distance")==0) - { - if (G->Dist(v)!=InfFloat) -- { -- sprintf(interp->result,"%g",static_cast(G->Dist(v))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->Dist(v)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-potential")==0) - { -- sprintf(interp->result,"%g",static_cast(G->Pi(v))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->Pi(v)))); - } - else if (strcmp(argv[4],"-nodeColour")==0) - { - if (G->NodeColour(v)!=NoNode) -- { -- sprintf(interp->result,"%lu",static_cast(G->NodeColour(v))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->NodeColour(v)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-predecessorArc")==0) - { - if (G->Pred(v)!=NoArc) -- { -- sprintf(interp->result,"%lu",static_cast(G->Pred(v))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->Pred(v)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-degree")==0) - { -- sprintf(interp->result,"%g",G->Deg(v)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Deg(v))); - } - else if (strcmp(argv[4],"-hidden")==0) - { -- sprintf(interp->result,"%d",G->HiddenNode(v)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->HiddenNode(v))); - } - else - { -- sprintf(interp->result,"Unknown node attribute: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown node attribute: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -@@ -3383,7 +3342,7 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - -@@ -3422,16 +3381,15 @@ - } - else - { -- sprintf(interp->result,"Unknown node attribute: %s",argv[i]); -+ Tcl_AppendResult(interp, "Unknown node attribute: ", argv[i], (char *)NULL); - return TCL_ERROR; - } - } - -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s node %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " node ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -3449,14 +3407,14 @@ - { - if (argc!=5) - { -- interp->result = "Missing end nodes"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing end nodes", -1)); - return TCL_ERROR; - } - - TNode u = TArc(atol(argv[3])); - TNode v = TArc(atol(argv[4])); - -- sprintf(interp->result,"%lu",static_cast(G->InsertArc(u,v))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->InsertArc(u,v)))); - return TCL_OK; - } - -@@ -3466,12 +3424,11 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> DeleteArc(a); -- interp->result = ""; - return TCL_OK; - } - -@@ -3479,12 +3436,11 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> ContractArc(a); -- interp->result = ""; - return TCL_OK; - } - -@@ -3492,12 +3448,11 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> ReleaseEdgeControlPoints(a); -- interp->result = ""; - return TCL_OK; - } - -@@ -3505,12 +3460,11 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - - static_cast(G->Representation()) -> FlipArc(a); -- interp->result = ""; - return TCL_OK; - } - -@@ -3518,75 +3472,70 @@ - { - if (strcmp(argv[4],"-righthandArc")==0) - { -- sprintf(interp->result,"%lu",static_cast(G->Right(a,G->StartNode(a)))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->Right(a,G->StartNode(a))))); - } - else if (strcmp(argv[4],"-endNode")==0) - { -- sprintf(interp->result,"%lu",static_cast(G->EndNode(a))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->EndNode(a)))); - } - else if (strcmp(argv[4],"-startNode")==0) - { -- sprintf(interp->result,"%lu",static_cast(G->StartNode(a))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->StartNode(a)))); - } - else if (strcmp(argv[4],"-directed")==0) - { -- sprintf(interp->result,"%d",G->Orientation(a)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->Orientation(a))); - } - else if (strcmp(argv[4],"-upperBound")==0) - { - if (G->UCap(a)!=InfCap) -- { -- sprintf(interp->result,"%g",static_cast(G->UCap(a))); -- } -- else sprintf(interp->result,"*"); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->UCap(a))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-lowerBound")==0) - { -- sprintf(interp->result,"%g",static_cast(G->LCap(a))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(G->LCap(a)))); - } - else if (strcmp(argv[4],"-edgeLength")==0) - { - if (G->Length(a)!=InfFloat) -- { -- sprintf(interp->result,"%g",static_cast(G->Length(a))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Length(a))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-edgeColour")==0) - { - if (G->EdgeColour(a)!=NoArc) -- { -- sprintf(interp->result,"%lu",static_cast(G->EdgeColour(a))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->EdgeColour(a)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-subgraph")==0) - { -- sprintf(interp->result,"%g",static_cast(G->Sub(a))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(G->Sub(a))); - } - else if (strcmp(argv[4],"-labelAnchorPoint")==0) - { - if (G->ArcLabelAnchor(a)!=NoNode) -- { -- sprintf(interp->result,"%lu",static_cast(G->ArcLabelAnchor(a))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->ArcLabelAnchor(a)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-portNode")==0) - { - if (G->PortNode(a)!=NoNode) -- { -- sprintf(interp->result,"%lu",static_cast(G->PortNode(a))); -- } -- else interp->result = "*"; -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(G->PortNode(a)))); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); - } - else if (strcmp(argv[4],"-hidden")==0) - { -- sprintf(interp->result,"%d",G->HiddenArc(a)); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(G->HiddenArc(a))); - } - else - { -- sprintf(interp->result,"Unknown node attribute: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown node attribute: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -@@ -3619,7 +3568,7 @@ - { - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - -@@ -3644,12 +3593,11 @@ - } - else - { -- sprintf(interp->result,"Unknown arc attribute: %s",argv[i]); -+ Tcl_AppendResult(interp, "Unknown arc attribute: ", argv[i], (char *)NULL); - return TCL_ERROR; - } - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -3663,7 +3611,7 @@ - - if (!G->IsSparse()) - { -- interp->result = "Operation applies to sparse graphs only"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Operation applies to sparse graphs only", -1)); - return TCL_ERROR; - } - -@@ -3671,20 +3619,20 @@ - - if (strcmp(argv[4],"-labelAnchorPoint")==0) - { -- sprintf(interp->result,"%lu",static_cast(GR->ProvideArcLabelAnchor(a))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(GR->ProvideArcLabelAnchor(a)))); - return TCL_OK; - } - - if (strcmp(argv[4],"-portNode")==0) - { -- sprintf(interp->result,"%lu",static_cast(GR->ProvidePortNode(a))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(GR->ProvidePortNode(a)))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown layout point type: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown layout point type: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s arc %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " arc ", argv[2], (char *)NULL); - return TCL_ERROR; - } ---- shell_src/goshLin.cpp.orig 2013-06-04 16:26:29.000000000 +0200 -+++ shell_src/goshLin.cpp 2013-06-04 16:49:40.000000000 +0200 -@@ -16,6 +16,8 @@ - int Goblin_Ilp_Cmd (ClientData clientData,Tcl_Interp* interp, - int argc,_CONST_QUAL_ char* argv[]) - { -+ Tcl_ResetResult(interp); -+ - mipInstance* XLP = reinterpret_cast(clientData); - - if (setjmp(goblinThreadData[Goblin_MyThreadIndex()].jumpBuffer) != 0) -@@ -27,14 +29,12 @@ - if (argc==2 && strcmp(argv[1],"delete")==0) - { - Tcl_DeleteCommand(interp,argv[0]); -- interp->result = ""; - return TCL_OK; - } - - if (argc==2 && strcmp(argv[1],"reset")==0) - { - XLP -> ResetBasis(); -- interp->result = ""; - return TCL_OK; - } - -@@ -59,7 +59,6 @@ - - XLP -> Write(argv[argc-1],f); - -- interp->result = ""; - return TCL_OK; - } - -@@ -74,7 +73,6 @@ - if (strcmp(argv[2],"bas")==0 || strcmp(argv[2],"basis")==0) - { - XLP -> ReadBASFile(argv[3]); -- interp->result = ""; - return TCL_OK; - } - -@@ -82,17 +80,15 @@ - { - if (XLP->K()>0 || XLP->L()>0) - { -- interp->result = "Instance must be initial"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Instance must be initial", -1)); - return TCL_ERROR; - } - - XLP -> ReadMPSFile(argv[3]); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s read %s", -- argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " read ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -104,7 +100,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(XLP->K())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(XLP->K()))); - return TCL_OK; - } - -@@ -116,7 +112,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%lu",static_cast(XLP->L())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(XLP->L()))); - return TCL_OK; - } - -@@ -130,7 +126,7 @@ - - if (strcmp(argv[2],"-mipObject")==0) - { -- interp->result = "1"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); - return TCL_OK; - } - -@@ -149,8 +145,9 @@ - mipFactory *theMipFactory = (mipFactory*)CT->pMipFactory; - - if (theMipFactory->Orientation()==mipFactory::ROW_ORIENTED) -- interp->result = "row"; -- else interp->result = "column"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("row", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("column", -1)); - - return TCL_OK; - } -@@ -164,10 +161,11 @@ - } - - if (XLP->ObjectSense()==managedObject::MAXIMIZE) -- interp->result = "maximize"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("maximize", -1)); - else if (XLP->ObjectSense()==managedObject::MINIMIZE) -- interp->result = "minimize"; -- else interp->result = "flat"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("minimize", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("flat", -1)); - - return TCL_OK; - } -@@ -181,7 +179,6 @@ - } - - XLP -> SetObjectSense(managedObject::MAXIMIZE); -- interp->result = ""; - return TCL_OK; - } - -@@ -194,7 +191,6 @@ - } - - XLP -> SetObjectSense(managedObject::MINIMIZE); -- interp->result = ""; - return TCL_OK; - } - -@@ -207,7 +203,6 @@ - } - - XLP -> FlipObjectSense(); -- interp->result = ""; - return TCL_OK; - } - -@@ -220,7 +215,6 @@ - } - - XLP -> SetObjectSense(managedObject::NO_OBJECTIVE); -- interp->result = ""; - return TCL_OK; - } - -@@ -233,7 +227,6 @@ - } - - XLP -> Strip(); -- interp->result = ""; - return TCL_OK; - } - -@@ -249,7 +242,6 @@ - TIndex l = TIndex(atol(argv[3])); - TIndex nz = TIndex(atol(argv[4])); - XLP -> Resize(k,l,nz); -- interp->result = ""; - return TCL_OK; - } - -@@ -263,7 +255,7 @@ - - TIndex i = TIndex(atol(argv[2])); - TIndex j = TIndex(atol(argv[3])); -- sprintf(interp->result,"%g", XLP -> Coeff(i,j)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP -> Coeff(i,j))); - return TCL_OK; - } - -@@ -285,11 +277,11 @@ - - TIndex j = TIndex(atol(argv[3])); - TIndex i = TIndex(atol(argv[4])); -- sprintf(interp->result,"%g", XLP->Tableau(j,i)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Tableau(j,i))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s tableau %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " tableau ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -311,11 +303,11 @@ - - TIndex i = TIndex(atol(argv[3])); - TIndex j = TIndex(atol(argv[4])); -- sprintf(interp->result,"%g", XLP->BaseInverse(i,j)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->BaseInverse(i,j))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s inverse %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " inverse ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -329,17 +321,17 @@ - - if (strcmp(argv[2],"primal")==0) - { -- sprintf(interp->result,"%d",XLP->PrimalFeasible()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(XLP->PrimalFeasible())); - return TCL_OK; - } - - if (strcmp(argv[2],"dual")==0) - { -- sprintf(interp->result,"%d",XLP->DualFeasible()); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(XLP->DualFeasible())); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s feasible %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " feasible ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -357,7 +349,6 @@ - TIndex j = TIndex(atol(argv[4])); - TFloat a = TFloat(atof(argv[5])); - XLP -> SetCoeff(i,j,a); -- interp->result = ""; - return TCL_OK; - } - -@@ -376,7 +367,6 @@ - XLP -> SetIndex(i,j,mipInstance::UPPER); - else XLP -> SetIndex(i,j,mipInstance::LOWER); - -- interp->result = ""; - return TCL_OK; - } - } -@@ -387,8 +377,10 @@ - { - TRestr i = XLP-> PivotRow(); - -- if (i==NoRestr) interp->result = "*"; -- else sprintf(interp->result,"%ld",i); -+ if (i==NoRestr) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(i)); - - return TCL_OK; - } -@@ -398,12 +390,12 @@ - TRestr i = XLP-> PivotRow(); - mipInstance::TLowerUpper tp = XLP-> PivotDirection(); - -- if (i==NoRestr) interp->result = ""; -- else -+ if (i!=NoRestr) - { - if (tp==mipInstance::LOWER) -- interp->result = "lower"; -- else interp->result = "upper"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("lower", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("upper", -1)); - } - - return TCL_OK; -@@ -413,8 +405,10 @@ - { - TVar i =XLP-> PivotColumn(); - -- if (i==NoVar) interp->result = "*"; -- else sprintf(interp->result,"%ld",i); -+ if (i==NoVar) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(i)); - - return TCL_OK; - } -@@ -433,7 +427,6 @@ - if (strcmp(argv[4],"lower")==0) tp = mipInstance::LOWER; - - XLP -> Pivot(i,j,tp); -- interp->result = ""; - return TCL_OK; - } - -@@ -441,7 +434,7 @@ - { - if (argc==2 || strcmp(argv[2],"primal")==0) - { -- sprintf(interp->result,"%g", XLP->ObjVal()); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->ObjVal())); - return TCL_OK; - } - -@@ -453,11 +446,11 @@ - - if (strcmp(argv[2],"dual")==0) - { -- interp->result = "Not implemented yet"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Not implemented yet", -1)); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s objective %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " objective ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -472,32 +465,28 @@ - if (strcmp(argv[2],"lp")==0) - { - XLP -> SolveLP(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"primal")==0) - { - XLP -> SolvePrimal(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"dual")==0) - { - XLP -> SolveDual(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"mixed")==0 || strcmp(argv[2],"mip")==0) - { - XLP -> SolveMIP(); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s solve %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " solve ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -512,18 +501,16 @@ - if (strcmp(argv[2],"primal")==0) - { - XLP -> StartPrimal(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"dual")==0) - { - XLP -> StartDual(); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s start %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " start ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -541,7 +528,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(YLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -559,7 +545,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(YLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -577,7 +562,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(YLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -618,7 +602,7 @@ - TFloat l = TFloat(atof(argv[3])); - TFloat u = TFloat(atof(argv[4])); - -- sprintf(interp->result,"%ld",XLP->AddRestr(l,u)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(XLP->AddRestr(l,u))); - return TCL_OK; - } - -@@ -632,8 +616,10 @@ - - TRestr i = XLP->RestrIndex((char*)argv[3]); - -- if (i==NoRestr) interp->result = "*"; -- else sprintf(interp->result,"%ld",i); -+ if (i==NoRestr) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(i)); - - return TCL_OK; - } -@@ -643,51 +629,55 @@ - if (strcmp(argv[3],"cancel")==0) - { - XLP -> DeleteRestr(i); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"ubound")==0) - { -- if (XLP->UBound(i)==InfFloat) sprintf(interp->result,"*"); -- else sprintf(interp->result,"%g",XLP->UBound(i)); -+ if (XLP->UBound(i)==InfFloat) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->UBound(i))); - - return TCL_OK; - } - - if (strcmp(argv[3],"lbound")==0) - { -- if (XLP->LBound(i)==-InfFloat) sprintf(interp->result,"*"); -- else sprintf(interp->result,"%g",XLP->LBound(i)); -+ if (XLP->LBound(i)==-InfFloat) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->LBound(i))); - - return TCL_OK; - } - - if (strcmp(argv[3],"label")==0) - { -- sprintf(interp->result,"%s", -- XLP->RestrLabel(i,managedObject::OWNED_BY_RECEIVER)); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(XLP->RestrLabel(i,managedObject::OWNED_BY_RECEIVER), -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"type")==0) - { - if (XLP->RestrType(i)==mipInstance::NON_BASIC) -- interp->result = "non_basic"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("non_basic", -1)); - if (XLP->RestrType(i)==mipInstance::BASIC_UB) -- interp->result = "upper"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("upper", -1)); - if (XLP->RestrType(i)==mipInstance::BASIC_LB) -- interp->result = "lower"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("lower", -1)); - if (XLP->RestrType(i)==mipInstance::RESTR_CANCELED) -- interp->result = "canceled"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("canceled", -1)); - - return TCL_OK; - } - - if (strcmp(argv[3],"index")==0) - { -- if (XLP->RevIndex(i)==NoIndex) sprintf(interp->result,"*"); -- else sprintf(interp->result,"%ld",XLP->RevIndex(i)); -+ if (XLP->RevIndex(i)==NoIndex) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(XLP->RevIndex(i))); - - return TCL_OK; - } -@@ -702,18 +692,25 @@ - - if (strcmp(argv[4],"lower")==0) - { -- sprintf(interp->result,"%g",XLP->Y(i,mipInstance::LOWER)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Y(i,mipInstance::LOWER))); - return TCL_OK; - } - - if (strcmp(argv[4],"upper")==0) - { -- sprintf(interp->result,"%g",XLP->Y(i,mipInstance::UPPER)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Y(i,mipInstance::UPPER))); - return TCL_OK; - } - -+#if TCL_MAJOR_VERSION > 8 || (TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION > 5) -+ Tcl_Obj *resObj = Tcl_NewObj(); -+ Tcl_AppendPrintfToObj(resObj, "Unknown option: %s row %ld value %s", -+ argv[0],i,argv[4]); -+ Tcl_SetObjResult(interp, resObj); -+#else - sprintf(interp->result,"Unknown option: %s row %ld value %s", - argv[0],i,argv[4]); -+#endif - return TCL_ERROR; - } - -@@ -727,18 +724,25 @@ - - if (strcmp(argv[4],"lower")==0) - { -- sprintf(interp->result,"%g",XLP->Slack(i,mipInstance::LOWER)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Slack(i,mipInstance::LOWER))); - return TCL_OK; - } - - if (strcmp(argv[4],"upper")==0) - { -- sprintf(interp->result,"%g",XLP->Slack(i,mipInstance::UPPER)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Slack(i,mipInstance::UPPER))); - return TCL_OK; - } - -+#if TCL_MAJOR_VERSION > 8 || (TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION > 5) -+ Tcl_Obj *resObj = Tcl_NewObj(); -+ Tcl_AppendPrintfToObj(resObj, "Unknown option: %s rebound %ld value %s", -+ argv[0],i,argv[4]); -+ Tcl_SetObjResult(interp, resObj); -+#else - sprintf(interp->result,"Unknown option: %s redbound %ld value %s", - argv[0],i,argv[4]); -+#endif - return TCL_ERROR; - } - -@@ -757,7 +761,6 @@ - if (strcmp(argv[5],"*")!=0) uu = TFloat(atof(argv[5])); - - XLP -> SetUBound(i,uu); -- interp->result = ""; - return TCL_OK; - } - -@@ -768,22 +771,20 @@ - if (strcmp(argv[5],"*")!=0) ll = TFloat(atof(argv[5])); - - XLP -> SetLBound(i,ll); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[4],"label")==0) - { - XLP -> SetRestrLabel(i,(char*)argv[5],managedObject::OWNED_BY_SENDER); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s row %s set %s",argv[0],argv[2],argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " row ", argv[2], " set ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s row %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " row ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -815,12 +816,12 @@ - { - if (strcmp(argv[3],"float")!=0) - { -- interp->result = "Unknown variable type"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Unknown variable type", -1)); - return TCL_ERROR; - } - } - -- sprintf(interp->result,"%ld",XLP->AddVar(l,u,tp)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(XLP->AddVar(l,u,tp))); - return TCL_OK; - } - -@@ -834,8 +835,10 @@ - - TVar i = XLP->VarIndex((char*)argv[3]); - -- if (i==NoVar) interp->result = "*"; -- else sprintf(interp->result,"%ld",i); -+ if (i==NoVar) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(i)); - - return TCL_OK; - } -@@ -845,14 +848,15 @@ - if (strcmp(argv[3],"cancel")==0) - { - XLP -> DeleteVar(i); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"urange")==0) - { -- if (XLP->URange(i)==InfFloat) sprintf(interp->result,"*"); -- else sprintf(interp->result,"%g",XLP->URange(i)); -+ if (XLP->URange(i)==InfFloat) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->URange(i))); - - return TCL_OK; - } -@@ -860,46 +864,47 @@ - - if (strcmp(argv[3],"lrange")==0) - { -- if (XLP->LRange(i)==-InfFloat) sprintf(interp->result,"*"); -- else sprintf(interp->result,"%g",XLP->LRange(i)); -+ if (XLP->LRange(i)==-InfFloat) -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("*", -1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->LRange(i))); - - return TCL_OK; - } - - if (strcmp(argv[3],"cost")==0) - { -- sprintf(interp->result,"%g",XLP->Cost(i)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->Cost(i))); - return TCL_OK; - } - - if (strcmp(argv[3],"type")==0) - { - if (XLP->VarType(i)==mipInstance::VAR_INT) -- interp->result = "integer"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("integer", -1)); - if (XLP->VarType(i)==mipInstance::VAR_FLOAT) -- interp->result = "float"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("float", -1)); - if (XLP->VarType(i)==mipInstance::VAR_CANCELED) -- interp->result = "canceled"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("canceled", -1)); - - return TCL_OK; - } - - if (strcmp(argv[3],"label")==0) - { -- sprintf(interp->result,"%s", -- XLP->VarLabel(i,managedObject::OWNED_BY_RECEIVER)); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(XLP->VarLabel(i,managedObject::OWNED_BY_RECEIVER), -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"index")==0) - { -- sprintf(interp->result,"%ld",XLP->Index(i)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(XLP->Index(i))); - return TCL_OK; - } - - if (strcmp(argv[3],"value")==0) - { -- sprintf(interp->result,"%g",XLP->X(i)); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(XLP->X(i))); - return TCL_OK; - } - -@@ -908,18 +913,16 @@ - if (strcmp(argv[4],"int")==0 || strcmp(argv[4],"integer")==0) - { - XLP -> SetVarType(i,mipInstance::VAR_INT); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[4],"float")==0) - { - XLP -> SetVarType(i,mipInstance::VAR_FLOAT); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s variable %s mark %s",argv[0],argv[2],argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " variable ", argv[2], " mark ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -@@ -938,7 +941,6 @@ - if (strcmp(argv[5],"*")!=0) uu = TFloat(atof(argv[5])); - - XLP -> SetURange(i,uu); -- interp->result = ""; - return TCL_OK; - } - -@@ -947,7 +949,6 @@ - TFloat ll = -InfFloat; - if (strcmp(argv[5],"*")!=0) ll = TFloat(atof(argv[5])); - XLP -> SetLRange(i,ll); -- interp->result = ""; - return TCL_OK; - } - -@@ -955,22 +956,20 @@ - { - TFloat cc = TFloat(atof(argv[5])); - XLP -> SetCost(i,cc); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[4],"label")==0) - { - XLP -> SetVarLabel(i,(char*)argv[5],managedObject::OWNED_BY_SENDER); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s variable %s set %s",argv[0],argv[2],argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " variable ", argv[2], " set ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s variable %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " variable ", argv[2], (char *)NULL); - return TCL_ERROR; - } - ---- shell_src/goshMain.cpp.orig 2013-06-04 17:06:23.000000000 +0200 -+++ shell_src/goshMain.cpp 2013-06-04 17:26:19.000000000 +0200 -@@ -298,7 +298,7 @@ - - if (Tcl_EvalFile(interp2,(char*)scriptName)==TCL_ERROR) - { -- sprintf(CT->logBuffer,"...Thread exit status: %s",interp2->result); -+ sprintf(CT->logBuffer,"...Thread exit status: %s",Tcl_GetStringResult(interp2)); - CT -> LogEntry(LOG_IO,NoHandle,CT->logBuffer); - } - -@@ -337,6 +337,8 @@ - int Goblin_Cmd (ClientData clientData,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) - { -+ Tcl_ResetResult(interp); -+ - if (argc<2) - { - WrongNumberOfArguments(interp,argc,argv); -@@ -366,7 +368,6 @@ - Goblin_Mixed_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -384,7 +385,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -410,7 +410,6 @@ - Goblin_Sparse_Bigraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Bigraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -428,7 +427,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -446,7 +444,6 @@ - Goblin_Dense_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Dense_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -470,7 +467,6 @@ - Goblin_Dense_Bigraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Dense_Bigraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -488,7 +484,6 @@ - Goblin_Dense_Digraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Dense_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -539,7 +534,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -589,7 +583,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -676,7 +669,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -739,7 +731,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -755,7 +746,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -773,7 +763,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -795,7 +784,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -818,7 +806,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -836,7 +823,6 @@ - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Digraph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -851,7 +837,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -866,7 +851,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -881,7 +865,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -921,7 +904,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -937,7 +919,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -962,7 +943,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -980,7 +960,6 @@ - Goblin_Sparse_Graph_Cmd,reinterpret_cast(G), - (Tcl_CmdDeleteProc *)Goblin_Delete_Sparse_Graph); - -- interp->result = ""; - return TCL_OK; - } - -@@ -990,7 +969,7 @@ - { - if (goblinController::pMipFactory==NULL) - { -- interp->result = "No LP solver loaded"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No LP solver loaded", -1)); - return TCL_ERROR; - } - -@@ -1016,7 +995,6 @@ - Goblin_Ilp_Cmd,reinterpret_cast(XLP), - (Tcl_CmdDeleteProc *)Goblin_Delete_Ilp); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1054,7 +1032,7 @@ - - if (!X) - { -- interp->result = "Unknown format specification"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Unknown format specification", -1)); - return TCL_ERROR; - } - -@@ -1141,7 +1119,6 @@ - (Tcl_CmdDeleteProc *)Goblin_Delete_Mixed_Graph); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1162,13 +1139,12 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Ilp_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - - if (!X->IsGraphObject()) - { -- sprintf(interp->result,"Not a graph object ID: %s",argv[3]); -+ Tcl_AppendResult(interp, "Not a graph object ID: ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1179,7 +1155,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Mixed_Graph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1190,7 +1165,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Sparse_Graph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1201,7 +1175,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Dense_Graph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1212,7 +1185,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Sparse_Bigraph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1223,7 +1195,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Dense_Bigraph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1234,7 +1205,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Sparse_Digraph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1245,7 +1215,6 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Dense_Digraph_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1256,11 +1225,10 @@ - Tcl_CreateCommand(interp,const_cast(argv[2]), - Goblin_Balanced_FNW_Cmd,reinterpret_cast(Y),NULL); - -- interp->result = ""; - return TCL_OK; - } - -- interp->result = "Unknown object type"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Unknown object type", -1)); - return TCL_ERROR; - } - -@@ -1293,7 +1261,7 @@ - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin export %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: goblin export ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -1316,7 +1284,6 @@ - else CT->LogEntry(MSG_ECHO,NoHandle,(char*)argv[2]); - } - -- interp->result = ""; - return TCL_OK; - } - -@@ -1334,7 +1301,7 @@ - - if (threadIndex>=MAX_NUM_THREADS) - { -- interp->result = "No more thread handle available"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No more thread handle available", -1)); - return TCL_ERROR; - } - -@@ -1344,7 +1311,6 @@ - pthread_create(&goblinThreadData[threadIndex].threadID, - NULL,Goblin_Thread,(void*)scriptName); - -- interp->result = ""; - return TCL_OK; - } - -@@ -1360,7 +1326,6 @@ - - sprintf(returnCode,"%s",argv[3]); - errorCode = TCL_OK; -- interp->result = ""; - return TCL_OK; - } - -@@ -1376,7 +1341,6 @@ - - sprintf(returnCode,"%s",argv[3]); - errorCode = TCL_ERROR; -- interp->result = ""; - return TCL_OK; - } - -@@ -1389,15 +1353,15 @@ - if (strcmp(argv[2],"stop")==0) - { - MSG -> SolverSignalStop(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"idle")==0) - { - if (MSG->SolverIdle()) -- interp->result = "1"; -- else interp->result = "0"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); - - return TCL_OK; - } -@@ -1405,8 +1369,9 @@ - if (strcmp(argv[2],"running")==0) - { - if (MSG->SolverRunning()) -- interp->result = "1"; -- else interp->result = "0"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(1)); -+ else -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); - - return TCL_OK; - } -@@ -1421,19 +1386,18 @@ - { - #if defined(_PROGRESS_) - -- sprintf(interp->result,"%g", -- static_cast(CT->ProgressCounter())); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(CT->ProgressCounter()))); - - #else - -- interp->result = "1.0"; -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(1.0)); - - #endif - - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin solver %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: goblin solver ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -1450,12 +1414,14 @@ - try - { - unsigned long lineNumber = atol(argv[3]); -- MSG->GetLineByNumber(transscriptName,interp->result, TCL_RESULT_SIZE,lineNumber); -+ const char *s = Tcl_GetStringResult(interp); -+ size_t slen = strlen(s); -+ MSG->GetLineByNumber(transscriptName,(char *)s,slen,lineNumber); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Could not access transcript file"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Could not access transcript file", -1)); - return TCL_ERROR; - } - } -@@ -1466,12 +1432,11 @@ - { - unsigned long lineNumber = atol(argv[3]); - MSG->LoadBuffer(transscriptName,lineNumber); -- interp->result = ""; - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Could not access transcript file"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Could not access transcript file", -1)); - return TCL_ERROR; - } - } -@@ -1484,39 +1449,37 @@ - - if (strcmp(argv[2],"#bufferSize")==0) - { -- sprintf(interp->result,"%lu",static_cast(MSG->GetBufferSize())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(MSG->GetBufferSize()))); - return TCL_OK; - } - - if (strcmp(argv[2],"#numLines")==0) - { -- sprintf(interp->result,"%lu",static_cast(MSG->GetNumLines(transscriptName))); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(MSG->GetNumLines(transscriptName)))); - return TCL_OK; - } - - if (strcmp(argv[2],"restart")==0) - { - MSG -> Restart(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"reset")==0) - { - MSG -> MsgReset(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"eof")==0) - { -- interp->result = const_cast((MSG->MsgEndOfBuffer()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(MSG->MsgEndOfBuffer() ? 1 : 0)); - return TCL_OK; - } - - if (strcmp(argv[2],"void")==0) - { -- interp->result = const_cast((MSG->MsgVoid()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(MSG->MsgVoid() ? 1 : 0)); - return TCL_OK; - } - -@@ -1525,12 +1488,11 @@ - try - { - MSG -> MsgSkip(); -- interp->result = ""; - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1539,12 +1501,13 @@ - { - try - { -- MSG->MsgText(interp->result, TCL_RESULT_SIZE); -+ const char *s = Tcl_GetStringResult(interp); -+ MSG->MsgText((char *)s, strlen(s)); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1554,12 +1517,12 @@ - try - { - msgType ret = MSG->MsgClass(); -- sprintf(interp->result,"%d",ret); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(ret)); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1569,12 +1532,12 @@ - try - { - TModule ret = MSG->MsgModule(); -- sprintf(interp->result,"%lu",static_cast(ret)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(ret))); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1584,12 +1547,12 @@ - try - { - THandle ret = MSG->MsgHandle(); -- sprintf(interp->result,"%lu",static_cast(ret)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(ret))); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1599,12 +1562,12 @@ - try - { - int ret = MSG->MsgLevel(); -- sprintf(interp->result,"%d",ret); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(ret)); - return TCL_OK; - } - catch (ERRejected) - { -- interp->result = "Message queue is empty"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Message queue is empty", -1)); - return TCL_ERROR; - } - } -@@ -1617,16 +1580,18 @@ - return TCL_ERROR; - } - -- size_t numChars = MSG->TraceFilename(interp->result, TCL_RESULT_SIZE); -+ const char *s = Tcl_GetStringResult(interp); -+ size_t slen = strlen(s); -+ size_t numChars = MSG->TraceFilename((char *)s, slen); - - if (numChars==0) - { -- interp->result = "Tcl result size overflow"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Tcl result size overflow", -1)); - return TCL_ERROR; - } -- else if (numChars>=TCL_RESULT_SIZE) -+ else if (numChars>=slen) - { -- interp->result = "No more queued trace files"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("No more queued trace files", -1)); - return TCL_ERROR; - } - -@@ -1635,25 +1600,23 @@ - - if (strcmp(argv[2],"blocked")==0) - { -- interp->result = const_cast((MSG->TraceEvent()) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(MSG->TraceEvent() ? 1 : 0)); - return TCL_OK; - } - - if (strcmp(argv[2],"unblock")==0) - { - MSG -> TraceUnblock(); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin messenger %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: goblin messenger ", argv[2], (char *)NULL); - return TCL_ERROR; - } - - if (strcmp(argv[1],"configure")==0) - { - CT->Configure(argc,(const char**)argv); -- interp->result = ""; - return TCL_OK; - } - -@@ -1670,7 +1633,6 @@ - if (strcmp(argv[2],"reset")==0) - { - CT -> ResetTimers(); -- interp->result = ""; - return TCL_OK; - } - -@@ -1678,7 +1640,7 @@ - - if (i>=NoTimer) - { -- sprintf(interp->result,"No such timer: %u",i); -+ Tcl_AppendResult(interp, "No such timer: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -1694,12 +1656,11 @@ - - if (j>=NoTimer) - { -- sprintf(interp->result,"No such Timer: %u",j); -+ Tcl_AppendResult(interp, "No such timer: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"%g", -- static_cast(CT->globalTimer[i]->ChildTime(TTimer(j)))); -+ Tcl_SetObjResult(interp, Tcl_NewDoubleObj(static_cast(CT->globalTimer[i]->ChildTime(TTimer(j))))); - return TCL_OK; - } - -@@ -1712,67 +1673,58 @@ - if (strcmp(argv[3],"reset")==0) - { - CT -> globalTimer[i] -> Reset(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"enable")==0) - { - CT -> globalTimer[i] -> Enable(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"disable")==0) - { - CT -> globalTimer[i] -> Disable(); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[3],"label")==0) - { -- sprintf(interp->result,"%s", -- listOfTimers[i].timerName); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfTimers[i].timerName, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"acc")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(CT->globalTimer[i]->AccTime())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(CT->globalTimer[i]->AccTime()))); - return TCL_OK; - } - - if (strcmp(argv[3],"av")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(CT->globalTimer[i]->AvTime())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(CT->globalTimer[i]->AvTime()))); - return TCL_OK; - } - - if (strcmp(argv[3],"max")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(CT->globalTimer[i]->MaxTime())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(CT->globalTimer[i]->MaxTime()))); - return TCL_OK; - } - - if (strcmp(argv[3],"min")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(CT->globalTimer[i]->MinTime())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(CT->globalTimer[i]->MinTime()))); - return TCL_OK; - } - - if (strcmp(argv[3],"prev")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(CT->globalTimer[i]->PrevTime())); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(CT->globalTimer[i]->PrevTime()))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin timer %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: goblin timer ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1790,71 +1742,65 @@ - - if (i>=NoModule) - { -- sprintf(interp->result,"No such module: %d",i); -+ Tcl_AppendResult(interp, "No such module: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - - if (strcmp(argv[3],"name")==0) - { -- sprintf(interp->result,"%s",listOfModules[i].moduleName); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfModules[i].moduleName, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"timer")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].moduleTimer)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].moduleTimer))); - return TCL_OK; - } - - if (strcmp(argv[3],"implementor1")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].implementor1)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].implementor1))); - return TCL_OK; - } - - if (strcmp(argv[3],"implementor2")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].implementor2)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].implementor2))); - return TCL_OK; - } - - if (strcmp(argv[3],"encoding_date")==0) - { -- sprintf(interp->result,"%s",listOfModules[i].encodingDate); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfModules[i].encodingDate, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"revision_date")==0) - { -- sprintf(interp->result,"%s",listOfModules[i].revisionDate); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfModules[i].revisionDate, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"original_reference")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].originalReference)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].originalReference))); - return TCL_OK; - } - - if (strcmp(argv[3],"authors_reference")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].authorsReference)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].authorsReference))); - return TCL_OK; - } - - if (strcmp(argv[3],"text_book")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfModules[i].textBook)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfModules[i].textBook))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin module %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: goblin module ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1870,29 +1816,29 @@ - - if (i>=NoAuthor) - { -- sprintf(interp->result,"No such author: %d",i); -+ Tcl_AppendResult(interp, "No such author: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - - if (strcmp(argv[3],"name")==0) - { -- sprintf(interp->result,"%s",listOfAuthors[i].name); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfAuthors[i].name, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"affiliation")==0) - { -- sprintf(interp->result,"%s",listOfAuthors[i].affiliation); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfAuthors[i].affiliation, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"e_mail")==0) - { -- sprintf(interp->result,"%s",listOfAuthors[i].e_mail); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfAuthors[i].e_mail, -1)); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin author %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: goblin author ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1908,67 +1854,65 @@ - - if (i>=NoReference) - { -- sprintf(interp->result,"No such reference: %d",i); -+ Tcl_AppendResult(interp, "No such reference: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - - if (strcmp(argv[3],"key")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].refKey); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].refKey, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"authors")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].authors); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].authors, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"title")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].title); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].title, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"type")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].type); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].type, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"collection")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].collection); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].collection, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"editors")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].editors); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].editors, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"volume")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfReferences[i].volume)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfReferences[i].volume))); - return TCL_OK; - } - - if (strcmp(argv[3],"publisher")==0) - { -- sprintf(interp->result,"%s",listOfReferences[i].publisher); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(listOfReferences[i].publisher, -1)); - return TCL_OK; - } - - if (strcmp(argv[3],"year")==0) - { -- sprintf(interp->result,"%lu", -- static_cast(listOfReferences[i].year)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(listOfReferences[i].year))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: goblin reference %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: goblin reference ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -1982,31 +1926,31 @@ - - if (strcmp(argv[1],"size")==0) - { -- sprintf(interp->result,"%lu",static_cast(goblinHeapSize)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(goblinHeapSize))); - return TCL_OK; - } - - if (strcmp(argv[1],"maxsize")==0) - { -- sprintf(interp->result,"%lu",static_cast(goblinMaxSize)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(goblinMaxSize))); - return TCL_OK; - } - - if (strcmp(argv[1],"#allocs")==0) - { -- sprintf(interp->result,"%lu",static_cast(goblinNAllocs)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(goblinNAllocs))); - return TCL_OK; - } - - if (strcmp(argv[1],"#objects")==0) - { -- sprintf(interp->result,"%lu",static_cast(goblinNObjects)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(goblinNObjects))); - return TCL_OK; - } - - if (strcmp(argv[1],"#fragments")==0) - { -- sprintf(interp->result,"%lu",static_cast(goblinNFragments)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(goblinNFragments))); - return TCL_OK; - } - -@@ -2014,25 +1958,25 @@ - - if (strcmp(argv[1],"#timers")==0) - { -- sprintf(interp->result,"%lu",static_cast(NoTimer)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(NoTimer))); - return TCL_OK; - } - - if (strcmp(argv[1],"#authors")==0) - { -- sprintf(interp->result,"%lu",static_cast(NoAuthor)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(NoAuthor))); - return TCL_OK; - } - - if (strcmp(argv[1],"#modules")==0) - { -- sprintf(interp->result,"%lu",static_cast(NoModule)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(NoModule))); - return TCL_OK; - } - - if (strcmp(argv[1],"#references")==0) - { -- sprintf(interp->result,"%lu",static_cast(NoReference)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(static_cast(NoReference))); - return TCL_OK; - } - -@@ -2044,7 +1988,6 @@ - CT->logStream = new ofstream(transscriptName); - MSG -> Restart(); - -- interp->result = ""; - return TCL_OK; - } - } -@@ -2053,7 +1996,7 @@ - return Goblin_Propagate_Exception(interp); - } - -- sprintf(interp->result,"Unknown option: goblin %s",argv[1]); -+ Tcl_AppendResult(interp, "Unknown option: goblin ", argv[1], (char *)NULL); - return TCL_ERROR; - } - -@@ -2083,9 +2026,11 @@ - int Goblin_Generic_Cmd (managedObject *X,Tcl_Interp* interp,int argc, - _CONST_QUAL_ char* argv[]) throw(ERRejected,ERRange) - { -+ Tcl_ResetResult(interp); -+ - if (argc<2) - { -- interp->result = "Missing arguments"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arguments", -1)); - return TCL_ERROR; - } - -@@ -2098,7 +2043,6 @@ - } - - CT -> SetMaster(X->Handle()); -- interp->result = ""; - return TCL_OK; - } - -@@ -2110,7 +2054,7 @@ - return TCL_ERROR; - } - -- sprintf(interp->result,"%ld",X->Handle()); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(X->Handle())); - return TCL_OK; - } - -@@ -2123,7 +2067,6 @@ - } - - X -> Display(); -- interp->result = ""; - return TCL_OK; - } - -@@ -2144,11 +2087,11 @@ - strcmp(argv[2],"-balanced")==0 - ) - { -- interp->result = "0"; -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(0)); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown object attribute: %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown object attribute: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -2163,11 +2106,10 @@ - if (strcmp(argv[2],"name")==0) - { - X -> SetLabel((char*)argv[3]); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s set %s",argv[0],argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[0], " set ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -2186,46 +2128,43 @@ - if (argc>4) opt = atol(argv[4]); - - X -> ExportToAscii(argv[3],opt); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"goblet")==0 || strcmp(argv[2],"tk")==0) - { - X -> ExportToTk(argv[3]); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"xfig")==0) - { - X -> ExportToXFig(argv[3]); -- interp->result = ""; - return TCL_OK; - } - - if (strcmp(argv[2],"dot")==0) - { - X -> ExportToDot(argv[3]); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown export format: %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown export format: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s",argv[1]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[1], (char *)NULL); - return TCL_ERROR; - } - - - int Goblin_Propagate_Exception (Tcl_Interp* interp) throw() - { -+ Tcl_ResetResult(interp); -+ - if (CT->savedErrorMsgType != NO_MSG) - { -- sprintf(interp->result,"%s - %s", -- CT->savedErrorMethodName,CT->savedErrorDescription); -+ Tcl_AppendResult(interp, CT->savedErrorMethodName, " - ", CT->savedErrorDescription, (char *)NULL); - - CT->savedErrorMsgType = NO_MSG; - } -@@ -2233,7 +2172,7 @@ - { - CT->Error(MSG_WARN,NoHandle,"Goblin_Propagate_Exception", - "An unknown exception has occured"); -- sprintf(interp->result,"An unknown exception has occured"); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("An unknown exception has occured", -1)); - } - - CT -> logLevel = 0; -@@ -2243,14 +2182,16 @@ - - void WrongNumberOfArguments(Tcl_Interp* interp,int argc,_CONST_QUAL_ char* argv[]) throw() - { -- sprintf(interp->result,"Wrong number of arguments for command \"%s",argv[0]); -+ Tcl_ResetResult(interp); -+ -+ Tcl_AppendResult(interp, "Wrong number of arguments for command \"", argv[0], (char *)NULL); - - for (int i=1;iresult + strlen(interp->result)," %s",argv[i]); -+ Tcl_AppendResult(interp, " ", argv[i], (char *)NULL); - } - -- sprintf(interp->result + strlen(interp->result),"\""); -+ Tcl_AppendResult(interp, "\"", (char *)NULL); - } - - -@@ -2264,7 +2205,7 @@ - } - else - { -- interp->result = "Missing number of graph nodes"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing number of graph nodes", -1)); - return NoNode; - } - } ---- shell_src/goshDisplayProxy.cpp.orig 2013-06-04 18:16:00.000000000 +0200 -+++ shell_src/goshDisplayProxy.cpp 2013-06-04 18:16:07.000000000 +0200 -@@ -17,6 +17,8 @@ - int Goblin_Graph_Display_Proxy_Cmd (ClientData clientData,Tcl_Interp* interp, - int argc,_CONST_QUAL_ char* argv[]) - { -+ Tcl_ResetResult(interp); -+ - graphDisplayProxy* DP = reinterpret_cast(clientData); - - if (setjmp(goblinThreadData[Goblin_MyThreadIndex()].jumpBuffer) != 0) -@@ -25,7 +27,7 @@ - } - else if (argc==1) - { -- interp->result = "Missing object command"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing object command", -1)); - return TCL_ERROR; - } - else try -@@ -33,7 +35,6 @@ - if (strcmp(argv[1],"synchronize")==0) - { - DP -> Synchronize(); -- interp->result = ""; - return TCL_OK; - } - -@@ -41,23 +42,23 @@ - { - if (strcmp(argv[2],"-canvasWidth")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasWidth()); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasWidth())); - return TCL_OK; - } - - if (strcmp(argv[2],"-canvasHeight")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasHeight()); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasHeight())); - return TCL_OK; - } - - if (strcmp(argv[2],"-canvasArrowSize")==0) - { -- sprintf(interp->result,"%g",DP->CanvasArrowSize()); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasArrowSize())); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[2]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[2], (char *)NULL); - return TCL_ERROR; - } - -@@ -65,7 +66,7 @@ - { - if (argc==2) - { -- interp->result = "Missing node index"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing node index", -1)); - return TCL_ERROR; - } - -@@ -73,7 +74,7 @@ - - if (argc<4) - { -- interp->result = "Missing command option"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing command option", -1)); - return TCL_ERROR; - } - -@@ -81,39 +82,43 @@ - { - if (strcmp(argv[4],"-mapped")==0) - { -- sprintf(interp->result,"%s",DP->IsNodeMapped(v) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(DP->IsNodeMapped(v) ? 1 : 0)); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasWidth")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasNodeWidth(v)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasNodeWidth(v))); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasHeight")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasNodeHeight(v)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasNodeHeight(v))); - return TCL_OK; - } - - if (strcmp(argv[4],"-label")==0) - { -- DP -> CompoundNodeLabel(interp->result,256,v); -+ char tmp[256]; -+ DP -> CompoundNodeLabel(tmp,256,v); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(tmp, -1)); - return TCL_OK; - } - - if (strcmp(argv[4],"-colour")==0) - { -- DP -> CanvasNodeColour(interp->result,v); -+ char tmp[256]; -+ DP -> CanvasNodeColour(tmp,v); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(tmp, -1)); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -121,7 +126,7 @@ - { - if (argc==2) - { -- interp->result = "Missing arc index"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arc index", -1)); - return TCL_ERROR; - } - -@@ -129,7 +134,7 @@ - - if (argc<4) - { -- interp->result = "Missing command option"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing command option", -1)); - return TCL_ERROR; - } - -@@ -137,44 +142,48 @@ - { - if (strcmp(argv[4],"-mapped")==0) - { -- sprintf(interp->result,"%s",DP->IsArcMapped(a) ? "1" : "0"); -+ Tcl_SetObjResult(interp, Tcl_NewIntObj(DP->IsArcMapped(a) ? 1 : 0)); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasPortX")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCXOfPort(a)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCXOfPort(a))); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasPortY")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCYOfPort(a)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCYOfPort(a))); - return TCL_OK; - } - - if (strcmp(argv[4],"-label")==0) - { -- DP -> CompoundArcLabel(interp->result,256,a); -+ char tmp[256]; -+ DP -> CompoundArcLabel(tmp,256,a); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(tmp, -1)); - return TCL_OK; - } - - if (strcmp(argv[4],"-colour")==0) - { -- DP -> CanvasArcColour(interp->result,a); -+ char tmp[256]; -+ DP -> CanvasArcColour(tmp,a); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(tmp, -1)); - return TCL_OK; - } - - if (strcmp(argv[4],"-width")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasArcWidth(a)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasArcWidth(a))); - return TCL_OK; - } - - if (strcmp(argv[4],"-dash")==0) - { - const char* dashMode[] = {""," -dash ."," -dash -"," -dash -."}; -- sprintf(interp->result,"%s",dashMode[DP->CanvasArcDashMode(a)]); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj(dashMode[DP->CanvasArcDashMode(a)], -1)); - return TCL_OK; - } - -@@ -184,35 +193,41 @@ - { - case ARROW_BOTH: - { -- interp->result = "both"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("both", -1)); - return TCL_OK; - } - case ARROW_FORWARD: - { -- interp->result = "last"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("last", -1)); - return TCL_OK; - } - case ARROW_BACKWARD: - { -- interp->result = "first"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("first", -1)); - return TCL_OK; - } - case ARROW_NONE: - { -- interp->result = "none"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("none", -1)); - return TCL_OK; - } - } - -+#if TCL_MAJOR_VERSION > 8 || (TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION > 5) -+ Tcl_Obj *resObj = Tcl_NewObj(); -+ Tcl_AppendPrintfToObj(resObj, "Unknown arrow display mode: %d",DP->ArrowDirections(a)); -+ Tcl_SetObjResult(interp, resObj); -+#else - sprintf(interp->result,"Unknown arrow display mode: %d",DP->ArrowDirections(a)); -+#endif - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -220,7 +235,7 @@ - { - if (argc==2) - { -- interp->result = "Missing layout point index"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing layout point index", -1)); - return TCL_ERROR; - } - -@@ -228,7 +243,7 @@ - - if (argc<4) - { -- interp->result = "Missing command option"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing command option", -1)); - return TCL_ERROR; - } - -@@ -236,17 +251,17 @@ - { - if (strcmp(argv[4],"-canvasX")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCXOfPoint(p)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCXOfPoint(p))); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasY")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCYOfPoint(p)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCYOfPoint(p))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -@@ -254,16 +269,15 @@ - { - if (argc<6) - { -- interp->result = "Missing coordinate values"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing coordinate values", -1)); - return TCL_ERROR; - } - - DP -> PlaceLayoutPoint(p,atol(argv[4]),atol(argv[5])); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -@@ -271,7 +285,7 @@ - { - if (argc==2) - { -- interp->result = "Missing arc index"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing arc index", -1)); - return TCL_ERROR; - } - -@@ -279,7 +293,7 @@ - - if (argc<4) - { -- interp->result = "Missing command option"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing command option", -1)); - return TCL_ERROR; - } - -@@ -287,17 +301,17 @@ - { - if (strcmp(argv[4],"-canvasX")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCXOfArcLabelAnchor(a)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCXOfArcLabelAnchor(a))); - return TCL_OK; - } - - if (strcmp(argv[4],"-canvasY")==0) - { -- sprintf(interp->result,"%ld",DP->CanvasCYOfArcLabelAnchor(a)); -+ Tcl_SetObjResult(interp, Tcl_NewLongObj(DP->CanvasCYOfArcLabelAnchor(a))); - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[4]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[4], (char *)NULL); - return TCL_ERROR; - } - -@@ -305,20 +319,19 @@ - { - if (argc<6) - { -- interp->result = "Missing coordinate values"; -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("Missing coordinate values", -1)); - return TCL_ERROR; - } - - DP -> PlaceArcLabelAnchor(a,atol(argv[4]),atol(argv[5])); -- interp->result = ""; - return TCL_OK; - } - -- sprintf(interp->result,"Unknown option: %s",argv[3]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[3], (char *)NULL); - return TCL_ERROR; - } - -- sprintf(interp->result,"Unknown option: %s",argv[1]); -+ Tcl_AppendResult(interp, "Unknown option: ", argv[1], (char *)NULL); - return TCL_ERROR; - } - catch (...) ---- glpk_wrap/glpkInit.cpp.orig 2013-06-05 09:18:26.000000000 +0200 -+++ glpk_wrap/glpkInit.cpp 2013-06-05 09:19:08.000000000 +0200 -@@ -29,7 +29,7 @@ - - if (Tcl_PkgRequire(interp,"goblin","2.6",0)==NULL) - { -- sprintf(interp->result,"GOBLIN must be loaded before the GLPK plugin"); -+ Tcl_SetObjResult(interp, Tcl_NewStringObj("GOBLIN must be loaded before the GLPK plugin", -1)); - return TCL_ERROR; - } - diff --git a/math/goblin/pkg-descr b/math/goblin/pkg-descr deleted file mode 100644 index 20158fc1b2b..00000000000 --- a/math/goblin/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -GOBLIN is a C++ class library focussed on graph optimization and network -programming problems. It deals with all of the standard graph optimization -problems discussed by textbooks and in courses on combinatorial optimization. - -Today, GOBLIN provides strongly polynomial algorithms for the following graph -optimization problems: - - Shortest paths in graphs and digraphs with negative lengths. - - Negative cycles and minimum mean cycles. - - Strong and 2-connected components. - - Minimum spanning trees, arborescences and 1-trees. - - Maximum st-flows, feasible circulations and b-flows. - - Min-cost st-flows, b-flows and circulations. - - Assignment problems of any kind. - - 1-matchings, b-matchings, capacitated b-matchings, f-factors and - degree-constrained subgraphs. - - Directed and undirected Chinese postman problems, T-joins. - -The library also includes methods for NP-hard problems, namely TSP, ATSP, -stable sets and graph colouring. - -WWW: http://goblin2.sourceforge.net/ diff --git a/math/goblin/pkg-plist b/math/goblin/pkg-plist deleted file mode 100644 index a11afb77de5..00000000000 --- a/math/goblin/pkg-plist +++ /dev/null @@ -1,230 +0,0 @@ -bin/goblet -bin/goblin-display -bin/gosh -include/goblin/abstractBalanced.h -include/goblin/abstractBigraph.h -include/goblin/abstractDigraph.h -include/goblin/abstractGraph.h -include/goblin/abstractMixedGraph.h -include/goblin/abstractSubgraph.h -include/goblin/attribute.h -include/goblin/attributePool.h -include/goblin/auxiliaryNetwork.h -include/goblin/balancedDigraph.h -include/goblin/balancedToBalanced.h -include/goblin/basicHeap.h -include/goblin/bigraphToDigraph.h -include/goblin/binaryHeap.h -include/goblin/branchAsyTSP.h -include/goblin/branchColour.h -include/goblin/branchMIP.h -include/goblin/branchMaxCut.h -include/goblin/branchScheme.h -include/goblin/branchStable.h -include/goblin/branchSymmTSP.h -include/goblin/canvasBuilder.h -include/goblin/complement.h -include/goblin/configuration.h -include/goblin/denseBigraph.h -include/goblin/denseDigraph.h -include/goblin/denseGraph.h -include/goblin/denseInclude.h -include/goblin/denseRepresentation.h -include/goblin/dictionary.h -include/goblin/digraphToDigraph.h -include/goblin/disjointFamily.h -include/goblin/dynamicQueue.h -include/goblin/dynamicStack.h -include/goblin/exportToDot.h -include/goblin/exportToTk.h -include/goblin/exportToXFig.h -include/goblin/fibonacciHeap.h -include/goblin/fileExport.h -include/goblin/fileImport.h -include/goblin/globals.h -include/goblin/glpkWrapper.h -include/goblin/goblin.h -include/goblin/goblinController.h -include/goblin/goblinQueue.h -include/goblin/gosh.h -include/goblin/graphDisplayProxy.h -include/goblin/graphInclude.h -include/goblin/graphRepresentation.h -include/goblin/graphToBalanced.h -include/goblin/hashTable.h -include/goblin/ilpWrapper.h -include/goblin/incrementalGeometry.h -include/goblin/indexSet.h -include/goblin/investigator.h -include/goblin/lpSolver.h -include/goblin/managedObject.h -include/goblin/matrix.h -include/goblin/messenger.h -include/goblin/mixedGraph.h -include/goblin/moduleGuard.h -include/goblin/movingLineModel.h -include/goblin/nestedFamily.h -include/goblin/networkSimplex.h -include/goblin/orthogonalGrid.h -include/goblin/segment.h -include/goblin/sequentialQueue.h -include/goblin/sequentialStack.h -include/goblin/shrinkingNetwork.h -include/goblin/sparseBigraph.h -include/goblin/sparseDigraph.h -include/goblin/sparseGraph.h -include/goblin/sparseInclude.h -include/goblin/sparseRepresentation.h -include/goblin/staticQueue.h -include/goblin/staticStack.h -include/goblin/stripeDissectionModel.h -include/goblin/subgraph.h -include/goblin/surfaceGraph.h -include/goblin/switchBaseTypes.h -include/goblin/timers.h -include/goblin/treeView.h -include/goblin/version.h -lib/goblin/LGPL -lib/goblin/arrowDown.gif -lib/goblin/arrowUp.gif -lib/goblin/binocs.gif -lib/goblin/browseDelete.gif -lib/goblin/browseEnable.gif -lib/goblin/browseEnable.png -lib/goblin/browseFirst.gif -lib/goblin/browseLast.gif -lib/goblin/browseMinus.gif -lib/goblin/browseNext.gif -lib/goblin/browsePlus.gif -lib/goblin/browsePrev.gif -lib/goblin/browserDefaults.tk -lib/goblin/browserLogOpt.tk -lib/goblin/browserOptions.tk -lib/goblin/browserTraceOpt.tk -lib/goblin/camera.gif -lib/goblin/convertArchive.tk -lib/goblin/delButton.gif -lib/goblin/editArcLabels.tk -lib/goblin/editColours.gif -lib/goblin/editDelete.gif -lib/goblin/editDelete.tk -lib/goblin/editEnable.gif -lib/goblin/editEnable.png -lib/goblin/editIncidences.gif -lib/goblin/editLabel.gif -lib/goblin/editMove.gif -lib/goblin/editNewArc.gif -lib/goblin/editNewNode.gif -lib/goblin/editNodeLabels.tk -lib/goblin/editPivot.tk -lib/goblin/editPred.gif -lib/goblin/editRandom.tk -lib/goblin/editRedirect.gif -lib/goblin/editRow.tk -lib/goblin/editVar.tk -lib/goblin/eraseButton.gif -lib/goblin/fileChanges.tk -lib/goblin/fileConvert.tk -lib/goblin/fileExport.tk -lib/goblin/fileImport.tk -lib/goblin/fileNewObject.tk -lib/goblin/fileOpen.gif -lib/goblin/fileOpen.tk -lib/goblin/filePrint.gif -lib/goblin/fileReset.gif -lib/goblin/fileSave.gif -lib/goblin/fileSaveAs.tk -lib/goblin/fileSupportedFormats.tk -lib/goblin/foldClose.gif -lib/goblin/foldOpen.gif -lib/goblin/gobletIcon.gif -lib/goblin/gobletTitle.gif -lib/goblin/infoAuthors.tk -lib/goblin/infoBibliography.tk -lib/goblin/infoModules.tk -lib/goblin/infoRessources.tk -lib/goblin/infoStatistics.tk -lib/goblin/infoTimers.tk -lib/goblin/layoutArcs.tk -lib/goblin/layoutLPOpt.tk -lib/goblin/layoutNodes.tk -lib/goblin/layoutNodes.tk.orig -lib/goblin/lightsGreen.gif -lib/goblin/lightsRed.gif -lib/goblin/lightsYellow.gif -lib/goblin/linkButton.gif -lib/goblin/logDynamic.gif -lib/goblin/logDynamic.png -lib/goblin/logEnable.gif -lib/goblin/logEnable.png -lib/goblin/logFirst.gif -lib/goblin/logFirst.png -lib/goblin/logLast.gif -lib/goblin/logLast.png -lib/goblin/logNext.gif -lib/goblin/logNext.png -lib/goblin/logPartial.gif -lib/goblin/logPlain.gif -lib/goblin/logPlain.png -lib/goblin/logPrev.gif -lib/goblin/logPrev.png -lib/goblin/logReset.gif -lib/goblin/logReset.png -lib/goblin/logSave.gif -lib/goblin/logSave.png -lib/goblin/logSearch.gif -lib/goblin/logSearch.png -lib/goblin/mainEditor.tk -lib/goblin/mainGoblet.tk -lib/goblin/mainIconbars.tk -lib/goblin/mainMessenger.tk -lib/goblin/mainStatus.tk -lib/goblin/mainTitle.tk -lib/goblin/mainWorkspace.tk -lib/goblin/menuBrowser.tk -lib/goblin/menuCompose.tk -lib/goblin/menuEdit.tk -lib/goblin/menuFile.tk -lib/goblin/menuInfo.tk -lib/goblin/menuLayout.tk -lib/goblin/menuOptimize.tk -lib/goblin/msgStop.gif -lib/goblin/msgWarn.gif -lib/goblin/newButton.gif -lib/goblin/objectLoad.gif -lib/goblin/objectLoad.png -lib/goblin/objectSave.gif -lib/goblin/objectSave.png -lib/goblin/okButton.gif -lib/goblin/optimizeDataStruct.tk -lib/goblin/optimizeLevel.tk -lib/goblin/optimizeMethods.tk -lib/goblin/solverInterrupt.gif -lib/goblin/solverInterrupt.png -lib/goblin/solverRestart.gif -lib/goblin/solverRestart.png -lib/goblin/solverStopped.gif -lib/goblin/solverStopped.png -lib/goblin/stepAuto.gif -lib/goblin/stepClock.gif -lib/goblin/stepClock2.gif -lib/goblin/stepInto.gif -lib/goblin/stepOut.gif -lib/goblin/stepOver.gif -lib/goblin/stepOver2.gif -lib/goblin/stepSingle.gif -lib/goblin/stepSingle2.gif -lib/goblin/tableauCol.gif -lib/goblin/tableauObj.gif -lib/goblin/tableauPivot.gif -lib/goblin/tableauRHS.gif -lib/goblin/tableauRow.gif -lib/goblin/tclLogo.gif -lib/goblin/testAutomation.tk -lib/goblin/toggleBrowser.gif -lib/goblin/toggleEditor.gif -lib/goblin/toggleScript.gif -lib/libglpk.a -lib/libglpk.so -lib/libgoblin.a -lib/libgoblin.so diff --git a/math/hs-Agda-stdlib/Makefile b/math/hs-Agda-stdlib/Makefile deleted file mode 100644 index a12c5af58d1..00000000000 --- a/math/hs-Agda-stdlib/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# $FreeBSD$ - -PORTNAME= Agda-stdlib -DISTVERSION= 0.16 - -DISTVERSIONPREFIX= v -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Agda standard library - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_GITHUB= yes - -GH_ACCOUNT= agda -GH_PROJECT= agda-stdlib - -USE_CABAL= Agda filemanip>=0.3 - -STANDALONE= yes - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" - -do-build: - cd ${WRKSRC} && ( \ - ${SETENV} ${MAKE_ENV} ${SETUP_CMD} build; \ - dist/build/GenerateEverything/GenerateEverything; \ - agda -i. -isrc README.agda \ - ) -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} && agda -i. -isrc --html README.agda -v0 -.endif - -do-install: - cd ${WRKSRC} && ( \ - ${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR}; \ - ${INSTALL_DATA} LICENCE ${STAGEDIR}${DOCSDIR}; \ - cd src && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR} \ - ) -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR} -.endif - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-Agda-stdlib/distinfo b/math/hs-Agda-stdlib/distinfo deleted file mode 100644 index 5f07569058f..00000000000 --- a/math/hs-Agda-stdlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531820029 -SHA256 (cabal/agda-agda-stdlib-v0.16_GH0.tar.gz) = fecd28d835434f2a0307391dda336a22929b1a405471de5cc7d8ed44bcd8e10d -SIZE (cabal/agda-agda-stdlib-v0.16_GH0.tar.gz) = 337450 diff --git a/math/hs-Agda-stdlib/pkg-descr b/math/hs-Agda-stdlib/pkg-descr deleted file mode 100644 index 287c3e86790..00000000000 --- a/math/hs-Agda-stdlib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Agda standard library. - -WWW: https://agda.github.io/agda-stdlib/ diff --git a/math/hs-Agda/Makefile b/math/hs-Agda/Makefile index 917aab22679..f23a7608408 100644 --- a/math/hs-Agda/Makefile +++ b/math/hs-Agda/Makefile @@ -11,23 +11,11 @@ COMMENT= Dependently typed functional programming language and proof assistant BROKEN= Doesn't build with recent GHC -USE_CABAL= async EdisonCore blaze-html boxes data-hash edit-distance \ - equivalence filemanip geniplate-mirror gitrev hashable \ - hashtables ieee754 mtl murmur-hash parallel regex-tdfa strict \ - unordered-containers uri-encode zlib - -USE_ALEX= yes -USE_HAPPY= yes -USE_CPPHS= yes -USES= iconv:translit +USES= cabal EXECUTABLE= agda-mode agda -FLAGS_ENABLE= cpphs - - SUB_FILES= pkg-install pkg-deinstall SUB_LIST= DATADIR=${DATADIR} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/math/hs-NumInstances/Makefile b/math/hs-NumInstances/Makefile deleted file mode 100644 index 73424b2a94b..00000000000 --- a/math/hs-NumInstances/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= NumInstances -PORTVERSION= 1.4 -PORTREVISION= 5 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Instances of numeric classes for functions and tuples - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-NumInstances/distinfo b/math/hs-NumInstances/distinfo deleted file mode 100644 index 161cbb5a61a..00000000000 --- a/math/hs-NumInstances/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623372 -SHA256 (cabal/NumInstances-1.4.tar.gz) = cbdb2a49346f59ceb5ab38592d7bc52e5205580d431d0ac6d852fd9880e59679 -SIZE (cabal/NumInstances-1.4.tar.gz) = 4749 diff --git a/math/hs-NumInstances/pkg-descr b/math/hs-NumInstances/pkg-descr deleted file mode 100644 index eda28ea6395..00000000000 --- a/math/hs-NumInstances/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Instances of numeric classes for functions and tuples. - -WWW: http://hackage.haskell.org/package/NumInstances diff --git a/math/hs-adjunctions/Makefile b/math/hs-adjunctions/Makefile deleted file mode 100644 index be5f00e9cdc..00000000000 --- a/math/hs-adjunctions/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= adjunctions -PORTVERSION= 4.4 -PORTREVISION= 3 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Adjunctions and representable functors - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad>=4 distributive>=0.4 free>=4.0 \ - mtl>=2.0.1 profunctors>=4 semigroupoids>=4 semigroups>=0.11 \ - tagged>=0.7 void>=0.5.5.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-adjunctions/distinfo b/math/hs-adjunctions/distinfo deleted file mode 100644 index a430b89b701..00000000000 --- a/math/hs-adjunctions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523889909 -SHA256 (cabal/adjunctions-4.4.tar.gz) = 507c2ef55337ae61c805f8cbc1213dfd7d2b85187342675d662254b8d8a16ae9 -SIZE (cabal/adjunctions-4.4.tar.gz) = 19891 diff --git a/math/hs-adjunctions/files/patch-adjunctions.cabal b/math/hs-adjunctions/files/patch-adjunctions.cabal deleted file mode 100644 index 421accd63b4..00000000000 --- a/math/hs-adjunctions/files/patch-adjunctions.cabal +++ /dev/null @@ -1,12 +0,0 @@ ---- adjunctions.cabal.orig 2018-01-28 14:49:01 UTC -+++ adjunctions.cabal -@@ -49,8 +49,7 @@ library - array >= 0.3.0.2 && < 0.7, - base >= 4 && < 5, - comonad >= 4 && < 6, -- containers >= 0.3 && < 0.6, -- contravariant >= 1 && < 2, -+ containers >= 0.3 && < 0.7, - distributive >= 0.5.1 && < 1, - free >= 4 && < 6, - mtl >= 2.0.1 && < 2.3, diff --git a/math/hs-adjunctions/pkg-descr b/math/hs-adjunctions/pkg-descr deleted file mode 100644 index d0f9a6e880f..00000000000 --- a/math/hs-adjunctions/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Adjunctions and representable functors. - -WWW: https://github.com/ekmett/adjunctions diff --git a/math/hs-categories/Makefile b/math/hs-categories/Makefile deleted file mode 100644 index 94dcd0cd41f..00000000000 --- a/math/hs-categories/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= categories -PORTVERSION= 1.0.7 -PORTREVISION= 5 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Categories - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= void>=0.5.4.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-categories/distinfo b/math/hs-categories/distinfo deleted file mode 100644 index 59c7a9aec24..00000000000 --- a/math/hs-categories/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623373 -SHA256 (cabal/categories-1.0.7.tar.gz) = c29dcec070073f3fdb13f0265e2efc4f2f88522292189690351a70f24cd830a2 -SIZE (cabal/categories-1.0.7.tar.gz) = 9211 diff --git a/math/hs-categories/pkg-descr b/math/hs-categories/pkg-descr deleted file mode 100644 index d9c23974869..00000000000 --- a/math/hs-categories/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Categories. - -WWW: https://github.com/ekmett/categories diff --git a/math/hs-comonad/Makefile b/math/hs-comonad/Makefile deleted file mode 100644 index fec0b16646a..00000000000 --- a/math/hs-comonad/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= comonad -PORTVERSION= 5.0.4 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Comonads - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= distributive>=0.2.2 semigroups>=0.8.3.1 tagged>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-comonad/distinfo b/math/hs-comonad/distinfo deleted file mode 100644 index a427e1637bc..00000000000 --- a/math/hs-comonad/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545588743 -SHA256 (cabal/comonad-5.0.4.tar.gz) = 78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 -SIZE (cabal/comonad-5.0.4.tar.gz) = 17758 diff --git a/math/hs-comonad/files/patch-comonad.cabal b/math/hs-comonad/files/patch-comonad.cabal deleted file mode 100644 index 7dbf7bddc30..00000000000 --- a/math/hs-comonad/files/patch-comonad.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- comonad.cabal.orig 2018-07-01 21:24:59 UTC -+++ comonad.cabal -@@ -89,7 +89,7 @@ library - build-depends: containers >= 0.3 && < 0.7 - - if flag(contravariant) -- build-depends: contravariant >= 0.2.0.1 && < 2 -+ - - if flag(distributive) - build-depends: distributive >= 0.2.2 && < 1 diff --git a/math/hs-comonad/pkg-descr b/math/hs-comonad/pkg-descr deleted file mode 100644 index d816a7349d5..00000000000 --- a/math/hs-comonad/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Comonads. - -WWW: https://github.com/ekmett/comonad diff --git a/math/hs-contravariant/Makefile b/math/hs-contravariant/Makefile deleted file mode 100644 index 72b129a50d2..00000000000 --- a/math/hs-contravariant/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= contravariant -PORTVERSION= 1.4 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Contravariant functors - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= semigroups StateVar transformers-compat void - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-contravariant/distinfo b/math/hs-contravariant/distinfo deleted file mode 100644 index b3abd5062bc..00000000000 --- a/math/hs-contravariant/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499537771 -SHA256 (cabal/contravariant-1.4.tar.gz) = e1666df1373ed784baa7d1e8e963bbc2d1f3c391578ac550ae74e7399173ee84 -SIZE (cabal/contravariant-1.4.tar.gz) = 11652 diff --git a/math/hs-contravariant/pkg-descr b/math/hs-contravariant/pkg-descr deleted file mode 100644 index 7ef3daa8276..00000000000 --- a/math/hs-contravariant/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Contravariant functors. - -WWW: https://github.com/ekmett/contravariant diff --git a/math/hs-data-lens-template/Makefile b/math/hs-data-lens-template/Makefile deleted file mode 100644 index 60cf9384e1e..00000000000 --- a/math/hs-data-lens-template/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-lens-template -PORTVERSION= 2.2 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Utilities for Data.Lens - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-lens>=2.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-data-lens-template/distinfo b/math/hs-data-lens-template/distinfo deleted file mode 100644 index 67e1b998e60..00000000000 --- a/math/hs-data-lens-template/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623374 -SHA256 (cabal/data-lens-template-2.2.tar.gz) = f50b0f5364c5d8a11278722ccb2faf2b7c4451001b34b4f55150599484182af0 -SIZE (cabal/data-lens-template-2.2.tar.gz) = 3339 diff --git a/math/hs-data-lens-template/files/patch-data-lens-template.cabal b/math/hs-data-lens-template/files/patch-data-lens-template.cabal deleted file mode 100644 index 338cee94214..00000000000 --- a/math/hs-data-lens-template/files/patch-data-lens-template.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- data-lens-template.cabal.orig 2018-04-24 19:52:13 UTC -+++ data-lens-template.cabal -@@ -22,7 +22,7 @@ library - build-depends: - data-lens >= 2.0 && < 2.12, - base >= 1.0 && < 5, -- template-haskell >= 2.11 && < 2.12 -+ template-haskell >= 2.11 && < 2.15 - - exposed-modules: - Data.Lens.Template diff --git a/math/hs-data-lens-template/pkg-descr b/math/hs-data-lens-template/pkg-descr deleted file mode 100644 index c6bba8d96f2..00000000000 --- a/math/hs-data-lens-template/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Automatically derive Lenses for your data type for use with Data.Lens. - -WWW: https://github.com/roconnor/data-lens-template diff --git a/math/hs-data-lens/Makefile b/math/hs-data-lens/Makefile deleted file mode 100644 index 137da52ab5f..00000000000 --- a/math/hs-data-lens/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= data-lens -PORTVERSION= 2.11.2 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Used to be Haskell 98 Lenses - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad semigroupoids - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-data-lens/distinfo b/math/hs-data-lens/distinfo deleted file mode 100644 index 9dd41653322..00000000000 --- a/math/hs-data-lens/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835321 -SHA256 (cabal/data-lens-2.11.2.tar.gz) = 5d81364318876f83a4f096a4f9d22695e18042d14114f0f9cce0497cc6ed7988 -SIZE (cabal/data-lens-2.11.2.tar.gz) = 6244 diff --git a/math/hs-data-lens/files/patch-data-lens.cabal b/math/hs-data-lens/files/patch-data-lens.cabal deleted file mode 100644 index c87fd092c5b..00000000000 --- a/math/hs-data-lens/files/patch-data-lens.cabal +++ /dev/null @@ -1,13 +0,0 @@ ---- data-lens.cabal.orig 2018-01-01 04:21:32 UTC -+++ data-lens.cabal -@@ -22,8 +22,8 @@ library - build-depends: - base >= 4 && < 5, - comonad >= 4.0 && < 5.1, -- containers >= 0.3 && < 0.6, -- semigroupoids >= 4.0 && < 5.3, -+ containers >= 0.3 && < 0.7, -+ semigroupoids >= 4.0 && < 5.4, - transformers >= 0.4 && < 0.6 - - extensions: CPP diff --git a/math/hs-data-lens/pkg-descr b/math/hs-data-lens/pkg-descr deleted file mode 100644 index eb5ec8e1cca..00000000000 --- a/math/hs-data-lens/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Used to be Haskell 98 Lenses. - -WWW: https://github.com/roconnor/data-lens diff --git a/math/hs-dense-linear-algebra/Makefile b/math/hs-dense-linear-algebra/Makefile deleted file mode 100644 index 9f9cc4b9e4d..00000000000 --- a/math/hs-dense-linear-algebra/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= dense-linear-algebra -PORTVERSION= 0.1.0.0 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple and incomplete pure haskell implementation of linear algebra - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= math-functions vector-algorithms vector-binary-instances - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-dense-linear-algebra/distinfo b/math/hs-dense-linear-algebra/distinfo deleted file mode 100644 index c7752dbb86d..00000000000 --- a/math/hs-dense-linear-algebra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546093924 -SHA256 (cabal/dense-linear-algebra-0.1.0.0.tar.gz) = f7777a7931b40332ebbc716f64abb63697cbab0128e5c1228d47760c5597f2d4 -SIZE (cabal/dense-linear-algebra-0.1.0.0.tar.gz) = 6285 diff --git a/math/hs-dense-linear-algebra/pkg-descr b/math/hs-dense-linear-algebra/pkg-descr deleted file mode 100644 index 3bda7453e13..00000000000 --- a/math/hs-dense-linear-algebra/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library is simply collection of linear-algebra related modules split from statistics library. - -WWW: https://github.com/bos/statistics diff --git a/math/hs-distributive/Makefile b/math/hs-distributive/Makefile deleted file mode 100644 index 1b1156773cf..00000000000 --- a/math/hs-distributive/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= distributive -PORTVERSION= 0.5.3 -PORTREVISION= 2 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Distributive functors -- Dual to Traversable - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-orphans>=0.5 tagged>=0.7 transformers-compat>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-distributive/distinfo b/math/hs-distributive/distinfo deleted file mode 100644 index 3b6c94e969d..00000000000 --- a/math/hs-distributive/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523780948 -SHA256 (cabal/distributive-0.5.3.tar.gz) = 9173805b9c941bda1f37e5aeb68ae30f57a12df9b17bd2aa86db3b7d5236a678 -SIZE (cabal/distributive-0.5.3.tar.gz) = 10147 diff --git a/math/hs-distributive/pkg-descr b/math/hs-distributive/pkg-descr deleted file mode 100644 index acf12009155..00000000000 --- a/math/hs-distributive/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Distributive functors -- Dual to Traversable. - -WWW: https://github.com/ekmett/distributive diff --git a/math/hs-erf/Makefile b/math/hs-erf/Makefile deleted file mode 100644 index ed3ef495d00..00000000000 --- a/math/hs-erf/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= erf -PORTVERSION= 2.0.0.0 -PORTREVISION= 18 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The error function, erf, and friends for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-erf/distinfo b/math/hs-erf/distinfo deleted file mode 100644 index 0606c455890..00000000000 --- a/math/hs-erf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623375 -SHA256 (cabal/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 -SIZE (cabal/erf-2.0.0.0.tar.gz) = 1918 diff --git a/math/hs-erf/pkg-descr b/math/hs-erf/pkg-descr deleted file mode 100644 index b304599533d..00000000000 --- a/math/hs-erf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A type class for the error function, erf, and related functions for Haskell. -Instances for Float and Double. - -WWW: http://hackage.haskell.org/package/erf diff --git a/math/hs-fixed/Makefile b/math/hs-fixed/Makefile deleted file mode 100644 index 132b6493324..00000000000 --- a/math/hs-fixed/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= fixed -PORTVERSION= 0.2.1.1 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Signed 15.16 precision fixed point arithmetic - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-fixed/distinfo b/math/hs-fixed/distinfo deleted file mode 100644 index 7f714cc8436..00000000000 --- a/math/hs-fixed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499459722 -SHA256 (cabal/fixed-0.2.1.1.tar.gz) = 24a9e1e251998c9d06037bb771d9eab2980a91132de59a19d0166a1c51e715e2 -SIZE (cabal/fixed-0.2.1.1.tar.gz) = 4346 diff --git a/math/hs-fixed/pkg-descr b/math/hs-fixed/pkg-descr deleted file mode 100644 index 0550114c68d..00000000000 --- a/math/hs-fixed/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Signed 15.16 precision fixed point arithmetic - -WWW: https://hackage.haskell.org/package/fixed diff --git a/math/hs-half/Makefile b/math/hs-half/Makefile deleted file mode 100644 index f90a482db72..00000000000 --- a/math/hs-half/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= half -PORTVERSION= 0.2.2.3 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Half-precision floating-point - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-half/distinfo b/math/hs-half/distinfo deleted file mode 100644 index fd10684b386..00000000000 --- a/math/hs-half/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499451861 -SHA256 (cabal/half-0.2.2.3.tar.gz) = 85c244c80d1c889a3d79073a6f5a99d9e769dbe3c574ca11d992b2b4f7599a5c -SIZE (cabal/half-0.2.2.3.tar.gz) = 6050 diff --git a/math/hs-half/pkg-descr b/math/hs-half/pkg-descr deleted file mode 100644 index 7931199f269..00000000000 --- a/math/hs-half/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Half-precision floating-point - -WWW: https://hackage.haskell.org/package/half diff --git a/math/hs-ieee754/Makefile b/math/hs-ieee754/Makefile deleted file mode 100644 index a0b48b08dc4..00000000000 --- a/math/hs-ieee754/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ieee754 -PORTVERSION= 0.8.0 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Utilities for dealing with IEEE floating point numbers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-ieee754/distinfo b/math/hs-ieee754/distinfo deleted file mode 100644 index f4ad1b92f7e..00000000000 --- a/math/hs-ieee754/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623375 -SHA256 (cabal/ieee754-0.8.0.tar.gz) = 0e2dff9c37f59acf5c64f978ec320005e9830f276f9f314e4bfed3f482289ad1 -SIZE (cabal/ieee754-0.8.0.tar.gz) = 17564 diff --git a/math/hs-ieee754/pkg-descr b/math/hs-ieee754/pkg-descr deleted file mode 100644 index 18f0ba766d6..00000000000 --- a/math/hs-ieee754/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Utilities for dealing with IEEE floating point numbers, ported from the -Tango math library; approximate and exact equality comparisons for general -types. - -WWW: https://github.com/patperry/hs-ieee754 diff --git a/math/hs-integer-logarithms/Makefile b/math/hs-integer-logarithms/Makefile deleted file mode 100644 index 07d3f927e1d..00000000000 --- a/math/hs-integer-logarithms/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= integer-logarithms -PORTVERSION= 1.0.2.2 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The integer-logarithms package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-integer-logarithms/distinfo b/math/hs-integer-logarithms/distinfo deleted file mode 100644 index 4ee384a28de..00000000000 --- a/math/hs-integer-logarithms/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545492748 -SHA256 (cabal/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 -SIZE (cabal/integer-logarithms-1.0.2.2.tar.gz) = 8855 diff --git a/math/hs-integer-logarithms/pkg-descr b/math/hs-integer-logarithms/pkg-descr deleted file mode 100644 index 221590c22f3..00000000000 --- a/math/hs-integer-logarithms/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Math.NumberTheory.Logarithms and Math.NumberTheory.Powers.Integer from the -arithmoi package. - -Also provides GHC.Integer.Logarithms.Compat and Math.NumberTheory.Power.Natural -modules, as well as some additional functions in migrated modules. - -WWW: https://hackage.haskell.org/package/integer-logarithms diff --git a/math/hs-kan-extensions/Makefile b/math/hs-kan-extensions/Makefile deleted file mode 100644 index 6ecafac4b5e..00000000000 --- a/math/hs-kan-extensions/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= kan-extensions -PORTVERSION= 5.1 -PORTREVISION= 3 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= adjunctions comonad distributive free mtl semigroupoids tagged - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-kan-extensions/distinfo b/math/hs-kan-extensions/distinfo deleted file mode 100644 index cd83d37cca4..00000000000 --- a/math/hs-kan-extensions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523890567 -SHA256 (cabal/kan-extensions-5.1.tar.gz) = 193f8e58f267663d5da8e38045b000d0983ac08b84808de42af1a44963f63205 -SIZE (cabal/kan-extensions-5.1.tar.gz) = 22573 diff --git a/math/hs-kan-extensions/files/patch-kan-extensions.cabal b/math/hs-kan-extensions/files/patch-kan-extensions.cabal deleted file mode 100644 index 01c4e16a2d9..00000000000 --- a/math/hs-kan-extensions/files/patch-kan-extensions.cabal +++ /dev/null @@ -1,14 +0,0 @@ ---- kan-extensions.cabal.orig 2018-01-28 14:54:04 UTC -+++ kan-extensions.cabal -@@ -54,10 +54,8 @@ library - array >= 0.3.0.2 && < 0.6, - base >= 4.4 && < 5, - comonad >= 4 && < 6, -- containers >= 0.4 && < 0.6, -- contravariant >= 1 && < 2, -+ containers >= 0.4 && < 0.7, - distributive >= 0.2.2 && < 1, -- fail >= 4.9 && < 5, - free >= 4 && < 6, - mtl >= 2.0.1 && < 2.3, - profunctors >= 5 && < 6, diff --git a/math/hs-kan-extensions/pkg-descr b/math/hs-kan-extensions/pkg-descr deleted file mode 100644 index 24dc55b11dc..00000000000 --- a/math/hs-kan-extensions/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density -(co)monads. - -WWW: https://github.com/ekmett/kan-extensions diff --git a/math/hs-math-functions/Makefile b/math/hs-math-functions/Makefile deleted file mode 100644 index afb334aeaf0..00000000000 --- a/math/hs-math-functions/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Wen Heping -# $FreeBSD$ - -PORTNAME= math-functions -PORTVERSION= 0.3.1.0 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Special functions and Chebyshev polynomials - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default-class primitive vector vector-th-unbox - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-math-functions/distinfo b/math/hs-math-functions/distinfo deleted file mode 100644 index 17dd7d7a6ef..00000000000 --- a/math/hs-math-functions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546104045 -SHA256 (cabal/math-functions-0.3.1.0.tar.gz) = 3340ebec0ab91444f86ce3f785db920b8acfd5fbad70d38abcb02b77ac0f6655 -SIZE (cabal/math-functions-0.3.1.0.tar.gz) = 41822 diff --git a/math/hs-math-functions/pkg-descr b/math/hs-math-functions/pkg-descr deleted file mode 100644 index efb668ac39f..00000000000 --- a/math/hs-math-functions/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This library provides implementations of special mathematical functions -and Chebyshev polynomials. These functions are often useful in statistical -and numerical computing. - -WWW: https://github.com/bos/math-functions diff --git a/math/hs-mwc-random/Makefile b/math/hs-mwc-random/Makefile deleted file mode 100644 index c38393df5ec..00000000000 --- a/math/hs-mwc-random/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= mwc-random -PORTVERSION= 0.13.6.0 -PORTREVISION= 4 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, high-quality pseudo random number generation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= math-functions primitive vector>=0.7 - -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DATADIR} - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-mwc-random/distinfo b/math/hs-mwc-random/distinfo deleted file mode 100644 index 7aa59c649f3..00000000000 --- a/math/hs-mwc-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623376 -SHA256 (cabal/mwc-random-0.13.6.0.tar.gz) = 065f334fc13c057eb03ef0b6aa3665ff193609d9bfcad8068bdd260801f44716 -SIZE (cabal/mwc-random-0.13.6.0.tar.gz) = 23256 diff --git a/math/hs-mwc-random/pkg-descr b/math/hs-mwc-random/pkg-descr deleted file mode 100644 index fb6751afe0f..00000000000 --- a/math/hs-mwc-random/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This package contains code for generating high quality random numbers that -follow either a uniform or normal distribution. The generated numbers are -suitable for use in statistical applications. The uniform PRNG uses -Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, -which has a period of 2^8222 and fares well in tests of randomness. It is -also extremely fast, between 2 and 3 times faster than the Mersenne Twister. -Compared to the mersenne-random package, this package has a more convenient -API, is faster, and supports more statistical distributions. - -WWW: https://github.com/bos/mwc-random diff --git a/math/hs-pointed/Makefile b/math/hs-pointed/Makefile deleted file mode 100644 index fd87170148c..00000000000 --- a/math/hs-pointed/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pointed -PORTVERSION= 5.0.1 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pointed and copointed data - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= comonad data-default-class hashable kan-extensions \ - semigroupoids semigroups tagged unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-pointed/distinfo b/math/hs-pointed/distinfo deleted file mode 100644 index e39ef0a9e44..00000000000 --- a/math/hs-pointed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545753017 -SHA256 (cabal/pointed-5.0.1.tar.gz) = b94635a5c8779238501a9156015422ce2fb4d5efd45d68999e8cbe2ecc5121dd -SIZE (cabal/pointed-5.0.1.tar.gz) = 7020 diff --git a/math/hs-pointed/files/patch-pointed.cabal b/math/hs-pointed/files/patch-pointed.cabal deleted file mode 100644 index 3720a03b55c..00000000000 --- a/math/hs-pointed/files/patch-pointed.cabal +++ /dev/null @@ -1,19 +0,0 @@ ---- pointed.cabal.orig 2018-01-22 16:20:10 UTC -+++ pointed.cabal -@@ -80,7 +80,6 @@ library - build-depends: comonad >= 5 && < 6 - - if flag(containers) -- build-depends: containers >= 0.4 && < 0.6 - - if flag(kan-extensions) - build-depends: kan-extensions >= 5 && < 6 -@@ -92,7 +91,7 @@ library - build-depends: semigroups >= 0.8.3.1 && < 1 - - if flag(stm) -- build-depends: stm >= 2.1.2.1 && < 2.5 -+ build-depends: stm >= 2.1.2.1 && < 2.6 - - if flag(tagged) - build-depends: tagged >= 0.5 && < 1 diff --git a/math/hs-pointed/pkg-descr b/math/hs-pointed/pkg-descr deleted file mode 100644 index f8b4abcd46a..00000000000 --- a/math/hs-pointed/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Pointed and copointed data. - -WWW: https://github.com/ekmett/pointed diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile deleted file mode 100644 index 7467aa787fc..00000000000 --- a/math/hs-probability/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= probability -PORTVERSION= 0.2.5.2 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Probabilistic Functional Programming - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= random>=1.0 utility-ht>=0.0.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-probability/distinfo b/math/hs-probability/distinfo deleted file mode 100644 index b303abac658..00000000000 --- a/math/hs-probability/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545562979 -SHA256 (cabal/probability-0.2.5.2.tar.gz) = 0f2b8c734eca6b079109948a28d85733543d5cea1dea2d5a1369f52ffc4a3415 -SIZE (cabal/probability-0.2.5.2.tar.gz) = 27285 diff --git a/math/hs-probability/pkg-descr b/math/hs-probability/pkg-descr deleted file mode 100644 index abdae4083db..00000000000 --- a/math/hs-probability/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Library allows exact computation with discrete random variables in -terms of their distributions by using a monad. The monad is similar to -the List monad for non-deterministic computations, but extends the List -monad by a measure of probability. Small interface to R plotting. - -WWW: http://www.haskell.org/haskellwiki/Probabilistic_Functional_Programming diff --git a/math/hs-semigroupoids/Makefile b/math/hs-semigroupoids/Makefile deleted file mode 100644 index 3608b0554d5..00000000000 --- a/math/hs-semigroupoids/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= semigroupoids -PORTVERSION= 5.3.1 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Semigroupoids: Category sans id - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-orphans>=0.3 bifunctors>=5.0 comonad>=4.2.6 \ - distributive>=0.2.2 semigroups>=0.8.3.1 tagged>=0.7.3 \ - transformers-compat>=0.3 - -FLAGS_ENABLE= containers contravariant distributive comonad tagged -FLAGS_DISABLE= doctests - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-semigroupoids/distinfo b/math/hs-semigroupoids/distinfo deleted file mode 100644 index 17167f46eee..00000000000 --- a/math/hs-semigroupoids/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545676425 -SHA256 (cabal/semigroupoids-5.3.1.tar.gz) = cd89ec61f86260997c79c09bacb7d6c18031375bc3e5467b36f7cb812793388e -SIZE (cabal/semigroupoids-5.3.1.tar.gz) = 25327 diff --git a/math/hs-semigroupoids/files/patch-semigroupoids.cabal b/math/hs-semigroupoids/files/patch-semigroupoids.cabal deleted file mode 100644 index 09293ce0c40..00000000000 --- a/math/hs-semigroupoids/files/patch-semigroupoids.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- semigroupoids.cabal.orig 2018-07-02 18:08:27 UTC -+++ semigroupoids.cabal -@@ -155,7 +155,7 @@ library - build-depends: containers >= 0.3 && < 0.7 - - if flag(contravariant) -- build-depends: contravariant >= 0.2.0.1 && < 2 -+ - - if flag(distributive) - build-depends: distributive >= 0.2.2 && < 1 diff --git a/math/hs-semigroupoids/pkg-descr b/math/hs-semigroupoids/pkg-descr deleted file mode 100644 index 30434e97bef..00000000000 --- a/math/hs-semigroupoids/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Provides a wide array of semigroupoids and operations for working with -semigroupoids. A Semigroupoid is a Category without the requirement of -identity arrows for every object in the category. - -WWW: https://github.com/ekmett/semigroupoids diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile deleted file mode 100644 index 017728accc2..00000000000 --- a/math/hs-semigroups/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= semigroups -PORTVERSION= 0.18.4 -PORTREVISION= 2 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Anything that associates - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.1 transformers-compat>=0.3 unordered-containers>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-semigroups/distinfo b/math/hs-semigroups/distinfo deleted file mode 100644 index 5d14ee21010..00000000000 --- a/math/hs-semigroups/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523428484 -SHA256 (cabal/semigroups-0.18.4.tar.gz) = 589e3042329a6bcffb5c0e85834143586db22eb7a2aae094d492cd004f685d27 -SIZE (cabal/semigroups-0.18.4.tar.gz) = 19869 diff --git a/math/hs-semigroups/pkg-descr b/math/hs-semigroups/pkg-descr deleted file mode 100644 index b5446dc3a17..00000000000 --- a/math/hs-semigroups/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -In mathematics, a semigroup is an algebraic structure consisting of a -set together with an associative binary operation. A semigroup -generalizes a monoid in that there might not exist an identity element. -It also (originally) generalized a group (a monoid with all inverses) to -a type where every element did not have to have an inverse, thus the -name semigroup. - -WWW: https://github.com/ekmett/semigroups diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile deleted file mode 100644 index 2d49626c4f4..00000000000 --- a/math/hs-statistics/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= statistics -PORTVERSION= 0.15.0.0 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library of statistical types, data, and functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.6.0.0 base-orphans data-default-class dense-linear-algebra \ - erf math-functions>=0.1.5.2 math-functions monad-par>=0.3.4 \ - mwc-random>=0.13.0.0 primitive>=0.3 vector>=0.10 \ - vector-algorithms>=0.4 vector-binary-instances>=0.2.1 vector-th-unbox - -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DATADIR} - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo deleted file mode 100644 index c379f0959f9..00000000000 --- a/math/hs-statistics/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545846937 -SHA256 (cabal/statistics-0.15.0.0.tar.gz) = 95e9c45c95e81a35c7bd7443e8d6626fd100505a567de47622185fe9c8be6472 -SIZE (cabal/statistics-0.15.0.0.tar.gz) = 97390 diff --git a/math/hs-statistics/pkg-descr b/math/hs-statistics/pkg-descr deleted file mode 100644 index e2ee4de8ee3..00000000000 --- a/math/hs-statistics/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This library provides a number of common functions and types useful in -statistics. We focus on high performance, numerical robustness, and use -of good algorithms. Where possible, we provide references to the -statistical literature. - -The library's facilities can be divided into four broad categories: - -* Working with widely used discrete and continuous probability - distributions. (There are dozens of exotic distributions in use; we - focus on the most common.) - -* Computing with sample data: quantile estimation, kernel density - estimation, histograms, bootstrap methods, significance testing, and - autocorrelation analysis. - -* Random variate generation under several different distributions. - -* Common statistical tests for significant differences between samples. - -WWW: https://github.com/bos/statistics diff --git a/math/hs-vector-space/Makefile b/math/hs-vector-space/Makefile deleted file mode 100644 index e716cb65613..00000000000 --- a/math/hs-vector-space/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= vector-space -PORTVERSION= 0.15 -PORTREVISION= 1 -CATEGORIES= math haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Vector and affine spaces, linear maps, and derivatives - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= Boolean>=0.1.0 MemoTrie>=0.5 NumInstances>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/math/hs-vector-space/distinfo b/math/hs-vector-space/distinfo deleted file mode 100644 index 81cee9f0e10..00000000000 --- a/math/hs-vector-space/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545675645 -SHA256 (cabal/vector-space-0.15.tar.gz) = 6849b443dbb246fa39ac8dc645cc364ce63bd91fb0761ad759eea10eeca25c0f -SIZE (cabal/vector-space-0.15.tar.gz) = 16078 diff --git a/math/hs-vector-space/pkg-descr b/math/hs-vector-space/pkg-descr deleted file mode 100644 index f849c92dca5..00000000000 --- a/math/hs-vector-space/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -vector-space provides classes and generic operations for vector spaces -and affine spaces in Haskell. It also defines a type of infinite towers -of generalized derivatives. A generalized derivative is a linear -transformation rather than one of the common concrete representations -(scalars, vectors, matrices, etc). - -WWW: http://hackage.haskell.org/package/vector-space diff --git a/math/mosesdecoder/Makefile b/math/mosesdecoder/Makefile deleted file mode 100644 index 009e7c98a03..00000000000 --- a/math/mosesdecoder/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: Dmitry Sivachenko -# $FreeBSD$ - -PORTNAME= mosesdecoder -PORTVERSION= 2.1.1 -DISTVERSIONPREFIX= RELEASE- -PORTREVISION= 16 -CATEGORIES= math - -MAINTAINER= demon@FreeBSD.org -COMMENT= Statistical machine translation system - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= bash:shells/bash \ - bjam:devel/boost-jam -LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ - libRandLM.so:textproc/randlm \ - libirstlm.so:textproc/irstlm -RUN_DEPENDS= lmplz:textproc/kenlm - -USES= compiler:c++11-lang python shebangfix -USE_GITHUB= yes -GH_ACCOUNT= moses-smt -SHEBANG_REGEX= ./scripts/.*\.(sh|pl|perl|cgi) -SHEBANG_FILES= scripts/analysis/extract-target-trees.py \ - scripts/ems/support/mml-filter.py \ - scripts/training/flexibility_score.py \ - scripts/training/filter-rule-table.py \ - scripts/training/create_count_tables.py - -MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}/jam-files/boost-build - -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} bjam --with-boost=${LOCALBASE} --with-irstlm=${LOCALBASE} --with-randlm=${LOCALBASE} --without-tcmalloc --notrace --prefix=${STAGEDIR}${PREFIX} --install-scripts=${STAGEDIR}${DATADIR} --toolset=${CHOSEN_COMPILER_TYPE} debug-symbols=off ${_MAKE_JOBS} release - cd ${STAGEDIR}${PREFIX}/bin && ${RM} build_binary filter fragment lmplz query - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - -.include diff --git a/math/mosesdecoder/distinfo b/math/mosesdecoder/distinfo deleted file mode 100644 index 0be6f30108c..00000000000 --- a/math/mosesdecoder/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (moses-smt-mosesdecoder-RELEASE-2.1.1_GH0.tar.gz) = 4949a52181c3d6fad7b6920ddd3f0ce4f04b760699405ee4bf5caf9c53136efc -SIZE (moses-smt-mosesdecoder-RELEASE-2.1.1_GH0.tar.gz) = 14935528 diff --git a/math/mosesdecoder/files/patch-Jamroot b/math/mosesdecoder/files/patch-Jamroot deleted file mode 100644 index 51e52e16286..00000000000 --- a/math/mosesdecoder/files/patch-Jamroot +++ /dev/null @@ -1,10 +0,0 @@ ---- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400 -+++ Jamroot 2014-09-02 16:04:17.000000000 +0400 -@@ -77,7 +77,6 @@ - external-lib z ; - - lib dl : : static:static shared:shared ; --requirements += dl ; - - - if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] { diff --git a/math/mosesdecoder/files/patch-jam-files-sanity.jam b/math/mosesdecoder/files/patch-jam-files-sanity.jam deleted file mode 100644 index 8e131d38baa..00000000000 --- a/math/mosesdecoder/files/patch-jam-files-sanity.jam +++ /dev/null @@ -1,11 +0,0 @@ ---- jam-files/sanity.jam.orig 2014-08-30 10:44:53.000000000 +0400 -+++ jam-files/sanity.jam 2014-08-30 20:33:46.000000000 +0400 -@@ -162,7 +162,7 @@ rule boost-lib ( name macro : deps * ) { - - #Argument is e.g. 103600 - rule boost ( min-version ) { -- local cmd = "bash -c \"g++ "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ; -+ local cmd = "bash -c \"CC "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ; - local boost-shell = [ SHELL "$(cmd)" : exit-status ] ; - if $(boost-shell[2]) != 0 && $(CLEANING) = no { - echo Failed to run "$(cmd)" ; diff --git a/math/mosesdecoder/files/patch-lm-Jamfile b/math/mosesdecoder/files/patch-lm-Jamfile deleted file mode 100644 index 70c7ddf2888..00000000000 --- a/math/mosesdecoder/files/patch-lm-Jamfile +++ /dev/null @@ -1,11 +0,0 @@ ---- lm/Jamfile.orig 2014-03-03 19:07:02.000000000 +0400 -+++ lm/Jamfile 2014-09-02 16:09:24.000000000 +0400 -@@ -17,8 +17,6 @@ - - import testing ; - --run left_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; --run model_test.cc kenlm /top//boost_unit_test_framework : : test.arpa test_nounk.arpa ; - run partial_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ; - - exes = ; diff --git a/math/mosesdecoder/files/patch-util-Jamfile b/math/mosesdecoder/files/patch-util-Jamfile deleted file mode 100644 index 82852cfd140..00000000000 --- a/math/mosesdecoder/files/patch-util-Jamfile +++ /dev/null @@ -1,10 +0,0 @@ ---- util/Jamfile.orig 2014-09-02 16:01:51.000000000 +0400 -+++ util/Jamfile 2014-09-02 16:01:53.000000000 +0400 -@@ -26,7 +26,6 @@ - unit-test bit_packing_test : bit_packing_test.cc kenutil /top//boost_unit_test_framework ; - run file_piece_test.o kenutil /top//boost_unit_test_framework : : file_piece.cc ; - unit-test read_compressed_test : read_compressed_test.o kenutil /top//boost_unit_test_framework ; --unit-test joint_sort_test : joint_sort_test.cc kenutil /top//boost_unit_test_framework ; - unit-test probing_hash_table_test : probing_hash_table_test.cc kenutil /top//boost_unit_test_framework ; - unit-test sorted_uniform_test : sorted_uniform_test.cc kenutil /top//boost_unit_test_framework ; - unit-test tokenize_piece_test : tokenize_piece_test.cc kenutil /top//boost_unit_test_framework ; diff --git a/math/mosesdecoder/pkg-descr b/math/mosesdecoder/pkg-descr deleted file mode 100644 index 92ad7bfda3f..00000000000 --- a/math/mosesdecoder/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Moses is a statistical machine translation system that allows you to -automatically train translation models for any language pair. All you -need is a collection of translated texts (parallel corpus). Once you have a -trained model, an efficient search algorithm quickly finds the highest -probability translation among the exponential number of choices. - -WWW: http://www.statmt.org/moses/ diff --git a/math/mosesdecoder/pkg-plist b/math/mosesdecoder/pkg-plist deleted file mode 100644 index d8217312968..00000000000 --- a/math/mosesdecoder/pkg-plist +++ /dev/null @@ -1,235 +0,0 @@ -bin/CreateOnDiskPt -bin/biconcor -bin/consolidate -bin/consolidate-direct -bin/consolidate-reverse -bin/evaluator -bin/extract -bin/extract-ghkm -bin/extract-lex -bin/extract-rules -bin/extractor -bin/generateSequences -bin/kbmira -bin/lexical-reordering-score -bin/lmbrgrid -bin/mert -bin/mira -bin/moses -bin/moses_chart -bin/pcfg-extract -bin/pcfg-score -bin/pro -bin/processLexicalTable -bin/processPhraseTable -bin/queryLexicalTable -bin/queryOnDiskPt -bin/queryPhraseTable -bin/relax-parse -bin/score -bin/sentence-bleu -bin/statistics -bin/symal -lib/libmert_lib.a -lib/libmira_lib.a -lib/libmoses.a -lib/libpcfg_common.a -%%DATADIR%%/OSM/OSM-Train.perl -%%DATADIR%%/OSM/extract-singletons.perl -%%DATADIR%%/OSM/flipAlignment.perl -%%DATADIR%%/README -%%DATADIR%%/Transliteration/clean.pl -%%DATADIR%%/Transliteration/corpusCreator.pl -%%DATADIR%%/Transliteration/prepare-transliteration-phrase-table.pl -%%DATADIR%%/Transliteration/threshold.pl -%%DATADIR%%/Transliteration/train-transliteration-module.pl -%%DATADIR%%/analysis/README -%%DATADIR%%/analysis/bootstrap-hypothesis-difference-significance.pl -%%DATADIR%%/analysis/extract-target-trees.py -%%DATADIR%%/analysis/nontranslated_words.pl -%%DATADIR%%/analysis/oov.pl -%%DATADIR%%/analysis/perllib/Error.pm -%%DATADIR%%/analysis/sentence-by-sentence.pl -%%DATADIR%%/analysis/sg2dot.perl -%%DATADIR%%/analysis/show-phrases-used.pl -%%DATADIR%%/analysis/smtgui/Corpus.pm -%%DATADIR%%/analysis/smtgui/README -%%DATADIR%%/analysis/smtgui/file-descriptions -%%DATADIR%%/analysis/smtgui/file-factors -%%DATADIR%%/analysis/smtgui/filter-phrase-table.pl -%%DATADIR%%/analysis/smtgui/newsmtgui.cgi -%%DATADIR%%/analysis/suspicious_tokenization.pl -%%DATADIR%%/analysis/weight-scan-summarize.sh -%%DATADIR%%/analysis/weight-scan.pl -%%DATADIR%%/ems/example/config.basic -%%DATADIR%%/ems/example/config.factored -%%DATADIR%%/ems/example/config.hierarchical -%%DATADIR%%/ems/example/config.syntax -%%DATADIR%%/ems/example/config.toy -%%DATADIR%%/ems/example/data/config.hierarchical -%%DATADIR%%/ems/example/data/nc-5k.en -%%DATADIR%%/ems/example/data/nc-5k.fr -%%DATADIR%%/ems/example/data/run.hierarchical.sh -%%DATADIR%%/ems/example/data/test-ref.en.sgm -%%DATADIR%%/ems/example/data/test-src.fr.sgm -%%DATADIR%%/ems/example/data/weight.ini -%%DATADIR%%/ems/experiment.machines -%%DATADIR%%/ems/experiment.meta -%%DATADIR%%/ems/experiment.perl -%%DATADIR%%/ems/fix-info.perl -%%DATADIR%%/ems/support/analysis.perl -%%DATADIR%%/ems/support/berkeley-process.sh -%%DATADIR%%/ems/support/berkeley-train.sh -%%DATADIR%%/ems/support/build-domain-file-from-subcorpora.perl -%%DATADIR%%/ems/support/build-sparse-features.perl -%%DATADIR%%/ems/support/consolidate-training-data.perl -%%DATADIR%%/ems/support/defaultconfig.py -%%DATADIR%%/ems/support/generic-multicore-parallelizer.perl -%%DATADIR%%/ems/support/generic-parallelizer.perl -%%DATADIR%%/ems/support/input-from-sgm.perl -%%DATADIR%%/ems/support/interpolate-lm.perl -%%DATADIR%%/ems/support/mml-filter.perl -%%DATADIR%%/ems/support/mml-filter.py -%%DATADIR%%/ems/support/mml-score.perl -%%DATADIR%%/ems/support/mml-train.perl -%%DATADIR%%/ems/support/prepare-fast-align.perl -%%DATADIR%%/ems/support/reference-from-sgm.perl -%%DATADIR%%/ems/support/remove-segmentation-markup.perl -%%DATADIR%%/ems/support/report-experiment-scores.perl -%%DATADIR%%/ems/support/run-command-on-multiple-refsets.perl -%%DATADIR%%/ems/support/run-wade.perl -%%DATADIR%%/ems/support/split-sentences.perl -%%DATADIR%%/ems/support/substitute-filtered-tables-and-weights.perl -%%DATADIR%%/ems/support/substitute-filtered-tables.perl -%%DATADIR%%/ems/support/substitute-weights.perl -%%DATADIR%%/ems/support/symmetrize-fast-align.perl -%%DATADIR%%/ems/support/wrap-xml.perl -%%DATADIR%%/ems/web/analysis.php -%%DATADIR%%/ems/web/analysis_diff.php -%%DATADIR%%/ems/web/base64.js -%%DATADIR%%/ems/web/bilingual-concordance.css -%%DATADIR%%/ems/web/close.gif -%%DATADIR%%/ems/web/comment.php -%%DATADIR%%/ems/web/diff.php -%%DATADIR%%/ems/web/favicon.ico -%%DATADIR%%/ems/web/general.css -%%DATADIR%%/ems/web/hierarchical-segmentation.css -%%DATADIR%%/ems/web/hierarchical-segmentation.js -%%DATADIR%%/ems/web/index.php -%%DATADIR%%/ems/web/javascripts/builder.js -%%DATADIR%%/ems/web/javascripts/controls.js -%%DATADIR%%/ems/web/javascripts/dragdrop.js -%%DATADIR%%/ems/web/javascripts/effects.js -%%DATADIR%%/ems/web/javascripts/prototype.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/lib/prototype.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/builder.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/controls.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/dragdrop.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/effects.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/scriptaculous.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/slider.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/sound.js -%%DATADIR%%/ems/web/javascripts/scriptaculous-js-1.8.3/src/unittest.js -%%DATADIR%%/ems/web/javascripts/scriptaculous.js -%%DATADIR%%/ems/web/javascripts/slider.js -%%DATADIR%%/ems/web/javascripts/sound.js -%%DATADIR%%/ems/web/javascripts/unittest.js -%%DATADIR%%/ems/web/lib.php -%%DATADIR%%/ems/web/overview.php -%%DATADIR%%/ems/web/progress.perl -%%DATADIR%%/ems/web/setup -%%DATADIR%%/ems/web/sgviz.js -%%DATADIR%%/ems/web/sgviz.php -%%DATADIR%%/ems/web/spinner.gif -%%DATADIR%%/fuzzy-match/compile.sh -%%DATADIR%%/fuzzy-match/create_xml.perl -%%DATADIR%%/generic/compound-splitter.perl -%%DATADIR%%/generic/extract-factors.pl -%%DATADIR%%/generic/extract-parallel.perl -%%DATADIR%%/generic/fsa-sample.fsa -%%DATADIR%%/generic/fsa2plf.pl -%%DATADIR%%/generic/giza-parallel.perl -%%DATADIR%%/generic/lopar2pos.pl -%%DATADIR%%/generic/moses-parallel.pl -%%DATADIR%%/generic/mteval-v12.pl -%%DATADIR%%/generic/mteval-v13a.pl -%%DATADIR%%/generic/multi-bleu.perl -%%DATADIR%%/generic/ph_numbers.perl -%%DATADIR%%/generic/qsub-wrapper.pl -%%DATADIR%%/generic/reverse-alignment.perl -%%DATADIR%%/generic/score-parallel.perl -%%DATADIR%%/generic/strip-xml.perl -%%DATADIR%%/generic/trainlm-irst2.perl -%%DATADIR%%/generic/trainlm-lmplz.perl -%%DATADIR%%/recaser/detruecase.perl -%%DATADIR%%/recaser/recase.perl -%%DATADIR%%/recaser/train-recaser.perl -%%DATADIR%%/recaser/train-truecaser.perl -%%DATADIR%%/recaser/truecase.perl -%%DATADIR%%/share/nonbreaking_prefixes/README.txt -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ca -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.cs -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.de -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.el -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.en -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.es -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.fr -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.hu -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.is -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.it -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.lv -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.nl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.pl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.pt -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ro -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.ru -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sk -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sl -%%DATADIR%%/share/nonbreaking_prefixes/nonbreaking_prefix.sv -%%DATADIR%%/tokenizer/deescape-special-chars.perl -%%DATADIR%%/tokenizer/detokenizer.perl -%%DATADIR%%/tokenizer/escape-special-chars.perl -%%DATADIR%%/tokenizer/lowercase.perl -%%DATADIR%%/tokenizer/normalize-punctuation.perl -%%DATADIR%%/tokenizer/replace-unicode-punctuation.perl -%%DATADIR%%/tokenizer/tokenizer.perl -%%DATADIR%%/training/LexicalTranslationModel.pm -%%DATADIR%%/training/absolutize_moses_model.pl -%%DATADIR%%/training/analyse_moses_model.pl -%%DATADIR%%/training/binarize-model.perl -%%DATADIR%%/training/build-generation-table.perl -%%DATADIR%%/training/clean-corpus-n.perl -%%DATADIR%%/training/clone_moses_model.pl -%%DATADIR%%/training/combine_factors.pl -%%DATADIR%%/training/convert-moses-ini-to-v2.perl -%%DATADIR%%/training/corpus-sizes.perl -%%DATADIR%%/training/create_count_tables.py -%%DATADIR%%/training/exodus.perl -%%DATADIR%%/training/filter-model-given-input.pl -%%DATADIR%%/training/filter-rule-table.py -%%DATADIR%%/training/flexibility_score.py -%%DATADIR%%/training/get-lexical.perl -%%DATADIR%%/training/giza2bal.pl -%%DATADIR%%/training/mert-moses.pl -%%DATADIR%%/training/postprocess-lopar.perl -%%DATADIR%%/training/reduce-topt-count.pl -%%DATADIR%%/training/reduce_combine.pl -%%DATADIR%%/training/remove-orphan-phrase-pairs-from-reordering-table.perl -%%DATADIR%%/training/threshold-filter.perl -%%DATADIR%%/training/train-global-lexicon-model.perl -%%DATADIR%%/training/train-model.perl -%%DATADIR%%/training/wrappers/adam-suffix-array/suffix-array-create.sh -%%DATADIR%%/training/wrappers/adam-suffix-array/suffix-array-extract.sh -%%DATADIR%%/training/wrappers/berkeleyparsed2mosesxml.perl -%%DATADIR%%/training/wrappers/filter-excluded-lines.perl -%%DATADIR%%/training/wrappers/find-unparseable.perl -%%DATADIR%%/training/wrappers/mada-wrapper.perl -%%DATADIR%%/training/wrappers/make-factor-en-pos.mxpost.perl -%%DATADIR%%/training/wrappers/make-factor-pos.tree-tagger.perl -%%DATADIR%%/training/wrappers/make-factor-stem.perl -%%DATADIR%%/training/wrappers/make-factor-suffix.perl -%%DATADIR%%/training/wrappers/mosesxml2berkeleyparsed.perl -%%DATADIR%%/training/wrappers/parse-de-berkeley.perl -%%DATADIR%%/training/wrappers/parse-de-bitpar.perl -%%DATADIR%%/training/wrappers/parse-en-collins.perl -%%DATADIR%%/training/wrappers/syntax-hyphen-splitting.perl diff --git a/math/wxmaxima/Makefile b/math/wxmaxima/Makefile index 99766046920..c456dda6257 100644 --- a/math/wxmaxima/Makefile +++ b/math/wxmaxima/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxmaxima -PORTVERSION= 19.04.1 +PORTVERSION= 19.05.2 DISTVERSIONPREFIX= Version- CATEGORIES= math @@ -13,7 +13,7 @@ LICENSE= GPLv2 RUN_DEPENDS= maxima:math/maxima -USES= cmake desktop-file-utils gettext shared-mime-info +USES= cmake desktop-file-utils shared-mime-info USE_WX= 3.0 USE_GITHUB= yes GH_ACCOUNT= wxMaxima-Developers @@ -22,4 +22,10 @@ PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} WX_COMPS= wx WX_CONF_ARGS= absolute +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt +NLS_USES= gettext + .include diff --git a/math/wxmaxima/distinfo b/math/wxmaxima/distinfo index e7b006c4d0c..b7c2d9d0fa5 100644 --- a/math/wxmaxima/distinfo +++ b/math/wxmaxima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1554498295 -SHA256 (wxMaxima-Developers-wxmaxima-Version-19.04.1_GH0.tar.gz) = 701f67e43c9e996538bc372977d61ef6c79178b10782d6921da395b725951bf6 -SIZE (wxMaxima-Developers-wxmaxima-Version-19.04.1_GH0.tar.gz) = 12073198 +TIMESTAMP = 1557228666 +SHA256 (wxMaxima-Developers-wxmaxima-Version-19.05.2_GH0.tar.gz) = 49737d4e06367435bcfb841dd1dc05cdd172c4079fdc5eb7438606507fd8961e +SIZE (wxMaxima-Developers-wxmaxima-Version-19.05.2_GH0.tar.gz) = 13348934 diff --git a/math/wxmaxima/files/extra-patch-CMakeLists.txt b/math/wxmaxima/files/extra-patch-CMakeLists.txt new file mode 100644 index 00000000000..ca4ec2e42aa --- /dev/null +++ b/math/wxmaxima/files/extra-patch-CMakeLists.txt @@ -0,0 +1,10 @@ +--- CMakeLists.txt.orig 2019-05-07 12:21:45 UTC ++++ CMakeLists.txt +@@ -62,7 +62,6 @@ if(Git_FOUND) + endif() + + +-add_subdirectory(locales) + add_subdirectory(Doxygen) + add_subdirectory(data) + add_subdirectory(info) diff --git a/math/wxmaxima/pkg-plist b/math/wxmaxima/pkg-plist index 4c0dd31ee18..ae435c33c66 100644 --- a/math/wxmaxima/pkg-plist +++ b/math/wxmaxima/pkg-plist @@ -23,27 +23,28 @@ share/bash-completion/completions/wxmaxima %%DOCSDIR%%/wxMaxima_configuration_002.jpg %%DOCSDIR%%/wxMaxima_configuration_002.png %%DOCSDIR%%/wxmaxima.html -share/locale/ca/LC_MESSAGES/wxMaxima.mo -share/locale/cs/LC_MESSAGES/wxMaxima.mo -share/locale/da/LC_MESSAGES/wxMaxima.mo -share/locale/de/LC_MESSAGES/wxMaxima.mo -share/locale/el/LC_MESSAGES/wxMaxima.mo -share/locale/es/LC_MESSAGES/wxMaxima.mo -share/locale/fi/LC_MESSAGES/wxMaxima.mo -share/locale/fr/LC_MESSAGES/wxMaxima.mo -share/locale/gl/LC_MESSAGES/wxMaxima.mo -share/locale/hu/LC_MESSAGES/wxMaxima.mo -share/locale/it/LC_MESSAGES/wxMaxima.mo -share/locale/ja/LC_MESSAGES/wxMaxima.mo -share/locale/kab/LC_MESSAGES/wxMaxima.mo -share/locale/nb/LC_MESSAGES/wxMaxima.mo -share/locale/pl/LC_MESSAGES/wxMaxima.mo -share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo -share/locale/ru/LC_MESSAGES/wxMaxima.mo -share/locale/tr/LC_MESSAGES/wxMaxima.mo -share/locale/uk/LC_MESSAGES/wxMaxima.mo -share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo -share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ca/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/cs/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/da/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/de/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/el/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/en/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/es/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/fi/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/fr/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/gl/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/hu/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/it/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ja/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/kab/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/nb/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/pl/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/ru/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/tr/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/uk/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo share/mime/packages/x-wxmathml.xml share/mime/packages/x-wxmaxima-batch.xml share/pixmaps/io.github.wxmaxima_developers.wxMaxima.png diff --git a/misc/actiona/Makefile b/misc/actiona/Makefile index ddc0c8bf75d..ffc5656999a 100644 --- a/misc/actiona/Makefile +++ b/misc/actiona/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libnotify.so:devel/libnotify \ libopencv_core.so:graphics/opencv-core \ libopencv_video.so:graphics/opencv -USES= desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Jmgr USE_QT= concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \ diff --git a/multimedia/Makefile b/multimedia/Makefile index 2c377ab1478..cfd979629b0 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -10,7 +10,6 @@ SUBDIR += aegisub SUBDIR += aom SUBDIR += aravis - SUBDIR += asdcplib SUBDIR += assimp SUBDIR += atomicparsley SUBDIR += audacious diff --git a/multimedia/asdcplib/Makefile b/multimedia/asdcplib/Makefile deleted file mode 100644 index 42bbe8a5da9..00000000000 --- a/multimedia/asdcplib/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= asdcplib -PORTVERSION= 1.11.49 -PORTREVISION= 2 -CATEGORIES= multimedia -MASTER_SITES= http://download.cinecert.com/asdcplib/ - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Open source implementation of SMPTE and the MXF Interop format - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libexpat.so:textproc/expat2 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-expat=${LOCALBASE} \ - --with-openssl=${OPENSSLBASE} -INSTALL_TARGET= install-strip -USES= libtool ssl -USE_LDCONFIG= yes - -.include diff --git a/multimedia/asdcplib/distinfo b/multimedia/asdcplib/distinfo deleted file mode 100644 index f63d32b4df8..00000000000 --- a/multimedia/asdcplib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asdcplib-1.11.49.tar.gz) = 460e469f68724e2925da99ec22096017f769e9b6f8c0a7a11239bd824eda2f77 -SIZE (asdcplib-1.11.49.tar.gz) = 621410 diff --git a/multimedia/asdcplib/files/patch-src_Makefile.in b/multimedia/asdcplib/files/patch-src_Makefile.in deleted file mode 100644 index 5e8f0a4287a..00000000000 --- a/multimedia/asdcplib/files/patch-src_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Makefile.in.orig -+++ src/Makefile.in -@@ -480,7 +480,7 @@ - - - # linker flags (*not* including libraries to link against) for a library --libkumu_la_LDFLAGS = -release @VERSION@ -+libkumu_la_LDFLAGS = -version-info 0 - - # sources for asdcp library that don't get added to a distribution - nodist_libasdcp_la_SOURCES = Metadata_h.tt2 Metadata_cpp.tt2 mxfgen.pl \ -@@ -497,7 +497,7 @@ - JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \ - PCMParserList.h S12MTimecode.h MDD.cpp - --libasdcp_la_LDFLAGS = -release @VERSION@ -+libasdcp_la_LDFLAGS = -version-info 0 - # additional libraries to link against for a library - libasdcp_la_LIBADD = libkumu.la - libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\" diff --git a/multimedia/asdcplib/pkg-descr b/multimedia/asdcplib/pkg-descr deleted file mode 100644 index 09abb2321d3..00000000000 --- a/multimedia/asdcplib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -asdcplib is an open source implementation of SMPTE and the MXF -Interop "Sound & Picture Track File" format. It was originally -developed with support from DCI. - -WWW: http://www.cinecert.com/asdcplib/ diff --git a/multimedia/asdcplib/pkg-plist b/multimedia/asdcplib/pkg-plist deleted file mode 100644 index 051924027ef..00000000000 --- a/multimedia/asdcplib/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/asdcp-info -bin/asdcp-test -bin/asdcp-unwrap -bin/asdcp-util -bin/asdcp-wrap -bin/blackwave -bin/j2c-test -bin/klvwalk -bin/kmfilegen -bin/kmrandgen -bin/kmuuidgen -bin/wavesplit -include/AS_DCP.h -include/KM_error.h -include/KM_fileio.h -include/KM_log.h -include/KM_memio.h -include/KM_mutex.h -include/KM_platform.h -include/KM_prng.h -include/KM_tai.h -include/KM_util.h -include/KM_xml.h -lib/libasdcp.a -lib/libasdcp.so -lib/libasdcp.so.0 -lib/libasdcp.so.0.0.0 -lib/libkumu.a -lib/libkumu.so -lib/libkumu.so.0 -lib/libkumu.so.0.0.0 diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 68db08c8970..2e754bbdc63 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -32,7 +32,6 @@ SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer - SUBDIR += hs-torrent SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent diff --git a/net-p2p/hs-torrent/Makefile b/net-p2p/hs-torrent/Makefile deleted file mode 100644 index c094035aa43..00000000000 --- a/net-p2p/hs-torrent/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= torrent -PORTVERSION= 10000.1.1 -PORTREVISION= 4 -CATEGORIES= net-p2p haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= BitTorrent file parser and generator - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= bencode>=0.2 syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net-p2p/hs-torrent/distinfo b/net-p2p/hs-torrent/distinfo deleted file mode 100644 index 1df7c8635e8..00000000000 --- a/net-p2p/hs-torrent/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623667 -SHA256 (cabal/torrent-10000.1.1.tar.gz) = 2009964210e229ee67254a73fead3413f60299415238887fa7ef30e40e06fa54 -SIZE (cabal/torrent-10000.1.1.tar.gz) = 3977 diff --git a/net-p2p/hs-torrent/pkg-descr b/net-p2p/hs-torrent/pkg-descr deleted file mode 100644 index f504fae9711..00000000000 --- a/net-p2p/hs-torrent/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -BitTorrent file parser and generator. - -WWW: http://hackage.haskell.org/package/torrent diff --git a/net-p2p/qtum/Makefile b/net-p2p/qtum/Makefile index d221a06b8a9..821dfe3e373 100644 --- a/net-p2p/qtum/Makefile +++ b/net-p2p/qtum/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qtum -PORTVERSION= 0.17.3 +PORTVERSION= 0.17.5 DISTVERSIONPREFIX= mainnet-ignition-v CATEGORIES= net-p2p finance diff --git a/net-p2p/qtum/distinfo b/net-p2p/qtum/distinfo index 95c82878997..78ae90eeb9b 100644 --- a/net-p2p/qtum/distinfo +++ b/net-p2p/qtum/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1555337101 -SHA256 (qtumproject-qtum-mainnet-ignition-v0.17.3_GH0.tar.gz) = 8f8355c18bd6862c8195ddcfcc6fcd2622cb82dde07352700de28ab6b58305d0 -SIZE (qtumproject-qtum-mainnet-ignition-v0.17.3_GH0.tar.gz) = 12221088 +TIMESTAMP = 1557391961 +SHA256 (qtumproject-qtum-mainnet-ignition-v0.17.5_GH0.tar.gz) = fe8da6c93da640548b0ddbd91135a40c7e08731baa2ed93a4ecfadda170e5d48 +SIZE (qtumproject-qtum-mainnet-ignition-v0.17.5_GH0.tar.gz) = 12221561 SHA256 (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 62c858543510aaf656ce0a247e26fbce4a9b11d1fa424f40e9ff0fdc822b4b34 SIZE (qtumproject-cpp-eth-qtum-d6081ecc98e3c5f4701363_GH0.tar.gz) = 1114149 diff --git a/net/Makefile b/net/Makefile index ef8458e6535..bb5ee0be5dc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -93,7 +93,6 @@ SUBDIR += corosync3 SUBDIR += courier-authlib-ldap SUBDIR += cppzmq - SUBDIR += crtmpserver SUBDIR += cryptcat SUBDIR += csocks SUBDIR += csync2 @@ -239,25 +238,7 @@ SUBDIR += hostapd SUBDIR += howl SUBDIR += hping - SUBDIR += hs-aws - SUBDIR += hs-bsb-http-chunked - SUBDIR += hs-connection - SUBDIR += hs-gsasl - SUBDIR += hs-hoauth2 - SUBDIR += hs-hostname - SUBDIR += hs-iproute - SUBDIR += hs-maccatcher SUBDIR += hs-network - SUBDIR += hs-network-info - SUBDIR += hs-network-multicast - SUBDIR += hs-network-protocol-xmpp - SUBDIR += hs-network-uri - SUBDIR += hs-pcap - SUBDIR += hs-publicsuffixlist - SUBDIR += hs-resolv - SUBDIR += hs-sendfile - SUBDIR += hs-simple-sendfile - SUBDIR += hs-socks SUBDIR += hsflowd SUBDIR += htpdate SUBDIR += http_ping @@ -428,13 +409,13 @@ SUBDIR += linux-c7-avahi-libs SUBDIR += linux-c7-openldap SUBDIR += linux-c7-tcp_wrappers-libs - SUBDIR += linuxigd SUBDIR += liveMedia SUBDIR += lla SUBDIR += ltm SUBDIR += lualdap SUBDIR += luasocket SUBDIR += luasocket-51 + SUBDIR += luasocket-53 SUBDIR += lvwimax SUBDIR += mDNSResponder SUBDIR += macchanger @@ -545,7 +526,6 @@ SUBDIR += onioncat SUBDIR += opal SUBDIR += open-isns - SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc SUBDIR += openggsn diff --git a/net/crtmpserver/Makefile b/net/crtmpserver/Makefile deleted file mode 100644 index 7014b2bd8fd..00000000000 --- a/net/crtmpserver/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: shiretu -# $FreeBSD$ - -PORTNAME= crtmpserver -PORTVERSION= 0.811 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://rtmpd.com/assets/sources/ - -MAINTAINER= support@rtmpd.com -COMMENT= C++ RTSP/RTMP/MPEG-TS Server - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USES= cmake lua ssl -CMAKE_SOURCE_PATH= ${WRKSRC}/builders/cmake -CMAKE_ARGS= -DCRTMPSERVER_INSTALL_PREFIX:STRING=${PREFIX} -DTEMP_FRAMEWORK_VER=${PORTVERSION} -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes - -USERS= crtmpserver -GROUPS= crtmpserver - -USE_RC_SUBR= crtmpserver - -.include - -post-patch: - @${REINPLACE_CMD} -e "s,/usr/local/include/lua51,${LUA_INCDIR},g" \ - -e "s,lua$$,lua-${LUA_VER},g" \ - ${WRKSRC}/builders/cmake/cmake_find_modules/Find_lua.cmake -.if ${OPSYS} == FreeBSD - @${REINPLACE_CMD} '/NOTE_USECONDS/d' ${WRKSRC}/sources/common/include/platform/freebsd/freebsdplatform.h - @${REINPLACE_CMD} 's, -Werror,,' ${WRKSRC}/builders/cmake/CMakeLists.txt -.endif - -pre-install: - @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}" - @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}" - -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/var/log/crtmpserver - @${MKDIR} ${STAGEDIR}${PREFIX}/var/crtmpserver/media - -.include diff --git a/net/crtmpserver/distinfo b/net/crtmpserver/distinfo deleted file mode 100644 index d62c9861a1c..00000000000 --- a/net/crtmpserver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (crtmpserver-0.811.tar.gz) = e0284f2e06e08f115b317e7087c4d66dc4f37d7d8b1de2187fb40ec3ee9bb06f -SIZE (crtmpserver-0.811.tar.gz) = 1464451 diff --git a/net/crtmpserver/files/crtmpserver.in b/net/crtmpserver/files/crtmpserver.in deleted file mode 100644 index 87cdda7bade..00000000000 --- a/net/crtmpserver/files/crtmpserver.in +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: crtmpserver -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# crtmpserver_enable (bool): Set to NO by default. -# Set it to YES to enable crtmpserver. -# crtmpserver_config (path): Set to %%PREFIX%%/etc/crtmpserver.lua -# by default. -# crtmpserver_username (username): Set to crtmpserver -# by default. -# - -. /etc/rc.subr - -name="crtmpserver" -rcvar=${name}_enable - -command=%%PREFIX%%/sbin/${name} -pidfile=/var/run/${name}.pid - -start_postcmd="${name}_poststart" - -crtmpserver_poststart() -{ - pgrep crtmpserver > /var/run/crtmpserver.pid -} - -load_rc_config $name - -: ${crtmpserver_enable="NO"} -: ${crtmpserver_config="%%PREFIX%%/etc/crtmpserver.lua"} -: ${crtmpserver_username="crtmpserver"} - -required_files="$crtmpserver_config" - -command_args="--daemon --gid=`id -g ${crtmpserver_username}` --uid=`id -u ${crtmpserver_username}` ${required_files}" - -run_rc_command "$1" diff --git a/net/crtmpserver/files/patch-builders_cmake_cmake__find_modules_pch_support.cmake b/net/crtmpserver/files/patch-builders_cmake_cmake__find_modules_pch_support.cmake deleted file mode 100644 index 26783457f92..00000000000 --- a/net/crtmpserver/files/patch-builders_cmake_cmake__find_modules_pch_support.cmake +++ /dev/null @@ -1,79 +0,0 @@ ---- builders/cmake/cmake_find_modules/pch_support.cmake.orig 2013-10-01 03:50:34 UTC -+++ builders/cmake/cmake_find_modules/pch_support.cmake -@@ -1,76 +1,6 @@ - #This code is taken from here: - #http://www.mail-archive.com/cmake@cmake.org/msg04394.html - --IF(CMAKE_COMPILER_IS_GNUCXX) -- EXEC_PROGRAM( -- ${CMAKE_CXX_COMPILER} -- ARGS --version -- OUTPUT_VARIABLE _compiler_output) -- STRING(REGEX REPLACE ".* ([0-9]\\.[0-9]\\.[0-9]) .*" "\\1" -- gcc_compiler_version ${_compiler_output}) -- #MESSAGE("GCC Version: ${gcc_compiler_version}") -- IF(gcc_compiler_version MATCHES "4\\.[0-9]\\.[0-9]") -- MESSAGE(STATUS "We have support for precompiled headers") -- SET(PCHSupport_FOUND TRUE) -- ELSE(gcc_compiler_version MATCHES "4\\.[0-9]\\.[0-9]") -- IF(gcc_compiler_version MATCHES "3\\.4\\.[0-9]") -- MESSAGE(STATUS "We have support for precompiled headers") -- SET(PCHSupport_FOUND TRUE) -- ENDIF(gcc_compiler_version MATCHES "3\\.4\\.[0-9]") -- ENDIF(gcc_compiler_version MATCHES "4\\.[0-9]\\.[0-9]") --ENDIF(CMAKE_COMPILER_IS_GNUCXX) -- - MACRO(ADD_PRECOMPILED_HEADER _targetName _input ) -- #get the file name (no path) -- GET_FILENAME_COMPONENT(_name ${_input} NAME_WE) -- -- #locate the file -- SET(_source "${_input}") -- -- #compute the output directory -- SET(_outdir "${CMAKE_BINARY_DIR}/precompiled.gch/${CMAKE_BUILD_TYPE}.c++") -- -- #create the output directory -- MAKE_DIRECTORY(${_outdir}) -- -- #compute the output file -- SET(_output "${_outdir}/${_name}.gch") -- -- #get the compiler flags -- STRING(TOUPPER "CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE}" _flags_var_name) -- SET(_compiler_FLAGS ${CMAKE_CXX_FLAGS} ${${_flags_var_name}}) -- -- #get the list of include directories for the current project and compute the new version of compiler flags by -- #appinding -I -- GET_DIRECTORY_PROPERTY(_directory_flags INCLUDE_DIRECTORIES) -- FOREACH(item ${_directory_flags}) -- LIST(APPEND _compiler_FLAGS "-I${item}") -- ENDFOREACH(item) -- -- #get the definitions of the current project and append them as well to the current compiler flags -- GET_DIRECTORY_PROPERTY(_directory_flags DEFINITIONS) -- LIST(APPEND _compiler_FLAGS ${_directory_flags}) -- -- #now split the entire thing -- SEPARATE_ARGUMENTS(_compiler_FLAGS) -- -- #compute the new command -- ADD_CUSTOM_COMMAND( -- OUTPUT ${_output} -- COMMAND ${CMAKE_CXX_COMPILER} ${PCH_CXX_FLAGS} ${_compiler_FLAGS} -x c++-header -c -o ${_output} ${_source} -- DEPENDS ${_source} -- ) -- -- #add a new target to the project -- ADD_CUSTOM_TARGET(${_targetName}_${_name}_gch DEPENDS ${_output}) -- ADD_DEPENDENCIES(${_targetName} ${_targetName}_${_name}_gch) -- -- EXECUTE_PROCESS(COMMAND ${CMAKE_CXX_COMPILER} --version OUTPUT_VARIABLE _COMPILER_VERSION) -- STRING(TOLOWER "${_COMPILER_VERSION}" _COMPILER_VERSION) -- IF(_COMPILER_VERSION MATCHES ".*(clang|llvm).*") -- SET_TARGET_PROPERTIES(${_targetName} PROPERTIES COMPILE_FLAGS "-include-pch ${_output} -Winvalid-pch") -- ELSE() -- SET_TARGET_PROPERTIES(${_targetName} PROPERTIES COMPILE_FLAGS "-I${_outdir} -include ${_name} -Winvalid-pch") -- ENDIF() - ENDMACRO(ADD_PRECOMPILED_HEADER) - diff --git a/net/crtmpserver/pkg-descr b/net/crtmpserver/pkg-descr deleted file mode 100644 index ffe7325ccd3..00000000000 --- a/net/crtmpserver/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -High performance RTMP/RTSP streaming server - rtmpd is a high performance streaming server able to stream - (live or recorded) in the following technologies: - - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) - - To and from embedded devices: iPhone, Android - - From surveillance cameras - - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols - Also, rtmpd can be used as a high performance rendez-vous server. - For example, it enables you to do: - - Audio/Video conferencing - - Online gaming - - Online collaboration - - Simple/complex chat applications - -WWW: http://www.rtmpd.com/ diff --git a/net/crtmpserver/pkg-plist b/net/crtmpserver/pkg-plist deleted file mode 100644 index 8a1a521ddaf..00000000000 --- a/net/crtmpserver/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -@sample etc/crtmpserver.lua.sample -@sample etc/crtmpserver.all.lua.sample -lib/crtmpserver/libtinyxml.so -lib/crtmpserver/libcommon.so -lib/crtmpserver/libthelib.so -lib/crtmpserver/applications/flvplayback/libflvplayback.so -lib/crtmpserver/applications/appselector/libappselector.so -lib/crtmpserver/applications/samplefactory/libsamplefactory.so -lib/crtmpserver/applications/vptests/libvptests.so -lib/crtmpserver/applications/admin/libadmin.so -lib/crtmpserver/applications/proxypublish/libproxypublish.so -lib/crtmpserver/applications/stresstest/libstresstest.so -man/man1/crtmpserver.1.gz -sbin/crtmpserver -@dir var/log/crtmpserver -@dir var/crtmpserver/media diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index 23298779720..60bc57e36f9 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -14,6 +14,8 @@ COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix copy program) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/uucp/COPYING +PORTSCOUT= limit:^1_ + USES= fakeroot USE_GITHUB= yes diff --git a/net/hs-aws/Makefile b/net/hs-aws/Makefile deleted file mode 100644 index 7f537f384c7..00000000000 --- a/net/hs-aws/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $FreeBSD$ - -PORTNAME= aws -PORTVERSION= 0.20 -PORTREVISION= 1 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Amazon Web Services (AWS) for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.6 attoparsec>=0.11 base16-bytestring \ - base64-bytestring blaze-builder>=0.2.1.4 byteable \ - case-insensitive>=0.2 cereal>=0.3 conduit>=1.1 \ - conduit-extra>=1.1 cryptohash>=0.11 data-default>=0.5.3 \ - http-conduit>=2.1 http-types>=0.7 lifted-base>=0.1 \ - monad-control>=0.3 mtl network resourcet>=1.1 safe>=0.3 \ - scientific>=0.3 tagged>=0.7 unordered-containers>=0.2 \ - utf8-string>=0.3 vector>=0.10 xml-conduit>=1.2 - -FLAGS_DISABLE= examples - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-aws/distinfo b/net/hs-aws/distinfo deleted file mode 100644 index cb6c9b52d2a..00000000000 --- a/net/hs-aws/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531827848 -SHA256 (cabal/aws-0.20.tar.gz) = c079d860d6bf235b134286fb8620d1539664df52dce1146d463cc4ebeb52975f -SIZE (cabal/aws-0.20.tar.gz) = 104559 diff --git a/net/hs-aws/pkg-descr b/net/hs-aws/pkg-descr deleted file mode 100644 index 56ca08a30e8..00000000000 --- a/net/hs-aws/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Bindings for Amazon Web Services (AWS), with the aim of supporting all -AWS services. - -WWW: https://github.com/aristidb/aws diff --git a/net/hs-bsb-http-chunked/Makefile b/net/hs-bsb-http-chunked/Makefile deleted file mode 100644 index 535c3a7f6b2..00000000000 --- a/net/hs-bsb-http-chunked/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bsb-http-chunked -PORTVERSION= 0.0.0.4 -PORTREVISION= 1 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Chunked HTTP transfer encoding for bytestring builders - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-bsb-http-chunked/distinfo b/net/hs-bsb-http-chunked/distinfo deleted file mode 100644 index 5c8f04d8c17..00000000000 --- a/net/hs-bsb-http-chunked/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545495255 -SHA256 (cabal/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c -SIZE (cabal/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 diff --git a/net/hs-bsb-http-chunked/pkg-descr b/net/hs-bsb-http-chunked/pkg-descr deleted file mode 100644 index 6e56ac79392..00000000000 --- a/net/hs-bsb-http-chunked/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This library contains functions for encoding bytestring builders for -chunked HTTP/1.1 transfer. - -WWW: https://github.com/sjakobi/bsb-http-chunked diff --git a/net/hs-connection/Makefile b/net/hs-connection/Makefile deleted file mode 100644 index f44d8b23f6e..00000000000 --- a/net/hs-connection/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= connection -PORTVERSION= 0.2.8 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple and easy network connections API - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable data-default-class network>=2.3 socks>=0.4 \ - tls>=1.3 x509>=1.5 x509-store>=1.5 x509-system>=1.5 \ - x509-validation>=1.5 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-connection/distinfo b/net/hs-connection/distinfo deleted file mode 100644 index 473b603031b..00000000000 --- a/net/hs-connection/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623591 -SHA256 (cabal/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb -SIZE (cabal/connection-0.2.8.tar.gz) = 8695 diff --git a/net/hs-connection/pkg-descr b/net/hs-connection/pkg-descr deleted file mode 100644 index db7604fcd5f..00000000000 --- a/net/hs-connection/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Simple network library for all your connection need. Features: Really -simple to use, SSL/TLS, SOCKS. This library provides a very simple api -to create sockets to a destination with the choice of SSL/TLS, and -SOCKS. - -WWW: https://github.com/vincenthz/hs-connection diff --git a/net/hs-gsasl/Makefile b/net/hs-gsasl/Makefile deleted file mode 100644 index a88b138e3d5..00000000000 --- a/net/hs-gsasl/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gsasl -PORTVERSION= 0.3.6 -PORTREVISION= 5 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings for GNU libgsasl - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -LIB_DEPENDS= libgsasl.so:security/gsasl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-gsasl/distinfo b/net/hs-gsasl/distinfo deleted file mode 100644 index 2fae5afbea2..00000000000 --- a/net/hs-gsasl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623591 -SHA256 (cabal/gsasl-0.3.6.tar.gz) = 786036025e5d5649c029c1db23c395e1592c073a58848ae4afe4f2797de1f931 -SIZE (cabal/gsasl-0.3.6.tar.gz) = 20170 diff --git a/net/hs-gsasl/pkg-descr b/net/hs-gsasl/pkg-descr deleted file mode 100644 index 245ab400f88..00000000000 --- a/net/hs-gsasl/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Bindings for GNU libgsasl. - -WWW: https://john-millikin.com/software/haskell-gsasl/ diff --git a/net/hs-hoauth2/Makefile b/net/hs-hoauth2/Makefile deleted file mode 100644 index 817f079d556..00000000000 --- a/net/hs-hoauth2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hoauth2 -PORTVERSION= 1.7.1 -PORTREVISION= 2 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell OAuth2 authentication - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson http-conduit http-types microlens unordered-containers \ - uri-bytestring uri-bytestring-aeson wai warp - -FLAGS_DISABLE= test - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-hoauth2/distinfo b/net/hs-hoauth2/distinfo deleted file mode 100644 index c67087045fb..00000000000 --- a/net/hs-hoauth2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525036387 -SHA256 (cabal/hoauth2-1.7.1.tar.gz) = bae84321fb0c90013677d6abe754774f05fbb3271ced0844df725ca4edb38216 -SIZE (cabal/hoauth2-1.7.1.tar.gz) = 18045 diff --git a/net/hs-hoauth2/files/patch-hoauth2.cabal b/net/hs-hoauth2/files/patch-hoauth2.cabal deleted file mode 100644 index 203ffab8d5d..00000000000 --- a/net/hs-hoauth2/files/patch-hoauth2.cabal +++ /dev/null @@ -1,26 +0,0 @@ ---- hoauth2.cabal.orig 2018-04-29 21:29:58 UTC -+++ hoauth2.cabal -@@ -77,12 +77,12 @@ Library - bytestring >= 0.9 && < 0.11, - http-conduit >= 2.1 && < 2.4, - http-types >= 0.11 && < 0.13, -- aeson >= 0.11 && < 1.3, -+ aeson >= 0.11 && < 1.4, - unordered-containers >= 0.2.5, - uri-bytestring >= 0.2.3.1 && < 0.4, - uri-bytestring-aeson >= 0.1 && < 0.2, - microlens >= 0.4.0 && < 0.5, -- exceptions >= 0.8.3 && < 0.10 -+ exceptions >= 0.8.3 && < 0.11 - - if impl(ghc >= 6.12.0) - ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -@@ -125,7 +125,7 @@ Executable demo-server - wai >= 3.2 && < 3.3, - warp >= 3.2 && < 3.3, - containers >= 0.4 && < 0.6, -- aeson >= 0.11 && < 1.3, -+ aeson >= 0.11 && < 1.4, - microlens >= 0.4.0 && < 0.5, - unordered-containers >= 0.2.8 && < 0.2.9, - wai-extra >= 3.0.21.0 && < 3.0.22.0, diff --git a/net/hs-hoauth2/pkg-descr b/net/hs-hoauth2/pkg-descr deleted file mode 100644 index 9bcdafb2f85..00000000000 --- a/net/hs-hoauth2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Haskell OAuth2 authentication client. - -WWW: https://github.com/freizl/hoauth2 diff --git a/net/hs-hostname/Makefile b/net/hs-hostname/Makefile deleted file mode 100644 index 2db592c256b..00000000000 --- a/net/hs-hostname/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hostname -PORTVERSION= 1.0 -PORTREVISION= 20 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform means of determining the hostname - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-hostname/distinfo b/net/hs-hostname/distinfo deleted file mode 100644 index c3614627da6..00000000000 --- a/net/hs-hostname/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623591 -SHA256 (cabal/hostname-1.0.tar.gz) = 9b43dab1b6da521f35685b20555da00738c8e136eb972458c786242406a9cf5c -SIZE (cabal/hostname-1.0.tar.gz) = 1982 diff --git a/net/hs-hostname/pkg-descr b/net/hs-hostname/pkg-descr deleted file mode 100644 index 828c88d112a..00000000000 --- a/net/hs-hostname/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A very simple package providing a cross-platform means of determining -the hostname. - -WWW: http://hackage.haskell.org/package/hostname diff --git a/net/hs-iproute/Makefile b/net/hs-iproute/Makefile deleted file mode 100644 index 1a95f5202eb..00000000000 --- a/net/hs-iproute/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= iproute -PORTVERSION= 1.7.1 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= IP Routing Table - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= appar byteorder network - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-iproute/distinfo b/net/hs-iproute/distinfo deleted file mode 100644 index f9baa1c8af0..00000000000 --- a/net/hs-iproute/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623592 -SHA256 (cabal/iproute-1.7.1.tar.gz) = 57b8d03ca8ce92f8ec1334564f3edff53a0621ccbc43c00ba02eaa5007ee3eee -SIZE (cabal/iproute-1.7.1.tar.gz) = 11974 diff --git a/net/hs-iproute/pkg-descr b/net/hs-iproute/pkg-descr deleted file mode 100644 index 533e3608fef..00000000000 --- a/net/hs-iproute/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -IP Routing Table is a tree of IP ranges to search one of them on the -longest match base. It is a kind of TRIE with one way branching removed. -Both IPv4 and IPv6 are supported. - -WWW: http://www.mew.org/~kazu/proj/iproute/ diff --git a/net/hs-maccatcher/Makefile b/net/hs-maccatcher/Makefile deleted file mode 100644 index e85ce9bde96..00000000000 --- a/net/hs-maccatcher/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= maccatcher -PORTVERSION= 2.1.5 -PORTREVISION= 13 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Obtain the host MAC address on *NIX and Windows - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-maccatcher/distinfo b/net/hs-maccatcher/distinfo deleted file mode 100644 index 77d4ba088ae..00000000000 --- a/net/hs-maccatcher/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623592 -SHA256 (cabal/maccatcher-2.1.5.tar.gz) = cbafc38151d9c4c17c3055a7f8f0702bf5d7d5240db3369c84326e94ddcaa67c -SIZE (cabal/maccatcher-2.1.5.tar.gz) = 4947 diff --git a/net/hs-maccatcher/pkg-descr b/net/hs-maccatcher/pkg-descr deleted file mode 100644 index fb4c6372c11..00000000000 --- a/net/hs-maccatcher/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Obtain the host MAC address on *NIX and Windows. - -WWW: http://hackage.haskell.org/package/maccatcher diff --git a/net/hs-network-info/Makefile b/net/hs-network-info/Makefile deleted file mode 100644 index c37f92c2092..00000000000 --- a/net/hs-network-info/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= network-info -PORTVERSION= 0.2.0.10 -PORTREVISION= 1 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Access the local computer's basic network configuration - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-network-info/distinfo b/net/hs-network-info/distinfo deleted file mode 100644 index 027be7307e4..00000000000 --- a/net/hs-network-info/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1533828675 -SHA256 (cabal/network-info-0.2.0.10.tar.gz) = 5680f6975d34cf4f81fa7ca0c8efd682261d6a1119e06dece0f67c7bd97fd52a -SIZE (cabal/network-info-0.2.0.10.tar.gz) = 6278 diff --git a/net/hs-network-info/pkg-descr b/net/hs-network-info/pkg-descr deleted file mode 100644 index cfa6eee39d3..00000000000 --- a/net/hs-network-info/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library provides simple read-only access to the local computer's -networking configuration. It is currently capable of getting a list of -all the network interfaces and their respective IPv4, IPv6 and MAC -addresses. - -WWW: https://github.com/jystic/network-info diff --git a/net/hs-network-multicast/Makefile b/net/hs-network-multicast/Makefile deleted file mode 100644 index 50a5a408527..00000000000 --- a/net/hs-network-multicast/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= network-multicast -PORTVERSION= 0.2.0 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple multicast library - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-network-multicast/distinfo b/net/hs-network-multicast/distinfo deleted file mode 100644 index 152158ef5d4..00000000000 --- a/net/hs-network-multicast/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623594 -SHA256 (cabal/network-multicast-0.2.0.tar.gz) = 0f3b50abc3a401c20cc6a0ec51a49d2a48e5b467d9fbd63b7cf803165fe975f2 -SIZE (cabal/network-multicast-0.2.0.tar.gz) = 2986 diff --git a/net/hs-network-multicast/pkg-descr b/net/hs-network-multicast/pkg-descr deleted file mode 100644 index 16f9a03ff3f..00000000000 --- a/net/hs-network-multicast/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The "Network.Multicast" module is for sending UDP datagrams over multicast -(class D) addresses. - -WWW: http://hackage.haskell.org/package/network-multicast diff --git a/net/hs-network-protocol-xmpp/Makefile b/net/hs-network-protocol-xmpp/Makefile deleted file mode 100644 index 94d04136ae3..00000000000 --- a/net/hs-network-protocol-xmpp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= network-protocol-xmpp -PORTVERSION= 0.4.8 -PORTREVISION= 6 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Client library for the XMPP protocol - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= gnuidn>=0.2 gnutls>=0.1.4 gsasl>=0.3 libxml-sax>=0.7 \ - monads-tf>=0.1 network>=2.2 xml-types>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-network-protocol-xmpp/distinfo b/net/hs-network-protocol-xmpp/distinfo deleted file mode 100644 index dd6a11d3b44..00000000000 --- a/net/hs-network-protocol-xmpp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623595 -SHA256 (cabal/network-protocol-xmpp-0.4.8.tar.gz) = ea7729e00452da11ed489a71f482e0aa082b0fb872eedca2e3722a05fd421e1e -SIZE (cabal/network-protocol-xmpp-0.4.8.tar.gz) = 24289 diff --git a/net/hs-network-protocol-xmpp/pkg-descr b/net/hs-network-protocol-xmpp/pkg-descr deleted file mode 100644 index cb14430f34c..00000000000 --- a/net/hs-network-protocol-xmpp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Client library for the XMPP protocol. - -WWW: https://john-millikin.com/software/haskell-xmpp/ diff --git a/net/hs-network-uri/Makefile b/net/hs-network-uri/Makefile deleted file mode 100644 index d61ecd01ffe..00000000000 --- a/net/hs-network-uri/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= network-uri -PORTVERSION= 2.6.1.0 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= URI manipulation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-network-uri/distinfo b/net/hs-network-uri/distinfo deleted file mode 100644 index 4509413bb10..00000000000 --- a/net/hs-network-uri/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623596 -SHA256 (cabal/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 -SIZE (cabal/network-uri-2.6.1.0.tar.gz) = 27262 diff --git a/net/hs-network-uri/pkg-descr b/net/hs-network-uri/pkg-descr deleted file mode 100644 index 887de7f0038..00000000000 --- a/net/hs-network-uri/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package provides an URI manipulation inteface. - -WWW: https://github.com/haskell/network-uri diff --git a/net/hs-pcap/Makefile b/net/hs-pcap/Makefile deleted file mode 100644 index 235f360032f..00000000000 --- a/net/hs-pcap/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Ju Pengfei -# $FreeBSD$ - -PORTNAME= pcap -PORTVERSION= 0.4.5.2 -PORTREVISION= 14 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= System-independent interface for user-level packet capture - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-pcap/distinfo b/net/hs-pcap/distinfo deleted file mode 100644 index fd8c65aa071..00000000000 --- a/net/hs-pcap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623596 -SHA256 (cabal/pcap-0.4.5.2.tar.gz) = e7e92e6ff4bffa22102335a38dabb97fd0771fdf3b75d45cd7c1708c85e1cd5f -SIZE (cabal/pcap-0.4.5.2.tar.gz) = 49414 diff --git a/net/hs-pcap/pkg-descr b/net/hs-pcap/pkg-descr deleted file mode 100644 index c21ab1a63c6..00000000000 --- a/net/hs-pcap/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A system-independent interface for user-level packet capture. - -WWW: https://github.com/bos/pcap diff --git a/net/hs-publicsuffixlist/Makefile b/net/hs-publicsuffixlist/Makefile deleted file mode 100644 index 0e48c882089..00000000000 --- a/net/hs-publicsuffixlist/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= publicsuffixlist -PORTVERSION= 0.1 -PORTREVISION= 12 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Is a given string a domain suffix? - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal data-default utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-publicsuffixlist/distinfo b/net/hs-publicsuffixlist/distinfo deleted file mode 100644 index 8c836299b46..00000000000 --- a/net/hs-publicsuffixlist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623596 -SHA256 (cabal/publicsuffixlist-0.1.tar.gz) = b37fbe099748e2a3a5a3b6661911d72749c2ec24d88ee686ae125de91fac7955 -SIZE (cabal/publicsuffixlist-0.1.tar.gz) = 72704 diff --git a/net/hs-publicsuffixlist/pkg-descr b/net/hs-publicsuffixlist/pkg-descr deleted file mode 100644 index db2bcf2ee94..00000000000 --- a/net/hs-publicsuffixlist/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Is a given string a domain suffix? - -WWW: https://github.com/litherum/publicsuffixlist diff --git a/net/hs-resolv/Makefile b/net/hs-resolv/Makefile deleted file mode 100644 index 7f0a69c6640..00000000000 --- a/net/hs-resolv/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= resolv -PORTVERSION= 0.1.1.1 -PORTREVISION= 3 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Domain Name Service (DNS) lookup via the libresolv standard library routines - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base16-bytestring - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-resolv/distinfo b/net/hs-resolv/distinfo deleted file mode 100644 index f2b0e84ec83..00000000000 --- a/net/hs-resolv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523298714 -SHA256 (cabal/resolv-0.1.1.1.tar.gz) = 49b12ed2b175cca3f885c06ca6906cde1245c02b6f98f2a95fc20d6a8ae40772 -SIZE (cabal/resolv-0.1.1.1.tar.gz) = 149436 diff --git a/net/hs-resolv/files/patch-resolv.cabal b/net/hs-resolv/files/patch-resolv.cabal deleted file mode 100644 index e4b5d13960e..00000000000 --- a/net/hs-resolv/files/patch-resolv.cabal +++ /dev/null @@ -1,16 +0,0 @@ ---- resolv.cabal.orig 2017-10-26 22:24:39 UTC -+++ resolv.cabal -@@ -78,11 +78,11 @@ library - Network.DNS.FFI - Compat - -- build-depends: base >= 4.5 && <4.11 -+ build-depends: base >= 4.5 && <4.13 - , base16-bytestring == 0.1.* - , binary >= 0.7.3 && < 0.9 - , bytestring >= 0.9.2 && < 0.11 -- , containers >= 0.4.2.1 && < 0.6 -+ , containers >= 0.4.2.1 && < 0.7 - - ghc-options: -Wall - include-dirs: cbits diff --git a/net/hs-resolv/pkg-descr b/net/hs-resolv/pkg-descr deleted file mode 100644 index 2eeb4e6fcaa..00000000000 --- a/net/hs-resolv/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package implements an API for accessing the Domain Name Service (DNS) -resolver service via the standard libresolv system library (whose API is -often available directly via the standard libc C library) on Unix systems. - -WWW: https://github.com/hvr/resolv diff --git a/net/hs-sendfile/Makefile b/net/hs-sendfile/Makefile deleted file mode 100644 index 4fca3b35dfa..00000000000 --- a/net/hs-sendfile/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= sendfile -PORTVERSION= 0.7.9 -PORTREVISION= 13 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Portable sendfile library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network>=2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-sendfile/distinfo b/net/hs-sendfile/distinfo deleted file mode 100644 index 6cfd4e9fb9f..00000000000 --- a/net/hs-sendfile/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623596 -SHA256 (cabal/sendfile-0.7.9.tar.gz) = 102fdf6db8c00f5a5981c6eed5acba1368a2d79b2970ce5b22ceb180aa0fdc42 -SIZE (cabal/sendfile-0.7.9.tar.gz) = 10656 diff --git a/net/hs-sendfile/pkg-descr b/net/hs-sendfile/pkg-descr deleted file mode 100644 index 8412a994389..00000000000 --- a/net/hs-sendfile/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A library which exposes zero-copy sendfile functionality in a portable -way. If a platform does not support sendfile, a fallback implementation -in haskell is provided. Currently supported platforms: Windows 2000+ -(Native), Linux 2.6+ (Native), FreeBSD (Native), OS-X 10.5+ (Native), -Everything else (Portable Haskell code). - -WWW: http://hub.darcs.net/stepcut/sendfile diff --git a/net/hs-simple-sendfile/Makefile b/net/hs-simple-sendfile/Makefile deleted file mode 100644 index 5d624de4837..00000000000 --- a/net/hs-simple-sendfile/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= simple-sendfile -PORTVERSION= 0.2.25 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cross-platform library for the sendfile() system call - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= conduit>=1.0 conduit-extra>=1.0 network resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-simple-sendfile/distinfo b/net/hs-simple-sendfile/distinfo deleted file mode 100644 index 11ec92b50c8..00000000000 --- a/net/hs-simple-sendfile/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623597 -SHA256 (cabal/simple-sendfile-0.2.25.tar.gz) = 0ae68821cd828b29772654b5613d514a421b1b1440d82a4b610339e67a92294d -SIZE (cabal/simple-sendfile-0.2.25.tar.gz) = 343509 diff --git a/net/hs-simple-sendfile/pkg-descr b/net/hs-simple-sendfile/pkg-descr deleted file mode 100644 index 3365cbb9165..00000000000 --- a/net/hs-simple-sendfile/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Cross-platform library for the sendfile() system call. This library tries -to call minimum system calls which are the bottleneck of web servers. - -WWW: http://hackage.haskell.org/package/simple-sendfile diff --git a/net/hs-socks/Makefile b/net/hs-socks/Makefile deleted file mode 100644 index 04379cfe594..00000000000 --- a/net/hs-socks/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= socks -PORTVERSION= 0.5.5 -PORTREVISION= 4 -CATEGORIES= net haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Socks proxy (version 5) implementation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.3.1 network>=2.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/net/hs-socks/distinfo b/net/hs-socks/distinfo deleted file mode 100644 index e3fac1b9e90..00000000000 --- a/net/hs-socks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499623597 -SHA256 (cabal/socks-0.5.5.tar.gz) = 2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868 -SIZE (cabal/socks-0.5.5.tar.gz) = 10159 diff --git a/net/hs-socks/pkg-descr b/net/hs-socks/pkg-descr deleted file mode 100644 index 161b203c7a7..00000000000 --- a/net/hs-socks/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Socks proxy (version 5) implementation. - -WWW: https://github.com/vincenthz/hs-socks diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile deleted file mode 100644 index 996a118b021..00000000000 --- a/net/linuxigd/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Yen-Ming Lee -# $FreeBSD$ - -PORTNAME= linuxigd -PORTVERSION= 1.0 -PORTREVISION= 10 -CATEGORIES= net -MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Linux UPnP Internet Gateway Device - -DEPRECATED= Abandonware; use net/miniupnpd instead -EXPIRATION_DATE= 2019-05-08 - -LIB_DEPENDS= libupnp.so:devel/upnp - -USE_RC_SUBR= linuxigd -USES= gmake - -post-extract: - @${RM} ${WRKSRC}/iptc.? - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" - -.include diff --git a/net/linuxigd/distinfo b/net/linuxigd/distinfo deleted file mode 100644 index f05b60c17ee..00000000000 --- a/net/linuxigd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (linuxigd-1.0.tar.gz) = f6335273fd6bfad7fb32e94e36461e8b74f9523e7994bad8be9fac29bee9f4cd -SIZE (linuxigd-1.0.tar.gz) = 35396 diff --git a/net/linuxigd/files/linuxigd.in b/net/linuxigd/files/linuxigd.in deleted file mode 100644 index e9821a6b176..00000000000 --- a/net/linuxigd/files/linuxigd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# PROVIDE: linuxigd -# REQUIRE: NETWORKING SERVERS -# KEYWORD: shutdown - -# -# Add the following lines to /etc/rc.conf to enable linuxigd: -# -# linuxigd_enable="YES" -# - -. /etc/rc.subr - -name=linuxigd -rcvar=linuxigd_enable - -load_rc_config $name - -command=%%PREFIX%%/sbin/upnpd -required_files="%%PREFIX%%/etc/linuxigd/gatedesc.xml %%PREFIX%%/etc/upnpd.conf" - -: ${linuxigd_enable="NO"} -: ${linuxigd_extif="fxp0"} -: ${linuxigd_intif="fxp1"} -: ${command_args="${linuxigd_extif} ${linuxigd_intif}"} - -run_rc_command "$1" diff --git a/net/linuxigd/files/patch-Makefile b/net/linuxigd/files/patch-Makefile deleted file mode 100644 index 8a60d51b9b7..00000000000 --- a/net/linuxigd/files/patch-Makefile +++ /dev/null @@ -1,50 +0,0 @@ ---- Makefile.orig 2006-05-24 06:16:36.000000000 +0800 -+++ Makefile 2014-06-09 23:38:21.146264899 +0800 -@@ -1,25 +1,11 @@ --PREFIX=/usr --LIBUPNP_PREFIX=/usr --#LIBIPTC_PREFIX=/usr -+LIBUPNP_PREFIX=$(LOCALBASE) - --CC=gcc - INCLUDES= -I$(LIBUPNP_PREFIX)/include -I../include --LIBS= -lpthread -lupnp -lixml -lthreadutil -L$(LIBUPNP_PREFIX)/lib -L../libs -+LIBS= -lpthread -lupnp -lixml -lthreadutil -L$(LIBUPNP_PREFIX)/lib -L../libs - FILES= main.o gatedevice.o pmlist.o util.o config.o - - CFLAGS += -Wall -g -O2 - --ifdef HAVE_LIBIPTC --ifdef LIBIPTC_PREFIX --LIBS += -L$(LIBIPTC_PREFIX)/lib --INCLUDES += -I$(LIBIPTC_PREFIX)/include --endif -- --LIBS += -liptc --INCLUDES += -DHAVE_LIBIPTC --FILES += iptc.o --endif -- - all: upnpd - - upnpd: $(FILES) -@@ -33,11 +19,11 @@ clean: - rm -f *.o upnpd - - install: upnpd -- install -d /etc/linuxigd -- install etc/gatedesc.xml /etc/linuxigd -- install etc/gateconnSCPD.xml /etc/linuxigd -- install etc/gateicfgSCPD.xml /etc/linuxigd -- install etc/dummy.xml /etc/linuxigd -- install upnpd $(PREFIX)/sbin -- install upnpd.8 $(PREFIX)/share/man/man8 -- if [ ! -f /etc/upnpd.conf ]; then install etc/upnpd.conf /etc; fi -+ install -d $(DESTDIR)$(PREFIX)/etc/linuxigd -+ $(BSD_INSTALL_DATA) etc/gatedesc.xml $(DESTDIR)$(PREFIX)/etc/linuxigd -+ $(BSD_INSTALL_DATA) etc/gateconnSCPD.xml $(DESTDIR)$(PREFIX)/etc/linuxigd -+ $(BSD_INSTALL_DATA) etc/gateicfgSCPD.xml $(DESTDIR)$(PREFIX)/etc/linuxigd -+ $(BSD_INSTALL_DATA) etc/dummy.xml $(DESTDIR)$(PREFIX)/etc/linuxigd -+ $(BSD_INSTALL_PROGRAM) upnpd $(DESTDIR)$(PREFIX)/sbin -+ $(BSD_INSTALL_DATA) upnpd.8 $(DESTDIR)$(PREFIX)/man/man8 -+ $(BSD_INSTALL_DATA) etc/upnpd.conf $(DESTDIR)$(PREFIX)/etc/upnpd.conf.sample diff --git a/net/linuxigd/files/patch-config.c b/net/linuxigd/files/patch-config.c deleted file mode 100644 index a95bf31313e..00000000000 --- a/net/linuxigd/files/patch-config.c +++ /dev/null @@ -1,133 +0,0 @@ ---- config.c.orig Sat Jun 16 20:37:40 2007 -+++ config.c Sat Jun 16 20:39:05 2007 -@@ -43,6 +43,12 @@ - return 0; - } - -+size_t strnlen(const char *s, size_t maxlen) -+{ -+ int len = strlen(s); -+ return (len < maxlen) ? len : maxlen; -+} -+ - int parseConfigFile(globals_p vars) - { - FILE *conf_file; -@@ -50,11 +56,8 @@ - - regex_t re_comment; - regex_t re_empty_row; -- regex_t re_iptables_location; -+ regex_t re_ipnat_location; - regex_t re_debug_mode; -- regex_t re_insert_forward_rules_yes; -- regex_t re_forward_chain_name; -- regex_t re_prerouting_chain_name; - regex_t re_upstream_bitrate; - regex_t re_downstream_bitrate; - regex_t re_duration; -@@ -63,10 +66,7 @@ - - // Make sure all vars are 0 or \0 terminated - vars->debug = 0; -- vars->forwardRules = 0; -- strcpy(vars->iptables,""); -- strcpy(vars->forwardChainName,""); -- strcpy(vars->preroutingChainName,""); -+ strcpy(vars->ipnat,""); - strcpy(vars->upstreamBitrate,""); - strcpy(vars->downstreamBitrate,""); - vars->duration = DEFAULT_DURATION; -@@ -78,14 +78,11 @@ - regcomp(&re_empty_row,"^[[:blank:]]*\r?\n$",REG_EXTENDED); - - // Regexps to match configuration file settings -- regcomp(&re_iptables_location,"iptables_location[[:blank:]]*=[[:blank:]]*\"([^\"]+)\"",REG_EXTENDED); -+ regcomp(&re_ipnat_location,"ipnat_location[[:blank:]]*=[[:blank:]]*\"([^\"]+)\"",REG_EXTENDED); - regcomp(&re_debug_mode,"debug_mode[[:blank:]]*=[[:blank:]]*([[:digit:]])",REG_EXTENDED); -- regcomp(&re_insert_forward_rules_yes,"insert_forward_rules[[:blank:]]*=[[:blank:]]*yes",REG_ICASE); -- regcomp(&re_forward_chain_name,"forward_chain_name[[:blank:]]*=[[:blank:]]*([[:alpha:]_-]+)",REG_EXTENDED); -- regcomp(&re_prerouting_chain_name,"prerouting_chain_name[[:blank:]]*=[[:blank:]]([[:alpha:]_-]+)",REG_EXTENDED); - regcomp(&re_upstream_bitrate,"upstream_bitrate[[:blank:]]*=[[:blank:]]*([[:digit:]]+)",REG_EXTENDED); - regcomp(&re_downstream_bitrate,"downstream_bitrate[[:blank:]]*=[[:blank:]]*([[:digit:]]+)",REG_EXTENDED); -- regcomp(&re_duration,"duration[[:blank:]]*=[[:blank:]]*(@?)([[:digit:]]+|[[:digit:]]+{2}:[[:digit:]]+{2})",REG_EXTENDED); -+ regcomp(&re_duration,"duration[[:blank:]]*=[[:blank:]]*(@?)([[:digit:]]+|[[:digit:]]{2}:[[:digit:]]{2})",REG_EXTENDED); - regcomp(&re_desc_doc,"description_document_name[[:blank:]]*=[[:blank:]]*([[:alpha:].]{1,20})",REG_EXTENDED); - regcomp(&re_xml_path,"xml_document_path[[:blank:]]*=[[:blank:]]*([[:alpha:]_/.]{1,50})",REG_EXTENDED); - -@@ -99,21 +96,10 @@ - if ( (0 != regexec(&re_comment,line,0,NULL,0) ) && - (0 != regexec(&re_empty_row,line,0,NULL,0)) ) - { -- // Chec if iptables_location -- if (regexec(&re_iptables_location,line,NMATCH,submatch,0) == 0) -- { -- getConfigOptionArgument(vars->iptables, PATH_LEN, line, submatch); -- } -- -- // Check is insert_forward_rules -- else if (regexec(&re_insert_forward_rules_yes,line,0,NULL,0) == 0) -- { -- vars->forwardRules = 1; -- } -- // Check forward_chain_name -- else if (regexec(&re_forward_chain_name,line,NMATCH,submatch,0) == 0) -+ // Chec if ipnat_location -+ if (regexec(&re_ipnat_location,line,NMATCH,submatch,0) == 0) - { -- getConfigOptionArgument(vars->forwardChainName, CHAIN_NAME_LEN, line, submatch); -+ getConfigOptionArgument(vars->ipnat, PATH_LEN, line, submatch); - } - else if (regexec(&re_debug_mode,line,NMATCH,submatch,0) == 0) - { -@@ -121,10 +107,6 @@ - getConfigOptionArgument(tmp,sizeof(tmp),line,submatch); - vars->debug = atoi(tmp); - } -- else if (regexec(&re_prerouting_chain_name,line,NMATCH,submatch,0) == 0) -- { -- getConfigOptionArgument(vars->preroutingChainName, CHAIN_NAME_LEN, line, submatch); -- } - else if (regexec(&re_upstream_bitrate,line,NMATCH,submatch,0) == 0) - { - getConfigOptionArgument(vars->upstreamBitrate, BITRATE_LEN, line, submatch); -@@ -156,27 +138,13 @@ - } - regfree(&re_comment); - regfree(&re_empty_row); -- regfree(&re_iptables_location); -+ regfree(&re_ipnat_location); - regfree(&re_debug_mode); -- regfree(&re_insert_forward_rules_yes); -- regfree(&re_forward_chain_name); -- regfree(&re_prerouting_chain_name); - regfree(&re_upstream_bitrate); - regfree(&re_downstream_bitrate); - regfree(&re_duration); - regfree(&re_desc_doc); - regfree(&re_xml_path); -- // Set default values for options not found in config file -- if (strnlen(vars->forwardChainName, CHAIN_NAME_LEN) == 0) -- { -- // No forward chain name was set in conf file, set it to default -- snprintf(vars->forwardChainName, CHAIN_NAME_LEN, IPTABLES_DEFAULT_FORWARD_CHAIN); -- } -- if (strnlen(vars->preroutingChainName, CHAIN_NAME_LEN) == 0) -- { -- // No prerouting chain name was set in conf file, set it to default -- snprintf(vars->preroutingChainName, CHAIN_NAME_LEN, IPTABLES_DEFAULT_PREROUTING_CHAIN); -- } - if (strnlen(vars->upstreamBitrate, BITRATE_LEN) == 0) - { - // No upstream_bitrate was found in the conf file, set it to default -@@ -195,8 +163,8 @@ - { - snprintf(vars->xmlPath, PATH_LEN, XML_PATH_DEFAULT); - } -- if (strnlen(vars->iptables, PATH_LEN) == 0) { -- // Can't find the iptables executable, return -1 to -+ if (strnlen(vars->ipnat, PATH_LEN) == 0) { -+ // Can't find the ipnat executable, return -1 to - // indicate en error - return -1; - } diff --git a/net/linuxigd/files/patch-etc__upnpd.conf b/net/linuxigd/files/patch-etc__upnpd.conf deleted file mode 100644 index c398a5fd4e5..00000000000 --- a/net/linuxigd/files/patch-etc__upnpd.conf +++ /dev/null @@ -1,58 +0,0 @@ ---- etc/upnpd.conf.orig Thu Aug 17 02:19:30 2006 -+++ etc/upnpd.conf Sat Jun 16 19:57:09 2007 -@@ -2,10 +2,10 @@ - # /etc/sysconfig/upnpd - - # --# The full path and name of the iptables executable, -+# The full path and name of the ipnat executable, - # (enclosed in quotes). - # --iptables_location = "/sbin/iptables" -+ipnat_location = "/sbin/ipnat" - - # - # Daemon debug level. Messages are logged via syslog to debug. -@@ -17,29 +17,6 @@ - debug_mode = 2 - - # --# Should the daemon insert rules in the forward chain --# This is necessary if your firewall has a drop or reject --# policy in your forward chain. --# allowed values: yes,no --# default = no --insert_forward_rules = yes -- --# --# The name of the chain to put the forward rules in. --# This directive is only activ if "insert_forward_rules = yes" --# above. --# allowed values: a-z, A-Z, _, - --# default = FORWARD --# --forward_chain_name = FORWARD -- --# --# The name of the chain to put prerouting rules in. --# allowed values: a-z, A-Z, _, - --# default = PREROUTING --prerouting_chain_name = PREROUTING -- --# - # The internet line upstream bit rate reported from - # the daemon. Value in bits per second - # default = 0 -@@ -67,9 +44,9 @@ - - # The path to the xml documents - # Do not include the trailing "/" --# default = /etc/linuxigd -+# default = %%PREFIX%%/etc/linuxigd - # WARNING! The make install does put the xml files --# in /etc/linuxigd, if you change this variable -+# in %%PREFIX%%/etc/linuxigd, if you change this variable - # you have to make sure the xml docs are in the - # right place --xml_document_path = /etc/linuxigd -+xml_document_path = %%PREFIX%%/etc/linuxigd diff --git a/net/linuxigd/files/patch-gatedevice.c b/net/linuxigd/files/patch-gatedevice.c deleted file mode 100644 index 19a82fb2c00..00000000000 --- a/net/linuxigd/files/patch-gatedevice.c +++ /dev/null @@ -1,8 +0,0 @@ ---- gatedevice.c.orig 2010-11-26 17:54:07.000000000 +0300 -+++ gatedevice.c 2010-11-26 17:55:02.000000000 +0300 -@@ -1,3 +1,5 @@ -+#include -+#include - #include - #include - #include diff --git a/net/linuxigd/files/patch-globals.h b/net/linuxigd/files/patch-globals.h deleted file mode 100644 index 03081046797..00000000000 --- a/net/linuxigd/files/patch-globals.h +++ /dev/null @@ -1,49 +0,0 @@ ---- globals.h.orig Mon Nov 13 01:14:11 2006 -+++ globals.h Sat Jun 16 19:53:23 2007 -@@ -1,6 +1,7 @@ - #ifndef _GLOBALS_H_ - #define _GLOBALS_H_ - -+#include - #include - - #define CHAIN_NAME_LEN 32 -@@ -17,17 +18,15 @@ - char extInterfaceName[IFNAMSIZ]; // The name of the external interface, picked up from the - // command line - char intInterfaceName[IFNAMSIZ]; // The name of the internal interface, picked from command line -+ char extIpAddress[16]; -+ char intIpAddress[16]; - -- // All vars below are read from /etc/upnpd.conf in main.c -+ // All vars below are read from %%PREFIX%%/etc/upnpd.conf in main.c - int debug; // 1 - print debug messages to syslog - // 0 - no debug messages -- char iptables[PATH_LEN]; // The full name and path of the iptables executable, used in pmlist.c -+ char ipnat[PATH_LEN]; // The full name and path of the ipnat executable, used in pmlist.c - char upstreamBitrate[BITRATE_LEN]; // The upstream bitrate reported by the daemon - char downstreamBitrate[BITRATE_LEN]; // The downstream bitrate reported by the daemon -- char forwardChainName[CHAIN_NAME_LEN]; // The name of the iptables chain to put FORWARD rules in -- char preroutingChainName[CHAIN_NAME_LEN]; // The name of the chain to put PREROUTING rules in -- int forwardRules; // 1 - forward rules are inserted -- // 0 - no forward rules inserted - long int duration; // 0 - no duration - // >0 - duration in seconds - // <0 - expiration time -@@ -38,14 +37,12 @@ - typedef struct GLOBALS* globals_p; - extern struct GLOBALS g_vars; - --#define CONF_FILE "/etc/upnpd.conf" -+#define CONF_FILE "%%PREFIX%%/etc/upnpd.conf" - #define MAX_CONFIG_LINE 256 --#define IPTABLES_DEFAULT_FORWARD_CHAIN "FORWARD" --#define IPTABLES_DEFAULT_PREROUTING_CHAIN "PREROUTING" - #define DEFAULT_DURATION 0 - #define DEFAULT_UPSTREAM_BITRATE "0" - #define DEFAULT_DOWNSTREAM_BITRATE "0" - #define DESC_DOC_DEFAULT "gatedesc.xml" --#define XML_PATH_DEFAULT "/etc/linuxigd" -+#define XML_PATH_DEFAULT "%%PREFIX%%/etc/linuxigd" - - #endif // _GLOBALS_H_ diff --git a/net/linuxigd/files/patch-main.c b/net/linuxigd/files/patch-main.c deleted file mode 100644 index a02f447903e..00000000000 --- a/net/linuxigd/files/patch-main.c +++ /dev/null @@ -1,58 +0,0 @@ ---- main.c.orig 2010-11-26 17:45:26.000000000 +0300 -+++ main.c 2010-11-26 17:47:46.000000000 +0300 -@@ -1,13 +1,16 @@ - #include - #include -+#include - #include - #include -+#include - #include - #include - #include - #include - #include - #include -+#include - #include - #include - #include "globals.h" -@@ -22,7 +25,6 @@ - int main (int argc, char** argv) - { - char descDocUrl[7+15+1+5+1+sizeof(g_vars.descDocName)+1]; // http://ipaddr:port/docName -- char intIpAddress[16]; // Server internal ip address - sigset_t sigsToCatch; - int ret, signum, arg = 1, foreground = 0; - -@@ -46,11 +48,17 @@ - strncpy(g_vars.intInterfaceName, argv[arg++], IFNAMSIZ); - - // Get the internal ip address to start the daemon on -- if (GetIpAddressStr(intIpAddress, g_vars.intInterfaceName) == 0) { -+ if (GetIpAddressStr(g_vars.intIpAddress, g_vars.intInterfaceName) == 0) { - fprintf(stderr, "Invalid internal interface name '%s'\n", g_vars.intInterfaceName); - exit(EXIT_FAILURE); - } - -+ // Get the external ip address to start the daemon on -+ if (GetIpAddressStr(g_vars.extIpAddress, g_vars.extInterfaceName) == 0) { -+ fprintf(stderr, "Invalid external interface name '%s'\n", g_vars.extInterfaceName); -+ exit(EXIT_FAILURE); -+ } -+ - if (!foreground) { - struct rlimit resourceLimit = { 0, 0 }; - pid_t pid, sid; -@@ -114,9 +122,9 @@ - - // Initialize UPnP SDK on the internal Interface - trace(3, "Initializing UPnP SDK ... "); -- if ( (ret = UpnpInit(intIpAddress,0) ) != UPNP_E_SUCCESS) -+ if ( (ret = UpnpInit(g_vars.intIpAddress,0) ) != UPNP_E_SUCCESS) - { -- syslog (LOG_ERR, "Error Initializing UPnP SDK on IP %s ",intIpAddress); -+ syslog (LOG_ERR, "Error Initializing UPnP SDK on IP %s ",g_vars.intIpAddress); - syslog (LOG_ERR, " UpnpInit returned %d", ret); - UpnpFinish(); - exit(1); diff --git a/net/linuxigd/files/patch-pmlist.c b/net/linuxigd/files/patch-pmlist.c deleted file mode 100644 index 8a61b70c33d..00000000000 --- a/net/linuxigd/files/patch-pmlist.c +++ /dev/null @@ -1,148 +0,0 @@ ---- pmlist.c.orig 2010-11-26 17:45:26.000000000 +0300 -+++ pmlist.c 2010-11-26 17:49:30.000000000 +0300 -@@ -1,3 +1,5 @@ -+#include -+#include - #include - #include - #include -@@ -8,10 +10,6 @@ - #include "gatedevice.h" - #include "util.h" - --#if HAVE_LIBIPTC --#include "iptc.h" --#endif -- - struct portMap* pmlist_NewNode(int enabled, long int duration, char *remoteHost, - char *externalPort, char *internalPort, - char *protocol, char *internalClient, char *desc) -@@ -233,55 +231,18 @@ - { - if (enabled) - { --#if HAVE_LIBIPTC -- char *buffer = malloc(strlen(internalClient) + strlen(internalPort) + 2); -- if (buffer == NULL) { -- fprintf(stderr, "failed to malloc memory\n"); -- return 0; -- } -- -- strcpy(buffer, internalClient); -- strcat(buffer, ":"); -- strcat(buffer, internalPort); -- -- if (g_vars.forwardRules) -- iptc_add_rule("filter", g_vars.forwardChainName, protocol, NULL, NULL, NULL, internalClient, NULL, internalPort, "ACCEPT", NULL, FALSE); -- -- iptc_add_rule("nat", g_vars.preroutingChainName, protocol, g_vars.extInterfaceName, NULL, NULL, NULL, NULL, externalPort, "DNAT", buffer, TRUE); -- free(buffer); --#else - char command[COMMAND_LEN]; -- int status; - -- { -- char dest[DEST_LEN]; -- char *args[] = {"iptables", "-t", "nat", "-I", g_vars.preroutingChainName, "-i", g_vars.extInterfaceName, "-p", protocol, "--dport", externalPort, "-j", "DNAT", "--to", dest, NULL}; -- -- snprintf(dest, DEST_LEN, "%s:%s", internalClient, internalPort); -- snprintf(command, COMMAND_LEN, "%s -t nat -I %s -i %s -p %s --dport %s -j DNAT --to %s:%s", g_vars.iptables, g_vars.preroutingChainName, g_vars.extInterfaceName, protocol, externalPort, internalClient, internalPort); -- trace(3, "%s", command); -- if (!fork()) { -- int rc = execv(g_vars.iptables, args); -- exit(rc); -- } else { -- wait(&status); -- } -- } -- -- if (g_vars.forwardRules) -- { -- char *args[] = {"iptables", "-A", g_vars.forwardChainName, "-p", protocol, "-d", internalClient, "--dport", internalPort, "-j", "ACCEPT", NULL}; -- -- snprintf(command, COMMAND_LEN, "%s -A %s -p %s -d %s --dport %s -j ACCEPT", g_vars.iptables,g_vars.forwardChainName, protocol, internalClient, internalPort); -- trace(3, "%s", command); -- if (!fork()) { -- int rc = execv(g_vars.iptables, args); -- exit(rc); -- } else { -- wait(&status); -- } -- } --#endif -+ FILE *ipnat = popen("/sbin/ipnat -f -", "w"); -+ sprintf(command, "rdr %s %s/32 port %s -> %s port %s %s\n", -+ g_vars.extInterfaceName, g_vars.extIpAddress, externalPort, internalClient, internalPort, protocol); -+ trace(3, "%s", command); -+ fprintf(ipnat, command); -+ sprintf(command, "rdr lo0 %s/32 port %s -> %s port %s %s\n", -+ g_vars.extIpAddress, externalPort, internalClient, internalPort, protocol); -+ trace(3, "%s", command); -+ fprintf(ipnat, command); -+ pclose(ipnat); - } - return 1; - } -@@ -290,52 +251,18 @@ - { - if (enabled) - { --#if HAVE_LIBIPTC -- char *buffer = malloc(strlen(internalClient) + strlen(internalPort) + 2); -- strcpy(buffer, internalClient); -- strcat(buffer, ":"); -- strcat(buffer, internalPort); -- -- if (g_vars.forwardRules) -- iptc_delete_rule("filter", g_vars.forwardChainName, protocol, NULL, NULL, NULL, internalClient, NULL, internalPort, "ACCEPT", NULL); -- -- iptc_delete_rule("nat", g_vars.preroutingChainName, protocol, g_vars.extInterfaceName, NULL, NULL, NULL, NULL, externalPort, "DNAT", buffer); -- free(buffer); --#else - char command[COMMAND_LEN]; -- int status; - -- { -- char dest[DEST_LEN]; -- char *args[] = {"iptables", "-t", "nat", "-D", g_vars.preroutingChainName, "-i", g_vars.extInterfaceName, "-p", protocol, "--dport", externalPort, "-j", "DNAT", "--to", dest, NULL}; -- -- snprintf(dest, DEST_LEN, "%s:%s", internalClient, internalPort); -- snprintf(command, COMMAND_LEN, "%s -t nat -D %s -i %s -p %s --dport %s -j DNAT --to %s:%s", -- g_vars.iptables, g_vars.preroutingChainName, g_vars.extInterfaceName, protocol, externalPort, internalClient, internalPort); -- trace(3, "%s", command); -- -- if (!fork()) { -- int rc = execv(g_vars.iptables, args); -- exit(rc); -- } else { -- wait(&status); -- } -- } -- -- if (g_vars.forwardRules) -- { -- char *args[] = {"iptables", "-D", g_vars.forwardChainName, "-p", protocol, "-d", internalClient, "--dport", internalPort, "-j", "ACCEPT", NULL}; -- -- snprintf(command, COMMAND_LEN, "%s -D %s -p %s -d %s --dport %s -j ACCEPT", g_vars.iptables, g_vars.forwardChainName, protocol, internalClient, internalPort); -- trace(3, "%s", command); -- if (!fork()) { -- int rc = execv(g_vars.iptables, args); -- exit(rc); -- } else { -- wait(&status); -- } -- } --#endif -+ FILE *ipnat = popen("/sbin/ipnat -rf -", "w"); -+ sprintf(command, "rdr %s %s/32 port %s -> %s port %s %s\n", -+ g_vars.extInterfaceName, g_vars.extIpAddress, externalPort, internalClient, internalPort, protocol); -+ trace(3, "%s", command); -+ fprintf(ipnat, command); -+ sprintf(command, "rdr lo0 %s/32 port %s -> %s port %s %s\n", -+ g_vars.extIpAddress, externalPort, internalClient, internalPort, protocol); -+ trace(3, "%s", command); -+ fprintf(ipnat, command); -+ pclose(ipnat); - } - return 1; - } diff --git a/net/linuxigd/files/patch-util.c b/net/linuxigd/files/patch-util.c deleted file mode 100644 index 0c5f4aa5e31..00000000000 --- a/net/linuxigd/files/patch-util.c +++ /dev/null @@ -1,12 +0,0 @@ ---- util.c.orig Sat Jun 16 09:29:31 2007 -+++ util.c Sat Jun 16 09:29:38 2007 -@@ -3,7 +3,8 @@ - #include - #include - #include --#include -+#include -+#include - #include - #include - #include diff --git a/net/linuxigd/pkg-descr b/net/linuxigd/pkg-descr deleted file mode 100644 index 603dda2ea96..00000000000 --- a/net/linuxigd/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This project is a daemon that emulates Microsoft's Internet Connection -Service (ICS). It implements the UPnP Internet Gateway Device specification -(IGD) and allows UPnP aware clients, such as MSN Messenger to work properly -from behind a NAT firewall. - -WWW: http://linux-igd.sourceforge.net/ diff --git a/net/linuxigd/pkg-plist b/net/linuxigd/pkg-plist deleted file mode 100644 index 54a78b35c56..00000000000 --- a/net/linuxigd/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -etc/linuxigd/dummy.xml -etc/linuxigd/gateconnSCPD.xml -etc/linuxigd/gatedesc.xml -etc/linuxigd/gateicfgSCPD.xml -@sample etc/upnpd.conf.sample -man/man8/upnpd.8.gz -sbin/upnpd diff --git a/net/luasocket-53/Makefile b/net/luasocket-53/Makefile new file mode 100644 index 00000000000..e99b1999991 --- /dev/null +++ b/net/luasocket-53/Makefile @@ -0,0 +1,13 @@ +# Created by: Jan Hornyak +# $FreeBSD$ + +COMMENT= Luasocket for Lua 5.3 + +SLAVE_PORT= luasocket + +USES= gmake lua:53 pkgconfig + +MASTERDIR= ${.CURDIR}/../luasocket +PLIST= ${MASTERDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/net/openafs/Makefile b/net/openafs/Makefile deleted file mode 100644 index bde9cdfefea..00000000000 --- a/net/openafs/Makefile +++ /dev/null @@ -1,90 +0,0 @@ -# $FreeBSD$ - -PORTNAME= openafs -DISTVERSION= ${AFS_DISTVERSION}.${DBVERSION:S/-//g} -CATEGORIES= net -MASTER_SITES= http://dl.central.org/dl/openafs/${AFS_DISTVERSION}/:openafs \ - http://dl.openafs.org/dl/openafs/${AFS_DISTVERSION}/:openafs \ - http://dl.central.org/dl/cellservdb/:gco \ - http://grand.central.org/dl/cellservdb/:gco -DISTFILES= ${PORTNAME}-${AFS_DISTVERSION}-src.tar.bz2:openafs \ - ${PORTNAME}-${AFS_DISTVERSION}-doc.tar.bz2:openafs \ - CellServDB.${DBVERSION}:gco -EXTRACT_ONLY= ${PORTNAME}-${AFS_DISTVERSION}-src.tar.bz2 \ - ${PORTNAME}-${AFS_DISTVERSION}-doc.tar.bz2 - -MAINTAINER= bjk@FreeBSD.org -COMMENT= AFS implementation from openafs.org - -LICENSE= IPLv1 -LICENSE_NAME= IBM Public License Version 1.0 -LICENSE_FILE= ${WRKSRC}/doc/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 -ONLY_FOR_ARCHS= i386 amd64 - -AFS_DISTVERSION= 1.6.22 -DBVERSION= 2016-01-01 - -USES= cpe kmod tar:bzip2 -USE_LDCONFIG= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= _XCFLAGS="${CFLAGS} -fPIC" \ - _PAM_CFLAGS="${CFLAGS} -fPIC" \ - _MT_LIBS="-lpthread" -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --localstatedir=/var \ - --mandir=${MANPREFIX}/man \ - --with-bsd-kernel-headers=${SRC_BASE}/sys \ - --with-bsd-kernel-build=${WRKDIR}/conf \ - --enable-debug \ - --enable-debug-kernel \ - --enable-debug-lwp \ - --includedir=${PREFIX}/include/openafs \ - ${CONFIGURE_TARGET} -WRKSRC= ${WRKDIR}/${PORTNAME}-${AFS_DISTVERSION} -MAKE_ENV= COMPILER_TYPE=${COMPILER_TYPE} -USE_RC_SUBR= afsserver - -CPE_VERSION= ${AFS_DISTVERSION} - -CONFLICTS= coda-server-6.[0-9]* heimdal-[0-9]* - -MAKE_JOBS_UNSAFE= yes - -AFSMNTDIR?= /afs -AFSSTATEDIR?= /var/${PORTNAME} -AFSCACHEDIR?= ${AFSSTATEDIR}/cache -PLIST_SUB+= AFSMNTDIR=${AFSMNTDIR:C,^/,,} \ - AFSSTATEDIR=${AFSSTATEDIR:C,^/,,} \ - AFSCACHEDIR=${AFSCACHEDIR:C,^/,,} - -# clang (the base system compiler in __FreeBSD_version 1000024 and later) -# is pickier about stack alignment than gcc; OpenAFS uses its own -# lightweight process "threading" library which will produce a misaligned -# stack under clang; we need to pass -mstackrealign to avoid SIGBUS at -# runtime. gcc does not understand this flag, so we use compiler.mk to -# figure out what type of compiler is in use. -USES+= compiler - -OPTIONS_DEFINE= FUSE -FUSE_USES= fuse -OPTIONS_SUB= yes -FUSE_CONFIGURE_OFF= --disable-fuse-client - -.include - -.if ${COMPILER_TYPE} == clang -CFLAGS+= -mstackrealign -.endif - -# Upstream does not support the client on 11 and newer -CONFIGURE_ARGS += --disable-kernel-module - -post-install: - @${RMDIR} ${STAGEDIR}${PREFIX}/lib/openafs - -.include diff --git a/net/openafs/distinfo b/net/openafs/distinfo deleted file mode 100644 index 351bf69dab5..00000000000 --- a/net/openafs/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -TIMESTAMP = 1512851739 -SHA256 (openafs-1.6.22-src.tar.bz2) = 835410b75d14aec1ac6a1138d8194897f1badeffa3a0c282963ad51996712347 -SIZE (openafs-1.6.22-src.tar.bz2) = 14606745 -SHA256 (openafs-1.6.22-doc.tar.bz2) = 0e177e007ea802891d23bcecd5a836f7c768e9af0d70aab4259233cd2d474a0f -SIZE (openafs-1.6.22-doc.tar.bz2) = 3567926 -SHA256 (CellServDB.2016-01-01) = ef37a1cc73c90619e9b6a0ab0fa8602c57c9da8ae5e65aab96cb17e2bc1bf70e -SIZE (CellServDB.2016-01-01) = 37058 diff --git a/net/openafs/files/afsd.in b/net/openafs/files/afsd.in deleted file mode 100644 index e9d6b6923d4..00000000000 --- a/net/openafs/files/afsd.in +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: afsd -# REQUIRE: afsserver named -# KEYWORD: shutdown -# -# We require afsserver for the (rare, untested) case when a client -# and server are running on the same machine -- the client must not -# start until the server is running. -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# afsd_enable (bool): Set to NO by default. -# Set it to YES to enable afsd. -# -# Suggested values for a "large" configuration: -# afsd_flags="-stat 2800 -daemons 5 -volumes 128" -# -# Suggested values for a "medium" configuration: -# afsd_flags="-stat 2000 -daemons 3 -volumes 70" -# -# Suggested values for a "small" configuration: -# afsd_flags="-stat 300 -daemons 2 -volumes 50" - -. /etc/rc.subr - -name="afsd" -rcvar=afsd_enable - -command="%%PREFIX%%/sbin/${name}" -command_args="-dynroot -fakestat-all -afsdb -memcache" - -start_precmd="afsd_prestart" -start_postcmd="afsd_poststart" -stop_cmd="afsd_stop" - -kmod="libafs" -vicedir="%%PREFIX%%/etc/openafs" -required_modules="libafs:afs" -required_files="${vicedir}/cacheinfo ${vicedir}/ThisCell ${vicedir}/CellServDB" - -load_rc_config "$name" - -: ${afsd_enable:="NO"} -: ${afsd_flags:="-stat 2800 -daemons 6 -volumes 128"} - -afsd_prestart() -{ - local dir - - # need a mountpoint and a cache dir (well, if we have a disk cache) - # Should use required_dirs, but no good way to extract from cacheinfo - for dir in $(awk -F: '{print $1, $2}' ${vicedir}/cacheinfo); do - if [ ! -d "${dir}" ]; then - err 1 "Directory ${dir} does not exist. Not starting AFS client." - fi - done -} - -afsd_poststart() -{ - %%PREFIX%%/bin/fs setcrypt -crypt on -} - -afsd_stop() -{ - local afsdir - - afsdir=$(awk -F: '{print $1}' ${vicedir}/cacheinfo) - if ! umount $afsdir; then - [ -n "${rc_force}" ] && umount -f ${afsdir} - fi - kldunload ${kmod} -} - -run_rc_command "$1" diff --git a/net/openafs/files/afsserver.in b/net/openafs/files/afsserver.in deleted file mode 100644 index e8fab14e024..00000000000 --- a/net/openafs/files/afsserver.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: afsserver -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# afsserver_enable (bool): Set to NO by default. -# Set it to YES to enable AFS server activities. - -. /etc/rc.subr - -name="afsserver" -rcvar="afsserver_enable" - -command="%%PREFIX%%/sbin/bosserver" - -stop_precmd="afsserver_prestop" - -vicedir="%%PREFIX%%/etc/openafs/server" -required_files="${vicedir}/CellServDB ${vicedir}/KeyFile ${vicedir}/ThisCell ${vicedir}/UserList" - -load_rc_config "$name" - -: ${afsserver_enable:="NO"} - -afsserver_prestop() -{ - %%PREFIX%%/bin/bos shutdown -localauth -server localhost -} - -run_rc_command "$1" diff --git a/net/openafs/files/patch-configure b/net/openafs/files/patch-configure deleted file mode 100644 index d43fa932f67..00000000000 --- a/net/openafs/files/patch-configure +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.orig 2017-12-05 15:02:11 UTC -+++ configure -@@ -25273,13 +25273,15 @@ case $AFS_SYSNAME in - ;; - - i386_fbsd_*) -+ KERN_OPTMZ= -+ LWP_OPTMZ= - MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}' -- MT_LIBS="-pthread" -- PAM_OPTMZ=-O2 -- PAM_CFLAGS="-pipe -fPIC" -+ MT_LIBS="${_MT_LIBS:--pthread}" -+ PAM_OPTMZ= -+ PAM_CFLAGS="${_PAM_CFLAGS:--pipe -fPIC}" - SHLIB_LDFLAGS="-shared -Xlinker -x" - SHLIB_LINKER="${MT_CC} -shared" -- XCFLAGS="-pipe" -+ XCFLAGS="${_XCFLAGS:--pipe}" - ;; - - i386_dfbsd_*) -@@ -25293,12 +25295,15 @@ case $AFS_SYSNAME in - ;; - - amd64_fbsd_*) -+ KERN_OPTMZ= -+ LWP_OPTMZ= - MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}' -- MT_LIBS="-pthread" -- PAM_CFLAGS="-O2 -pipe -fPIC" -+ MT_LIBS="${_MT_LIBS:--pthread}" -+ PAM_OPTMZ= -+ PAM_CFLAGS="${_PAM_CFLAGS:--O2 -pipe -fPIC}" - SHLIB_LDFLAGS="-shared -Xlinker -x" - SHLIB_LINKER="${MT_CC} -shared" -- XCFLAGS="-O2 -pipe -fPIC" -+ XCFLAGS="${_XCFLAGS:--O2 -pipe -fPIC}" - ;; - - *nbsd2*|*nbsd3*|*nbsd4*|*nbsd5*|*nbsd6*) diff --git a/net/openafs/files/patch-doc-man-pages-Makefile.in b/net/openafs/files/patch-doc-man-pages-Makefile.in deleted file mode 100644 index cdd8372e3db..00000000000 --- a/net/openafs/files/patch-doc-man-pages-Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ ---- doc/man-pages/Makefile.in.orig 2017-12-05 14:52:48 UTC -+++ doc/man-pages/Makefile.in -@@ -2,6 +2,7 @@ - - srcdir=@srcdir@ - include @TOP_OBJDIR@/src/config/Makefile.config -+include @TOP_OBJDIR@/src/packaging/FreeBSD/Makefile.man - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -34,16 +35,26 @@ dest: - || ln -s afsd.8 $(DEST)/man/man8/afsd.fuse.8; \ - fi - --install: $(MAN1) $(MAN8) -+install: ${MAN1:S,^,man1/,} ${MAN5:S,^,man5/,} ${MAN8:S,^,man8/,} - chmod +x install-man - mkdir -p $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \ - $(DESTDIR)$(mandir)/man8 -- set -e; for M in man1/*.1 man5/*.5 man8/*.8 ; do \ -+ set -e; for M in $> ; do \ - ./install-man $$M $(DESTDIR)$(mandir)/$$M ; \ - done -- set -e; for M in ${LINKEDPAGES}; do \ -- test -h $(DESTDIR)$(mandir)/man1/$$M.krb.1 \ -- || ln -s $$M.1 $(DESTDIR)$(mandir)/man1/$$M.krb.1 ; \ -+ set ${MLINKS:C/\.([^.]*)$/.\1 \1/}; \ -+ while : ; do \ -+ case $$# in \ -+ 0) break ;; \ -+ [123]) echo "warn: empty MLINK: $$1 $$2 $$3"; break;; \ -+ esac; \ -+ name=$$1; shift; sect=$$1; shift; \ -+ l=$$name; \ -+ name=$$1; shift; sect=$$1; shift; \ -+ t=$(DESTDIR)$(mandir)/man$${sect}/$$name; \ -+ echo $$t -\> $$l; \ -+ rm -f $$t; \ -+ ln -s $$l $$t; \ - done - test -h $(DESTDIR)/$(mandir)/man8/dafssync-debug.8 \ - || ln -s fssync-debug.8 $(DESTDIR)/$(mandir)/man8/dafssync-debug.8 diff --git a/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man b/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man deleted file mode 100644 index 0debb70c525..00000000000 --- a/net/openafs/files/patch-src-packaging-FreeBSD-Makefile.man +++ /dev/null @@ -1,76 +0,0 @@ ---- src/packaging/FreeBSD/Makefile.man.orig 2017-12-05 14:52:48 UTC -+++ src/packaging/FreeBSD/Makefile.man -@@ -7,6 +7,7 @@ MAN1+= copyauth.1 - MAN1+= dlog.1 - MAN1+= fs.1 - MAN1+= fs_apropos.1 -+MAN1+= fs_bypassthreshold.1 - MAN1+= fs_checkservers.1 - MAN1+= fs_checkvolumes.1 - MAN1+= fs_chgrp.1 -@@ -61,11 +62,7 @@ MAN1+= fs_uuid.1 - MAN1+= fs_whereis.1 - MAN1+= fs_whichcell.1 - MAN1+= fs_wscell.1 --MAN1+= klog.1 --MLINKS+= klog.1 klog.krb.1 - MAN1+= klog.krb5.1 --MAN1+= knfs.1 --MAN1+= kpasswd.1 - MAN1+= livesys.1 - MAN1+= pagsh.1 - MLINKS+= pagsh.1 pagsh.krb.1 -@@ -177,8 +174,6 @@ MAN5+= butc.5 - MAN5+= butc_logs.5 - MAN5+= cacheinfo.5 - MAN5+= fms.log.5 --MAN5+= kaserver.DB0.5 --MAN5+= kaserverauxdb.5 - MAN5+= krb.conf.5 - MAN5+= prdb.DB0.5 - MAN5+= salvage.lock.5 -@@ -188,6 +183,7 @@ MAN5+= uss.5 - MAN5+= uss_bulk.5 - MAN5+= vldb.DB0.5 - MAN8+= afsd.8 -+MAN8+= aklog_dynamic_auth.8 - MAN8+= asetkey.8 - MAN8+= backup.8 - MAN8+= backup_adddump.8 -@@ -262,7 +258,6 @@ MAN8+= butc.8 - MAN8+= davolserver.8 - MAN8+= dasalvager.8 - MAN8+= dafileserver.8 --MAN8+= dafssync-debug.8 - MAN8+= fileserver.8 - MAN8+= fms.8 - MAN8+= fssync-debug_volop.8 -@@ -295,28 +290,6 @@ MAN8+= fstrace_lslog.8 - MAN8+= fstrace_lsset.8 - MAN8+= fstrace_setlog.8 - MAN8+= fstrace_setset.8 --MAN8+= ka-forwarder.8 --MAN8+= kadb_check.8 --MAN8+= kas.8 --MAN8+= kas_apropos.8 --MAN8+= kas_create.8 --MAN8+= kas_delete.8 --MAN8+= kas_examine.8 --MAN8+= kas_forgetticket.8 --MAN8+= kas_help.8 --MAN8+= kas_interactive.8 --MAN8+= kas_list.8 --MAN8+= kas_listtickets.8 --MAN8+= kas_noauthentication.8 --MAN8+= kas_quit.8 --MAN8+= kas_setfields.8 --MAN8+= kas_setpassword.8 --MAN8+= kas_statistics.8 --MAN8+= kdb.8 --MAN8+= kas_stringtokey.8 --MAN8+= kas_unlock.8 --MAN8+= kaserver.8 --MAN8+= kpwvalid.8 - MAN8+= prdb_check.8 - MAN8+= pt_util.8 - MAN8+= ptserver.8 diff --git a/net/openafs/files/patch-src-rx-rx_kernel.h b/net/openafs/files/patch-src-rx-rx_kernel.h deleted file mode 100644 index 2ed99640f11..00000000000 --- a/net/openafs/files/patch-src-rx-rx_kernel.h +++ /dev/null @@ -1,24 +0,0 @@ ---- src/rx/rx_kernel.h.orig 2017-12-05 14:52:48 UTC -+++ src/rx/rx_kernel.h -@@ -58,12 +58,20 @@ extern int osi_utoa(char *buf, size_t len, unsigned lo - #endif - #define rx_ifnet_mtu(x) (x)->if_mtu - #define rx_ifnet_flags(x) (x?(x)->if_flags:0) --#if defined(AFS_OBSD46_ENV) || defined(AFS_FBSD81_ENV) -+#if __FreeBSD_version >= 1100032 -+#define rx_ifaddr_withnet(x) ifa_ifwithnet(x, 0, RT_ALL_FIBS) -+#elif defined(AFS_OBSD46_ENV) || defined(AFS_FBSD81_ENV) - #define rx_ifaddr_withnet(x) ifa_ifwithnet(x, 0) - #else - #define rx_ifaddr_withnet(x) ifa_ifwithnet(x) - #endif -+#if defined(AFS_FBSD81_ENV) -+#if defined(if_metric) - #define rx_ifnet_metric(x) (x?(x)->if_data.ifi_metric:0) -+#else -+#define rx_ifnet_metric(x) (x?(x)->if_metric:0) -+#endif -+#endif - #define rx_ifaddr_ifnet(x) (x?(x)->ifa_ifp:0) - #define rx_ifaddr_address_family(x) (x)->ifa_addr->sa_family - #define rx_ifaddr_address(x, y, z) memcpy(y, (x)->ifa_addr, z) diff --git a/net/openafs/files/patch-src__kauth__Makefile.in b/net/openafs/files/patch-src__kauth__Makefile.in deleted file mode 100644 index 24edce218ee..00000000000 --- a/net/openafs/files/patch-src__kauth__Makefile.in +++ /dev/null @@ -1,130 +0,0 @@ ---- src/kauth/Makefile.in.orig 2017-12-05 14:52:48 UTC -+++ src/kauth/Makefile.in -@@ -12,6 +12,8 @@ INSTALL_DATA = @INSTALL_DATA@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_SCRIPT = @INSTALL_SCRIPT@ - -+INSTALL_KAUTH = no -+ - INCLS=${TOP_INCDIR}/ubik.h \ - ${TOP_INCDIR}/lwp.h \ - ${TOP_INCDIR}/lock.h \ -@@ -266,62 +268,66 @@ rebuild: rebuild.o kautils.o $(LIBS) - install: kaserver kas kpwvalid kas klog klog.krb knfs kpasswd libkauth.a \ - libkauth.krb.a rebuild kdb ka-forwarder kautils.h kauth.h \ - kaport.h -- ${INSTALL} -d ${DESTDIR}${afssrvlibexecdir} -- ${INSTALL} -d ${DESTDIR}${bindir} -- ${INSTALL} -d ${DESTDIR}${sbindir} -- ${INSTALL} -d ${DESTDIR}${afssrvbindir} -- ${INSTALL} -d ${DESTDIR}${afssrvsbindir} -- ${INSTALL} -d ${DESTDIR}${libdir}/afs -- ${INSTALL} -d ${DESTDIR}${includedir}/afs -- ${INSTALL_PROGRAM} kaserver ${DESTDIR}${afssrvlibexecdir}/kaserver -- ${INSTALL_PROGRAM} kas ${DESTDIR}${sbindir}/kas -- ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${sbindir}/kpwvalid -- ${INSTALL_PROGRAM} kas ${DESTDIR}${afssrvsbindir}/kas -- ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${afssrvsbindir}/kpwvalid -- ${INSTALL_PROGRAM} klog ${DESTDIR}${bindir}/klog -- ${INSTALL_PROGRAM} klog.krb ${DESTDIR}${bindir}/klog.krb -- ${INSTALL_PROGRAM} klog ${DESTDIR}${afssrvbindir}/klog -- ${INSTALL_PROGRAM} klog.krb ${DESTDIR}${afssrvbindir}/klog.krb -- ${INSTALL_PROGRAM} knfs ${DESTDIR}${bindir}/knfs -- ${INSTALL_PROGRAM} kpasswd ${DESTDIR}${bindir}/kpasswd -- ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${bindir}/kpwvalid -- ${INSTALL_DATA} libkauth.a ${DESTDIR}${libdir}/afs/libkauth.a -- ${INSTALL_DATA} libkauth.krb.a ${DESTDIR}${libdir}/afs/libkauth.krb.a -- ${INSTALL_PROGRAM} rebuild ${DESTDIR}${afssrvsbindir}/kadb_check -- ${INSTALL_PROGRAM} kdb ${DESTDIR}${afssrvsbindir}/kdb -- ${INSTALL_PROGRAM} ka-forwarder ${DESTDIR}${afssrvsbindir}/ka-forwarder -- ${INSTALL_DATA} kautils.h ${DESTDIR}${includedir}/afs/kautils.h -- ${INSTALL_DATA} kauth.h ${DESTDIR}${includedir}/afs/kauth.h -- ${INSTALL_DATA} ${srcdir}/kaport.h ${DESTDIR}${includedir}/afs/kaport.h -+ if [ "x${INSTALL_KAUTH}" = "xyes" ]; then \ -+ ${INSTALL} -d ${DESTDIR}${afssrvlibexecdir}; \ -+ ${INSTALL} -d ${DESTDIR}${bindir}; \ -+ ${INSTALL} -d ${DESTDIR}${sbindir}; \ -+ ${INSTALL} -d ${DESTDIR}${afssrvbindir}; \ -+ ${INSTALL} -d ${DESTDIR}${afssrvsbindir}; \ -+ ${INSTALL} -d ${DESTDIR}${libdir}/afs; \ -+ ${INSTALL} -d ${DESTDIR}${includedir}/afs; \ -+ ${INSTALL_PROGRAM} kaserver ${DESTDIR}${afssrvlibexecdir}/kaserver; \ -+ ${INSTALL_PROGRAM} kas ${DESTDIR}${sbindir}/kas; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${sbindir}/kpwvalid; \ -+ ${INSTALL_PROGRAM} kas ${DESTDIR}${afssrvsbindir}/kas; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${afssrvsbindir}/kpwvalid; \ -+ ${INSTALL_PROGRAM} klog ${DESTDIR}${bindir}/klog; \ -+ ${INSTALL_PROGRAM} klog.krb ${DESTDIR}${bindir}/klog.krb; \ -+ ${INSTALL_PROGRAM} klog ${DESTDIR}${afssrvbindir}/klog; \ -+ ${INSTALL_PROGRAM} klog.krb ${DESTDIR}${afssrvbindir}/klog.krb; \ -+ ${INSTALL_PROGRAM} knfs ${DESTDIR}${bindir}/knfs; \ -+ ${INSTALL_PROGRAM} kpasswd ${DESTDIR}${bindir}/kpasswd; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DESTDIR}${bindir}/kpwvalid; \ -+ ${INSTALL_DATA} libkauth.a ${DESTDIR}${libdir}/afs/libkauth.a; \ -+ ${INSTALL_DATA} libkauth.krb.a ${DESTDIR}${libdir}/afs/libkauth.krb.a; \ -+ ${INSTALL_PROGRAM} rebuild ${DESTDIR}${afssrvsbindir}/kadb_check; \ -+ ${INSTALL_PROGRAM} kdb ${DESTDIR}${afssrvsbindir}/kdb; \ -+ ${INSTALL_PROGRAM} ka-forwarder ${DESTDIR}${afssrvsbindir}/ka-forwarder; \ -+ ${INSTALL_DATA} kautils.h ${DESTDIR}${includedir}/afs/kautils.h; \ -+ ${INSTALL_DATA} kauth.h ${DESTDIR}${includedir}/afs/kauth.h; \ -+ ${INSTALL_DATA} ${srcdir}/kaport.h ${DESTDIR}${includedir}/afs/kaport.h; \ -+ fi - - dest: kaserver kas kpwvalid kas klog klog.krb knfs kpasswd libkauth.a \ - libkauth.krb.a rebuild kdb ka-forwarder kautils.h kauth.h \ - kaport.h -- ${INSTALL} -d ${DEST}/root.server/usr/afs/bin -- ${INSTALL} -d ${DEST}/etc -- ${INSTALL} -d ${DEST}/bin -- ${INSTALL} -d ${DEST}/lib/afs -- ${INSTALL} -d ${DEST}/include/afs -- ${INSTALL_PROGRAM} kaserver ${DEST}/root.server/usr/afs/bin/kaserver -- ${INSTALL_PROGRAM} kas ${DEST}/etc/kas -- ${INSTALL_PROGRAM} kpwvalid ${DEST}/etc/kpwvalid -- ${INSTALL_PROGRAM} kas ${DEST}/root.server/usr/afs/bin/kas -- ${INSTALL_PROGRAM} kpwvalid ${DEST}/root.server/usr/afs/bin/kpwvalid -- ${INSTALL_PROGRAM} klog ${DEST}/bin/klog -- ${INSTALL_PROGRAM} klog.krb ${DEST}/bin/klog.krb -- ${INSTALL_PROGRAM} klog ${DEST}/root.server/usr/afs/bin/klog -- ${INSTALL_PROGRAM} klog.krb ${DEST}/root.server/usr/afs/bin/klog.krb -- ${INSTALL_PROGRAM} knfs ${DEST}/bin/knfs -- ${INSTALL_PROGRAM} kpasswd ${DEST}/bin/kpasswd -- ${INSTALL_PROGRAM} kpwvalid ${DEST}/bin/kpwvalid -- ${INSTALL_DATA} libkauth.a ${DEST}/lib/afs/libkauth.a -- ${INSTALL_DATA} libkauth.krb.a ${DEST}/lib/afs/libkauth.krb.a -- ${INSTALL_PROGRAM} kdb ${DEST}/etc/kdb -- ${INSTALL_PROGRAM} rebuild ${DEST}/etc/kadb_check -- ${INSTALL_PROGRAM} ka-forwarder ${DEST}/root.server/usr/afs/bin/ka-forwarder -- ${INSTALL_DATA} kautils.h ${DEST}/include/afs/kautils.h -- ${INSTALL_DATA} kauth.h ${DEST}/include/afs/kauth.h -- ${INSTALL_DATA} ${srcdir}/kaport.h ${DEST}/include/afs/kaport.h -+ if [ "x${INSTALL_KAUTH}" = "xyes" ]; then \ -+ ${INSTALL} -d ${DEST}/root.server/usr/afs/bin; \ -+ ${INSTALL} -d ${DEST}/etc; \ -+ ${INSTALL} -d ${DEST}/bin; \ -+ ${INSTALL} -d ${DEST}/lib/afs; \ -+ ${INSTALL} -d ${DEST}/include/afs; \ -+ ${INSTALL_PROGRAM} kaserver ${DEST}/root.server/usr/afs/bin/kaserver; \ -+ ${INSTALL_PROGRAM} kas ${DEST}/etc/kas; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DEST}/etc/kpwvalid; \ -+ ${INSTALL_PROGRAM} kas ${DEST}/root.server/usr/afs/bin/kas; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DEST}/root.server/usr/afs/bin/kpwvalid; \ -+ ${INSTALL_PROGRAM} klog ${DEST}/bin/klog; \ -+ ${INSTALL_PROGRAM} klog.krb ${DEST}/bin/klog.krb; \ -+ ${INSTALL_PROGRAM} klog ${DEST}/root.server/usr/afs/bin/klog; \ -+ ${INSTALL_PROGRAM} klog.krb ${DEST}/root.server/usr/afs/bin/klog.krb; \ -+ ${INSTALL_PROGRAM} knfs ${DEST}/bin/knfs; \ -+ ${INSTALL_PROGRAM} kpasswd ${DEST}/bin/kpasswd; \ -+ ${INSTALL_PROGRAM} kpwvalid ${DEST}/bin/kpwvalid; \ -+ ${INSTALL_DATA} libkauth.a ${DEST}/lib/afs/libkauth.a; \ -+ ${INSTALL_DATA} libkauth.krb.a ${DEST}/lib/afs/libkauth.krb.a; \ -+ ${INSTALL_PROGRAM} kdb ${DEST}/etc/kdb; \ -+ ${INSTALL_PROGRAM} rebuild ${DEST}/etc/kadb_check; \ -+ ${INSTALL_PROGRAM} ka-forwarder ${DEST}/root.server/usr/afs/bin/ka-forwarder; \ -+ ${INSTALL_DATA} kautils.h ${DEST}/include/afs/kautils.h; \ -+ ${INSTALL_DATA} kauth.h ${DEST}/include/afs/kauth.h; \ -+ ${INSTALL_DATA} ${srcdir}/kaport.h ${DEST}/include/afs/kaport.h; \ -+ fi - - # - # Misc. targets diff --git a/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h b/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h deleted file mode 100644 index 94f128f276f..00000000000 --- a/net/openafs/files/patch-src_config_param.amd64__fbsd__111.h +++ /dev/null @@ -1,225 +0,0 @@ ---- /dev/null -+++ src/config/param.amd64_fbsd_111.h -@@ -0,0 +1,222 @@ -+#ifndef AFS_PARAM_H -+#define AFS_PARAM_H -+ -+/* Machine / Operating system information */ -+/* XXX temporarily use old sysname until new one is assigned */ -+#define SYS_NAME "amd64_fbsd_110" -+#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_110 -+ -+#define AFSLITTLE_ENDIAN 1 -+#define AFS_HAVE_FFS 1 /* Use system's ffs. */ -+#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ -+#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ -+ -+ -+#ifndef UKERNEL -+/* This section for kernel libafs compiles only */ -+ -+#ifndef IGNORE_STDS_H -+#include -+#endif -+ -+#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ -+#define AFS_X86_XBSD_ENV 1 -+ -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_CLIENT 1 -+#define AFS_64BITPOINTER_ENV 1 -+#define AFS_64BITUSERPOINTER_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_FBSD_ENV 1 -+#define AFS_FBSD50_ENV 1 -+#define AFS_FBSD51_ENV 1 -+#define AFS_FBSD52_ENV 1 -+#define AFS_FBSD53_ENV 1 -+#define AFS_FBSD60_ENV 1 -+#define AFS_FBSD61_ENV 1 -+#define AFS_FBSD62_ENV 1 -+#define AFS_FBSD70_ENV 1 -+#define AFS_FBSD71_ENV 1 -+#define AFS_FBSD80_ENV 1 -+#define AFS_FBSD81_ENV 1 -+#define AFS_FBSD90_ENV 1 -+#define AFS_FBSD91_ENV 1 -+#define AFS_FBSD100_ENV 1 -+#define AFS_FBSD110_ENV 1 -+#define AFS_FBSD111_ENV 1 -+#define AFS_X86_FBSD_ENV 1 -+#define AFS_X86_FBSD50_ENV 1 -+#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -+#define AFS_X86_FBSD62_ENV 1 -+#define AFS_X86_FBSD70_ENV 1 -+#define AFS_X86_FBSD71_ENV 1 -+#define AFS_X86_FBSD80_ENV 1 -+#define AFS_X86_FBSD81_ENV 1 -+#define AFS_X86_FBSD90_ENV 1 -+#define AFS_X86_FBSD91_ENV 1 -+#define AFS_X86_FBSD100_ENV 1 -+#define AFS_X86_FBSD110_ENV 1 -+#define AFS_X86_FBSD111_ENV 1 -+#define AFS_X86_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+#define FTRUNC O_TRUNC -+ -+#define IUPD 0x0010 -+#define IACC 0x0020 -+#define ICHG 0x0040 -+#define IMOD 0x0080 -+ -+#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ -+ NULL, curproc) -+#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ -+ NULL, curproc) -+ -+#include -+ -+#define AFS_VFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_GREEDY43_ENV 1 -+#define AFS_ENV 1 -+ -+#define AFS_SYSCALL 339 -+#define AFS_MOUNT_AFS "afs" -+ -+#ifndef MOUNT_UFS -+#define MOUNT_UFS "ufs" -+#endif -+ -+#ifndef MOUNT_AFS -+#define MOUNT_AFS AFS_MOUNT_AFS -+#endif -+ -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -+ -+/* Extra kernel definitions (from kdefs file) */ -+#ifdef _KERNEL -+#define AFS_GLOBAL_SUNLOCK 1 -+#define AFS_VFS34 1 /* What is VFS34??? */ -+#define AFS_SHORTGID 0 /* are group id's short? */ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_resid uio_resid -+#define AFS_UIOSYS UIO_SYSSPACE -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES CLBYTES -+#define osi_GetTime(x) microtime(x) -+#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) -+#undef AFS_KALLOC_NOSLEEP -+#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) -+#define AFS_KFREE(x,y) osi_fbsd_free((x)) -+#define v_count v_usecount -+#define v_vfsp v_mount -+#define vfs_bsize mnt_stat.f_bsize -+#define vfs_fsid mnt_stat.f_fsid -+#define va_nodeid va_fileid -+#define vfs_vnodecovered mnt_vnodecovered -+#define direct dirent -+#define vnode_t struct vnode -+ -+#ifndef MUTEX_DEFAULT -+#define MUTEX_DEFAULT 0 -+#endif /* MUTEX_DEFAULT */ -+ -+#ifndef SSYS -+#define SSYS 0x00002 -+#endif /* SSYS */ -+ -+#define p_rcred p_ucred -+ -+#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) -+enum vcexcl { NONEXCL, EXCL }; -+ -+#ifdef KERNEL -+#ifndef MIN -+#define MIN(A,B) ((A) < (B) ? (A) : (B)) -+#endif -+#ifndef MAX -+#define MAX(A,B) ((A) > (B) ? (A) : (B)) -+#endif -+#endif /* KERNEL */ -+ -+#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ -+#endif /* _KERNEL */ -+ -+#else /* !defined(UKERNEL) */ -+ -+/* This section for user space compiles only */ -+ -+#define UKERNEL 1 /* user space kernel */ -+#define AFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_USR_FBSD50_ENV 1 -+#define AFS_USR_FBSD51_ENV 1 -+#define AFS_USR_FBSD52_ENV 1 -+#define AFS_USR_FBSD53_ENV 1 -+#define AFS_USR_FBSD60_ENV 1 -+#define AFS_USR_FBSD61_ENV 1 -+#define AFS_USR_FBSD70_ENV 1 -+#define AFS_USR_FBSD71_ENV 1 -+#define AFS_USR_FBSD80_ENV 1 -+#define AFS_USR_FBSD81_ENV 1 -+#define AFS_USR_FBSD90_ENV 1 -+#define AFS_USR_FBSD91_ENV 1 -+#define AFS_USR_FBSD100_ENV 1 -+#define AFS_USR_FBSD110_ENV 1 -+#define AFS_USR_FBSD111_ENV 1 -+#define AFS_USR_FBSD_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+ -+#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ -+#define AFS_SYSCALL 339 -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BITPOINTER_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_USERSPACE_IP_ADDR 1 -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+ -+#include -+ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_fmode uio_fmode -+#define afsio_resid uio_resid -+#define AFS_UIOSYS 1 -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES MCLBYTES -+#define AFS_MINCHANGE 2 -+#define VATTR_NULL usr_vattr_null -+ -+#define AFS_DIRENT -+#ifndef CMSERVERPREF -+#define CMSERVERPREF -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#endif /* !defined(UKERNEL) */ -+ -+/* general user-space compiles */ -+ -+#if defined(UKERNEL) || !defined(KERNEL) -+#define STDLIB_HAS_MALLOC_PROTOS 1 -+#endif -+ -+#endif /* AFS_PARAM_H */ diff --git a/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h b/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h deleted file mode 100644 index 14ef26d0cd5..00000000000 --- a/net/openafs/files/patch-src_config_param.amd64__fbsd__120.h +++ /dev/null @@ -1,228 +0,0 @@ ---- /dev/null -+++ src/config/param.amd64_fbsd_120.h -@@ -0,0 +1,225 @@ -+#ifndef AFS_PARAM_H -+#define AFS_PARAM_H -+ -+/* Machine / Operating system information */ -+/* XXX temporarily use old sysname until new one is assigned */ -+#define SYS_NAME "amd64_fbsd_110" -+#define SYS_NAME_ID SYS_NAME_ID_amd64_fbsd_110 -+ -+#define AFSLITTLE_ENDIAN 1 -+#define AFS_HAVE_FFS 1 /* Use system's ffs. */ -+#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ -+#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ -+ -+ -+#ifndef UKERNEL -+/* This section for kernel libafs compiles only */ -+ -+#ifndef IGNORE_STDS_H -+#include -+#endif -+ -+#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ -+#define AFS_X86_XBSD_ENV 1 -+ -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_CLIENT 1 -+#define AFS_64BITPOINTER_ENV 1 -+#define AFS_64BITUSERPOINTER_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_FBSD_ENV 1 -+#define AFS_FBSD50_ENV 1 -+#define AFS_FBSD51_ENV 1 -+#define AFS_FBSD52_ENV 1 -+#define AFS_FBSD53_ENV 1 -+#define AFS_FBSD60_ENV 1 -+#define AFS_FBSD61_ENV 1 -+#define AFS_FBSD62_ENV 1 -+#define AFS_FBSD70_ENV 1 -+#define AFS_FBSD71_ENV 1 -+#define AFS_FBSD80_ENV 1 -+#define AFS_FBSD81_ENV 1 -+#define AFS_FBSD90_ENV 1 -+#define AFS_FBSD91_ENV 1 -+#define AFS_FBSD100_ENV 1 -+#define AFS_FBSD110_ENV 1 -+#define AFS_FBSD111_ENV 1 -+#define AFS_FBSD120_ENV 1 -+#define AFS_X86_FBSD_ENV 1 -+#define AFS_X86_FBSD50_ENV 1 -+#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -+#define AFS_X86_FBSD62_ENV 1 -+#define AFS_X86_FBSD70_ENV 1 -+#define AFS_X86_FBSD71_ENV 1 -+#define AFS_X86_FBSD80_ENV 1 -+#define AFS_X86_FBSD81_ENV 1 -+#define AFS_X86_FBSD90_ENV 1 -+#define AFS_X86_FBSD91_ENV 1 -+#define AFS_X86_FBSD100_ENV 1 -+#define AFS_X86_FBSD110_ENV 1 -+#define AFS_X86_FBSD111_ENV 1 -+#define AFS_X86_FBSD120_ENV 1 -+#define AFS_X86_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+#define FTRUNC O_TRUNC -+ -+#define IUPD 0x0010 -+#define IACC 0x0020 -+#define ICHG 0x0040 -+#define IMOD 0x0080 -+ -+#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ -+ NULL, curproc) -+#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ -+ NULL, curproc) -+ -+#include -+ -+#define AFS_VFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_GREEDY43_ENV 1 -+#define AFS_ENV 1 -+ -+#define AFS_SYSCALL 339 -+#define AFS_MOUNT_AFS "afs" -+ -+#ifndef MOUNT_UFS -+#define MOUNT_UFS "ufs" -+#endif -+ -+#ifndef MOUNT_AFS -+#define MOUNT_AFS AFS_MOUNT_AFS -+#endif -+ -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -+ -+/* Extra kernel definitions (from kdefs file) */ -+#ifdef _KERNEL -+#define AFS_GLOBAL_SUNLOCK 1 -+#define AFS_VFS34 1 /* What is VFS34??? */ -+#define AFS_SHORTGID 0 /* are group id's short? */ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_resid uio_resid -+#define AFS_UIOSYS UIO_SYSSPACE -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES CLBYTES -+#define osi_GetTime(x) microtime(x) -+#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) -+#undef AFS_KALLOC_NOSLEEP -+#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) -+#define AFS_KFREE(x,y) osi_fbsd_free((x)) -+#define v_count v_usecount -+#define v_vfsp v_mount -+#define vfs_bsize mnt_stat.f_bsize -+#define vfs_fsid mnt_stat.f_fsid -+#define va_nodeid va_fileid -+#define vfs_vnodecovered mnt_vnodecovered -+#define direct dirent -+#define vnode_t struct vnode -+ -+#ifndef MUTEX_DEFAULT -+#define MUTEX_DEFAULT 0 -+#endif /* MUTEX_DEFAULT */ -+ -+#ifndef SSYS -+#define SSYS 0x00002 -+#endif /* SSYS */ -+ -+#define p_rcred p_ucred -+ -+#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) -+enum vcexcl { NONEXCL, EXCL }; -+ -+#ifdef KERNEL -+#ifndef MIN -+#define MIN(A,B) ((A) < (B) ? (A) : (B)) -+#endif -+#ifndef MAX -+#define MAX(A,B) ((A) > (B) ? (A) : (B)) -+#endif -+#endif /* KERNEL */ -+ -+#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ -+#endif /* _KERNEL */ -+ -+#else /* !defined(UKERNEL) */ -+ -+/* This section for user space compiles only */ -+ -+#define UKERNEL 1 /* user space kernel */ -+#define AFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_USR_FBSD50_ENV 1 -+#define AFS_USR_FBSD51_ENV 1 -+#define AFS_USR_FBSD52_ENV 1 -+#define AFS_USR_FBSD53_ENV 1 -+#define AFS_USR_FBSD60_ENV 1 -+#define AFS_USR_FBSD61_ENV 1 -+#define AFS_USR_FBSD70_ENV 1 -+#define AFS_USR_FBSD71_ENV 1 -+#define AFS_USR_FBSD80_ENV 1 -+#define AFS_USR_FBSD81_ENV 1 -+#define AFS_USR_FBSD90_ENV 1 -+#define AFS_USR_FBSD91_ENV 1 -+#define AFS_USR_FBSD100_ENV 1 -+#define AFS_USR_FBSD110_ENV 1 -+#define AFS_USR_FBSD111_ENV 1 -+#define AFS_USR_FBSD120_ENV 1 -+#define AFS_USR_FBSD_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+ -+#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ -+#define AFS_SYSCALL 339 -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BITPOINTER_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_USERSPACE_IP_ADDR 1 -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+ -+#include -+ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_fmode uio_fmode -+#define afsio_resid uio_resid -+#define AFS_UIOSYS 1 -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES MCLBYTES -+#define AFS_MINCHANGE 2 -+#define VATTR_NULL usr_vattr_null -+ -+#define AFS_DIRENT -+#ifndef CMSERVERPREF -+#define CMSERVERPREF -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#endif /* !defined(UKERNEL) */ -+ -+/* general user-space compiles */ -+ -+#if defined(UKERNEL) || !defined(KERNEL) -+#define STDLIB_HAS_MALLOC_PROTOS 1 -+#endif -+ -+#endif /* AFS_PARAM_H */ diff --git a/net/openafs/files/patch-src_config_param.i386__fbsd__111.h b/net/openafs/files/patch-src_config_param.i386__fbsd__111.h deleted file mode 100644 index afc2c1f08d0..00000000000 --- a/net/openafs/files/patch-src_config_param.i386__fbsd__111.h +++ /dev/null @@ -1,222 +0,0 @@ ---- /dev/null -+++ src/config/param.i386_fbsd_111.h -@@ -0,0 +1,219 @@ -+#ifndef AFS_PARAM_H -+#define AFS_PARAM_H -+ -+/* Machine / Operating system information */ -+/* XXX temporarily use old sysname until new one is assigned */ -+#define SYS_NAME "i386_fbsd_110" -+#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 -+ -+#define AFSLITTLE_ENDIAN 1 -+#define AFS_HAVE_FFS 1 /* Use system's ffs. */ -+#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ -+#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ -+#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ -+ -+ -+#ifndef UKERNEL -+/* This section for kernel libafs compiles only */ -+ -+#ifndef IGNORE_STDS_H -+#include -+#endif -+ -+#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ -+#define AFS_X86_XBSD_ENV 1 -+ -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_CLIENT 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_FBSD_ENV 1 -+#define AFS_FBSD50_ENV 1 -+#define AFS_FBSD51_ENV 1 -+#define AFS_FBSD52_ENV 1 -+#define AFS_FBSD53_ENV 1 -+#define AFS_FBSD60_ENV 1 -+#define AFS_FBSD61_ENV 1 -+#define AFS_FBSD62_ENV 1 -+#define AFS_FBSD70_ENV 1 -+#define AFS_FBSD71_ENV 1 -+#define AFS_FBSD80_ENV 1 -+#define AFS_FBSD81_ENV 1 -+#define AFS_FBSD90_ENV 1 -+#define AFS_FBSD91_ENV 1 -+#define AFS_FBSD100_ENV 1 -+#define AFS_FBSD110_ENV 1 -+#define AFS_X86_FBSD_ENV 1 -+#define AFS_X86_FBSD50_ENV 1 -+#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -+#define AFS_X86_FBSD62_ENV 1 -+#define AFS_X86_FBSD70_ENV 1 -+#define AFS_X86_FBSD71_ENV 1 -+#define AFS_X86_FBSD80_ENV 1 -+#define AFS_X86_FBSD81_ENV 1 -+#define AFS_X86_FBSD90_ENV 1 -+#define AFS_X86_FBSD91_ENV 1 -+#define AFS_X86_FBSD100_ENV 1 -+#define AFS_X86_FBSD110_ENV 1 -+#define AFS_X86_FBSD111_ENV 1 -+#define AFS_X86_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+#define FTRUNC O_TRUNC -+ -+#define IUPD 0x0010 -+#define IACC 0x0020 -+#define ICHG 0x0040 -+#define IMOD 0x0080 -+ -+#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ -+ NULL, curproc) -+#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ -+ NULL, curproc) -+ -+#include -+ -+#define AFS_VFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_GREEDY43_ENV 1 -+#define AFS_ENV 1 -+ -+#define AFS_SYSCALL 339 -+#define AFS_MOUNT_AFS "afs" -+ -+#ifndef MOUNT_UFS -+#define MOUNT_UFS "ufs" -+#endif -+ -+#ifndef MOUNT_AFS -+#define MOUNT_AFS AFS_MOUNT_AFS -+#endif -+ -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -+ -+/* Extra kernel definitions (from kdefs file) */ -+#ifdef _KERNEL -+#define AFS_GLOBAL_SUNLOCK 1 -+#define AFS_VFS34 1 /* What is VFS34??? */ -+#define AFS_SHORTGID 0 /* are group id's short? */ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_resid uio_resid -+#define AFS_UIOSYS UIO_SYSSPACE -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES CLBYTES -+#define osi_GetTime(x) microtime(x) -+#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) -+#undef AFS_KALLOC_NOSLEEP -+#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) -+#define AFS_KFREE(x,y) osi_fbsd_free((x)) -+#define v_count v_usecount -+#define v_vfsp v_mount -+#define vfs_bsize mnt_stat.f_bsize -+#define vfs_fsid mnt_stat.f_fsid -+#define va_nodeid va_fileid -+#define vfs_vnodecovered mnt_vnodecovered -+#define direct dirent -+#define vnode_t struct vnode -+ -+#ifndef MUTEX_DEFAULT -+#define MUTEX_DEFAULT 0 -+#endif /* MUTEX_DEFAULT */ -+ -+#ifndef SSYS -+#define SSYS 0x00002 -+#endif /* SSYS */ -+ -+#define p_rcred p_ucred -+ -+#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) -+enum vcexcl { NONEXCL, EXCL }; -+ -+#ifdef KERNEL -+#ifndef MIN -+#define MIN(A,B) ((A) < (B) ? (A) : (B)) -+#endif -+#ifndef MAX -+#define MAX(A,B) ((A) > (B) ? (A) : (B)) -+#endif -+#endif /* KERNEL */ -+ -+#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ -+#endif /* _KERNEL */ -+ -+#else /* !defined(UKERNEL) */ -+ -+/* This section for user space compiles only */ -+ -+#define UKERNEL 1 /* user space kernel */ -+#define AFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_USR_FBSD50_ENV 1 -+#define AFS_USR_FBSD51_ENV 1 -+#define AFS_USR_FBSD52_ENV 1 -+#define AFS_USR_FBSD53_ENV 1 -+#define AFS_USR_FBSD60_ENV 1 -+#define AFS_USR_FBSD61_ENV 1 -+#define AFS_USR_FBSD70_ENV 1 -+#define AFS_USR_FBSD71_ENV 1 -+#define AFS_USR_FBSD80_ENV 1 -+#define AFS_USR_FBSD81_ENV 1 -+#define AFS_USR_FBSD90_ENV 1 -+#define AFS_USR_FBSD91_ENV 1 -+#define AFS_USR_FBSD100_ENV 1 -+#define AFS_USR_FBSD110_ENV 1 -+#define AFS_USR_FBSD111_ENV 1 -+#define AFS_USR_FBSD_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+ -+#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ -+#define AFS_SYSCALL 339 -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_USERSPACE_IP_ADDR 1 -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+ -+#include -+ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_fmode uio_fmode -+#define afsio_resid uio_resid -+#define AFS_UIOSYS 1 -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES MCLBYTES -+#define AFS_MINCHANGE 2 -+#define VATTR_NULL usr_vattr_null -+ -+#define AFS_DIRENT -+#ifndef CMSERVERPREF -+#define CMSERVERPREF -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#endif /* !defined(UKERNEL) */ -+ -+/* general user-space compiles */ -+ -+#if defined(UKERNEL) || !defined(KERNEL) -+#define STDLIB_HAS_MALLOC_PROTOS 1 -+#endif -+ -+#endif /* AFS_PARAM_H */ diff --git a/net/openafs/files/patch-src_config_param.i386__fbsd__120.h b/net/openafs/files/patch-src_config_param.i386__fbsd__120.h deleted file mode 100644 index dd67da5d64e..00000000000 --- a/net/openafs/files/patch-src_config_param.i386__fbsd__120.h +++ /dev/null @@ -1,224 +0,0 @@ ---- /dev/null -+++ src/config/param.i386_fbsd_120.h -@@ -0,0 +1,221 @@ -+#ifndef AFS_PARAM_H -+#define AFS_PARAM_H -+ -+/* Machine / Operating system information */ -+/* XXX temporarily use old sysname until new one is assigned */ -+#define SYS_NAME "i386_fbsd_110" -+#define SYS_NAME_ID SYS_NAME_ID_i386_fbsd_110 -+ -+#define AFSLITTLE_ENDIAN 1 -+#define AFS_HAVE_FFS 1 /* Use system's ffs. */ -+#define AFS_HAVE_STATVFS 1 /* System doesn't support statvfs */ -+#define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */ -+#define AFS_FAKEOPEN_ENV 1 /* call afs_FakeOpen as if !AFS_VM_RDWR */ -+ -+ -+#ifndef UKERNEL -+/* This section for kernel libafs compiles only */ -+ -+#ifndef IGNORE_STDS_H -+#include -+#endif -+ -+#define AFS_XBSD_ENV 1 /* {Free,Open,Net}BSD */ -+#define AFS_X86_XBSD_ENV 1 -+ -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_CLIENT 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_FBSD_ENV 1 -+#define AFS_FBSD50_ENV 1 -+#define AFS_FBSD51_ENV 1 -+#define AFS_FBSD52_ENV 1 -+#define AFS_FBSD53_ENV 1 -+#define AFS_FBSD60_ENV 1 -+#define AFS_FBSD61_ENV 1 -+#define AFS_FBSD62_ENV 1 -+#define AFS_FBSD70_ENV 1 -+#define AFS_FBSD71_ENV 1 -+#define AFS_FBSD80_ENV 1 -+#define AFS_FBSD81_ENV 1 -+#define AFS_FBSD90_ENV 1 -+#define AFS_FBSD91_ENV 1 -+#define AFS_FBSD100_ENV 1 -+#define AFS_FBSD110_ENV 1 -+#define AFS_X86_FBSD_ENV 1 -+#define AFS_X86_FBSD50_ENV 1 -+#define AFS_X86_FBSD60_ENV 1 /* added at 70--ie, some changes should port <-- */ -+#define AFS_X86_FBSD62_ENV 1 -+#define AFS_X86_FBSD70_ENV 1 -+#define AFS_X86_FBSD71_ENV 1 -+#define AFS_X86_FBSD80_ENV 1 -+#define AFS_X86_FBSD81_ENV 1 -+#define AFS_X86_FBSD90_ENV 1 -+#define AFS_X86_FBSD91_ENV 1 -+#define AFS_X86_FBSD100_ENV 1 -+#define AFS_X86_FBSD110_ENV 1 -+#define AFS_X86_FBSD111_ENV 1 -+#define AFS_X86_FBSD120_ENV 1 -+#define AFS_X86_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+#define FTRUNC O_TRUNC -+ -+#define IUPD 0x0010 -+#define IACC 0x0020 -+#define ICHG 0x0040 -+#define IMOD 0x0080 -+ -+#define IN_LOCK(ip) lockmgr(&ip->i_lock, LK_EXCLUSIVE, \ -+ NULL, curproc) -+#define IN_UNLOCK(ip) lockmgr(&ip->i_lock, LK_RELEASE, \ -+ NULL, curproc) -+ -+#include -+ -+#define AFS_VFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_GREEDY43_ENV 1 -+#define AFS_ENV 1 -+ -+#define AFS_SYSCALL 339 -+#define AFS_MOUNT_AFS "afs" -+ -+#ifndef MOUNT_UFS -+#define MOUNT_UFS "ufs" -+#endif -+ -+#ifndef MOUNT_AFS -+#define MOUNT_AFS AFS_MOUNT_AFS -+#endif -+ -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+#define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */ -+ -+/* Extra kernel definitions (from kdefs file) */ -+#ifdef _KERNEL -+#define AFS_GLOBAL_SUNLOCK 1 -+#define AFS_VFS34 1 /* What is VFS34??? */ -+#define AFS_SHORTGID 0 /* are group id's short? */ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_resid uio_resid -+#define AFS_UIOSYS UIO_SYSSPACE -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES CLBYTES -+#define osi_GetTime(x) microtime(x) -+#define AFS_KALLOC(x) osi_fbsd_alloc((x), 1) -+#undef AFS_KALLOC_NOSLEEP -+#define AFS_KALLOC_NOSLEEP(x) osi_fbsd_alloc((x), 0) -+#define AFS_KFREE(x,y) osi_fbsd_free((x)) -+#define v_count v_usecount -+#define v_vfsp v_mount -+#define vfs_bsize mnt_stat.f_bsize -+#define vfs_fsid mnt_stat.f_fsid -+#define va_nodeid va_fileid -+#define vfs_vnodecovered mnt_vnodecovered -+#define direct dirent -+#define vnode_t struct vnode -+ -+#ifndef MUTEX_DEFAULT -+#define MUTEX_DEFAULT 0 -+#endif /* MUTEX_DEFAULT */ -+ -+#ifndef SSYS -+#define SSYS 0x00002 -+#endif /* SSYS */ -+ -+#define p_rcred p_ucred -+ -+#if !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) -+enum vcexcl { NONEXCL, EXCL }; -+ -+#ifdef KERNEL -+#ifndef MIN -+#define MIN(A,B) ((A) < (B) ? (A) : (B)) -+#endif -+#ifndef MAX -+#define MAX(A,B) ((A) > (B) ? (A) : (B)) -+#endif -+#endif /* KERNEL */ -+ -+#endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */ -+#endif /* _KERNEL */ -+ -+#else /* !defined(UKERNEL) */ -+ -+/* This section for user space compiles only */ -+ -+#define UKERNEL 1 /* user space kernel */ -+#define AFS_ENV 1 -+#define AFS_VFSINCL_ENV 1 -+#define AFS_USR_FBSD50_ENV 1 -+#define AFS_USR_FBSD51_ENV 1 -+#define AFS_USR_FBSD52_ENV 1 -+#define AFS_USR_FBSD53_ENV 1 -+#define AFS_USR_FBSD60_ENV 1 -+#define AFS_USR_FBSD61_ENV 1 -+#define AFS_USR_FBSD70_ENV 1 -+#define AFS_USR_FBSD71_ENV 1 -+#define AFS_USR_FBSD80_ENV 1 -+#define AFS_USR_FBSD81_ENV 1 -+#define AFS_USR_FBSD90_ENV 1 -+#define AFS_USR_FBSD91_ENV 1 -+#define AFS_USR_FBSD100_ENV 1 -+#define AFS_USR_FBSD110_ENV 1 -+#define AFS_USR_FBSD111_ENV 1 -+#define AFS_USR_FBSD120_ENV 1 -+#define AFS_USR_FBSD_ENV 1 -+#undef AFS_NONFSTRANS -+#define AFS_NONFSTRANS 1 -+ -+#define AFS_MOUNT_AFS "afs" /* The name of the filesystem type. */ -+#define AFS_SYSCALL 339 -+#define AFS_NAMEI_ENV 1 /* User space interface to file system */ -+#define AFS_64BIT_ENV 1 -+#define AFS_64BIT_IOPS_ENV 1 /* Needed for NAMEI */ -+#define AFS_USERSPACE_IP_ADDR 1 -+#define RXK_LISTENER_ENV 1 -+#define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */ -+ -+#include -+ -+#define afsio_iov uio_iov -+#define afsio_iovcnt uio_iovcnt -+#define afsio_offset uio_offset -+#define afsio_seg uio_segflg -+#define afsio_fmode uio_fmode -+#define afsio_resid uio_resid -+#define AFS_UIOSYS 1 -+#define AFS_UIOUSER UIO_USERSPACE -+#define AFS_CLBYTES MCLBYTES -+#define AFS_MINCHANGE 2 -+#define VATTR_NULL usr_vattr_null -+ -+#define AFS_DIRENT -+#ifndef CMSERVERPREF -+#define CMSERVERPREF -+#endif -+ -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+ -+#endif /* !defined(UKERNEL) */ -+ -+/* general user-space compiles */ -+ -+#if defined(UKERNEL) || !defined(KERNEL) -+#define STDLIB_HAS_MALLOC_PROTOS 1 -+#endif -+ -+#endif /* AFS_PARAM_H */ diff --git a/net/openafs/pkg-descr b/net/openafs/pkg-descr deleted file mode 100644 index acdd1c4d179..00000000000 --- a/net/openafs/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -AFS is a distributed filesystem product, pioneered at Carnegie Mellon -University and supported and developed as a product by Transarc Corporation -(now IBM Pittsburgh Labs). It offers a client-server architecture for -federated file sharing and replicated read-only content distribution, -providing location independence, scalability, security, and transparent -migration capabilities. AFS is available for a broad range of heterogeneous -systems including UNIX, Linux, MacOS X, and Microsoft Windows. - -IBM branched the source of the AFS product, and made a copy of the source -available for community development and maintenance. They called the -release OpenAFS. - -WWW: http://www.openafs.org/ diff --git a/net/openafs/pkg-plist b/net/openafs/pkg-plist deleted file mode 100644 index 0c133b49389..00000000000 --- a/net/openafs/pkg-plist +++ /dev/null @@ -1,573 +0,0 @@ -bin/afs_compile_et -bin/afsio -bin/afsmonitor -bin/aklog -bin/asetkey -bin/bos -bin/cmdebug -bin/fs -bin/klog.krb5 -bin/livesys -bin/pagsh -bin/pagsh.krb -bin/pts -bin/restorevol -bin/rxgen -bin/scout -bin/sys -bin/tokens -bin/tokens.krb -bin/translate_et -bin/udebug -bin/unlog -bin/up -bin/xstat_cm_test -bin/xstat_fs_test -include/openafs/afs/acl.h -include/openafs/afs/afs.h -include/openafs/afs/afs_args.h -include/openafs/afs/afs_assert.h -include/openafs/afs/afs_atomlist.h -include/openafs/afs/afs_consts.h -include/openafs/afs/afs_lhash.h -include/openafs/afs/afs_stats.h -include/openafs/afs/afs_sysnames.h -include/openafs/afs/afs_trace.h -include/openafs/afs/afscbint.h -include/openafs/afs/afscp.h -include/openafs/afs/afsint.h -include/openafs/afs/afssyscalls.h -include/openafs/afs/afsutil.h -include/openafs/afs/afsutil_prototypes.h -include/openafs/afs/audit.h -include/openafs/afs/auth.h -include/openafs/afs/bnode.h -include/openafs/afs/bosint.h -include/openafs/afs/bubasics.h -include/openafs/afs/budb.h -include/openafs/afs/budb_client.h -include/openafs/afs/budb_errs.h -include/openafs/afs/bumon.h -include/openafs/afs/butc.h -include/openafs/afs/butm.h -include/openafs/afs/butx.h -include/openafs/afs/cellconfig.h -include/openafs/afs/cmd.h -include/openafs/afs/cnvldb.h -include/openafs/afs/com_err.h -include/openafs/afs/daemon_com.h -include/openafs/afs/dir.h -include/openafs/afs/dirpath.h -include/openafs/afs/error_table.h -include/openafs/afs/errors.h -include/openafs/afs/exporter.h -include/openafs/afs/fileutil.h -include/openafs/afs/fs_stats.h -include/openafs/afs/fsprobe.h -include/openafs/afs/fssync.h -include/openafs/afs/gtxX11win.h -include/openafs/afs/gtxcurseswin.h -include/openafs/afs/gtxdumbwin.h -include/openafs/afs/gtxframe.h -include/openafs/afs/gtxinput.h -include/openafs/afs/gtxkeymap.h -include/openafs/afs/gtxlightobj.h -include/openafs/afs/gtxobjdict.h -include/openafs/afs/gtxobjects.h -include/openafs/afs/gtxtextcb.h -include/openafs/afs/gtxtextobj.h -include/openafs/afs/gtxwindows.h -include/openafs/afs/icl.h -include/openafs/afs/ihandle.h -include/openafs/afs/keys.h -include/openafs/afs/ktc.h -include/openafs/afs/ktime.h -include/openafs/afs/mit-sipb-cr.h -include/openafs/afs/namei_ops.h -include/openafs/afs/netutils.h -include/openafs/afs/nfs.h -include/openafs/afs/nfsclient.h -include/openafs/afs/osi_inode.h -include/openafs/afs/packages.h -include/openafs/afs/pagcb.h -include/openafs/afs/param.h -include/openafs/afs/partition.h -include/openafs/afs/prclient.h -include/openafs/afs/prerror.h -include/openafs/afs/print.h -include/openafs/afs/procmgmt.h -include/openafs/afs/prs_fs.h -include/openafs/afs/prserver.h -include/openafs/afs/ptclient.h -include/openafs/afs/pterror.h -include/openafs/afs/pthread_glock.h -include/openafs/afs/pthread_nosigs.h -include/openafs/afs/ptint.h -include/openafs/afs/ptserver.h -include/openafs/afs/ptuser.h -include/openafs/afs/remote.h -include/openafs/afs/rxgen_consts.h -include/openafs/afs/salvsync.h -include/openafs/afs/softsig.h -include/openafs/afs/stds.h -include/openafs/afs/sysctl.h -include/openafs/afs/tcdata.h -include/openafs/afs/unified_afs.h -include/openafs/afs/usd.h -include/openafs/afs/venus.h -include/openafs/afs/vice.h -include/openafs/afs/viceinode.h -include/openafs/afs/vioc.h -include/openafs/afs/vl_opcodes.h -include/openafs/afs/vldbint.h -include/openafs/afs/vlserver.h -include/openafs/afs/vnode.h -include/openafs/afs/vnode_inline.h -include/openafs/afs/voldefs.h -include/openafs/afs/volint.h -include/openafs/afs/volser.h -include/openafs/afs/volume.h -include/openafs/afs/volume_inline.h -include/openafs/afs/vsutils_prototypes.h -include/openafs/afs/xfsattrs.h -include/openafs/afs/xstat_cm.h -include/openafs/afs/xstat_fs.h -include/openafs/des.h -include/openafs/des_conf.h -include/openafs/des_odd.h -include/openafs/des_prototypes.h -include/openafs/kopenafs.h -include/openafs/lock.h -include/openafs/lwp.h -include/openafs/mit-cpyright.h -include/openafs/preempt.h -include/openafs/rx/fcrypt.h -include/openafs/rx/rx.h -include/openafs/rx/rx_clock.h -include/openafs/rx/rx_event.h -include/openafs/rx/rx_globals.h -include/openafs/rx/rx_lwp.h -include/openafs/rx/rx_misc.h -include/openafs/rx/rx_multi.h -include/openafs/rx/rx_null.h -include/openafs/rx/rx_packet.h -include/openafs/rx/rx_prototypes.h -include/openafs/rx/rx_pthread.h -include/openafs/rx/rx_queue.h -include/openafs/rx/rx_user.h -include/openafs/rx/rxkad.h -include/openafs/rx/rxkad_prototypes.h -include/openafs/rx/rxstat.h -include/openafs/rx/xdr.h -include/openafs/rx/xdr_prototypes.h -include/openafs/timer.h -include/openafs/ubik.h -include/openafs/ubik_int.h -lib/afs/libacl.a -lib/afs/libafscom_err.a -lib/afs/libafsint.a -lib/afs/libafsutil.a -lib/afs/libaudit.a -lib/afs/libauth.a -lib/afs/libauth.krb.a -lib/afs/libbos.a -lib/afs/libbubasics.a -lib/afs/libbudb.a -lib/afs/libbutm.a -lib/afs/libbxdb.a -lib/afs/libcmd.a -lib/afs/libdir.a -lib/afs/libfsprobe.a -lib/afs/libgtx.a -lib/afs/libprocmgmt.a -lib/afs/libprot.a -lib/afs/libsys.a -lib/afs/libusd.a -lib/afs/libvldb.a -lib/afs/libvlib.a -lib/afs/libvolser.a -lib/afs/libxstat_cm.a -lib/afs/libxstat_fs.a -lib/afs/util.a -lib/afs/vlib.a -lib/libafsauthent.a -lib/libafsauthent.so -lib/libafsauthent.so.1 -lib/libafsauthent.so.1.1 -lib/libafsauthent_pic.a -lib/libafscp.a -lib/libafsrpc.a -lib/libafsrpc.so -lib/libafsrpc.so.1 -lib/libafsrpc.so.1.5 -lib/libafsrpc_pic.a -lib/libdes.a -lib/libjuafs.a -lib/libkopenafs.a -lib/libkopenafs.so -lib/libkopenafs.so.1 -lib/libkopenafs.so.1.1 -lib/liblwp.a -lib/librx.a -lib/librxkad.a -lib/librxstat.a -lib/libuafs.a -lib/libubik.a -lib/pam_afs.krb.so.1 -lib/pam_afs.so.1 -libexec/openafs/buserver -libexec/openafs/dafileserver -libexec/openafs/dasalvager -libexec/openafs/davolserver -libexec/openafs/fileserver -libexec/openafs/ptserver -libexec/openafs/salvager -libexec/openafs/salvageserver -libexec/openafs/upclient -libexec/openafs/upserver -libexec/openafs/vlserver -libexec/openafs/volserver -man/man1/afs.1.gz -man/man1/afs_compile_et.1.gz -man/man1/afsmonitor.1.gz -man/man1/aklog.1.gz -man/man1/cmdebug.1.gz -man/man1/copyauth.1.gz -man/man1/dlog.1.gz -man/man1/fs.1.gz -man/man1/fs_apropos.1.gz -man/man1/fs_bypassthreshold.1.gz -man/man1/fs_checkservers.1.gz -man/man1/fs_checkvolumes.1.gz -man/man1/fs_chgrp.1.gz -man/man1/fs_chown.1.gz -man/man1/fs_cleanacl.1.gz -man/man1/fs_copyacl.1.gz -man/man1/fs_cscpolicy.1.gz -man/man1/fs_diskfree.1.gz -man/man1/fs_examine.1.gz -man/man1/fs_exportafs.1.gz -man/man1/fs_flush.1.gz -man/man1/fs_flushall.1.gz -man/man1/fs_flushmount.1.gz -man/man1/fs_flushvolume.1.gz -man/man1/fs_getcacheparms.1.gz -man/man1/fs_getcalleraccess.1.gz -man/man1/fs_getcellstatus.1.gz -man/man1/fs_getclientaddrs.1.gz -man/man1/fs_getcrypt.1.gz -man/man1/fs_getfid.1.gz -man/man1/fs_getserverprefs.1.gz -man/man1/fs_help.1.gz -man/man1/fs_listacl.1.gz -man/man1/fs_listaliases.1.gz -man/man1/fs_listcells.1.gz -man/man1/fs_listquota.1.gz -man/man1/fs_lsmount.1.gz -man/man1/fs_memdump.1.gz -man/man1/fs_messages.1.gz -man/man1/fs_minidump.1.gz -man/man1/fs_mkmount.1.gz -man/man1/fs_monitor.1.gz -man/man1/fs_newalias.1.gz -man/man1/fs_newcell.1.gz -man/man1/fs_quota.1.gz -man/man1/fs_rmmount.1.gz -man/man1/fs_rxstatpeer.1.gz -man/man1/fs_rxstatproc.1.gz -man/man1/fs_setacl.1.gz -man/man1/fs_setcachesize.1.gz -man/man1/fs_setcbaddr.1.gz -man/man1/fs_setcell.1.gz -man/man1/fs_setclientaddrs.1.gz -man/man1/fs_setcrypt.1.gz -man/man1/fs_setquota.1.gz -man/man1/fs_setserverprefs.1.gz -man/man1/fs_setvol.1.gz -man/man1/fs_storebehind.1.gz -man/man1/fs_sysname.1.gz -man/man1/fs_trace.1.gz -man/man1/fs_uuid.1.gz -man/man1/fs_whereis.1.gz -man/man1/fs_whichcell.1.gz -man/man1/fs_wscell.1.gz -man/man1/klog.krb5.1.gz -man/man1/livesys.1.gz -man/man1/pagsh.1.gz -man/man1/pagsh.krb.1.gz -man/man1/pts.1.gz -man/man1/pts_adduser.1.gz -man/man1/pts_apropos.1.gz -man/man1/pts_chown.1.gz -man/man1/pts_creategroup.1.gz -man/man1/pts_createuser.1.gz -man/man1/pts_delete.1.gz -man/man1/pts_examine.1.gz -man/man1/pts_help.1.gz -man/man1/pts_interactive.1.gz -man/man1/pts_listentries.1.gz -man/man1/pts_listmax.1.gz -man/man1/pts_listowned.1.gz -man/man1/pts_membership.1.gz -man/man1/pts_quit.1.gz -man/man1/pts_removeuser.1.gz -man/man1/pts_rename.1.gz -man/man1/pts_setfields.1.gz -man/man1/pts_setmax.1.gz -man/man1/pts_sleep.1.gz -man/man1/pts_source.1.gz -man/man1/restorevol.1.gz -man/man1/rxdebug.1.gz -man/man1/rxgen.1.gz -man/man1/scout.1.gz -man/man1/symlink.1.gz -man/man1/symlink_list.1.gz -man/man1/symlink_make.1.gz -man/man1/symlink_remove.1.gz -man/man1/sys.1.gz -man/man1/tokens.1.gz -man/man1/tokens.krb.1.gz -man/man1/translate_et.1.gz -man/man1/udebug.1.gz -man/man1/unlog.1.gz -man/man1/up.1.gz -man/man1/vos.1.gz -man/man1/vos_addsite.1.gz -man/man1/vos_apropos.1.gz -man/man1/vos_backup.1.gz -man/man1/vos_backupsys.1.gz -man/man1/vos_changeaddr.1.gz -man/man1/vos_changeloc.1.gz -man/man1/vos_clone.1.gz -man/man1/vos_convertROtoRW.1.gz -man/man1/vos_copy.1.gz -man/man1/vos_create.1.gz -man/man1/vos_delentry.1.gz -man/man1/vos_dump.1.gz -man/man1/vos_endtrans.1.gz -man/man1/vos_examine.1.gz -man/man1/vos_help.1.gz -man/man1/vos_listaddrs.1.gz -man/man1/vos_listpart.1.gz -man/man1/vos_listvldb.1.gz -man/man1/vos_listvol.1.gz -man/man1/vos_lock.1.gz -man/man1/vos_move.1.gz -man/man1/vos_offline.1.gz -man/man1/vos_online.1.gz -man/man1/vos_partinfo.1.gz -man/man1/vos_release.1.gz -man/man1/vos_remove.1.gz -man/man1/vos_remsite.1.gz -man/man1/vos_rename.1.gz -man/man1/vos_restore.1.gz -man/man1/vos_setaddrs.1.gz -man/man1/vos_setfields.1.gz -man/man1/vos_shadow.1.gz -man/man1/vos_size.1.gz -man/man1/vos_status.1.gz -man/man1/vos_syncserv.1.gz -man/man1/vos_syncvldb.1.gz -man/man1/vos_unlock.1.gz -man/man1/vos_unlockvldb.1.gz -man/man1/vos_zap.1.gz -man/man1/xstat_cm_test.1.gz -man/man1/xstat_fs_test.1.gz -man/man5/AuthLog.5.gz -man/man5/AuthLog.dir.5.gz -man/man5/BackupLog.5.gz -man/man5/BosConfig.5.gz -man/man5/BosLog.5.gz -man/man5/CellAlias.5.gz -man/man5/CellServDB.5.gz -man/man5/FORCESALVAGE.5.gz -man/man5/FileLog.5.gz -man/man5/KeyFile.5.gz -man/man5/NetInfo.5.gz -man/man5/NetRestrict.5.gz -man/man5/NoAuth.5.gz -man/man5/SALVAGE.fs.5.gz -man/man5/SalvageLog.5.gz -man/man5/ThisCell.5.gz -man/man5/UserList.5.gz -man/man5/VLLog.5.gz -man/man5/VolserLog.5.gz -man/man5/afs.5.gz -man/man5/afs_cache.5.gz -man/man5/afs_volume_header.5.gz -man/man5/afsmonitor.5.gz -man/man5/afszcm.cat.5.gz -man/man5/bdb.DB0.5.gz -man/man5/butc.5.gz -man/man5/butc_logs.5.gz -man/man5/cacheinfo.5.gz -man/man5/fms.log.5.gz -man/man5/krb.conf.5.gz -man/man5/krb.excl.5.gz -man/man5/prdb.DB0.5.gz -man/man5/salvage.lock.5.gz -man/man5/sysid.5.gz -man/man5/tapeconfig.5.gz -man/man5/uss.5.gz -man/man5/uss_bulk.5.gz -man/man5/vldb.DB0.5.gz -man/man8/afsd.8.gz -man/man8/aklog_dynamic_auth.8.gz -man/man8/asetkey.8.gz -man/man8/backup.8.gz -man/man8/backup_adddump.8.gz -man/man8/backup_addhost.8.gz -man/man8/backup_addvolentry.8.gz -man/man8/backup_addvolset.8.gz -man/man8/backup_apropos.8.gz -man/man8/backup_dbverify.8.gz -man/man8/backup_deldump.8.gz -man/man8/backup_deletedump.8.gz -man/man8/backup_delhost.8.gz -man/man8/backup_delvolentry.8.gz -man/man8/backup_delvolset.8.gz -man/man8/backup_diskrestore.8.gz -man/man8/backup_dump.8.gz -man/man8/backup_dumpinfo.8.gz -man/man8/backup_help.8.gz -man/man8/backup_interactive.8.gz -man/man8/backup_jobs.8.gz -man/man8/backup_kill.8.gz -man/man8/backup_labeltape.8.gz -man/man8/backup_listdumps.8.gz -man/man8/backup_listhosts.8.gz -man/man8/backup_listvolsets.8.gz -man/man8/backup_quit.8.gz -man/man8/backup_readlabel.8.gz -man/man8/backup_restoredb.8.gz -man/man8/backup_savedb.8.gz -man/man8/backup_scantape.8.gz -man/man8/backup_setexp.8.gz -man/man8/backup_status.8.gz -man/man8/backup_volinfo.8.gz -man/man8/backup_volrestore.8.gz -man/man8/backup_volsetrestore.8.gz -man/man8/bos.8.gz -man/man8/bos_addhost.8.gz -man/man8/bos_addkey.8.gz -man/man8/bos_adduser.8.gz -man/man8/bos_apropos.8.gz -man/man8/bos_create.8.gz -man/man8/bos_delete.8.gz -man/man8/bos_exec.8.gz -man/man8/bos_getdate.8.gz -man/man8/bos_getlog.8.gz -man/man8/bos_getrestart.8.gz -man/man8/bos_getrestricted.8.gz -man/man8/bos_help.8.gz -man/man8/bos_install.8.gz -man/man8/bos_listhosts.8.gz -man/man8/bos_listkeys.8.gz -man/man8/bos_listusers.8.gz -man/man8/bos_prune.8.gz -man/man8/bos_removehost.8.gz -man/man8/bos_removekey.8.gz -man/man8/bos_removeuser.8.gz -man/man8/bos_restart.8.gz -man/man8/bos_salvage.8.gz -man/man8/bos_setauth.8.gz -man/man8/bos_setcellname.8.gz -man/man8/bos_setrestart.8.gz -man/man8/bos_setrestricted.8.gz -man/man8/bos_shutdown.8.gz -man/man8/bos_start.8.gz -man/man8/bos_startup.8.gz -man/man8/bos_status.8.gz -man/man8/bos_stop.8.gz -man/man8/bos_uninstall.8.gz -man/man8/bos_util.8.gz -man/man8/bosserver.8.gz -man/man8/buserver.8.gz -man/man8/butc.8.gz -man/man8/dafileserver.8.gz -man/man8/dafssync-debug.8.gz -man/man8/dasalvager.8.gz -man/man8/davolserver.8.gz -man/man8/fileserver.8.gz -man/man8/fms.8.gz -man/man8/fssync-debug.8.gz -man/man8/fssync-debug_attach.8.gz -man/man8/fssync-debug_callback.8.gz -man/man8/fssync-debug_detach.8.gz -man/man8/fssync-debug_error.8.gz -man/man8/fssync-debug_header.8.gz -man/man8/fssync-debug_leaveoff.8.gz -man/man8/fssync-debug_list.8.gz -man/man8/fssync-debug_mode.8.gz -man/man8/fssync-debug_move.8.gz -man/man8/fssync-debug_offline.8.gz -man/man8/fssync-debug_online.8.gz -man/man8/fssync-debug_query.8.gz -man/man8/fssync-debug_stats.8.gz -man/man8/fssync-debug_vgcadd.8.gz -man/man8/fssync-debug_vgcdel.8.gz -man/man8/fssync-debug_vgcquery.8.gz -man/man8/fssync-debug_vgcscan.8.gz -man/man8/fssync-debug_vgcscanall.8.gz -man/man8/fssync-debug_vnode.8.gz -man/man8/fssync-debug_volop.8.gz -man/man8/fstrace.8.gz -man/man8/fstrace_apropos.8.gz -man/man8/fstrace_clear.8.gz -man/man8/fstrace_dump.8.gz -man/man8/fstrace_help.8.gz -man/man8/fstrace_lslog.8.gz -man/man8/fstrace_lsset.8.gz -man/man8/fstrace_setlog.8.gz -man/man8/fstrace_setset.8.gz -man/man8/prdb_check.8.gz -man/man8/pt_util.8.gz -man/man8/ptserver.8.gz -man/man8/read_tape.8.gz -man/man8/rmtsysd.8.gz -man/man8/salvager.8.gz -man/man8/salvageserver.8.gz -man/man8/state_analyzer.8.gz -man/man8/upclient.8.gz -man/man8/upserver.8.gz -man/man8/uss.8.gz -man/man8/uss_add.8.gz -man/man8/uss_apropos.8.gz -man/man8/uss_bulk.8.gz -man/man8/uss_delete.8.gz -man/man8/uss_help.8.gz -man/man8/vldb_check.8.gz -man/man8/vldb_convert.8.gz -man/man8/vlserver.8.gz -man/man8/voldump.8.gz -man/man8/volinfo.8.gz -man/man8/volserver.8.gz -man/man8/vsys.8.gz -man/man8/xfs_size_check.8.gz -sbin/afsd -sbin/backup -sbin/bos_util -sbin/bosserver -sbin/butc -sbin/dafssync-debug -sbin/fms -sbin/fssync-debug -sbin/fstrace -sbin/prdb_check -sbin/pt_util -sbin/read_tape -sbin/rmtsysd -sbin/rxdebug -sbin/salvsync-debug -sbin/state_analyzer -sbin/uss -sbin/vldb_check -sbin/vldb_convert -sbin/voldump -sbin/volinfo -sbin/volscan -sbin/vos -sbin/vsys -%%DATADIR%%/C/afszcm.cat -%%FUSE%%man/man8/afsd.fuse.8.gz -%%FUSE%%sbin/afsd.fuse diff --git a/ports-mgmt/pkg_jail/Makefile b/ports-mgmt/pkg_jail/Makefile index 4b2b045403d..5e111942433 100644 --- a/ports-mgmt/pkg_jail/Makefile +++ b/ports-mgmt/pkg_jail/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg_jail -PORTVERSION= 2.3 +PORTVERSION= 2.4 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt diff --git a/ports-mgmt/pkg_jail/distinfo b/ports-mgmt/pkg_jail/distinfo index 4a747057718..89bbccc903a 100644 --- a/ports-mgmt/pkg_jail/distinfo +++ b/ports-mgmt/pkg_jail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1543230584 -SHA256 (dinoex-pkg_jail-v2.3_GH0.tar.gz) = 6160d9a9476fa3f005d0b19a7d97afa07a00452a9d53ed1893035a0e6b927a3a -SIZE (dinoex-pkg_jail-v2.3_GH0.tar.gz) = 17579 +TIMESTAMP = 1557397120 +SHA256 (dinoex-pkg_jail-v2.4_GH0.tar.gz) = 2090ed1024fcad3041b527a2e5fbc5621d62ce41e3353fadf3334ccfa4c74f3c +SIZE (dinoex-pkg_jail-v2.4_GH0.tar.gz) = 17497 diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 3dd20542788..c97fc675334 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= hscolour -PORTVERSION= ${HSCOLOUR_VERSION} -PORTREVISION= 2 +PORTVERSION= 1.24.4 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= print haskell @@ -12,7 +12,8 @@ COMMENT= Colourise Haskell code LICENSE= GPLv2 -EXECUTABLE= HsColour +USES= cabal + +EXECUTABLES= HsColour -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/print/hs-hscolour/distinfo b/print/hs-hscolour/distinfo index 2ad6c5d20c1..b9f4818608f 100644 --- a/print/hs-hscolour/distinfo +++ b/print/hs-hscolour/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1523651197 +TIMESTAMP = 1550316759 SHA256 (cabal/hscolour-1.24.4.tar.gz) = 243332b082294117f37b2c2c68079fa61af68b36223b3fc07594f245e0e5321d SIZE (cabal/hscolour-1.24.4.tar.gz) = 28729 diff --git a/print/pdf-redact-tools/Makefile b/print/pdf-redact-tools/Makefile index a633cf2ab97..1b2cea508b8 100644 --- a/print/pdf-redact-tools/Makefile +++ b/print/pdf-redact-tools/Makefile @@ -3,9 +3,10 @@ PORTNAME= pdf-redact-tools PORTVERSION= 0.1.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 2 CATEGORIES= print +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Securely redact and strip metadata from PDF files @@ -16,9 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= exiftool:graphics/p5-Image-ExifTool \ convert:graphics/ImageMagick6 -USES= python:2.7 +USES= python USE_GITHUB= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/print/pdf-redact-tools/files/patch-pdf-redact-tools b/print/pdf-redact-tools/files/patch-pdf-redact-tools new file mode 100644 index 00000000000..973838eb937 --- /dev/null +++ b/print/pdf-redact-tools/files/patch-pdf-redact-tools @@ -0,0 +1,132 @@ +--- pdf-redact-tools.orig 2017-06-21 21:42:06 UTC ++++ pdf-redact-tools +@@ -18,6 +18,9 @@ GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with this program. If not, see . + """ ++ ++from __future__ import print_function ++ + import sys, os, subprocess, argparse, shutil + + class PDFRedactTools(object): +@@ -39,18 +42,18 @@ class PDFRedactTools(object): + + def explode(self, achromatic = False): + if not self.pdf_filename: +- print 'Error: you must call set_pdf_filename before calling explode' ++ print('Error: you must call set_pdf_filename before calling explode') + return False + + # make dir for pages + if os.path.isdir(self.pages_dirname): +- print 'Error: the directory {} already exists, you must delete it before exploding'.format(self.pages_dirname) ++ print('Error: the directory {} already exists, you must delete it before exploding'.format(self.pages_dirname)) + return False + else: +- os.makedirs(self.pages_dirname, 0700) ++ os.makedirs(self.pages_dirname, 0o700) + + # convert PDF to PNGs +- print 'Converting PDF to PNGs' ++ print('Converting PDF to PNGs') + subprocess.call([ 'convert', + '-density', '128', + self.pdf_filename, +@@ -59,7 +62,7 @@ class PDFRedactTools(object): + self.transparent_filename]) + + # flatten all the PNGs, so they don't have transparent backgrounds +- print 'Flattening PNGs' ++ print('Flattening PNGs') + filenames = os.listdir(self.pages_dirname) + for filename in filenames: + if os.path.splitext(filename)[1].lower() == '.png': +@@ -78,7 +81,7 @@ class PDFRedactTools(object): + + # convert images to achromatic to remove printer dots + if achromatic: +- print 'Converting colors to achromatic' ++ print('Converting colors to achromatic') + filenames = os.listdir(self.pages_dirname) + for filename in filenames: + if os.path.splitext(filename)[1].lower() == '.png': +@@ -114,22 +117,22 @@ class PDFRedactTools(object): + + def merge(self): + if not self.pdf_filename: +- print 'Error: you must call set_pdf_filename before calling merge' ++ print('Error: you must call set_pdf_filename before calling merge') + return False + + # make sure pages directory exists + if not os.path.isdir(self.pages_dirname): +- print "Error: {} is not a directory".format(pages_dirname) ++ print("Error: {} is not a directory".format(pages_dirname)) + return False + + # convert PNGs to PDF +- print "Converting PNGs to PDF" ++ print("Converting PNGs to PDF") + subprocess.call(['convert', + os.path.join(self.pages_dirname, 'page-*.png'), + self.output_filename]) + + # strip metadata +- print "Stripping ImageMagick metadata" ++ print("Stripping ImageMagick metadata") + subprocess.call(['exiftool', '-Title=', '-Producer=', self.output_filename]) + os.remove('{0}_original'.format(self.output_filename)) + +@@ -164,11 +167,12 @@ def parse_arguments(): + args = parser.parse_args() + return args + ++ + def valid_pdf(filename): +- return subprocess.check_output(['file', +- '-b', +- '--mime-type', +- filename]).strip() == 'application/pdf' ++ if sys.version_info.major > 2: ++ return subprocess.check_output(['file', '-b', '--mime-type', filename], encoding='UTF-8').strip() == 'application/pdf' ++ else: ++ return subprocess.check_output(['file', '-b', '--mime-type', filename]).strip() == 'application/pdf' + + + def main(): +@@ -186,18 +190,18 @@ def main(): + if valid_pdf(explode_filename): + pdfrt.set_pdf_filename(explode_filename) + if pdfrt.explode(achromatic): +- print 'All done, now go edit PNGs in {} to redact and then run: pdf-redact-tools -m {}'.format(pdfrt.pages_dirname, pdfrt.pdf_filename) ++ print('All done, now go edit PNGs in {} to redact and then run: pdf-redact-tools -m {}'.format(pdfrt.pages_dirname, pdfrt.pdf_filename)) + else: +- print explode_filename,' does not appear to be a PDF file, will not process' ++ print(explode_filename,' does not appear to be a PDF file, will not process') + + # merge + if merge_filename: + if valid_pdf(merge_filename): + pdfrt.set_pdf_filename(merge_filename) + if pdfrt.merge(): +- print "All done, your final output is {}".format(pdfrt.output_filename) ++ print("All done, your final output is {}".format(pdfrt.output_filename)) + else: +- print merge_filename,' does not appear to be a PDF file, will not process' ++ print(merge_filename,' does not appear to be a PDF file, will not process') + + # sanitize + if sanitize_filename: +@@ -208,9 +212,9 @@ def main(): + # delete temp files + shutil.rmtree(pdfrt.pages_dirname) + +- print "All done, your final output is {}".format(pdfrt.output_filename) ++ print("All done, your final output is {}".format(pdfrt.output_filename)) + else: +- print sanitize_filename,' does not appear to be a PDF file, will not process' ++ print(sanitize_filename,' does not appear to be a PDF file, will not process') + + if __name__ == '__main__': + main() diff --git a/security/Makefile b/security/Makefile index 4956517589f..f5c32310bd9 100644 --- a/security/Makefile +++ b/security/Makefile @@ -221,53 +221,6 @@ PORTREVISION= 1 SUBDIR += honggfuzz SUBDIR += hotssh SUBDIR += hpenc - SUBDIR += hs-Crypto - SUBDIR += hs-DRBG - SUBDIR += hs-HsOpenSSL - SUBDIR += hs-RSA - SUBDIR += hs-SHA - SUBDIR += hs-cipher-aes - SUBDIR += hs-cipher-aes128 - SUBDIR += hs-cipher-blowfish - SUBDIR += hs-cipher-camellia - SUBDIR += hs-cipher-des - SUBDIR += hs-cipher-rc4 - SUBDIR += hs-clientsession - SUBDIR += hs-cprng-aes - SUBDIR += hs-crypto-api - SUBDIR += hs-crypto-cipher-types - SUBDIR += hs-crypto-conduit - SUBDIR += hs-crypto-numbers - SUBDIR += hs-crypto-pubkey - SUBDIR += hs-crypto-pubkey-types - SUBDIR += hs-crypto-random - SUBDIR += hs-crypto-random-api - SUBDIR += hs-cryptocipher - SUBDIR += hs-cryptohash - SUBDIR += hs-cryptohash-conduit - SUBDIR += hs-cryptohash-cryptoapi - SUBDIR += hs-cryptohash-md5 - SUBDIR += hs-cryptohash-sha1 - SUBDIR += hs-cryptohash-sha256 - SUBDIR += hs-cryptonite - SUBDIR += hs-cryptonite-conduit - SUBDIR += hs-digest - SUBDIR += hs-ed25519 - SUBDIR += hs-entropy - SUBDIR += hs-gnutls - SUBDIR += hs-hackage-security - SUBDIR += hs-monadcryptorandom - SUBDIR += hs-nonce - SUBDIR += hs-pem - SUBDIR += hs-pureMD5 - SUBDIR += hs-pwstore-fast - SUBDIR += hs-skein - SUBDIR += hs-tls - SUBDIR += hs-tls-session-manager - SUBDIR += hs-x509 - SUBDIR += hs-x509-store - SUBDIR += hs-x509-system - SUBDIR += hs-x509-validation SUBDIR += httprint SUBDIR += hydra SUBDIR += i2p @@ -1077,7 +1030,6 @@ PORTREVISION= 1 SUBDIR += py-zope.session SUBDIR += py-zxcvbn SUBDIR += qtkeychain - SUBDIR += quantis SUBDIR += quantis-kmod SUBDIR += racoon2 SUBDIR += racoon2-legacy diff --git a/security/cl-md5-sbcl/Makefile b/security/cl-md5-sbcl/Makefile index ce4080379e4..1247ce01be3 100644 --- a/security/cl-md5-sbcl/Makefile +++ b/security/cl-md5-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/security/hs-Crypto/Makefile b/security/hs-Crypto/Makefile deleted file mode 100644 index a9dc3b1c6b6..00000000000 --- a/security/hs-Crypto/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= Crypto -PORTVERSION= 4.2.5.1 -PORTREVISION= 14 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Collects together existing Haskell cryptographic functions - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HUnit QuickCheck>=2.4.0.1 random - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-Crypto/distinfo b/security/hs-Crypto/distinfo deleted file mode 100644 index 46e64ac0857..00000000000 --- a/security/hs-Crypto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624166 -SHA256 (cabal/Crypto-4.2.5.1.tar.gz) = 6ad5e0533d0aaaf2f30049d166881a845cc190780798661815da9b4914a0af66 -SIZE (cabal/Crypto-4.2.5.1.tar.gz) = 56474 diff --git a/security/hs-Crypto/files/patch-Crypto.cabal b/security/hs-Crypto/files/patch-Crypto.cabal deleted file mode 100644 index e0d9f8ca75c..00000000000 --- a/security/hs-Crypto/files/patch-Crypto.cabal +++ /dev/null @@ -1,52 +0,0 @@ ---- ./Crypto.cabal.orig 2012-12-12 14:39:28.000000000 +0100 -+++ ./Crypto.cabal 2014-07-20 21:15:26.000000000 +0200 -@@ -58,49 +58,3 @@ - Codec.Encryption.DESAux, - Codec.Encryption.AESAux, - Data.Digest.MD5Aux -- --Executable SymmetricTest -- Main-Is: SymmetricTest.hs -- Ghc-options: -fregs-graph -- Other-modules: Codec.Utils -- Codec.Encryption.Blowfish -- Codec.Encryption.Modes -- Codec.Encryption.Padding -- Codec.Encryption.DES -- Codec.Encryption.AES -- Data.LargeWord -- --Executable SHA1Test -- Main-Is: SHA1Test.hs -- Ghc-options: -fregs-graph -- Other-modules: Codec.Text.Raw -- Data.Digest.SHA1 -- --Executable RSATest -- Main-Is: RSATest.hs -- Ghc-options: -fregs-graph -- Other-modules: Codec.Utils -- Data.Digest.SHA1 -- Codec.Encryption.RSA.MGF -- Codec.Encryption.RSA.EMEOAEP -- Codec.Encryption.RSA -- --Executable QuickTest -- Main-Is: QuickTest.hs -- Ghc-options: -fregs-graph -- Extensions: TypeSynonymInstances -- Other-modules: Codec.Utils -- Codec.Encryption.Blowfish -- Codec.Encryption.AES -- Codec.Encryption.Modes -- Codec.Encryption.Padding -- Data.LargeWord -- --Executable HMACTest -- Main-Is: HMACTest.hs -- Other-modules: Codec.Utils -- Data.HMAC -- --Executable WordListTest -- Main-Is: WordListTest.hs -- Other-modules: Data.LargeWord diff --git a/security/hs-Crypto/pkg-descr b/security/hs-Crypto/pkg-descr deleted file mode 100644 index e911c81ea9b..00000000000 --- a/security/hs-Crypto/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -DES, Blowfish, AES, TEA, SHA1, MD5, RSA, BubbleBabble, Hexdump, Support for -Word128, Word192 and Word256 and Beyond, PKCS5 Padding, Various Encryption -Modes e.g. Cipher Block Chaining all in one package, with HUnit and -QuickCheck tests, and examples. - -WWW: http://hackage.haskell.org/package/Crypto diff --git a/security/hs-DRBG/Makefile b/security/hs-DRBG/Makefile deleted file mode 100644 index 653dab63109..00000000000 --- a/security/hs-DRBG/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= DRBG -PORTVERSION= 0.5.5 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Deterministic random bit generator based HMACs, Hashes, and Ciphers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.2 cipher-aes128>=0.6 crypto-api>=0.13 \ - cryptohash-cryptoapi>=0.1 entropy mtl>=2.0 parallel \ - prettyclass tagged>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-DRBG/distinfo b/security/hs-DRBG/distinfo deleted file mode 100644 index 5464f75769b..00000000000 --- a/security/hs-DRBG/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624167 -SHA256 (cabal/DRBG-0.5.5.tar.gz) = 21df3202486cc83c7cc3f867cb139eac9a3f69bd91b5f6b016ae026e03c33bfd -SIZE (cabal/DRBG-0.5.5.tar.gz) = 1547022 diff --git a/security/hs-DRBG/pkg-descr b/security/hs-DRBG/pkg-descr deleted file mode 100644 index 42fd21ca5c7..00000000000 --- a/security/hs-DRBG/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cryptographically secure RNGs. - -WWW: http://hackage.haskell.org/package/DRBG diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile deleted file mode 100644 index 871f3e76317..00000000000 --- a/security/hs-HsOpenSSL/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= HsOpenSSL -PORTVERSION= 0.11.4.13 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Partial OpenSSL binding for Haskell - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network>=2.1 old-locale>=1.0 - -USES= ssl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-HsOpenSSL/distinfo b/security/hs-HsOpenSSL/distinfo deleted file mode 100644 index 193c02507f5..00000000000 --- a/security/hs-HsOpenSSL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524153978 -SHA256 (cabal/HsOpenSSL-0.11.4.13.tar.gz) = 125cd16f3db36ed102fe8748e474eaca69dbc57ee8794e29863c69d0a47fff47 -SIZE (cabal/HsOpenSSL-0.11.4.13.tar.gz) = 79832 diff --git a/security/hs-HsOpenSSL/pkg-descr b/security/hs-HsOpenSSL/pkg-descr deleted file mode 100644 index 918c5b8f923..00000000000 --- a/security/hs-HsOpenSSL/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and -DSA keys, read and write PEM files, generate message digests, sign and -verify messages, encrypt and decrypt messages. It has also some -capabilities of creating SSL clients and servers. This package is in -production use by a number of Haskell based systems and stable. - -WWW: https://github.com/phonohawk/HsOpenSSL diff --git a/security/hs-RSA/Makefile b/security/hs-RSA/Makefile deleted file mode 100644 index 56705873611..00000000000 --- a/security/hs-RSA/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= RSA -PORTVERSION= 2.3.0 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Implementation of RSA, using the padding schemes of PKCS#1 v2.1 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= crypto-api>=0.10 crypto-pubkey-types>=0.2 pureMD5>=2.1 \ - SHA>0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-RSA/distinfo b/security/hs-RSA/distinfo deleted file mode 100644 index b822aaf8e47..00000000000 --- a/security/hs-RSA/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624168 -SHA256 (cabal/RSA-2.3.0.tar.gz) = eee76dc7f9dd2d2cdeb014af728ff56f2f5d2908212bd3bb8c5e89f5c6485333 -SIZE (cabal/RSA-2.3.0.tar.gz) = 14710 diff --git a/security/hs-RSA/pkg-descr b/security/hs-RSA/pkg-descr deleted file mode 100644 index b2bd24f2576..00000000000 --- a/security/hs-RSA/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This library implements the RSA encryption and signature algorithms for -arbitrarily-sized ByteStrings. While the implementations work, they are -not necessarily the fastest ones on the planet. Particularly key generation. -The algorithms included are based of RFC 3447, or the Public-Key Cryptography -Standard for RSA, version 2.1 (a.k.a, PKCS#1 v2.1). - -WWW: http://hackage.haskell.org/package/RSA diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile deleted file mode 100644 index fe4a264768e..00000000000 --- a/security/hs-SHA/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= SHA -PORTVERSION= 1.6.4.2 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Implementations of the SHA suite of message digest functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -FLAGS_DEFINE= EXE - -EXE_DESC= Build executables similar to 'md5sum' -EXE_FLAG_ENABLE= exe -EXE_FLAG_EXECUTABLE= sha512 sha384 sha256 sha224 sha1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-SHA/distinfo b/security/hs-SHA/distinfo deleted file mode 100644 index 937843a899e..00000000000 --- a/security/hs-SHA/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624168 -SHA256 (cabal/SHA-1.6.4.2.tar.gz) = c470176f63cbe49fd0502a1b32ef22bc01b1af42385583b8be94547750958a8c -SIZE (cabal/SHA-1.6.4.2.tar.gz) = 2715266 diff --git a/security/hs-SHA/pkg-descr b/security/hs-SHA/pkg-descr deleted file mode 100644 index 4b4ad15e38e..00000000000 --- a/security/hs-SHA/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This library implements the SHA suite of message digest functions, according -to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based -HMAC routines. The functions have been tested against most of the NIST -and RFC test vectors for the various functions. While some attention has -been paid to performance, these do not presently reach the speed of -well-tuned libraries, like OpenSSL. - -WWW: http://hackage.haskell.org/package/SHA diff --git a/security/hs-cipher-aes/Makefile b/security/hs-cipher-aes/Makefile deleted file mode 100644 index 6c795ef1f41..00000000000 --- a/security/hs-cipher-aes/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-aes -PORTVERSION= 0.2.11 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast AES cipher implementation with advanced mode of operations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-cipher-types>=0.0.6 securemem>=0.1.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-aes/distinfo b/security/hs-cipher-aes/distinfo deleted file mode 100644 index c1a6fb11f24..00000000000 --- a/security/hs-cipher-aes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624168 -SHA256 (cabal/cipher-aes-0.2.11.tar.gz) = d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015 -SIZE (cabal/cipher-aes-0.2.11.tar.gz) = 33939 diff --git a/security/hs-cipher-aes/pkg-descr b/security/hs-cipher-aes/pkg-descr deleted file mode 100644 index 1837a9bfbab..00000000000 --- a/security/hs-cipher-aes/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Fast AES cipher implementation with advanced mode of operations. The modes -of operations available are ECB (Electronic code book), CBC (Cipher block -chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois -Counter Mode). The AES implementation uses AES-NI when available (on x86 -and x86-64 architecture), but fallback gracefully to a software C -implementation. The software implementation uses S-Boxes, which might -suffer for cache timing issues. However do notes that most other known -software implementations, including very popular one (openssl, gnutls) -also uses same implementation. If it matters for your case, you should -make sure you have AES-NI available, or you'll need to use a different -implementation. - -WWW: https://github.com/vincenthz/hs-cipher-aes diff --git a/security/hs-cipher-aes128/Makefile b/security/hs-cipher-aes128/Makefile deleted file mode 100644 index 6f29871619d..00000000000 --- a/security/hs-cipher-aes128/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-aes128 -PORTVERSION= 0.7.0.4 -PORTREVISION= 1 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= AES and common modes using AES-NI when available - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal crypto-api>=0.13 tagged - -FLAGS_DISABLE= test halvm - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-aes128/distinfo b/security/hs-cipher-aes128/distinfo deleted file mode 100644 index 3933a852dc6..00000000000 --- a/security/hs-cipher-aes128/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545659725 -SHA256 (cabal/cipher-aes128-0.7.0.4.tar.gz) = cd8d8987c1a1839f3c66e655277981083be85489d34b6b47f95d7e82d2d10285 -SIZE (cabal/cipher-aes128-0.7.0.4.tar.gz) = 26294 diff --git a/security/hs-cipher-aes128/pkg-descr b/security/hs-cipher-aes128/pkg-descr deleted file mode 100644 index 33342f53618..00000000000 --- a/security/hs-cipher-aes128/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Cipher-aes128 is an implementation of AES and common modes of operation. -It borrows Hanquez's C AES code (see 'cipher-aes') but is unique due to -including compile-time detection of NI compiler support, a slightly more -functional interface for GCM operations, exposure of 'Ptr' based -operations via the .Internal module, and build-in crypto-api support. -Cipher-aes128 was originally developed as "'cipher-aes' plus -trampolines", which has since been adopted into cipher-aes. - -WWW: https://github.com/TomMD/cipher-aes128 diff --git a/security/hs-cipher-blowfish/Makefile b/security/hs-cipher-blowfish/Makefile deleted file mode 100644 index 1f97f7543e2..00000000000 --- a/security/hs-cipher-blowfish/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-blowfish -PORTVERSION= 0.0.3 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Blowfish cipher - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 \ - vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-blowfish/distinfo b/security/hs-cipher-blowfish/distinfo deleted file mode 100644 index 4f316eb16cf..00000000000 --- a/security/hs-cipher-blowfish/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624169 -SHA256 (cabal/cipher-blowfish-0.0.3.tar.gz) = 8f41170a851dba6d0b6f07298af3213baca09ab2a8aaf2adb733631feb3b6641 -SIZE (cabal/cipher-blowfish-0.0.3.tar.gz) = 12876 diff --git a/security/hs-cipher-blowfish/pkg-descr b/security/hs-cipher-blowfish/pkg-descr deleted file mode 100644 index 0eada18d20a..00000000000 --- a/security/hs-cipher-blowfish/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Blowfish cipher primitives. - -WWW: https://github.com/vincenthz/hs-crypto-cipher diff --git a/security/hs-cipher-camellia/Makefile b/security/hs-cipher-camellia/Makefile deleted file mode 100644 index 6ca87ae774a..00000000000 --- a/security/hs-cipher-camellia/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-camellia -PORTVERSION= 0.0.2 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Camellia block cipher primitives - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 \ - vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-camellia/distinfo b/security/hs-cipher-camellia/distinfo deleted file mode 100644 index 1b6b6f7cb36..00000000000 --- a/security/hs-cipher-camellia/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624169 -SHA256 (cabal/cipher-camellia-0.0.2.tar.gz) = 8d0cd137cdb890646bb5d3bb52b20fa6d74e1b0c35d7d524d60edd9d43ace2a7 -SIZE (cabal/cipher-camellia-0.0.2.tar.gz) = 6230 diff --git a/security/hs-cipher-camellia/pkg-descr b/security/hs-cipher-camellia/pkg-descr deleted file mode 100644 index cab3918eaef..00000000000 --- a/security/hs-cipher-camellia/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Camellia block cipher primitives. - -WWW: https://github.com/vincenthz/hs-crypto-cipher diff --git a/security/hs-cipher-des/Makefile b/security/hs-cipher-des/Makefile deleted file mode 100644 index 7bdd4443d7e..00000000000 --- a/security/hs-cipher-des/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-des -PORTVERSION= 0.0.6 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= DES and 3DES primitives - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-cipher-types>=0.0.3 securemem>=0.1.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-des/distinfo b/security/hs-cipher-des/distinfo deleted file mode 100644 index fcf7ea4df4f..00000000000 --- a/security/hs-cipher-des/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624169 -SHA256 (cabal/cipher-des-0.0.6.tar.gz) = 85f1bccdec625a120ecf83b861afcb6478f8f899ceaa06fc083e642b54ff4ac7 -SIZE (cabal/cipher-des-0.0.6.tar.gz) = 7857 diff --git a/security/hs-cipher-des/pkg-descr b/security/hs-cipher-des/pkg-descr deleted file mode 100644 index 4be39337700..00000000000 --- a/security/hs-cipher-des/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -DES and 3DES primitives. - -WWW: https://github.com/vincenthz/hs-crypto-cipher diff --git a/security/hs-cipher-rc4/Makefile b/security/hs-cipher-rc4/Makefile deleted file mode 100644 index c732dd1cf47..00000000000 --- a/security/hs-cipher-rc4/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cipher-rc4 -PORTVERSION= 0.1.4 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast RC4 cipher implementation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-cipher-types>=0.0.5 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cipher-rc4/distinfo b/security/hs-cipher-rc4/distinfo deleted file mode 100644 index 933530dd343..00000000000 --- a/security/hs-cipher-rc4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624169 -SHA256 (cabal/cipher-rc4-0.1.4.tar.gz) = c67e731bc9e7f3882e33609c3d9ec97b4e9bbd2f95cd882926acfb621970384d -SIZE (cabal/cipher-rc4-0.1.4.tar.gz) = 4315 diff --git a/security/hs-cipher-rc4/pkg-descr b/security/hs-cipher-rc4/pkg-descr deleted file mode 100644 index 5c3d48b6d52..00000000000 --- a/security/hs-cipher-rc4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast RC4 cipher implementation. - -WWW: https://github.com/vincenthz/hs-cipher-rc4 diff --git a/security/hs-clientsession/Makefile b/security/hs-clientsession/Makefile deleted file mode 100644 index c552665749b..00000000000 --- a/security/hs-clientsession/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= clientsession -PORTVERSION= 0.9.1.2 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Securely store session data in a client-side cookie - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=0.1.1.1 cereal>=0.3 cipher-aes>=0.1.7 \ - cprng-aes>=0.2 crypto-api>=0.8 crypto-random entropy>=0.2.1 \ - setenv skein>=1.0.0 tagged>=0.1 - -EXECUTABLE= clientsession-generate - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-clientsession/distinfo b/security/hs-clientsession/distinfo deleted file mode 100644 index fc222e7bcfd..00000000000 --- a/security/hs-clientsession/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/clientsession-0.9.1.2.tar.gz) = 5915adc4de26d2a8b03f1a445bac0b0f5d10a5b0380a4eed71b79a20a727d068 -SIZE (cabal/clientsession-0.9.1.2.tar.gz) = 7991 diff --git a/security/hs-clientsession/pkg-descr b/security/hs-clientsession/pkg-descr deleted file mode 100644 index f9ff1654ae9..00000000000 --- a/security/hs-clientsession/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Achieves security through AES-CTR encryption and Skein-MAC-512-256 -authentication. Uses Base64 encoding to avoid any issues with -characters. - -WWW: https://github.com/yesodweb/clientsession/tree/master diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile deleted file mode 100644 index 8dc14be114f..00000000000 --- a/security/hs-cprng-aes/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cprng-aes -PORTVERSION= 0.6.1 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Crypto Pseudo Random Number Generator using AES in counter mode - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable cipher-aes>=0.2.9 crypto-random>=0.0.7 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cprng-aes/distinfo b/security/hs-cprng-aes/distinfo deleted file mode 100644 index 4f33dc07586..00000000000 --- a/security/hs-cprng-aes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/cprng-aes-0.6.1.tar.gz) = 64592a01de8c6683c5e29f538dceee918887ffe211d87214a2e38559d72c21f3 -SIZE (cabal/cprng-aes-0.6.1.tar.gz) = 4396 diff --git a/security/hs-cprng-aes/pkg-descr b/security/hs-cprng-aes/pkg-descr deleted file mode 100644 index e91512558cb..00000000000 --- a/security/hs-cprng-aes/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Simple crypto pseudo-random-number-generator with really good randomness -property. - -WWW: https://github.com/vincenthz/hs-cprng-aes diff --git a/security/hs-crypto-api/Makefile b/security/hs-crypto-api/Makefile deleted file mode 100644 index 19dd3625a17..00000000000 --- a/security/hs-crypto-api/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-api -PORTVERSION= 0.13.2 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic interface for cryptographic operations - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.2 entropy tagged>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-api/distinfo b/security/hs-crypto-api/distinfo deleted file mode 100644 index 55febda2243..00000000000 --- a/security/hs-crypto-api/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-api-0.13.2.tar.gz) = 5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed -SIZE (cabal/crypto-api-0.13.2.tar.gz) = 47877 diff --git a/security/hs-crypto-api/pkg-descr b/security/hs-crypto-api/pkg-descr deleted file mode 100644 index be08ae5868d..00000000000 --- a/security/hs-crypto-api/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A generic interface for cryptographic operations (hashes, ciphers, -randomness). Maintainers of hash and cipher implementations are -encouraged to add instances for the classes defined in Crypto.Classes. -Crypto users are similarly encouraged to use the interfaces defined in -the Classes module. Any concepts or functions of general use to more -than one cryptographic algorithm (ex: padding) is within scope of this -package. - -WWW: https://github.com/TomMD/crypto-api diff --git a/security/hs-crypto-cipher-types/Makefile b/security/hs-crypto-cipher-types/Makefile deleted file mode 100644 index 5c3197b97bf..00000000000 --- a/security/hs-crypto-cipher-types/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-cipher-types -PORTVERSION= 0.0.9 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic cryptography cipher types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable>=0.1.1 securemem>=0.1.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-cipher-types/distinfo b/security/hs-crypto-cipher-types/distinfo deleted file mode 100644 index 507d6797777..00000000000 --- a/security/hs-crypto-cipher-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-cipher-types-0.0.9.tar.gz) = 2073f6b70df7916aebe2da49d224497183662d56d19da87b76f70039430c0a0f -SIZE (cabal/crypto-cipher-types-0.0.9.tar.gz) = 8073 diff --git a/security/hs-crypto-cipher-types/pkg-descr b/security/hs-crypto-cipher-types/pkg-descr deleted file mode 100644 index 9406ba83e48..00000000000 --- a/security/hs-crypto-cipher-types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Generic cryptography cipher types. - -WWW: https://github.com/vincenthz/hs-crypto-cipher diff --git a/security/hs-crypto-conduit/Makefile b/security/hs-crypto-conduit/Makefile deleted file mode 100644 index cd6ed7e2e43..00000000000 --- a/security/hs-crypto-conduit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-conduit -PORTVERSION= 0.5.5 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Conduit interface for cryptographic operations (from crypto-api) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal conduit conduit-extra crypto-api resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-conduit/distinfo b/security/hs-crypto-conduit/distinfo deleted file mode 100644 index 641552ed134..00000000000 --- a/security/hs-crypto-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-conduit-0.5.5.tar.gz) = ced360b56aba0d669e11af90fa603e68911e802f0e7d44750d5dcc3c64d5a47d -SIZE (cabal/crypto-conduit-0.5.5.tar.gz) = 6883 diff --git a/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal b/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal deleted file mode 100644 index 5ba5ff25f83..00000000000 --- a/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal +++ /dev/null @@ -1,15 +0,0 @@ ---- crypto-conduit.cabal.orig 2014-11-12 15:04:14 UTC -+++ crypto-conduit.cabal -@@ -37,9 +37,9 @@ Library - Build-depends: - base >= 3 && < 5, - bytestring >= 0.9, -- cereal >= 0.3 && < 0.5, -- conduit >= 1.0 && < 1.3, -- transformers >= 0.2 && < 0.5, -+ cereal >= 0.3 && < 0.6, -+ conduit >= 1.0 && < 1.4, -+ transformers >= 0.2 && < 0.6, - resourcet - if flag(conduit11) - Build-depends: conduit-extra >= 1.1 diff --git a/security/hs-crypto-conduit/pkg-descr b/security/hs-crypto-conduit/pkg-descr deleted file mode 100644 index c936a68988b..00000000000 --- a/security/hs-crypto-conduit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package contains everything that you need to use a cryptographic -package that supports the crypto-api package using conduits from the -conduit package. - -WWW: https://github.com/prowdsponsor/crypto-conduit diff --git a/security/hs-crypto-numbers/Makefile b/security/hs-crypto-numbers/Makefile deleted file mode 100644 index 22a47aeff24..00000000000 --- a/security/hs-crypto-numbers/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-numbers -PORTVERSION= 0.2.7 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cryptographic numbers: functions and algorithms - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= crypto-random>=0.0.0 vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-numbers/distinfo b/security/hs-crypto-numbers/distinfo deleted file mode 100644 index bcbe621c1dc..00000000000 --- a/security/hs-crypto-numbers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-numbers-0.2.7.tar.gz) = 420aeb17e9cdcfdf8c950c6c6f10c54503c5524d36f611aa7238e3fd65f189a6 -SIZE (cabal/crypto-numbers-0.2.7.tar.gz) = 16064 diff --git a/security/hs-crypto-numbers/pkg-descr b/security/hs-crypto-numbers/pkg-descr deleted file mode 100644 index 9a1b48b7da0..00000000000 --- a/security/hs-crypto-numbers/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Cryptographic numbers: functions and algorithms. - -WWW: https://github.com/vincenthz/hs-crypto-numbers diff --git a/security/hs-crypto-pubkey-types/Makefile b/security/hs-crypto-pubkey-types/Makefile deleted file mode 100644 index d88e9c61506..00000000000 --- a/security/hs-crypto-pubkey-types/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-pubkey-types -PORTVERSION= 0.4.3 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic cryptography Public keys algorithm types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding asn1-types>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-pubkey-types/distinfo b/security/hs-crypto-pubkey-types/distinfo deleted file mode 100644 index 1e7b566dd18..00000000000 --- a/security/hs-crypto-pubkey-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-pubkey-types-0.4.3.tar.gz) = 7ed9f52281ec4e34021a91818fe45288e33d65bff937f60334a3f45be5a71c60 -SIZE (cabal/crypto-pubkey-types-0.4.3.tar.gz) = 11234 diff --git a/security/hs-crypto-pubkey-types/pkg-descr b/security/hs-crypto-pubkey-types/pkg-descr deleted file mode 100644 index 7b2bfb29ca1..00000000000 --- a/security/hs-crypto-pubkey-types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Generic cryptography public keys algorithm types. - -WWW: https://github.com/vincenthz/hs-crypto-pubkey-types diff --git a/security/hs-crypto-pubkey/Makefile b/security/hs-crypto-pubkey/Makefile deleted file mode 100644 index e5f70ec84ef..00000000000 --- a/security/hs-crypto-pubkey/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-pubkey -PORTVERSION= 0.2.8 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Public Key cryptography - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable crypto-numbers>=0.2.2 crypto-pubkey-types>=0.4.1 \ - crypto-random>=0.0.0 cryptohash>=0.9.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-pubkey/distinfo b/security/hs-crypto-pubkey/distinfo deleted file mode 100644 index 8070014c317..00000000000 --- a/security/hs-crypto-pubkey/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-pubkey-0.2.8.tar.gz) = c0ccf2f5c38517de1f1626cb0a2542f35aefad8842f8ad5c1fac0b8c9de8b56e -SIZE (cabal/crypto-pubkey-0.2.8.tar.gz) = 46405 diff --git a/security/hs-crypto-pubkey/pkg-descr b/security/hs-crypto-pubkey/pkg-descr deleted file mode 100644 index ef5315e797a..00000000000 --- a/security/hs-crypto-pubkey/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Public Key cryptography Supports RSA PKCS15, RSA OAEP, RSA PSS, DSA, -ElGamal signature. Also have primitive support for Diffie Hellman, and -ElGamal encryption. - -WWW: https://github.com/vincenthz/hs-crypto-pubkey diff --git a/security/hs-crypto-random-api/Makefile b/security/hs-crypto-random-api/Makefile deleted file mode 100644 index 51e7595d30b..00000000000 --- a/security/hs-crypto-random-api/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-random-api -PORTVERSION= 0.2.0 -PORTREVISION= 13 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple random generators API for cryptography related code - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= entropy - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-random-api/distinfo b/security/hs-crypto-random-api/distinfo deleted file mode 100644 index 3a8579457a9..00000000000 --- a/security/hs-crypto-random-api/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-random-api-0.2.0.tar.gz) = 56e9777061bd9ce553683d097ba3a11fdc371724060b62ca103f1f291f9f897c -SIZE (cabal/crypto-random-api-0.2.0.tar.gz) = 3397 diff --git a/security/hs-crypto-random-api/pkg-descr b/security/hs-crypto-random-api/pkg-descr deleted file mode 100644 index 1d8753a70e8..00000000000 --- a/security/hs-crypto-random-api/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Simple random generators API for cryptography related code. - -WWW: https://github.com/vincenthz/hs-crypto-random-api diff --git a/security/hs-crypto-random/Makefile b/security/hs-crypto-random/Makefile deleted file mode 100644 index b25f72adc2c..00000000000 --- a/security/hs-crypto-random/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= crypto-random -PORTVERSION= 0.0.9 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple cryptographic random related types - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= securemem vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-crypto-random/distinfo b/security/hs-crypto-random/distinfo deleted file mode 100644 index 9fdfe7b4b73..00000000000 --- a/security/hs-crypto-random/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624170 -SHA256 (cabal/crypto-random-0.0.9.tar.gz) = 170a7a18441379c2d1c19b502ee5919026a19adc6e78641cd4fb40b1d69a6904 -SIZE (cabal/crypto-random-0.0.9.tar.gz) = 9256 diff --git a/security/hs-crypto-random/pkg-descr b/security/hs-crypto-random/pkg-descr deleted file mode 100644 index 564bddb8367..00000000000 --- a/security/hs-crypto-random/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Simple cryptographic random related types. - -WWW: https://github.com/vincenthz/hs-crypto-random diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile deleted file mode 100644 index e8d6b0216ca..00000000000 --- a/security/hs-cryptocipher/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptocipher -PORTVERSION= 0.6.2 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Symmetrical block and stream ciphers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cipher-aes>=0.2.3 cipher-blowfish>=0.0 cipher-camellia>=0.0 \ - cipher-des>=0.0 cipher-rc4>=0.1.3 crypto-cipher-types>=0.0.8 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptocipher/distinfo b/security/hs-cryptocipher/distinfo deleted file mode 100644 index eb039ed32ff..00000000000 --- a/security/hs-cryptocipher/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624171 -SHA256 (cabal/cryptocipher-0.6.2.tar.gz) = 34b9e62dee36c4019dd0c0e86576295d0bd1bb573eeb24686ec635a09550e346 -SIZE (cabal/cryptocipher-0.6.2.tar.gz) = 2027 diff --git a/security/hs-cryptocipher/pkg-descr b/security/hs-cryptocipher/pkg-descr deleted file mode 100644 index fdabb7f4be3..00000000000 --- a/security/hs-cryptocipher/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Symmetrical block and stream ciphers. - -WWW: https://github.com/vincenthz/hs-cryptocipher diff --git a/security/hs-cryptohash-conduit/Makefile b/security/hs-cryptohash-conduit/Makefile deleted file mode 100644 index 61a74ab83f7..00000000000 --- a/security/hs-cryptohash-conduit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash-conduit -PORTVERSION= 0.1.1 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cryptohash conduit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= conduit conduit-extra cryptohash resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash-conduit/distinfo b/security/hs-cryptohash-conduit/distinfo deleted file mode 100644 index a3f5d6f1e8a..00000000000 --- a/security/hs-cryptohash-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624171 -SHA256 (cabal/cryptohash-conduit-0.1.1.tar.gz) = ea516d898d3e34dae6be3e8bc59c9f61a61cb1222233dbfe84a84bb0ded4b4ce -SIZE (cabal/cryptohash-conduit-0.1.1.tar.gz) = 2318 diff --git a/security/hs-cryptohash-conduit/pkg-descr b/security/hs-cryptohash-conduit/pkg-descr deleted file mode 100644 index b5f30e0f756..00000000000 --- a/security/hs-cryptohash-conduit/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Support all the cryptohash package using conduits from the conduit -package. - -WWW: https://github.com/vincenthz/hs-cryptohash-conduit diff --git a/security/hs-cryptohash-cryptoapi/Makefile b/security/hs-cryptohash-cryptoapi/Makefile deleted file mode 100644 index 60292b1b80a..00000000000 --- a/security/hs-cryptohash-cryptoapi/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash-cryptoapi -PORTVERSION= 0.1.4 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Crypto-api interfaces for cryptohash - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.2 crypto-api>=0.11 cryptohash>=0.8.0 tagged>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash-cryptoapi/distinfo b/security/hs-cryptohash-cryptoapi/distinfo deleted file mode 100644 index a500d1879a1..00000000000 --- a/security/hs-cryptohash-cryptoapi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499544840 -SHA256 (cabal/cryptohash-cryptoapi-0.1.4.tar.gz) = 717a8664ebfaa1c31aaec1d78c9b7c776a5adcfdfc50ad88e21a34566f72058e -SIZE (cabal/cryptohash-cryptoapi-0.1.4.tar.gz) = 3094 diff --git a/security/hs-cryptohash-cryptoapi/pkg-descr b/security/hs-cryptohash-cryptoapi/pkg-descr deleted file mode 100644 index d984b377e34..00000000000 --- a/security/hs-cryptohash-cryptoapi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Crypto-api interfaces for cryptohash. - -WWW: https://github.com/vincenthz/hs-cryptohash-cryptoapi diff --git a/security/hs-cryptohash-md5/Makefile b/security/hs-cryptohash-md5/Makefile deleted file mode 100644 index da192a48202..00000000000 --- a/security/hs-cryptohash-md5/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash-md5 -PORTVERSION= 0.11.100.1 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A practical incremental and one-pass, pure API to the MD5 hash algorithm - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash-md5/distinfo b/security/hs-cryptohash-md5/distinfo deleted file mode 100644 index 8587424cd8d..00000000000 --- a/security/hs-cryptohash-md5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499702500 -SHA256 (cabal/cryptohash-md5-0.11.100.1.tar.gz) = 710bd48770fa3e9a3b05428c6dc77fb72c91956d334a1eb89ded11bb843e18f9 -SIZE (cabal/cryptohash-md5-0.11.100.1.tar.gz) = 10472 diff --git a/security/hs-cryptohash-md5/files/patch-cryptohash-md5.cabal b/security/hs-cryptohash-md5/files/patch-cryptohash-md5.cabal deleted file mode 100644 index 1f2350d8f92..00000000000 --- a/security/hs-cryptohash-md5/files/patch-cryptohash-md5.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- cryptohash-md5.cabal.orig 2018-04-11 18:11:29 UTC -+++ cryptohash-md5.cabal -@@ -41,7 +41,7 @@ source-repository head - - library - default-language: Haskell2010 -- build-depends: base >= 4.5 && < 4.10 -+ build-depends: base >= 4.5 && < 4.13 - , bytestring >= 0.9.2 && < 0.11 - - hs-source-dirs: src diff --git a/security/hs-cryptohash-md5/pkg-descr b/security/hs-cryptohash-md5/pkg-descr deleted file mode 100644 index eca0e4ce7c2..00000000000 --- a/security/hs-cryptohash-md5/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -A practical incremental and one-pass, pure API to the MD5 hash algorithm -(including HMAC support) with performance close to the fastest implementations -available in other languages. - -The implementation is made in C with a haskell FFI wrapper that hides the C -implementation. - -NOTE: This package has been forked off cryptohash-0.11.7 because the cryptohash -package has been deprecated and so this package continues to satisfy the need -for a lightweight package providing the MD5 hash algorithm without any -dependencies on packages other than base and bytestring. - -Consequently, this package can be used as a drop-in replacement for cryptohash's -Crypto.Hash.MD5 module, though with a clearly smaller footprint. - -WWW: http://hackage.haskell.org/package/cryptohash-md5 diff --git a/security/hs-cryptohash-sha1/Makefile b/security/hs-cryptohash-sha1/Makefile deleted file mode 100644 index a5527a61675..00000000000 --- a/security/hs-cryptohash-sha1/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash-sha1 -PORTVERSION= 0.11.100.1 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A practical incremental and one-pass, pure API to the SHA-1 hash algorithm - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash-sha1/distinfo b/security/hs-cryptohash-sha1/distinfo deleted file mode 100644 index da303336191..00000000000 --- a/security/hs-cryptohash-sha1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499702505 -SHA256 (cabal/cryptohash-sha1-0.11.100.1.tar.gz) = 3c79af33542512442f8f87f6abb1faef7cd43bbfb2859260a33251d861eb0dab -SIZE (cabal/cryptohash-sha1-0.11.100.1.tar.gz) = 10198 diff --git a/security/hs-cryptohash-sha1/files/patch-cryptohash-sha1.cabal b/security/hs-cryptohash-sha1/files/patch-cryptohash-sha1.cabal deleted file mode 100644 index 938233fc05c..00000000000 --- a/security/hs-cryptohash-sha1/files/patch-cryptohash-sha1.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- cryptohash-sha1.cabal.orig 2018-04-13 20:05:39 UTC -+++ cryptohash-sha1.cabal -@@ -41,7 +41,7 @@ source-repository head - - library - default-language: Haskell2010 -- build-depends: base >= 4.5 && < 4.10 -+ build-depends: base >= 4.5 && < 4.13 - , bytestring >= 0.9.2 && < 0.11 - - hs-source-dirs: src diff --git a/security/hs-cryptohash-sha1/pkg-descr b/security/hs-cryptohash-sha1/pkg-descr deleted file mode 100644 index 1de0fe1e6c2..00000000000 --- a/security/hs-cryptohash-sha1/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -A practical incremental and one-pass, pure API to the SHA-1 hash algorithm -(including HMAC support) with performance close to the fastest implementations -available in other languages. - -The implementation is made in C with a haskell FFI wrapper that hides the C -implementation. - -NOTE: This package has been forked off cryptohash-0.11.7 because the cryptohash -package has been deprecated and so this package continues to satisfy the need -for a lightweight package providing the SHA1 hash algorithm without any -dependencies on packages other than base and bytestring. - -Consequently, this package can be used as a drop-in replacement for cryptohash's -Crypto.Hash.SHA1 module, though with a clearly smaller footprint. - -WWW: http://hackage.haskell.org/package/cryptohash-sha1 diff --git a/security/hs-cryptohash-sha256/Makefile b/security/hs-cryptohash-sha256/Makefile deleted file mode 100644 index f7126f9d121..00000000000 --- a/security/hs-cryptohash-sha256/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash-sha256 -PORTVERSION= 0.11.101.0 -PORTREVISION= 3 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A practical incremental and one-pass, pure API to the SHA-256 hash algorithm - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash-sha256/distinfo b/security/hs-cryptohash-sha256/distinfo deleted file mode 100644 index b65753b6feb..00000000000 --- a/security/hs-cryptohash-sha256/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523276193 -SHA256 (cabal/cryptohash-sha256-0.11.101.0.tar.gz) = 52756435dbea248e344fbcbcc5df5307f60dfacf337dfd11ae30f1c7a4da05dd -SIZE (cabal/cryptohash-sha256-0.11.101.0.tar.gz) = 14996 diff --git a/security/hs-cryptohash-sha256/files/patch-cryptohash-sha256.cabal b/security/hs-cryptohash-sha256/files/patch-cryptohash-sha256.cabal deleted file mode 100644 index dcbcff7e6df..00000000000 --- a/security/hs-cryptohash-sha256/files/patch-cryptohash-sha256.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- cryptohash-sha256.cabal.orig 2018-04-09 12:20:11 UTC -+++ cryptohash-sha256.cabal -@@ -74,7 +74,7 @@ library - Trustworthy - Unsafe - -- build-depends: base >= 4.5 && < 4.11 -+ build-depends: base >= 4.5 && < 4.13 - , bytestring >= 0.9.2 && < 0.11 - - ghc-options: -Wall diff --git a/security/hs-cryptohash-sha256/pkg-descr b/security/hs-cryptohash-sha256/pkg-descr deleted file mode 100644 index fa0efb2775d..00000000000 --- a/security/hs-cryptohash-sha256/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -A practical incremental and one-pass, pure API to the SHA-256 hash algorithm -(including HMAC support) with performance close to the fastest implementations -available in other languages. - -The implementation is made in C with a haskell FFI wrapper that hides the C -implementation. - -NOTE: This package has been forked off cryptohash-0.11.7 because the cryptohash -package has been deprecated and so this package continues to satisfy the need for -a lightweight package providing the SHA256 hash algorithm without any dependencies -on packages other than base and bytestring. - -Consequently, this package can be used as a drop-in replacement for cryptohash's -Crypto.Hash.SHA256 module, though with a clearly smaller footprint. - -WWW: http://hackage.haskell.org/package/cryptohash-sha256 diff --git a/security/hs-cryptohash/Makefile b/security/hs-cryptohash/Makefile deleted file mode 100644 index 79259cb921e..00000000000 --- a/security/hs-cryptohash/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptohash -PORTVERSION= 0.11.9 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Collection of crypto hashes, fast, pure, and practical - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= byteable cryptonite>=0.13 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptohash/distinfo b/security/hs-cryptohash/distinfo deleted file mode 100644 index 2dc65db6cae..00000000000 --- a/security/hs-cryptohash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499538586 -SHA256 (cabal/cryptohash-0.11.9.tar.gz) = c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb -SIZE (cabal/cryptohash-0.11.9.tar.gz) = 25762 diff --git a/security/hs-cryptohash/pkg-descr b/security/hs-cryptohash/pkg-descr deleted file mode 100644 index d594ce1f912..00000000000 --- a/security/hs-cryptohash/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A collection of crypto hashes, with a practical incremental and one-pass, -pure APIs, with performance close to the fastest implementations available -in others languages. The implementations are made in C with a haskell FFI -wrapper that hide the C implementation. - -WWW: https://github.com/vincenthz/hs-cryptohash diff --git a/security/hs-cryptonite-conduit/Makefile b/security/hs-cryptonite-conduit/Makefile deleted file mode 100644 index 76f9c34399c..00000000000 --- a/security/hs-cryptonite-conduit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptonite-conduit -PORTVERSION= 0.2.2 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cryptonite conduit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= conduit conduit-extra cryptonite resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptonite-conduit/distinfo b/security/hs-cryptonite-conduit/distinfo deleted file mode 100644 index a48f0765320..00000000000 --- a/security/hs-cryptonite-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525170379 -SHA256 (cabal/cryptonite-conduit-0.2.2.tar.gz) = 705d69ab3f79b7b8810c7b9e7da81a1c6686b6a4323b1e78150576a25a658dae -SIZE (cabal/cryptonite-conduit-0.2.2.tar.gz) = 5405 diff --git a/security/hs-cryptonite-conduit/pkg-descr b/security/hs-cryptonite-conduit/pkg-descr deleted file mode 100644 index e5ff652a3aa..00000000000 --- a/security/hs-cryptonite-conduit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Conduit bridge for cryptonite. For now only provide a conduit version for -hash and hmac, but with contribution, this could provide cipher conduits too, -and probably other things. - -WWW: https://github.com/haskell-crypto/cryptonite-conduit diff --git a/security/hs-cryptonite/Makefile b/security/hs-cryptonite/Makefile deleted file mode 100644 index 439a8cc992e..00000000000 --- a/security/hs-cryptonite/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cryptonite -PORTVERSION= 0.24 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Cryptography Primitives sink - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= memory>=0.2 - -FLAGS_ENABLE= support_aesni support_rdrand integer-gmp support_deepseq -FLAGS_DISABLE= support_pclmuldq - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-cryptonite/distinfo b/security/hs-cryptonite/distinfo deleted file mode 100644 index be3760b8b49..00000000000 --- a/security/hs-cryptonite/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499539235 -SHA256 (cabal/cryptonite-0.24.tar.gz) = 17c3312343ef9bbfa87566d1f701d24870c2d34e015b104ff02faf1c9e1b5a86 -SIZE (cabal/cryptonite-0.24.tar.gz) = 579387 diff --git a/security/hs-cryptonite/pkg-descr b/security/hs-cryptonite/pkg-descr deleted file mode 100644 index 315c9e1ca24..00000000000 --- a/security/hs-cryptonite/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -A repository of cryptographic primitives. - - * Symmetric ciphers: AES, DES, 3DES, Blowfish, Camellia, RC4, Salsa, ChaCha. - * Hash: SHA1, SHA2, SHA3, MD2, MD4, MD5, Kekkak, Skein, Ripemd, Tiger, - Whirlpool - * MAC: HMAC, Poly1305 - * Assymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Ed25519 - * Key Derivation Function: PBKDF2, Scrypt - * Cryptographic Random generation: System Entropy, Deterministic Random - Generator - * Data related: Anti-Forensic - -Information Splitter (AFIS) If anything cryptographic related is missing -from here, submit a pull request to have it added. This package strive -to be a cryptographic kitchen sink that provides cryptography for -everyone. Evaluate the security related to your requirements before -using. - -WWW: https://github.com/vincenthz/cryptonite diff --git a/security/hs-digest/Makefile b/security/hs-digest/Makefile deleted file mode 100644 index 0dab29f4119..00000000000 --- a/security/hs-digest/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= digest -PORTVERSION= 0.0.1.2 -PORTREVISION= 14 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Various cryptographic hashes for Bytestrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= zlib - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-digest/distinfo b/security/hs-digest/distinfo deleted file mode 100644 index e79c36a3096..00000000000 --- a/security/hs-digest/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624171 -SHA256 (cabal/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 -SIZE (cabal/digest-0.0.1.2.tar.gz) = 3790 diff --git a/security/hs-digest/pkg-descr b/security/hs-digest/pkg-descr deleted file mode 100644 index cb183080d59..00000000000 --- a/security/hs-digest/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides efficient cryptographic hash implementations for -strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; -they are implemented as FFI bindings to efficient code from zlib. - -WWW: http://hackage.haskell.org/package/digest diff --git a/security/hs-ed25519/Makefile b/security/hs-ed25519/Makefile deleted file mode 100644 index c60c5ec7b08..00000000000 --- a/security/hs-ed25519/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ed25519 -PORTVERSION= 0.0.5.0 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A simple, fast, self-contained copy of the Ed25519 public-key signature system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-ed25519/distinfo b/security/hs-ed25519/distinfo deleted file mode 100644 index 054c0ff1677..00000000000 --- a/security/hs-ed25519/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499789028 -SHA256 (cabal/ed25519-0.0.5.0.tar.gz) = d8a5958ebfa9309790efade64275dc5c441b568645c45ceed1b0c6ff36d6156d -SIZE (cabal/ed25519-0.0.5.0.tar.gz) = 80034 diff --git a/security/hs-ed25519/files/patch-ed25519.cabal b/security/hs-ed25519/files/patch-ed25519.cabal deleted file mode 100644 index ede2f9775f8..00000000000 --- a/security/hs-ed25519/files/patch-ed25519.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- ed25519.cabal.orig 2017-07-11 16:16:50 UTC -+++ ed25519.cabal -@@ -60,7 +60,7 @@ flag no-donna - - library - build-depends: -- ghc-prim >= 0.1 && < 0.5, -+ ghc-prim >= 0.1 && < 0.6, - base >= 4 && < 5, - bytestring >= 0.9 && < 0.11 - diff --git a/security/hs-ed25519/pkg-descr b/security/hs-ed25519/pkg-descr deleted file mode 100644 index 22b493743b5..00000000000 --- a/security/hs-ed25519/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a simple, fast, self-contained copy of the Ed25519 -public-key signature system with a clean interface. It also includes support -for detached signatures, and thorough documentation on the design and -implementation, including usage guidelines. - -WWW: http://hackage.haskell.org/package/ed25519 diff --git a/security/hs-entropy/Makefile b/security/hs-entropy/Makefile deleted file mode 100644 index dad77f4f4b9..00000000000 --- a/security/hs-entropy/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= entropy -PORTVERSION= 0.4.1.4 -PORTREVISION= 1 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Platform-independent entropy source - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-entropy/distinfo b/security/hs-entropy/distinfo deleted file mode 100644 index 34b375559a9..00000000000 --- a/security/hs-entropy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545494256 -SHA256 (cabal/entropy-0.4.1.4.tar.gz) = 2e3f6a65c8fde3551a8fb03b0a519b718762fc3278b1a5750f96d399e821eeb9 -SIZE (cabal/entropy-0.4.1.4.tar.gz) = 7361 diff --git a/security/hs-entropy/pkg-descr b/security/hs-entropy/pkg-descr deleted file mode 100644 index f9a041151a5..00000000000 --- a/security/hs-entropy/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A platform-independent method to obtain cryptographically strong entropy. - -WWW: https://github.com/TomMD/entropy diff --git a/security/hs-gnutls/Makefile b/security/hs-gnutls/Makefile deleted file mode 100644 index a0fb58bc901..00000000000 --- a/security/hs-gnutls/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gnutls -PORTVERSION= 0.2 -PORTREVISION= 6 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings for GNU libgnutls - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= monads-tf>=0.1.0 - -USES= pkgconfig -LIB_DEPENDS= libgnutls.so:security/gnutls - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-gnutls/distinfo b/security/hs-gnutls/distinfo deleted file mode 100644 index c63bda116f7..00000000000 --- a/security/hs-gnutls/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624171 -SHA256 (cabal/gnutls-0.2.tar.gz) = c0e6fddf92d48d1e6ab0d93af8104cc83d250eab7b3d369780ef72801aa8b7b0 -SIZE (cabal/gnutls-0.2.tar.gz) = 17272 diff --git a/security/hs-gnutls/pkg-descr b/security/hs-gnutls/pkg-descr deleted file mode 100644 index b50b23e86a4..00000000000 --- a/security/hs-gnutls/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -You almost certainly don't want to depend on this release. This is a -pre-alpha, almost useless release; its only purpose is to enable TLS -support in some of my other libraries. More complete bindings for GNU TLS -will be released at a later date. - -WWW: https://john-millikin.com/software/haskell-gnutls/ diff --git a/security/hs-hackage-security/Makefile b/security/hs-hackage-security/Makefile deleted file mode 100644 index 074545e6381..00000000000 --- a/security/hs-hackage-security/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hackage-security -PORTVERSION= 0.5.3.0 -PORTREVISION= 3 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The hackage security library provides both server and client utilities for securing the Hackage package server - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base16-bytestring base64-bytestring cryptohash-sha256 ed25519 \ - mtl network network-uri old-locale old-time tar zlib - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-hackage-security/distinfo b/security/hs-hackage-security/distinfo deleted file mode 100644 index 877f03b7bcf..00000000000 --- a/security/hs-hackage-security/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523300294 -SHA256 (cabal/hackage-security-0.5.3.0.tar.gz) = db986e17e9265aa9e40901690815b890b97d53159eb24d0a6cafaa7c18577c21 -SIZE (cabal/hackage-security-0.5.3.0.tar.gz) = 87119 diff --git a/security/hs-hackage-security/files/patch-hackage-security.cabal b/security/hs-hackage-security/files/patch-hackage-security.cabal deleted file mode 100644 index 57917703954..00000000000 --- a/security/hs-hackage-security/files/patch-hackage-security.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- hackage-security.cabal.orig 2018-03-25 23:39:07 UTC -+++ hackage-security.cabal -@@ -98,12 +98,12 @@ library - Hackage.Security.Util.TypedEmbedded - Prelude - -- We support ghc 7.4 (bundled with Cabal 1.14) and up -- build-depends: base >= 4.5 && < 4.12, -+ build-depends: base >= 4.5 && < 4.13, - base16-bytestring >= 0.1.1 && < 0.2, - base64-bytestring >= 1.0 && < 1.1, - bytestring >= 0.9 && < 0.11, -- Cabal >= 1.14 && < 2.4, -- containers >= 0.4 && < 0.6, -+ Cabal >= 1.14 && < 2.6, -+ containers >= 0.4 && < 0.7, - ed25519 >= 0.0 && < 0.1, - filepath >= 1.2 && < 1.5, - mtl >= 2.2 && < 2.3, diff --git a/security/hs-hackage-security/pkg-descr b/security/hs-hackage-security/pkg-descr deleted file mode 100644 index 80d3f3cdec9..00000000000 --- a/security/hs-hackage-security/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The hackage security library provides both server and client utilities for -securing the Hackage package server (http://hackage.haskell.org/). It is based on -The Update Framework (http://theupdateframework.com/), a set of recommendations -developed by security researchers at various universities in the US as well as -developers on the Tor project (https://www.torproject.org/). - -The current implementation supports only index signing, thereby enabling -untrusted mirrors. It does not yet provide facilities for author package -signing. - -The library has two main entry points: Hackage.Security.Client is the main entry -point for clients (the typical example being cabal), and Hackage.Security.Server -is the main entry point for servers (the typical example being hackage-server). - -WWW: https://hackage.haskell.org/package/hackage-security diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile deleted file mode 100644 index a3e99d5974e..00000000000 --- a/security/hs-monadcryptorandom/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= monadcryptorandom -PORTVERSION= 0.7.2.1 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Monad for using CryptoRandomGen - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= crypto-api exceptions tagged transformers-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-monadcryptorandom/distinfo b/security/hs-monadcryptorandom/distinfo deleted file mode 100644 index fb7d523a0ae..00000000000 --- a/security/hs-monadcryptorandom/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524150252 -SHA256 (cabal/monadcryptorandom-0.7.2.1.tar.gz) = 69453b6f8681033ff68a5afd410a336a37ff149de816439d5c49433d790a760d -SIZE (cabal/monadcryptorandom-0.7.2.1.tar.gz) = 4851 diff --git a/security/hs-monadcryptorandom/pkg-descr b/security/hs-monadcryptorandom/pkg-descr deleted file mode 100644 index 13394c7ae8f..00000000000 --- a/security/hs-monadcryptorandom/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A monad for using CryptoRandomGen. - -WWW: https://github.com/TomMD/monadcryptorandom diff --git a/security/hs-nonce/Makefile b/security/hs-nonce/Makefile deleted file mode 100644 index 6149d225767..00000000000 --- a/security/hs-nonce/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= nonce -PORTVERSION= 1.0.7 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generate cryptographic nonces - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring cprng-aes>=0.5 crypto-random entropy>=0.3.7 \ - unliftio - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-nonce/distinfo b/security/hs-nonce/distinfo deleted file mode 100644 index d82dcd87a28..00000000000 --- a/security/hs-nonce/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523901488 -SHA256 (cabal/nonce-1.0.7.tar.gz) = 4b4f6232b2cb07a6de47a838b4dc35c346a745683866dbfc6ebb8682158037e1 -SIZE (cabal/nonce-1.0.7.tar.gz) = 2956 diff --git a/security/hs-nonce/pkg-descr b/security/hs-nonce/pkg-descr deleted file mode 100644 index 6aa2a6699a7..00000000000 --- a/security/hs-nonce/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -According to the Wikipedia, a nonce is an arbitrary number used only -once in a cryptographic communication. This package contain helper -functions for generating nonces. There are many kinds of nonces used in -different situations. It's not guaranteed that by using the nonces from -this package you won't have any security issues. Please make sure that -the nonces generated via this package are usable on your design. - -WWW: https://github.com/prowdsponsor/nonce diff --git a/security/hs-pem/Makefile b/security/hs-pem/Makefile deleted file mode 100644 index ec39d241226..00000000000 --- a/security/hs-pem/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pem -PORTVERSION= 0.2.2 -PORTREVISION= 7 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Privacy Enhanced Mail (PEM) format reader and writer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=1.0.0 mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-pem/distinfo b/security/hs-pem/distinfo deleted file mode 100644 index 27e69cb3de5..00000000000 --- a/security/hs-pem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624172 -SHA256 (cabal/pem-0.2.2.tar.gz) = 372808c76c6d860aedb4e30171cb4ee9f6154d9f68e3f2310f820bf174995a98 -SIZE (cabal/pem-0.2.2.tar.gz) = 4641 diff --git a/security/hs-pem/pkg-descr b/security/hs-pem/pkg-descr deleted file mode 100644 index 7a01df726ca..00000000000 --- a/security/hs-pem/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Privacy Enhanced Mail (PEM) format reader and writer. - -WWW: https://github.com/vincenthz/hs-pem diff --git a/security/hs-pureMD5/Makefile b/security/hs-pureMD5/Makefile deleted file mode 100644 index dbbced3d5c9..00000000000 --- a/security/hs-pureMD5/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pureMD5 -PORTVERSION= 2.1.3 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell-only implementation of MD5 digest (hash) yalgorithm - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.2 crypto-api tagged - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-pureMD5/distinfo b/security/hs-pureMD5/distinfo deleted file mode 100644 index f3220edd072..00000000000 --- a/security/hs-pureMD5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624172 -SHA256 (cabal/pureMD5-2.1.3.tar.gz) = bef3358a5e3a45b649860a5792f052e2f927c0492a7056cf64425116c8a7b17d -SIZE (cabal/pureMD5-2.1.3.tar.gz) = 6719 diff --git a/security/hs-pureMD5/pkg-descr b/security/hs-pureMD5/pkg-descr deleted file mode 100644 index b2e68477642..00000000000 --- a/security/hs-pureMD5/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell-only implementation of the MD5 digest (hash) algorithm. This -now supports the crypto-api class interface. - -WWW: http://hackage.haskell.org/package/pureMD5 diff --git a/security/hs-pwstore-fast/Makefile b/security/hs-pwstore-fast/Makefile deleted file mode 100644 index 722b31bb314..00000000000 --- a/security/hs-pwstore-fast/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pwstore-fast -PORTVERSION= 2.4.4 -PORTREVISION= 5 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Secure password storage - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=0.1 byteable>=0.1 cryptohash>=0.6 random>=1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-pwstore-fast/distinfo b/security/hs-pwstore-fast/distinfo deleted file mode 100644 index 3c391bd684b..00000000000 --- a/security/hs-pwstore-fast/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624172 -SHA256 (cabal/pwstore-fast-2.4.4.tar.gz) = 7219af66b6f762d9dd5376b3b25393d4d6626e390e9d9c9f87f6e3f13ea7fbb2 -SIZE (cabal/pwstore-fast-2.4.4.tar.gz) = 8901 diff --git a/security/hs-pwstore-fast/pkg-descr b/security/hs-pwstore-fast/pkg-descr deleted file mode 100644 index d9cb994be0f..00000000000 --- a/security/hs-pwstore-fast/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -To store passwords securely, they should be salted, then hashed with a -slow hash function. This library uses PBKDF1-SHA256, and handles all the -details. It uses the cryptohash package for speed; if you need a pure -Haskell library, pwstore-purehaskell has the exact same API, but uses -only pure Haskell. It is about 25 times slower than this package, but -still quite usable. - -WWW: https://github.com/PeterScott/pwstore diff --git a/security/hs-skein/Makefile b/security/hs-skein/Makefile deleted file mode 100644 index 1b3469bc6cc..00000000000 --- a/security/hs-skein/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= skein -PORTVERSION= 1.0.9.4 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Skein, a family of cryptographic hash functions - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cereal>=0.3 crypto-api>=0.6 tagged>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-skein/distinfo b/security/hs-skein/distinfo deleted file mode 100644 index a09b0bb9374..00000000000 --- a/security/hs-skein/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624173 -SHA256 (cabal/skein-1.0.9.4.tar.gz) = f882ca0cc5ed336ef898fb3c89579e392900259296b2320edf968b9fc16cb8c9 -SIZE (cabal/skein-1.0.9.4.tar.gz) = 134346 diff --git a/security/hs-skein/pkg-descr b/security/hs-skein/pkg-descr deleted file mode 100644 index 46cc83cc95e..00000000000 --- a/security/hs-skein/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Skein is a family of fast secure cryptographic hash functions designed -by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir -Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. This package -uses bindings to the optimized C implementation of Skein. We provide a -high-level interface (see module Crypto.Skein) to some of the Skein use -cases. We also provide a low-level interface (see module -Crypto.Skein.Internal) should you need to use Skein in a different way. -Currently we have support for Skein as cryptographic hash function as -Skein as a message authentication code (Skein-MAC). - -WWW: https://github.com/meteficha/skein diff --git a/security/hs-tls-session-manager/Makefile b/security/hs-tls-session-manager/Makefile deleted file mode 100644 index 33804c4e9f5..00000000000 --- a/security/hs-tls-session-manager/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tls-session-manager -PORTVERSION= 0.0.0.0 -PORTREVISION= 4 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= TLS session manager with limitation, automatic pruning, energy saving and replay resistance - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= auto-update clock psqueues tls - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-tls-session-manager/distinfo b/security/hs-tls-session-manager/distinfo deleted file mode 100644 index 2fda4da7e3f..00000000000 --- a/security/hs-tls-session-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499716462 -SHA256 (cabal/tls-session-manager-0.0.0.0.tar.gz) = 7673d405781125733283b9f848c07b600ef0a060b62c0bda605af8c92e886c11 -SIZE (cabal/tls-session-manager-0.0.0.0.tar.gz) = 3066 diff --git a/security/hs-tls-session-manager/pkg-descr b/security/hs-tls-session-manager/pkg-descr deleted file mode 100644 index a08b40b3e43..00000000000 --- a/security/hs-tls-session-manager/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -TLS session manager with limitation, automatic pruning, energy saving and replay resistance - -WWW: http://hackage.haskell.org/package/tls-session-manager diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile deleted file mode 100644 index d41cb913b57..00000000000 --- a/security/hs-tls/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tls -PORTVERSION= 1.4.1 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= TLS/SSL protocol native implementation (Server and Client) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding asn1-types>=0.2.0 async byteable cereal>=0.4 \ - cryptonite>=0.3 data-default-class memory mtl network \ - x509>=1.6 x509-store>=1.6 x509-validation>=1.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-tls/distinfo b/security/hs-tls/distinfo deleted file mode 100644 index 1919a625967..00000000000 --- a/security/hs-tls/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524684486 -SHA256 (cabal/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 -SIZE (cabal/tls-1.4.1.tar.gz) = 92647 diff --git a/security/hs-tls/pkg-descr b/security/hs-tls/pkg-descr deleted file mode 100644 index 58e3ddbc524..00000000000 --- a/security/hs-tls/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Native Haskell TLS and SSL protocol implementation for server and -client. This provides a high-level implementation of a sensitive -security protocol, eliminating a common set of security issues through -the use of the advanced type system, high level constructions and common -Haskell features. Currently implement the SSL3.0, TLS1.0, TLS1.1 and -TLS1.2 protocol, and support RSA and Ephemeral (Elliptic curve and -regular) Diffie Hellman key exchanges, and many extensions. - -WWW: https://github.com/vincenthz/hs-tls diff --git a/security/hs-x509-store/Makefile b/security/hs-x509-store/Makefile deleted file mode 100644 index 976170fbf1b..00000000000 --- a/security/hs-x509-store/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= x509-store -PORTVERSION= 1.6.6 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= X.509 collection accessing and storing methods - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding>=0.9 asn1-types>=0.3 cryptonite mtl pem>=0.1 \ - x509>=1.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-x509-store/distinfo b/security/hs-x509-store/distinfo deleted file mode 100644 index 4a0dc106d4d..00000000000 --- a/security/hs-x509-store/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523784064 -SHA256 (cabal/x509-store-1.6.6.tar.gz) = 6a276f595cf91c9688129cad4c9c6be9c349ffc0de22300eeb3dfa6a2b6e7635 -SIZE (cabal/x509-store-1.6.6.tar.gz) = 10802 diff --git a/security/hs-x509-store/pkg-descr b/security/hs-x509-store/pkg-descr deleted file mode 100644 index 0bf9fcef761..00000000000 --- a/security/hs-x509-store/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -X.509 collection accessing and storing methods for certificate, crl, -exception list. - -WWW: https://github.com/vincenthz/hs-certificate diff --git a/security/hs-x509-system/Makefile b/security/hs-x509-system/Makefile deleted file mode 100644 index 872b8c32cdf..00000000000 --- a/security/hs-x509-system/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= x509-system -PORTVERSION= 1.6.6 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Handle per-operating-system X.509 accessors and storage - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl pem>=0.1 x509>=1.6 x509-store>=1.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-x509-system/distinfo b/security/hs-x509-system/distinfo deleted file mode 100644 index 021da9b4fa3..00000000000 --- a/security/hs-x509-system/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524253699 -SHA256 (cabal/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 -SIZE (cabal/x509-system-1.6.6.tar.gz) = 3419 diff --git a/security/hs-x509-system/pkg-descr b/security/hs-x509-system/pkg-descr deleted file mode 100644 index f7e8dedb36a..00000000000 --- a/security/hs-x509-system/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -System X.509 handling. - -WWW: https://github.com/vincenthz/hs-certificate diff --git a/security/hs-x509-validation/Makefile b/security/hs-x509-validation/Makefile deleted file mode 100644 index ffbaa250917..00000000000 --- a/security/hs-x509-validation/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= x509-validation -PORTVERSION= 1.6.10 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= X.509 Certificate and CRL validation - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding>=0.9 asn1-types>=0.3 byteable cryptonite>=0.3 \ - data-default-class hourglass memory mtl network pem>=0.1 \ - x509>=1.6 x509-store>=1.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-x509-validation/distinfo b/security/hs-x509-validation/distinfo deleted file mode 100644 index 09ee09db3ff..00000000000 --- a/security/hs-x509-validation/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524342266 -SHA256 (cabal/x509-validation-1.6.10.tar.gz) = 761c9d77322528259b690508e829cb360feb1fc542951a99f3af51ae980e45d7 -SIZE (cabal/x509-validation-1.6.10.tar.gz) = 19356 diff --git a/security/hs-x509-validation/pkg-descr b/security/hs-x509-validation/pkg-descr deleted file mode 100644 index c2046a9dd5a..00000000000 --- a/security/hs-x509-validation/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -X.509 Certificate and CRL validation. - -WWW: https://github.com/vincenthz/hs-certificate diff --git a/security/hs-x509/Makefile b/security/hs-x509/Makefile deleted file mode 100644 index ddb1ccde408..00000000000 --- a/security/hs-x509/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= x509 -PORTVERSION= 1.7.3 -PORTREVISION= 2 -CATEGORIES= security haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= X509 reader and writer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= asn1-encoding>=0.9 asn1-parse>=0.9 asn1-types>=0.3.0 \ - cryptonite hourglass memory mtl pem>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/security/hs-x509/distinfo b/security/hs-x509/distinfo deleted file mode 100644 index 6658040f2a5..00000000000 --- a/security/hs-x509/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523638130 -SHA256 (cabal/x509-1.7.3.tar.gz) = 41740f949bb773dc721d342a85587a512658c81ee8cd38f102473b315e127356 -SIZE (cabal/x509-1.7.3.tar.gz) = 18386 diff --git a/security/hs-x509/pkg-descr b/security/hs-x509/pkg-descr deleted file mode 100644 index 309757736e9..00000000000 --- a/security/hs-x509/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -X509 reader and writer. - -WWW: https://github.com/vincenthz/hs-certificate diff --git a/security/quantis/Makefile b/security/quantis/Makefile deleted file mode 100644 index 6de07502903..00000000000 --- a/security/quantis/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# Created by: Alex Dupre -# $FreeBSD$ - -PORTNAME= quantis -DISTVERSION= v18.03.08 -PORTREVISION= 4 -CATEGORIES= security devel java -MASTER_SITES= https://www.idquantique.com/wordpress/wp-content/uploads/ -DISTNAME= Quantis-${DISTVERSION} - -MAINTAINER= ale@FreeBSD.org -COMMENT= Libraries and utilities to access Quantis devices - -LICENSE= BSD3CLAUSE GPLv2 -LICENSE_COMB= dual -LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../License.txt - -BROKEN= does not build -BROKEN_aarch64= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY) -BROKEN_armv6= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY) -BROKEN_armv7= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY) -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USES= cmake compiler:c++11-lang zip:infozip - -OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL DOCS EXAMPLES -OPTIONS_DEFAULT=PCI USB JAVA TOOL -NO_OPTIONS_SORT=yes - -PCI_DESC= Enable Quantis PCI support -USB_DESC= Enable Quantis USB support -JAVA_DESC= Enable Java support -COMPAT_DESC= Build API v1 compatibility libraries -TOOL_DESC= Build EasyQuantis application - -EXTRACT_BEFORE_ARGS= -aqo -USE_LDCONFIG= yes -SUB_FILES= pkg-message - -WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps - -KMODDIR?= /boot/modules - -PORTDOCS= * -PORTEXAMPLES= * - -.include - -.if ${PORT_OPTIONS:MPCI} -RUN_DEPENDS+= ${KMODDIR}/quantis.ko:security/quantis-kmod -.else -CMAKE_ARGS+= -DDISABLE_QUANTIS_PCI=1 -.endif - -.if ! ${PORT_OPTIONS:MUSB} -CMAKE_ARGS+= -DDISABLE_QUANTIS_USB=1 -PKGMESSAGE= ${PKGDIR}/notexistent -.endif - -.if ${PORT_OPTIONS:MJAVA} -USE_JAVA= yes -JAVA_VERSION= 1.6+ -JAVA_OS= native -.else -CMAKE_ARGS+= -DDISABLE_QUANTIS_JAVA=1 -.endif - -.if ${PORT_OPTIONS:MCOMPAT} -CMAKE_ARGS+= -DENABLE_QUANTIS_COMPAT=1 - -PLIST_SUB+= COMPAT="" -.else -PLIST_SUB+= COMPAT="@comment " -.endif - -.if ${PORT_OPTIONS:MTOOL} -BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_date_time.a:devel/boost-libs -CXXFLAGS+= -I${LOCALBASE}/include - -CMAKE_ARGS+= -DDISABLE_EASYQUANTIS_GUI=1 - -PLIST_SUB+= TOOL="" -.else -CMAKE_ARGS+= -DDISABLE_EASYQUANTIS=1 - -PLIST_SUB+= TOOL="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} '/ if(CMAKE_COMPILER_IS_GNU/s/)/ MATCHES "0")/' \ - ${WRKSRC}/CMake/CompilersFlags.cmake - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../*.txt ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "-not -empty") -.if ${PORT_OPTIONS:MUSB} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/devd - ${INSTALL_DATA} ${FILESDIR}/quantis.conf ${STAGEDIR}${EXAMPLESDIR}/devd -.endif - -.include diff --git a/security/quantis/distinfo b/security/quantis/distinfo deleted file mode 100644 index 126de407260..00000000000 --- a/security/quantis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1539934255 -SHA256 (Quantis-v18.03.08.zip) = d7e88f5213c17a414666954266462219d4f7f8a0de0f3cc72d832b600fb73d3e -SIZE (Quantis-v18.03.08.zip) = 293853325 diff --git a/security/quantis/files/patch-CMake_FindJNI.cmake b/security/quantis/files/patch-CMake_FindJNI.cmake deleted file mode 100644 index 96b2d29c913..00000000000 --- a/security/quantis/files/patch-CMake_FindJNI.cmake +++ /dev/null @@ -1,18 +0,0 @@ ---- CMake/FindJNI.cmake.orig 2010-06-29 07:44:57 UTC -+++ CMake/FindJNI.cmake -@@ -98,6 +98,7 @@ JAVA_APPEND_LIBRARY_DIRECTORIES(JAVA_AWT - /usr/lib/jvm/default-java/jre/lib - /usr/lib/jvm/default-java/lib - # FreeBSD specific paths for default JVM -+ /usr/local/openjdk8/jre/lib/{libarch} - /usr/local/openjdk7/jre/lib/{libarch} - /usr/local/openjdk6/jre/lib/{libarch} - /usr/local/diablo-jdk1.6.0/jre/lib/{libarch} -@@ -138,6 +139,7 @@ SET(JAVA_AWT_INCLUDE_DIRECTORIES - # Debian specific path for default JVM - /usr/lib/jvm/default-java/include - # FreeBSD specific path for default JVM -+ /usr/local/openjdk8/include - /usr/local/openjdk7/include - /usr/local/openjdk6/include - /usr/local/diablo-jdk1.6.0/include diff --git a/security/quantis/files/patch-EasyQuantis_CMakeLists.txt b/security/quantis/files/patch-EasyQuantis_CMakeLists.txt deleted file mode 100644 index c8828506c54..00000000000 --- a/security/quantis/files/patch-EasyQuantis_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- EasyQuantis/CMakeLists.txt.orig 2014-04-17 14:41:53.461085311 +0000 -+++ EasyQuantis/CMakeLists.txt 2014-04-17 14:44:22.923075121 +0000 -@@ -102,6 +102,7 @@ - ${QT_LIBRARIES} - ${Boost_LIBRARIES} - ${Rt_LIBRARIES} -+ -pthread - ) - if(CMAKE_SYSTEM_NAME MATCHES "Darwin") - set_target_properties(${ExeName} PROPERTIES diff --git a/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt b/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt deleted file mode 100644 index c3dfbb978cf..00000000000 --- a/security/quantis/files/patch-QuantisExtensions_CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ ---- QuantisExtensions/CMakeLists.txt.orig 2012-09-24 16:08:08.000000000 +0200 -+++ QuantisExtensions/CMakeLists.txt 2012-09-24 16:08:24.000000000 +0200 -@@ -58,6 +58,6 @@ - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} - ) - --INSTALL(FILES ${Public_Headers} DESTINATION include) -+INSTALL(FILES ${Public_Headers} DESTINATION include/QuantisExtensions) - - diff --git a/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c b/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c deleted file mode 100644 index 038c22ee9af..00000000000 --- a/security/quantis/files/patch-QuantisExtensions_QuantisExtractor_C.c +++ /dev/null @@ -1,15 +0,0 @@ ---- QuantisExtensions/QuantisExtractor_C.c.orig 2012-09-24 15:42:36.000000000 +0200 -+++ QuantisExtensions/QuantisExtractor_C.c 2012-09-24 15:42:56.000000000 +0200 -@@ -53,7 +53,11 @@ - #include "../Quantis/Conversion.h" - #include - #include --#include -+#ifdef HAVE_MALLOC_H -+# include -+#else -+# include -+#endif - - - /* Size of the buffer used for QuantisReadXXX methods */ diff --git a/security/quantis/files/patch-Quantis_CMakeLists.txt b/security/quantis/files/patch-Quantis_CMakeLists.txt deleted file mode 100644 index 1a3b25440b8..00000000000 --- a/security/quantis/files/patch-Quantis_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- Quantis/CMakeLists.txt.orig 2011-05-27 14:12:20.000000000 +0200 -+++ Quantis/CMakeLists.txt 2011-05-27 14:15:01.000000000 +0200 -@@ -151,7 +151,7 @@ - ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} - ) - --INSTALL(FILES ${Public_Headers} DESTINATION include) -+INSTALL(FILES ${Public_Headers} DESTINATION include/Quantis) - - - ########## Quantis Compatilibity Libraries ########## diff --git a/security/quantis/files/pkg-message.in b/security/quantis/files/pkg-message.in deleted file mode 100644 index 7db754ebbd0..00000000000 --- a/security/quantis/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -************************************************************ - -To give Quantis USB access to other users than 'root', -you have to change permissions on the generated 'ugen' -device. - -A devd config sample has been put in the examples directory. -Copy it into %%LOCALBASE%%/etc/devd ad modify it at your needs. - -************************************************************ diff --git a/security/quantis/files/quantis.conf b/security/quantis/files/quantis.conf deleted file mode 100644 index d2826eb2347..00000000000 --- a/security/quantis/files/quantis.conf +++ /dev/null @@ -1,7 +0,0 @@ -# Quantis USB RNG -attach 100 { - device-name "ugen[0-9\.]+"; - match "vendor" "0x0aba"; - match "product" "0x0102"; - action "/bin/chmod 666 /dev/$device-name"; -}; diff --git a/security/quantis/pkg-descr b/security/quantis/pkg-descr deleted file mode 100644 index de36fd5b943..00000000000 --- a/security/quantis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Quantis is a physical random number generator exploiting -an elementary quantum optics process. - -This port contains the user library and a CLI/GUI application -to access such devices. - -WWW: http://www.idquantique.com/ diff --git a/security/quantis/pkg-plist b/security/quantis/pkg-plist deleted file mode 100644 index 26483b7be00..00000000000 --- a/security/quantis/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -%%TOOL%%bin/EasyQuantis -include/Quantis/Conversion.h -include/Quantis/DllMain.h -include/Quantis/Quantis.h -include/Quantis/Quantis.hpp -include/Quantis/QuantisUsb_Commands.h -include/Quantis/Quantis_Compat.h -include/Quantis/Quantis_Internal.h -include/Quantis/Quantis_Java.h -include/Quantis/Quantis_random_device.hpp -include/Quantis/msc_stdint.h -include/Quantis/resource.h -include/QuantisExtensions/QuantisExtractor.h -include/QuantisExtensions/QuantisExtractor.hpp -lib/libQuantis-NoHw.a -lib/libQuantis-NoHw.so -lib/libQuantis-NoHw.so.2 -lib/libQuantis-NoHw.so.2.12.0 -lib/libQuantis.a -lib/libQuantis.so -lib/libQuantis.so.2 -lib/libQuantis.so.2.12.0 -lib/libQuantis_Extensions.a -lib/libQuantis_Extensions.so -lib/libQuantis_Extensions.so.2 -lib/libQuantis_Extensions.so.2.12.0 -%%COMPAT%%lib/libQuantisPci-Compat.a -%%COMPAT%%lib/libQuantisPci-Compat.so -%%COMPAT%%lib/libQuantisPci-Compat.so.2 -%%COMPAT%%lib/libQuantisPci-Compat.so.2.12.0 -%%COMPAT%%lib/libQuantisUsb-Compat.a -%%COMPAT%%lib/libQuantisUsb-Compat.so -%%COMPAT%%lib/libQuantisUsb-Compat.so.2 -%%COMPAT%%lib/libQuantisUsb-Compat.so.2.12.0 diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile index ec566f114bb..369beab9e3e 100644 --- a/security/racoon2/Makefile +++ b/security/racoon2/Makefile @@ -3,6 +3,7 @@ PORTNAME= racoon2 PORTVERSION= ${RACOON2_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= security net ipv6 HASH= 5c4af73 RACOON2_COMMIT_DATE=20181215 diff --git a/security/racoon2/files/patch-samples-rc.d-iked.in b/security/racoon2/files/patch-samples-rc.d-iked.in index 653f2dc0afa..8bad1a3d634 100644 --- a/security/racoon2/files/patch-samples-rc.d-iked.in +++ b/security/racoon2/files/patch-samples-rc.d-iked.in @@ -1,6 +1,6 @@ ---- samples/rc.d/iked.in.orig 2018-08-15 21:36:53.000000000 -0700 -+++ samples/rc.d/iked.in 2018-10-19 12:32:15.579253000 -0700 -@@ -10,11 +10,13 @@ +--- samples/rc.d/iked.in.orig 2018-08-15 22:36:53.000000000 -0600 ++++ samples/rc.d/iked.in 2019-05-09 08:03:55.095621000 -0600 +@@ -10,14 +10,22 @@ . /etc/rc.subr @@ -15,4 +15,13 @@ +required_vars="spmd_enable" pidfile="/var/run/${name}.pid" required_files="@sysconfdir@/racoon2.conf" ++start_precmd="iked_precmd" reload_cmd="iked_reload" ++ ++iked_precmd() ++{ ++ sysctl -qn net.inet.ipsec.def_policy >/dev/null || kldload ipsec || return 1 ++} + + iked_reload() + { diff --git a/security/sslproxy/Makefile b/security/sslproxy/Makefile index 5dd726be581..835d240dfa2 100644 --- a/security/sslproxy/Makefile +++ b/security/sslproxy/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sslproxy -PORTVERSION= 0.5.9 +PORTVERSION= 0.6.0 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= security @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libevent.so:devel/libevent \ libnet.so:net/libnet -USES= gmake pkgconfig uidfix ssl +USES= gmake pkgconfig uidfix sqlite ssl USE_GITHUB= yes GH_ACCOUNT= sonertari GH_PROJECT= SSLproxy diff --git a/security/sslproxy/distinfo b/security/sslproxy/distinfo index 6e563eabb7f..35fe9cd6855 100644 --- a/security/sslproxy/distinfo +++ b/security/sslproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551812754 -SHA256 (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 669cd763f83c8faa69e6fb2854e09cb724960075b088cbac5df994613423a4cb -SIZE (sonertari-SSLproxy-v0.5.9_GH0.tar.gz) = 1777393 +TIMESTAMP = 1557314268 +SHA256 (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 4905a87c232cd713c0ffce0a7f02f2e4e4cfed569ff10659c279f9516112aa5c +SIZE (sonertari-SSLproxy-v0.6.0_GH0.tar.gz) = 1796137 diff --git a/security/sslproxy/files/patch-GNUmakefile b/security/sslproxy/files/patch-GNUmakefile index 8fbc6c229d4..ca08fa38241 100644 --- a/security/sslproxy/files/patch-GNUmakefile +++ b/security/sslproxy/files/patch-GNUmakefile @@ -1,4 +1,4 @@ ---- GNUmakefile.orig 2018-12-11 18:58:45 UTC +--- GNUmakefile.orig 2019-05-02 16:06:48 UTC +++ GNUmakefile @@ -178,7 +178,7 @@ endif @@ -18,7 +18,7 @@ ifeq ($(shell id -u),0) BINOWNERFLAGS?= -o $(BINUID) -g $(BINGID) CNFOWNERFLAGS?= -o $(CNFUID) -g $(CNFGID) -@@ -504,26 +504,19 @@ clean: +@@ -524,26 +524,19 @@ clean: $(RM) -rf *.dSYM install: $(TARGET) diff --git a/security/sslproxy/files/patch-pxyconn.c b/security/sslproxy/files/patch-pxyconn.c new file mode 100644 index 00000000000..4bc7890ffdb --- /dev/null +++ b/security/sslproxy/files/patch-pxyconn.c @@ -0,0 +1,11 @@ +--- pxyconn.c.orig 2019-05-08 11:38:14 UTC ++++ pxyconn.c +@@ -938,7 +938,7 @@ pxy_try_remove_sslproxy_header(pxy_conn_child_ctx_t *c + } + } + +-#ifdef __APPLE__ ++#if defined(__FreeBSD__) || defined(__APPLE__) + #define getdtablecount() 0 + + /* diff --git a/shells/Makefile b/shells/Makefile index 3fe73cdb2a9..1450bc2ba8b 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -20,7 +20,6 @@ SUBDIR += fish SUBDIR += flash SUBDIR += heirloom-sh - SUBDIR += hs-shelly SUBDIR += ibsh SUBDIR += ion SUBDIR += jailkit @@ -41,6 +40,7 @@ SUBDIR += psh SUBDIR += rc SUBDIR += rssh + SUBDIR += rush SUBDIR += sash SUBDIR += scponly SUBDIR += shell-include diff --git a/shells/hs-shelly/Makefile b/shells/hs-shelly/Makefile deleted file mode 100644 index e1c4208158a..00000000000 --- a/shells/hs-shelly/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= shelly -PORTVERSION= 1.7.2 -PORTREVISION= 2 -CATEGORIES= shells haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Shell-like (systems) programming in Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async enclosed-exceptions exceptions>=0.6 lifted-async \ - lifted-base monad-control>=0.3.2 mtl>=2 system-fileio \ - system-filepath>=0.4.7 transformers-base unix-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/shells/hs-shelly/distinfo b/shells/hs-shelly/distinfo deleted file mode 100644 index 073202b57b9..00000000000 --- a/shells/hs-shelly/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524404401 -SHA256 (cabal/shelly-1.7.2.tar.gz) = 7662c746888a71f785fe00dde6940aeacdec6af700aec567493a99d8e31ef111 -SIZE (cabal/shelly-1.7.2.tar.gz) = 101946 diff --git a/shells/hs-shelly/pkg-descr b/shells/hs-shelly/pkg-descr deleted file mode 100644 index 3437056333f..00000000000 --- a/shells/hs-shelly/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Shelly provides convenient systems programming in Haskell, similar in -spirit to POSIX shells. Shelly: - - * is aimed at convenience and getting things done rather than being a - demonstration of elegance. - * has detailed and useful error messages. - * maintains its own environment, making it thread-safe. - * is modern, using Text and system-filepath/system-fileio. - -Shelly is originally forked from the Shellish package. See the shelly-extra -package for additional functionality. - -WWW: https://github.com/yesodweb/Shelly.hs diff --git a/shells/rush/Makefile b/shells/rush/Makefile new file mode 100644 index 00000000000..655045a6d0e --- /dev/null +++ b/shells/rush/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= rush +DISTVERSION= 1.9 +CATEGORIES= shells +MASTER_SITES= GNU + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Restricted User SHell, providing limited remote access to resources + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= gettext-runtime gmake tar:xz +GNU_CONFIGURE= yes + +INFO= ${PORTNAME} + +.include diff --git a/shells/rush/distinfo b/shells/rush/distinfo new file mode 100644 index 00000000000..92607dd3c2f --- /dev/null +++ b/shells/rush/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1557385661 +SHA256 (rush-1.9.tar.xz) = e42b6b8fbf0ef0c216aff9fecac8752e7cac322b7f149e4932f6b68435a5d598 +SIZE (rush-1.9.tar.xz) = 738196 diff --git a/shells/rush/pkg-descr b/shells/rush/pkg-descr new file mode 100644 index 00000000000..fc01700b876 --- /dev/null +++ b/shells/rush/pkg-descr @@ -0,0 +1,9 @@ +GNU Rush is a Restricted User Shell, designed for sites providing limited remote +access to their resources, such as, for example, savannah.gnu.org. Its main +program, rush, is configured as a user login shell for users that are allowed +only remote access to the machine. Using a flexible configuration file, GNU Rush +gives administrator complete control over the command lines that users execute, +and allows to tune the usage of system resources, such as virtual memory, CPU +time, etc. on a per-user basis. + +WWW: https://puszcza.gnu.org.ua/software/rush/ diff --git a/shells/rush/pkg-plist b/shells/rush/pkg-plist new file mode 100644 index 00000000000..9a3d2b770c1 --- /dev/null +++ b/shells/rush/pkg-plist @@ -0,0 +1,24 @@ +bin/rush-po +bin/rushlast +bin/rushwho +etc/rush.rc +man/man1/rush-po.1.gz +man/man1/rushlast.1.gz +man/man1/rushwho.1.gz +man/man5/rush.rc.5.gz +man/man8/rush.8.gz +sbin/rush +share/locale/da/LC_MESSAGES/rush.mo +share/locale/de/LC_MESSAGES/rush.mo +share/locale/es/LC_MESSAGES/rush.mo +share/locale/fi/LC_MESSAGES/rush.mo +share/locale/fr/LC_MESSAGES/rush.mo +share/locale/gl/LC_MESSAGES/rush.mo +share/locale/nl/LC_MESSAGES/rush.mo +share/locale/pl/LC_MESSAGES/rush.mo +share/locale/pt_BR/LC_MESSAGES/rush.mo +share/locale/sr/LC_MESSAGES/rush.mo +share/locale/sv/LC_MESSAGES/rush.mo +share/locale/uk/LC_MESSAGES/rush.mo +share/locale/vi/LC_MESSAGES/rush.mo +share/locale/zh_CN/LC_MESSAGES/rush.mo diff --git a/sysutils/Makefile b/sysutils/Makefile index 530917a08b4..3fe42156513 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -102,7 +102,6 @@ SUBDIR += biosfont SUBDIR += bkpupsd SUBDIR += bksh - SUBDIR += boxbackup SUBDIR += boxbackup-devel SUBDIR += brasero SUBDIR += bsd-splash-changer @@ -448,8 +447,6 @@ SUBDIR += graylog SUBDIR += grub2 SUBDIR += grub2-bhyve - SUBDIR += grub2-efi - SUBDIR += grub2-pcbsd SUBDIR += gsh SUBDIR += gsmartcontrol SUBDIR += gstopd @@ -486,10 +483,6 @@ SUBDIR += hpacucli SUBDIR += hploscripts SUBDIR += hptcli - SUBDIR += hs-cpu - SUBDIR += hs-disk-free-space - SUBDIR += hs-ekg-core - SUBDIR += hs-mountpoints SUBDIR += hstr SUBDIR += htop SUBDIR += httplog @@ -664,7 +657,6 @@ SUBDIR += mcollective-shell-client SUBDIR += mcron SUBDIR += mcweject - SUBDIR += mdcp SUBDIR += mdf2iso SUBDIR += megacli SUBDIR += megarc @@ -1221,7 +1213,6 @@ SUBDIR += savelogs SUBDIR += sb16config SUBDIR += sbase - SUBDIR += sbsigntool SUBDIR += scalpel SUBDIR += scan_ffs SUBDIR += scanbuttond diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile deleted file mode 100644 index 1eba2df46cf..00000000000 --- a/sysutils/boxbackup/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# Created by: James O'Gorman -# $FreeBSD$ - -PORTNAME= boxbackup -PORTVERSION= 0.11.1 -PORTREVISION= 7 -CATEGORIES= sysutils -MASTER_SITES= SF -PKGNAMESUFFIX= ${CLIENT_OR_SERVER} - -MAINTAINER= portmaster@BSDforge.com -COMMENT= Open source, completely automatic on-line backup system for Unix - -LICENSE= BSD3CLAUSE GPLv2 -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -USES= autoreconf perl5 ssl tar:tgz -GNU_CONFIGURE= yes -CFLAGS+= -I${OPENSSLINC} -std=c++98 -LDFLAGS+= -L${OPENSSLLIB} -lexecinfo - -MAKE_JOBS_UNSAFE=yes - -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= READLINE - -OPTIONS_MULTI= FLAVOUR -OPTIONS_MULTI_FLAVOUR= CLIENT SERVER - -CLIENT_DESC= Install the bbackupd client -SERVER_DESC= Install the bbstored server - -OPTIONS_DEFAULT=CLIENT SERVER - -.include - -.if ${PORT_OPTIONS:MREADLINE} -CONFIGURE_ARGS+=--enable-gnu-readline -.endif - -MANCOMPRESSED= yes -.if ${PORT_OPTIONS:MCLIENT} -USE_RC_SUBR+= bbackupd -PLIST_SUB+= CLIENT="" -SUB_LIST+= CLIENT="" -ALL_TARGET+= build-backup-client -INSTALL_TARGET+=install-backup-client -SUB_FILES+= 999.boxbackup -.else -PLIST_SUB+= CLIENT="@comment " -SUB_LIST+= CLIENT="@comment " -.endif - -.if ${PORT_OPTIONS:MSERVER} -USE_RC_SUBR+= bbstored -USERS+= _bbstored -GROUPS+= _bbstored -PLIST_SUB+= SERVER="" -SUB_LIST+= SERVER="" -ALL_TARGET+= build-backup-server -INSTALL_TARGET+=install-backup-server -.else -PLIST_SUB+= SERVER="@comment " -SUB_LIST+= SERVER="@comment " -.endif - -.if ! ${PORT_OPTIONS:MCLIENT} -# if this is a server-only install, CONFLICT with an install of the CLIENT or both -CONFLICTS= boxbackup-client-[0-9]* boxbackup-[0-9]* -CLIENT_OR_SERVER=-server -.elif ! ${PORT_OPTIONS:MSERVER} -# if this is a client-only install, CONFLICT with an install of the SERVER or both -CONFLICTS= boxbackup-server-[0-9]* boxbackup-[0-9]* -CLIENT_OR_SERVER=-client -.else -# if we install boxbackup-[0-9]*, we should CONFLICT with a CLIENT or SERVER only install -# PKGNAMESUFFIX is empty at this point -CONFLICTS= boxbackup-server-[0-9]* boxbackup-client-[0-9]* -.endif - -post-patch: - @${REINPLACE_CMD} -e '/html/d' ${WRKSRC}/parcels.txt - -post-configure: - @${REINPLACE_CMD} -e '/share.doc.boxbackup/d' \ - ${WRKSRC}/parcels/scripts/install-backup-* - -post-install: -.for f in bbstoreaccounts bbackupctl bbstored bbackupd bbackupquery - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/${f} -.endfor -.if ${PORT_OPTIONS:MCLIENT} - @${MKDIR} -m 0700 ${STAGEDIR}/${PREFIX}/etc/boxbackup/bbackupd - @${MKDIR} ${STAGEDIR}/${PREFIX}/etc/periodic/monthly - ${INSTALL_SCRIPT} ${WRKDIR}/999.boxbackup ${STAGEDIR}/${PREFIX}/etc/periodic/monthly -.endif -.if ${PORT_OPTIONS:MSERVER} - @${MKDIR} -m 0700 ${STAGEDIR}/${PREFIX}/etc/boxbackup/bbstored -.endif - -test: - @${ECHO_CMD} "===> Running tests" - @${MAKE} -C ${WRKSRC} test - -.include diff --git a/sysutils/boxbackup/distinfo b/sysutils/boxbackup/distinfo deleted file mode 100644 index 80e6c3f2b41..00000000000 --- a/sysutils/boxbackup/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (boxbackup-0.11.1.tgz) = 1328b010477259c4767276dbfebab6580e883336cc9d25696c39991b09cc6d32 -SIZE (boxbackup-0.11.1.tgz) = 1863270 diff --git a/sysutils/boxbackup/files/999.boxbackup.in b/sysutils/boxbackup/files/999.boxbackup.in deleted file mode 100644 index 9422cbfc174..00000000000 --- a/sysutils/boxbackup/files/999.boxbackup.in +++ /dev/null @@ -1,84 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Box Backup monthly store compare -# -# Add the following to /etc/periodic.conf to enable the monthly compare: -# monthly_boxbackup_compare_enable="YES" -# -# By default the script will run "compare -aq". If you want to change this to -# run a full compare, add the following to periodic.conf: -# monthly_boxbackup_compare_args="-a" -# -# NOTE: This script will cause the monthly periodic(8) run to take much longer -# than usual, depending on the size of your backup store. -# -# If you wish to run this independently of the monthly job, you can create a -# new periodic entry as follows: -# -# # mkdir /usr/local/etc/periodic/boxbackup -# # mv /usr/local/etc/periodic/monthly/999.boxbackup \ -# /usr/local/etc/periodic/boxbackup/100.compare -# -# Then add the following to /etc/crontab: -# 30 5 1 * * root periodic boxbackup -# -# (adjust the timings as necessary) -# -# You may also wish to add boxbackup_output="root" to periodic.conf so that -# mail comes from periodic rather than cron. - -monthly_boxbackup_compare_enable="NO" -monthly_boxbackup_compare_args="-aq" - -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -SLEEP=/bin/sleep -JOT=/usr/bin/jot - -random() { - ${JOT} -r 1 0 900 -} - -rc=0 - -case "$monthly_boxbackup_compare_enable" in - [Yy][Ee][Ss]) - echo - echo "Running Box Backup store compare:" - # When non-interactive, sleep to reduce congestion on rkhunter - # site - if [ "$1" != -nodelay ]; then - # In FreeBSD 12.0 the anticongestion function should - # be used instead of a hard-coded sleep - if [ -n "$anticongestion_sleeptime" ]; then - anticongestion - else - ${SLEEP} $(random) - fi - fi - %%PREFIX%%/sbin/bbackupquery -q "compare -c $monthly_boxbackup_compare_args" quit - - # Return codes: - # 1 Comparison was exact - # 2 Differences were found - # 3 An error occurred - if [ $? -eq 2 ]; then - echo - echo "Differences were found. Please check the output." - rc=3 - elif [ $? -eq 3 ]; then - echo - echo "An error occurred. Please check the output." - rc=3 - fi - - ;; -esac - -exit $rc diff --git a/sysutils/boxbackup/files/bbackupd.in b/sysutils/boxbackup/files/bbackupd.in deleted file mode 100644 index ae7240515f8..00000000000 --- a/sysutils/boxbackup/files/bbackupd.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: bbackupd -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbackupd: -# -# bbackupd_enable="YES" - -. /etc/rc.subr - -name="bbackupd" -rcvar=bbackupd_enable - -load_rc_config $name - -: ${bbackupd_enable:="NO"} -: ${bbackupd_flags:="%%PREFIX%%/etc/boxbackup/bbackupd.conf"} - -pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"} - -command="%%PREFIX%%/sbin/bbackupd" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup/files/bbstored.in b/sysutils/boxbackup/files/bbstored.in deleted file mode 100644 index 5a4ded4312b..00000000000 --- a/sysutils/boxbackup/files/bbstored.in +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: bbstored -# REQUIRE: NETWORKING -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable bbstored: -# -# bbstored_enable="YES" - -. /etc/rc.subr - -name="bbstored" -rcvar=bbstored_enable - -load_rc_config $name - -: ${bbstored_enable:="NO"} -: ${bbstored_flags:="%%ETCDIR%%/bbstored.conf"} - -pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"} - -command="%%PREFIX%%/sbin/bbstored" -extra_commands="reload" - -run_rc_command "$1" diff --git a/sysutils/boxbackup/files/patch-bbackupd-config b/sysutils/boxbackup/files/patch-bbackupd-config deleted file mode 100644 index e717f3589cf..00000000000 --- a/sysutils/boxbackup/files/patch-bbackupd-config +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/bbackupd/bbackupd-config.in.orig 2013-01-25 13:17:39 UTC -+++ bin/bbackupd/bbackupd-config.in -@@ -445,7 +445,7 @@ - - Server - { -- PidFile = $working_dir/bbackupd.pid -+ PidFile = /var/run/bbackupd.pid - } - - diff --git a/sysutils/boxbackup/files/patch-configure.ac b/sysutils/boxbackup/files/patch-configure.ac deleted file mode 100644 index d120ba124e4..00000000000 --- a/sysutils/boxbackup/files/patch-configure.ac +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.ac.orig 2011-01-08 20:58:04 UTC -+++ configure.ac -@@ -5,6 +5,7 @@ AC_PREREQ(2.59) - AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) - AC_CONFIG_SRCDIR([lib/common/Box.h]) - AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) -+AC_CONFIG_MACRO_DIR([infrastructure/m4]) - - touch install-sh - AC_CANONICAL_SYSTEM diff --git a/sysutils/boxbackup/files/pkg-message.in b/sysutils/boxbackup/files/pkg-message.in deleted file mode 100644 index 36053708291..00000000000 --- a/sysutils/boxbackup/files/pkg-message.in +++ /dev/null @@ -1,13 +0,0 @@ -%%SERVER%% -%%SERVER%%To run bbstored at startup, add bbstored_enable="YES" to /etc/rc.conf -%%SERVER%%Please see http://www.boxbackup.org/server.html for server -%%SERVER%%configuration options - -The default location of configuration files changed from -%%PREFIX%%/etc/box to %%ETCDIR%%, if you are upgrading then run - mv %%PREFIX%%/etc/box %%ETCDIR%% - -%%CLIENT%%To run bbackupd at startup, add bbackupd_enable="YES" to /etc/rc.conf -%%CLIENT%%Please see http://www.boxbackup.org/client.html for client -%%CLIENT%%configuration options -%%CLIENT%% diff --git a/sysutils/boxbackup/pkg-descr b/sysutils/boxbackup/pkg-descr deleted file mode 100644 index a8d8e2e89c7..00000000000 --- a/sysutils/boxbackup/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is a port of Box Backup, an online backup daemon - -The backup daemon, bbackupd, runs on all machines to be backed up. The -store server daemon, bbstored runs on a central server. Data is sent -to the store server, which stores all data on local filesystems, that -is, only on local hard drives. Tape or other archive media is not -used. - -The system is designed to be easy to set up and run, and cheap to use. -Once set up, there should be no need for user or administrative -intervention, apart from usual system maintenance. - -WWW: http://www.boxbackup.org/ diff --git a/sysutils/boxbackup/pkg-plist b/sysutils/boxbackup/pkg-plist deleted file mode 100644 index 6b618e4c0b3..00000000000 --- a/sysutils/boxbackup/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%CLIENT%%sbin/bbackupctl -%%CLIENT%%sbin/bbackupd -%%CLIENT%%sbin/bbackupd-config -%%CLIENT%%sbin/bbackupquery -%%SERVER%%sbin/bbstoreaccounts -%%SERVER%%sbin/bbstored -%%SERVER%%sbin/bbstored-certs -%%SERVER%%sbin/bbstored-config -%%SERVER%%sbin/raidfile-config -%%CLIENT%%man/man5/bbackupd.conf.5.gz -%%SERVER%%man/man5/bbstored.conf.5.gz -%%SERVER%%man/man5/raidfile.conf.5.gz -%%SERVER%%man/man8/bbstored.8.gz -%%SERVER%%man/man8/bbstoreaccounts.8.gz -%%SERVER%%man/man8/bbstored-certs.8.gz -%%SERVER%%man/man8/bbstored-config.8.gz -%%SERVER%%man/man8/raidfile-config.8.gz -%%CLIENT%%man/man8/bbackupd.8.gz -%%CLIENT%%man/man8/bbackupctl.8.gz -%%CLIENT%%man/man8/bbackupd-config.8.gz -%%CLIENT%%man/man8/bbackupquery.8.gz -etc/periodic/monthly/999.boxbackup -@mode 0077 -%%CLIENT%%@dir etc/boxbackup/bbackupd -%%SERVER%%@dir etc/boxbackup/bbstored diff --git a/sysutils/grub2-efi/Makefile b/sysutils/grub2-efi/Makefile deleted file mode 100644 index 570ca481beb..00000000000 --- a/sysutils/grub2-efi/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Created by: kmoore@FreeBSD.org -# $FreeBSD$ - -PORTNAME= grub2-efi -PORTVERSION= 2.02 -PORTREVISION= 20 -CATEGORIES= sysutils -MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ - ftp://ftp.pcbsd.org/pub/software/ -DISTNAME= grub-${PORTVERSION}_7 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multiboot EFI boot loader - -LICENSE= GPLv3 - -BROKEN= depends on broken grub2-pcbsd -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -RUN_DEPENDS= ${LOCALBASE}/bin/mformat:emulators/mtools \ - ${LOCALBASE}/bin/grub-mkrescue:sysutils/grub2-pcbsd -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ - ${LOCALBASE}/bin/bash:shells/bash \ - help2man:misc/help2man - -USE_HARDENING= pie:off relro:off - -WRKSRC= ${WRKDIR}/grub-${PORTVERSION} -SSP_UNSAFE= yes -USE_GCC= yes -GNU_CONFIGURE= yes -USES= autoreconf:build bison cpe gettext gmake python tar:xz -ONLY_FOR_ARCHS= amd64 -MAKE_JOBS_UNSAFE= yes - -CPE_PRODUCT= grub -CPE_VENDOR= gnu - -CONFIGURE_ARGS= --with-platform=efi --disable-werror --localedir=${PREFIX}/share/locale -CONFIGURE_ENV= CPP="${CC} -E" \ - LEX=${LOCALBASE}/bin/flex - -.include - -post-patch: - @${LN} -s ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf ${WRKSRC} - @${TOUCH} -t 200001010000 ${WRKSRC}/Makefile.util.def - -pre-configure: - @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/autogen.sh - cd ${WRKSRC} && ./autogen.sh - -post-configure: - @${LN} -sfh /usr/include/machine /usr/include/sys /usr/include/x86 ${WRKSRC}/grub-core - -do-install: - @cd ${WRKSRC}/grub-core && ${GMAKE} install DESTDIR=${STAGEDIR} - -RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} - -.include diff --git a/sysutils/grub2-efi/distinfo b/sysutils/grub2-efi/distinfo deleted file mode 100644 index 718a5b0d1c3..00000000000 --- a/sysutils/grub2-efi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (grub-2.02_7.tar.xz) = 044588d9754142f2982478cb4e7289ab1521fd4412b2a0804ce647c3ff73feff -SIZE (grub-2.02_7.tar.xz) = 5019120 diff --git a/sysutils/grub2-efi/files/patch-grub-core_disk_geli.c b/sysutils/grub2-efi/files/patch-grub-core_disk_geli.c deleted file mode 100644 index f8d1f9bed33..00000000000 --- a/sysutils/grub2-efi/files/patch-grub-core_disk_geli.c +++ /dev/null @@ -1,12 +0,0 @@ ---- grub-core/disk/geli.c.orig 2015-01-30 16:34:55 UTC -+++ grub-core/disk/geli.c -@@ -445,6 +445,9 @@ recover_key (grub_disk_t source, grub_cr - if (!grub_password_get (passphrase, MAX_PASSPHRASE)) - return grub_error (GRUB_ERR_BAD_ARGUMENT, "Passphrase not supplied"); - -+ /* Set the GELI passphrase to GRUB env, for passing to FreeBSD kernel */ -+ grub_env_set ("gelipassphrase", passphrase); -+ - /* Calculate the PBKDF2 of the user supplied passphrase. */ - if (grub_le_to_cpu32 (header.niter) != 0) - { diff --git a/sysutils/grub2-efi/files/patch-grub-core_lib_libgcrypt_src_types.h b/sysutils/grub2-efi/files/patch-grub-core_lib_libgcrypt_src_types.h deleted file mode 100644 index 9b353e42f49..00000000000 --- a/sysutils/grub2-efi/files/patch-grub-core_lib_libgcrypt_src_types.h +++ /dev/null @@ -1,11 +0,0 @@ ---- grub-core/lib/libgcrypt/src/types.h.orig 2014-03-03 16:00:26 UTC -+++ grub-core/lib/libgcrypt/src/types.h -@@ -113,6 +113,8 @@ - #endif - #endif - -+typedef uint64_t u64; -+ - typedef union { - int a; - short b; diff --git a/sysutils/grub2-efi/files/patch-grub-core_loader_i386_bsd.c b/sysutils/grub2-efi/files/patch-grub-core_loader_i386_bsd.c deleted file mode 100644 index a69efa6d22b..00000000000 --- a/sysutils/grub2-efi/files/patch-grub-core_loader_i386_bsd.c +++ /dev/null @@ -1,185 +0,0 @@ ---- grub-core/loader/i386/bsd.c.orig 2015-01-30 16:34:55 UTC -+++ grub-core/loader/i386/bsd.c -@@ -42,12 +42,14 @@ - GRUB_MOD_LICENSE ("GPLv3+"); - - #include -+#include - #ifdef GRUB_MACHINE_PCBIOS - #include - #endif - #ifdef GRUB_MACHINE_EFI - #include - #define NETBSD_DEFAULT_VIDEO_MODE "800x600" -+#define FREEBSD_DEFAULT_VIDEO_MODE "auto" - #else - #define NETBSD_DEFAULT_VIDEO_MODE "text" - #include -@@ -585,6 +587,72 @@ freebsd_get_zfs (void) - grub_free (uuid); - } - -+#ifdef GRUB_MACHINE_EFI -+ -+static grub_err_t -+grub_freebsd_setup_video (void) -+{ -+ struct grub_video_mode_info mode_info; -+ void *framebuffer; -+ const char *modevar; -+ struct grub_freebsd_btinfo_framebuf efifb; -+ grub_err_t err; -+ grub_video_driver_id_t driv_id; -+ -+ modevar = grub_env_get ("gfxpayload"); -+ -+ /* Now all graphical modes are acceptable. -+ May change in future if we have modes without framebuffer. */ -+ if (modevar && *modevar != 0) -+ { -+ char *tmp; -+ tmp = grub_xasprintf ("%s;" FREEBSD_DEFAULT_VIDEO_MODE, modevar); -+ if (! tmp) -+ return grub_errno; -+ err = grub_video_set_mode (tmp, 0, 0); -+ grub_free (tmp); -+ } -+ else -+ err = grub_video_set_mode (FREEBSD_DEFAULT_VIDEO_MODE, 0, 0); -+ -+ if (err) -+ return err; -+ -+ driv_id = grub_video_get_driver_id (); -+ if (driv_id == GRUB_VIDEO_DRIVER_NONE) -+ return GRUB_ERR_NONE; -+ -+ err = grub_video_get_info_and_fini (&mode_info, &framebuffer); -+ -+ if (err) -+ return err; -+ -+ efifb.fb_width = mode_info.width; -+ efifb.fb_height = mode_info.height; -+ efifb.fb_stride = mode_info.pitch / mode_info.bytes_per_pixel; -+ -+ efifb.fb_addr = (grub_addr_t) framebuffer; -+ efifb.fb_size = ALIGN_UP (mode_info.pitch * efifb.fb_height, 65536); -+ -+ if ( mode_info.blue_field_pos == 16 ) { -+ efifb.fb_mask_red = 0x000000ff; -+ efifb.fb_mask_green = 0x0000ff00; -+ efifb.fb_mask_blue = 0x00ff0000; -+ } -+ -+ if ( mode_info.blue_field_pos == 0 ) { -+ efifb.fb_mask_red = 0x00ff0000; -+ efifb.fb_mask_green = 0x0000ff00; -+ efifb.fb_mask_blue = 0x000000ff; -+ } -+ -+ efifb.fb_mask_reserved = 0xff000000; -+ -+ err = grub_bsd_add_meta ( FREEBSD_MODINFO_METADATA | FREEBSD_BTINFO_FRAMEBUF, &efifb, sizeof (efifb)); -+ return err; -+} -+#endif -+ - static grub_err_t - grub_freebsd_boot (void) - { -@@ -603,6 +671,55 @@ grub_freebsd_boot (void) - - bi.boot_device = freebsd_biosdev; - -+#ifdef GRUB_MACHINE_EFI -+ /* When booting in EFI mode, we need to export some additional kernel ACPI hints */ -+ struct grub_acpi_rsdp_v10 *v1; -+ struct grub_acpi_rsdp_v20 *v2; -+ v1 = grub_acpi_get_rsdpv1 (); -+ v2 = grub_acpi_get_rsdpv2 (); -+ if (v2 && v2->length > 40) -+ v2 = 0; -+ -+ int revision; -+ char acpiBuf[24]; -+ -+ if (v1) -+ { -+ revision = v1->revision; -+ if ( revision == 0 ) -+ revision = 1; -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "%d", revision); -+ grub_env_set("kFreeBSD.hint.acpi.0.revision", acpiBuf); -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "%s", v1->oemid); -+ grub_env_set("kFreeBSD.hint.acpi.0.oem", acpiBuf); -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "0x%016x", v1->rsdt_addr); -+ grub_env_set("kFreeBSD.hint.acpi.0.rsdt", acpiBuf); -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "0x%016llx", (unsigned long long)v1); -+ grub_env_set("kFreeBSD.hint.acpi.0.rsdp", acpiBuf); -+ } -+ -+ if (v2) -+ { -+ revision = v2->rsdpv1.revision; -+ if ( revision == 0 ) -+ revision = 1; -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "%d", revision); -+ grub_env_set("kFreeBSD.hint.acpi.0.revision", acpiBuf); -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "0x%016llx", (unsigned long long)v2->xsdt_addr); -+ grub_env_set("kFreeBSD.hint.acpi.0.xsdt", acpiBuf); -+ -+ grub_snprintf (acpiBuf, sizeof (acpiBuf), "%d", v2->length); -+ grub_env_set("kFreeBSD.hint.acpi.0.xsdt_length", acpiBuf); -+ } -+ -+ -+#endif -+ - p_size = 0; - FOR_SORTED_ENV (var) - if ((grub_memcmp (var->name, "kFreeBSD.", sizeof("kFreeBSD.") - 1) == 0) && (var->name[sizeof("kFreeBSD.") - 1])) -@@ -688,6 +805,10 @@ grub_freebsd_boot (void) - *(grub_uint32_t *) p_tag = bootflags; - break; - -+ case FREEBSD_MODINFO_METADATA | FREEBSD_BTINFO_FRAMEBUF: -+ grub_memcpy (p_tag, tag->data, tag->len); -+ break; -+ - case FREEBSD_MODINFO_METADATA | FREEBSD_MODINFOMD_ENVP: - if (is_64bit) - *(grub_uint64_t *) p_tag = bi.environment; -@@ -717,7 +838,10 @@ grub_freebsd_boot (void) - - bi.kern_end = kern_end; - -+#ifndef GRUB_MACHINE_EFI -+ /* Don't set text mode on EFI boot */ - grub_video_set_mode ("text", 0, 0); -+#endif - - if (is_64bit) - { -@@ -1561,6 +1685,16 @@ grub_cmd_freebsd (grub_extcmd_context_t - FREEBSD_MODINFOMD_KERNEND, &data, len); - if (err) - return err; -+ -+#ifdef GRUB_MACHINE_EFI -+ err = grub_freebsd_setup_video (); -+ if (err) -+ { -+ grub_print_error (); -+ grub_puts_ (N_("Booting in EFI blind mode")); -+ grub_errno = GRUB_ERR_NONE; -+ } -+#endif - } - grub_bsd_get_device (&freebsd_biosdev, &unit, &slice, &part); - freebsd_zfsguid = 0; diff --git a/sysutils/grub2-efi/files/patch-grub-core_partmap_gpt.c b/sysutils/grub2-efi/files/patch-grub-core_partmap_gpt.c deleted file mode 100644 index 5ed32e5fd0a..00000000000 --- a/sysutils/grub2-efi/files/patch-grub-core_partmap_gpt.c +++ /dev/null @@ -1,20 +0,0 @@ ---- grub-core/partmap/gpt.c.orig 2014-10-20 16:16:07 UTC -+++ grub-core/partmap/gpt.c -@@ -37,6 +37,7 @@ static const grub_gpt_part_type_t grub_g - - #ifdef GRUB_UTIL - static const grub_gpt_part_type_t grub_gpt_partition_type_bios_boot = GRUB_GPT_PARTITION_TYPE_BIOS_BOOT; -+static const grub_gpt_part_type_t grub_gpt_partition_type_freebsd_boot = GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT; - #endif - - /* 512 << 7 = 65536 byte sectors. */ -@@ -155,7 +156,8 @@ find_usable_region (grub_disk_t disk __a - disk->partition = p2; - - /* If there's an embed region, it is in a dedicated partition. */ -- if (! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_bios_boot, 16)) -+ if (! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_bios_boot, 16) || -+ ! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_freebsd_boot, 16)) - { - ctx->start = p->start; - ctx->len = p->len; diff --git a/sysutils/grub2-efi/files/patch-include_grub_gpt__partition.h b/sysutils/grub2-efi/files/patch-include_grub_gpt__partition.h deleted file mode 100644 index d8da78eea7b..00000000000 --- a/sysutils/grub2-efi/files/patch-include_grub_gpt__partition.h +++ /dev/null @@ -1,17 +0,0 @@ ---- include/grub/gpt_partition.h.orig 2014-03-03 16:00:26 UTC -+++ include/grub/gpt_partition.h -@@ -43,6 +43,14 @@ typedef struct grub_gpt_part_type grub_g - { 0x74, 0x4e, 0x65, 0x65, 0x64, 0x45, 0x46, 0x49 } \ - } - -+#define GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT \ -+ { grub_cpu_to_le32_compile_time (0x83bd6b9d), \ -+ grub_cpu_to_le16_compile_time (0x7f41), \ -+ grub_cpu_to_le16_compile_time (0x11dc), \ -+ { 0xbe, 0x0b, 0x00, 0x15, 0x60, 0xb8, 0x4f, 0x0f } \ -+ } -+ -+ - #define GRUB_GPT_PARTITION_TYPE_LDM \ - { grub_cpu_to_le32_compile_time (0x5808C8AAU),\ - grub_cpu_to_le16_compile_time (0x7E8F), \ diff --git a/sysutils/grub2-efi/files/patch-include_grub_i386_bsd.h b/sysutils/grub2-efi/files/patch-include_grub_i386_bsd.h deleted file mode 100644 index 3de8d0bb203..00000000000 --- a/sysutils/grub2-efi/files/patch-include_grub_i386_bsd.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/grub/i386/bsd.h.orig 2014-12-30 21:10:24 UTC -+++ include/grub/i386/bsd.h -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/sysutils/grub2-efi/files/patch-include_grub_i386_freebsd__bootinfo.h b/sysutils/grub2-efi/files/patch-include_grub_i386_freebsd__bootinfo.h deleted file mode 100644 index 359342e3806..00000000000 --- a/sysutils/grub2-efi/files/patch-include_grub_i386_freebsd__bootinfo.h +++ /dev/null @@ -1,36 +0,0 @@ ---- include/grub/i386/freebsd_bootinfo.h.orig 2015-06-07 21:44:01 UTC -+++ include/grub/i386/freebsd_bootinfo.h -@@ -0,0 +1,33 @@ -+/* -+ * GRUB -- GRand Unified Bootloader -+ * Copyright (C) 2008,2009 Free Software Foundation, Inc. -+ * -+ * GRUB is free software: you can redistribute it and/or modify -+ * it under the terms of the GNU General Public License as published by -+ * the Free Software Foundation, either version 3 of the License, or -+ * (at your option) any later version. -+ * -+ * GRUB is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ * GNU General Public License for more details. -+ * -+ * You should have received a copy of the GNU General Public License -+ * along with GRUB. If not, see . -+ */ -+ -+#include -+ -+#define FREEBSD_BTINFO_FRAMEBUF 0x1005 -+ -+struct grub_freebsd_btinfo_framebuf { -+ grub_uint64_t fb_addr; -+ grub_uint64_t fb_size; -+ grub_int32_t fb_height; -+ grub_int32_t fb_width; -+ grub_int32_t fb_stride; -+ grub_uint32_t fb_mask_red; -+ grub_uint32_t fb_mask_green; -+ grub_uint32_t fb_mask_blue; -+ grub_uint32_t fb_mask_reserved; -+}; diff --git a/sysutils/grub2-efi/files/patch-po_LINGUAS b/sysutils/grub2-efi/files/patch-po_LINGUAS deleted file mode 100644 index 2dbcb6e4d4c..00000000000 --- a/sysutils/grub2-efi/files/patch-po_LINGUAS +++ /dev/null @@ -1,5 +0,0 @@ ---- po/LINGUAS.orig 2015-01-30 16:30:32 UTC -+++ po/LINGUAS -@@ -1 +1 @@ --ast ca da de de@hebrew de_CH en@arabic en@cyrillic en@greek en@hebrew en@piglatin en@quot eo es fi fr gl hu id it ja lt nb nl pa pl pt_BR ru sl sv tr uk vi zh_CN zh_TW -+ast ca da de eo es fi fr gl hu id it ja lt nb nl pa pl pt_BR ru sl sv tr uk vi zh_CN zh_TW diff --git a/sysutils/grub2-efi/pkg-descr b/sysutils/grub2-efi/pkg-descr deleted file mode 100644 index 9960c6e8f4b..00000000000 --- a/sysutils/grub2-efi/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand -Unified Bootloader, which was originally designed and implemented by Erich -Stefan Boleyn. - -This port builds the GRUB x86_64-efi boot modules, allowing grub-install -or grub-mkrescue to install with EFI support. - -WWW: http://www.gnu.org/software/grub/ diff --git a/sysutils/grub2-efi/pkg-plist b/sysutils/grub2-efi/pkg-plist deleted file mode 100644 index c512c40925d..00000000000 --- a/sysutils/grub2-efi/pkg-plist +++ /dev/null @@ -1,521 +0,0 @@ -lib/grub/x86_64-efi/acpi.mod -lib/grub/x86_64-efi/acpi.module -lib/grub/x86_64-efi/adler32.mod -lib/grub/x86_64-efi/adler32.module -lib/grub/x86_64-efi/affs.mod -lib/grub/x86_64-efi/affs.module -lib/grub/x86_64-efi/afs.mod -lib/grub/x86_64-efi/afs.module -lib/grub/x86_64-efi/ahci.mod -lib/grub/x86_64-efi/ahci.module -lib/grub/x86_64-efi/all_video.mod -lib/grub/x86_64-efi/all_video.module -lib/grub/x86_64-efi/aout.mod -lib/grub/x86_64-efi/aout.module -lib/grub/x86_64-efi/appleldr.mod -lib/grub/x86_64-efi/appleldr.module -lib/grub/x86_64-efi/archelp.mod -lib/grub/x86_64-efi/archelp.module -lib/grub/x86_64-efi/at_keyboard.mod -lib/grub/x86_64-efi/at_keyboard.module -lib/grub/x86_64-efi/ata.mod -lib/grub/x86_64-efi/ata.module -lib/grub/x86_64-efi/backtrace.mod -lib/grub/x86_64-efi/backtrace.module -lib/grub/x86_64-efi/bfs.mod -lib/grub/x86_64-efi/bfs.module -lib/grub/x86_64-efi/bitmap.mod -lib/grub/x86_64-efi/bitmap.module -lib/grub/x86_64-efi/bitmap_scale.mod -lib/grub/x86_64-efi/bitmap_scale.module -lib/grub/x86_64-efi/blocklist.mod -lib/grub/x86_64-efi/blocklist.module -lib/grub/x86_64-efi/boot.mod -lib/grub/x86_64-efi/boot.module -lib/grub/x86_64-efi/bsd.mod -lib/grub/x86_64-efi/bsd.module -lib/grub/x86_64-efi/bswap_test.mod -lib/grub/x86_64-efi/bswap_test.module -lib/grub/x86_64-efi/btrfs.mod -lib/grub/x86_64-efi/btrfs.module -lib/grub/x86_64-efi/bufio.mod -lib/grub/x86_64-efi/bufio.module -lib/grub/x86_64-efi/cat.mod -lib/grub/x86_64-efi/cat.module -lib/grub/x86_64-efi/cbfs.mod -lib/grub/x86_64-efi/cbfs.module -lib/grub/x86_64-efi/cbls.mod -lib/grub/x86_64-efi/cbls.module -lib/grub/x86_64-efi/cbmemc.mod -lib/grub/x86_64-efi/cbmemc.module -lib/grub/x86_64-efi/cbtable.mod -lib/grub/x86_64-efi/cbtable.module -lib/grub/x86_64-efi/cbtime.mod -lib/grub/x86_64-efi/cbtime.module -lib/grub/x86_64-efi/chain.mod -lib/grub/x86_64-efi/chain.module -lib/grub/x86_64-efi/cmdline_cat_test.mod -lib/grub/x86_64-efi/cmdline_cat_test.module -lib/grub/x86_64-efi/cmp.mod -lib/grub/x86_64-efi/cmp.module -lib/grub/x86_64-efi/cmp_test.mod -lib/grub/x86_64-efi/cmp_test.module -lib/grub/x86_64-efi/command.lst -lib/grub/x86_64-efi/configfile.mod -lib/grub/x86_64-efi/configfile.module -lib/grub/x86_64-efi/cpio.mod -lib/grub/x86_64-efi/cpio.module -lib/grub/x86_64-efi/cpio_be.mod -lib/grub/x86_64-efi/cpio_be.module -lib/grub/x86_64-efi/cpuid.mod -lib/grub/x86_64-efi/cpuid.module -lib/grub/x86_64-efi/crc64.mod -lib/grub/x86_64-efi/crc64.module -lib/grub/x86_64-efi/crypto.lst -lib/grub/x86_64-efi/crypto.mod -lib/grub/x86_64-efi/crypto.module -lib/grub/x86_64-efi/cryptodisk.mod -lib/grub/x86_64-efi/cryptodisk.module -lib/grub/x86_64-efi/cs5536.mod -lib/grub/x86_64-efi/cs5536.module -lib/grub/x86_64-efi/ctz_test.mod -lib/grub/x86_64-efi/ctz_test.module -lib/grub/x86_64-efi/date.mod -lib/grub/x86_64-efi/date.module -lib/grub/x86_64-efi/datehook.mod -lib/grub/x86_64-efi/datehook.module -lib/grub/x86_64-efi/datetime.mod -lib/grub/x86_64-efi/datetime.module -lib/grub/x86_64-efi/disk.mod -lib/grub/x86_64-efi/disk.module -lib/grub/x86_64-efi/diskfilter.mod -lib/grub/x86_64-efi/diskfilter.module -lib/grub/x86_64-efi/div.mod -lib/grub/x86_64-efi/div.module -lib/grub/x86_64-efi/div_test.mod -lib/grub/x86_64-efi/div_test.module -lib/grub/x86_64-efi/dm_nv.mod -lib/grub/x86_64-efi/dm_nv.module -lib/grub/x86_64-efi/echo.mod -lib/grub/x86_64-efi/echo.module -lib/grub/x86_64-efi/efi_gop.mod -lib/grub/x86_64-efi/efi_gop.module -lib/grub/x86_64-efi/efi_uga.mod -lib/grub/x86_64-efi/efi_uga.module -lib/grub/x86_64-efi/efifwsetup.mod -lib/grub/x86_64-efi/efifwsetup.module -lib/grub/x86_64-efi/efinet.mod -lib/grub/x86_64-efi/efinet.module -lib/grub/x86_64-efi/ehci.mod -lib/grub/x86_64-efi/ehci.module -lib/grub/x86_64-efi/elf.mod -lib/grub/x86_64-efi/elf.module -lib/grub/x86_64-efi/eval.mod -lib/grub/x86_64-efi/eval.module -lib/grub/x86_64-efi/exfat.mod -lib/grub/x86_64-efi/exfat.module -lib/grub/x86_64-efi/exfctest.mod -lib/grub/x86_64-efi/exfctest.module -lib/grub/x86_64-efi/ext2.mod -lib/grub/x86_64-efi/ext2.module -lib/grub/x86_64-efi/extcmd.mod -lib/grub/x86_64-efi/extcmd.module -lib/grub/x86_64-efi/fat.mod -lib/grub/x86_64-efi/fat.module -lib/grub/x86_64-efi/file.mod -lib/grub/x86_64-efi/file.module -lib/grub/x86_64-efi/fixvideo.mod -lib/grub/x86_64-efi/fixvideo.module -lib/grub/x86_64-efi/font.mod -lib/grub/x86_64-efi/font.module -lib/grub/x86_64-efi/fs.lst -lib/grub/x86_64-efi/fshelp.mod -lib/grub/x86_64-efi/fshelp.module -lib/grub/x86_64-efi/functional_test.mod -lib/grub/x86_64-efi/functional_test.module -lib/grub/x86_64-efi/gcry_arcfour.mod -lib/grub/x86_64-efi/gcry_arcfour.module -lib/grub/x86_64-efi/gcry_blowfish.mod -lib/grub/x86_64-efi/gcry_blowfish.module -lib/grub/x86_64-efi/gcry_camellia.mod -lib/grub/x86_64-efi/gcry_camellia.module -lib/grub/x86_64-efi/gcry_cast5.mod -lib/grub/x86_64-efi/gcry_cast5.module -lib/grub/x86_64-efi/gcry_crc.mod -lib/grub/x86_64-efi/gcry_crc.module -lib/grub/x86_64-efi/gcry_des.mod -lib/grub/x86_64-efi/gcry_des.module -lib/grub/x86_64-efi/gcry_dsa.mod -lib/grub/x86_64-efi/gcry_dsa.module -lib/grub/x86_64-efi/gcry_idea.mod -lib/grub/x86_64-efi/gcry_idea.module -lib/grub/x86_64-efi/gcry_md4.mod -lib/grub/x86_64-efi/gcry_md4.module -lib/grub/x86_64-efi/gcry_md5.mod -lib/grub/x86_64-efi/gcry_md5.module -lib/grub/x86_64-efi/gcry_rfc2268.mod -lib/grub/x86_64-efi/gcry_rfc2268.module -lib/grub/x86_64-efi/gcry_rijndael.mod -lib/grub/x86_64-efi/gcry_rijndael.module -lib/grub/x86_64-efi/gcry_rmd160.mod -lib/grub/x86_64-efi/gcry_rmd160.module -lib/grub/x86_64-efi/gcry_rsa.mod -lib/grub/x86_64-efi/gcry_rsa.module -lib/grub/x86_64-efi/gcry_seed.mod -lib/grub/x86_64-efi/gcry_seed.module -lib/grub/x86_64-efi/gcry_serpent.mod -lib/grub/x86_64-efi/gcry_serpent.module -lib/grub/x86_64-efi/gcry_sha1.mod -lib/grub/x86_64-efi/gcry_sha1.module -lib/grub/x86_64-efi/gcry_sha256.mod -lib/grub/x86_64-efi/gcry_sha256.module -lib/grub/x86_64-efi/gcry_sha512.mod -lib/grub/x86_64-efi/gcry_sha512.module -lib/grub/x86_64-efi/gcry_tiger.mod -lib/grub/x86_64-efi/gcry_tiger.module -lib/grub/x86_64-efi/gcry_twofish.mod -lib/grub/x86_64-efi/gcry_twofish.module -lib/grub/x86_64-efi/gcry_whirlpool.mod -lib/grub/x86_64-efi/gcry_whirlpool.module -lib/grub/x86_64-efi/gdb_grub -lib/grub/x86_64-efi/geli.mod -lib/grub/x86_64-efi/geli.module -lib/grub/x86_64-efi/gettext.mod -lib/grub/x86_64-efi/gettext.module -lib/grub/x86_64-efi/gfxmenu.mod -lib/grub/x86_64-efi/gfxmenu.module -lib/grub/x86_64-efi/gfxterm.mod -lib/grub/x86_64-efi/gfxterm.module -lib/grub/x86_64-efi/gfxterm_background.mod -lib/grub/x86_64-efi/gfxterm_background.module -lib/grub/x86_64-efi/gfxterm_menu.mod -lib/grub/x86_64-efi/gfxterm_menu.module -lib/grub/x86_64-efi/gmodule.pl -lib/grub/x86_64-efi/gptsync.mod -lib/grub/x86_64-efi/gptsync.module -lib/grub/x86_64-efi/gzio.mod -lib/grub/x86_64-efi/gzio.module -lib/grub/x86_64-efi/halt.mod -lib/grub/x86_64-efi/halt.module -lib/grub/x86_64-efi/hashsum.mod -lib/grub/x86_64-efi/hashsum.module -lib/grub/x86_64-efi/hdparm.mod -lib/grub/x86_64-efi/hdparm.module -lib/grub/x86_64-efi/hello.mod -lib/grub/x86_64-efi/hello.module -lib/grub/x86_64-efi/help.mod -lib/grub/x86_64-efi/help.module -lib/grub/x86_64-efi/hexdump.mod -lib/grub/x86_64-efi/hexdump.module -lib/grub/x86_64-efi/hfs.mod -lib/grub/x86_64-efi/hfs.module -lib/grub/x86_64-efi/hfsplus.mod -lib/grub/x86_64-efi/hfsplus.module -lib/grub/x86_64-efi/hfspluscomp.mod -lib/grub/x86_64-efi/hfspluscomp.module -lib/grub/x86_64-efi/http.mod -lib/grub/x86_64-efi/http.module -lib/grub/x86_64-efi/iorw.mod -lib/grub/x86_64-efi/iorw.module -lib/grub/x86_64-efi/iso9660.mod -lib/grub/x86_64-efi/iso9660.module -lib/grub/x86_64-efi/jfs.mod -lib/grub/x86_64-efi/jfs.module -lib/grub/x86_64-efi/jpeg.mod -lib/grub/x86_64-efi/jpeg.module -lib/grub/x86_64-efi/kernel.exec -lib/grub/x86_64-efi/kernel.img -lib/grub/x86_64-efi/keylayouts.mod -lib/grub/x86_64-efi/keylayouts.module -lib/grub/x86_64-efi/keystatus.mod -lib/grub/x86_64-efi/keystatus.module -lib/grub/x86_64-efi/ldm.mod -lib/grub/x86_64-efi/ldm.module -lib/grub/x86_64-efi/legacy_password_test.mod -lib/grub/x86_64-efi/legacy_password_test.module -lib/grub/x86_64-efi/legacycfg.mod -lib/grub/x86_64-efi/legacycfg.module -lib/grub/x86_64-efi/linux.mod -lib/grub/x86_64-efi/linux.module -lib/grub/x86_64-efi/linux16.mod -lib/grub/x86_64-efi/linux16.module -lib/grub/x86_64-efi/loadbios.mod -lib/grub/x86_64-efi/loadbios.module -lib/grub/x86_64-efi/loadenv.mod -lib/grub/x86_64-efi/loadenv.module -lib/grub/x86_64-efi/loopback.mod -lib/grub/x86_64-efi/loopback.module -lib/grub/x86_64-efi/ls.mod -lib/grub/x86_64-efi/ls.module -lib/grub/x86_64-efi/lsacpi.mod -lib/grub/x86_64-efi/lsacpi.module -lib/grub/x86_64-efi/lsefi.mod -lib/grub/x86_64-efi/lsefi.module -lib/grub/x86_64-efi/lsefimmap.mod -lib/grub/x86_64-efi/lsefimmap.module -lib/grub/x86_64-efi/lsefisystab.mod -lib/grub/x86_64-efi/lsefisystab.module -lib/grub/x86_64-efi/lsmmap.mod -lib/grub/x86_64-efi/lsmmap.module -lib/grub/x86_64-efi/lspci.mod -lib/grub/x86_64-efi/lspci.module -lib/grub/x86_64-efi/lssal.mod -lib/grub/x86_64-efi/lssal.module -lib/grub/x86_64-efi/luks.mod -lib/grub/x86_64-efi/luks.module -lib/grub/x86_64-efi/lvm.mod -lib/grub/x86_64-efi/lvm.module -lib/grub/x86_64-efi/lzopio.mod -lib/grub/x86_64-efi/lzopio.module -lib/grub/x86_64-efi/macbless.mod -lib/grub/x86_64-efi/macbless.module -lib/grub/x86_64-efi/macho.mod -lib/grub/x86_64-efi/macho.module -lib/grub/x86_64-efi/mdraid09.mod -lib/grub/x86_64-efi/mdraid09.module -lib/grub/x86_64-efi/mdraid09_be.mod -lib/grub/x86_64-efi/mdraid09_be.module -lib/grub/x86_64-efi/mdraid1x.mod -lib/grub/x86_64-efi/mdraid1x.module -lib/grub/x86_64-efi/memdisk.mod -lib/grub/x86_64-efi/memdisk.module -lib/grub/x86_64-efi/memrw.mod -lib/grub/x86_64-efi/memrw.module -lib/grub/x86_64-efi/minicmd.mod -lib/grub/x86_64-efi/minicmd.module -lib/grub/x86_64-efi/minix.mod -lib/grub/x86_64-efi/minix.module -lib/grub/x86_64-efi/minix2.mod -lib/grub/x86_64-efi/minix2.module -lib/grub/x86_64-efi/minix2_be.mod -lib/grub/x86_64-efi/minix2_be.module -lib/grub/x86_64-efi/minix3.mod -lib/grub/x86_64-efi/minix3.module -lib/grub/x86_64-efi/minix3_be.mod -lib/grub/x86_64-efi/minix3_be.module -lib/grub/x86_64-efi/minix_be.mod -lib/grub/x86_64-efi/minix_be.module -lib/grub/x86_64-efi/mmap.mod -lib/grub/x86_64-efi/mmap.module -lib/grub/x86_64-efi/moddep.lst -lib/grub/x86_64-efi/modinfo.sh -lib/grub/x86_64-efi/morse.mod -lib/grub/x86_64-efi/morse.module -lib/grub/x86_64-efi/mpi.mod -lib/grub/x86_64-efi/mpi.module -lib/grub/x86_64-efi/msdospart.mod -lib/grub/x86_64-efi/msdospart.module -lib/grub/x86_64-efi/mul_test.mod -lib/grub/x86_64-efi/mul_test.module -lib/grub/x86_64-efi/multiboot.mod -lib/grub/x86_64-efi/multiboot.module -lib/grub/x86_64-efi/multiboot2.mod -lib/grub/x86_64-efi/multiboot2.module -lib/grub/x86_64-efi/nativedisk.mod -lib/grub/x86_64-efi/nativedisk.module -lib/grub/x86_64-efi/net.mod -lib/grub/x86_64-efi/net.module -lib/grub/x86_64-efi/newc.mod -lib/grub/x86_64-efi/newc.module -lib/grub/x86_64-efi/nilfs2.mod -lib/grub/x86_64-efi/nilfs2.module -lib/grub/x86_64-efi/normal.mod -lib/grub/x86_64-efi/normal.module -lib/grub/x86_64-efi/ntfs.mod -lib/grub/x86_64-efi/ntfs.module -lib/grub/x86_64-efi/ntfscomp.mod -lib/grub/x86_64-efi/ntfscomp.module -lib/grub/x86_64-efi/odc.mod -lib/grub/x86_64-efi/odc.module -lib/grub/x86_64-efi/offsetio.mod -lib/grub/x86_64-efi/offsetio.module -lib/grub/x86_64-efi/ohci.mod -lib/grub/x86_64-efi/ohci.module -lib/grub/x86_64-efi/part_acorn.mod -lib/grub/x86_64-efi/part_acorn.module -lib/grub/x86_64-efi/part_amiga.mod -lib/grub/x86_64-efi/part_amiga.module -lib/grub/x86_64-efi/part_apple.mod -lib/grub/x86_64-efi/part_apple.module -lib/grub/x86_64-efi/part_bsd.mod -lib/grub/x86_64-efi/part_bsd.module -lib/grub/x86_64-efi/part_dfly.mod -lib/grub/x86_64-efi/part_dfly.module -lib/grub/x86_64-efi/part_dvh.mod -lib/grub/x86_64-efi/part_dvh.module -lib/grub/x86_64-efi/part_gpt.mod -lib/grub/x86_64-efi/part_gpt.module -lib/grub/x86_64-efi/part_msdos.mod -lib/grub/x86_64-efi/part_msdos.module -lib/grub/x86_64-efi/part_plan.mod -lib/grub/x86_64-efi/part_plan.module -lib/grub/x86_64-efi/part_sun.mod -lib/grub/x86_64-efi/part_sun.module -lib/grub/x86_64-efi/part_sunpc.mod -lib/grub/x86_64-efi/part_sunpc.module -lib/grub/x86_64-efi/partmap.lst -lib/grub/x86_64-efi/parttool.lst -lib/grub/x86_64-efi/parttool.mod -lib/grub/x86_64-efi/parttool.module -lib/grub/x86_64-efi/password.mod -lib/grub/x86_64-efi/password.module -lib/grub/x86_64-efi/password_pbkdf2.mod -lib/grub/x86_64-efi/password_pbkdf2.module -lib/grub/x86_64-efi/pata.mod -lib/grub/x86_64-efi/pata.module -lib/grub/x86_64-efi/pbkdf2.mod -lib/grub/x86_64-efi/pbkdf2.module -lib/grub/x86_64-efi/pbkdf2_test.mod -lib/grub/x86_64-efi/pbkdf2_test.module -lib/grub/x86_64-efi/pcidump.mod -lib/grub/x86_64-efi/pcidump.module -lib/grub/x86_64-efi/play.mod -lib/grub/x86_64-efi/play.module -lib/grub/x86_64-efi/png.mod -lib/grub/x86_64-efi/png.module -lib/grub/x86_64-efi/priority_queue.mod -lib/grub/x86_64-efi/priority_queue.module -lib/grub/x86_64-efi/probe.mod -lib/grub/x86_64-efi/probe.module -lib/grub/x86_64-efi/procfs.mod -lib/grub/x86_64-efi/procfs.module -lib/grub/x86_64-efi/progress.mod -lib/grub/x86_64-efi/progress.module -lib/grub/x86_64-efi/raid5rec.mod -lib/grub/x86_64-efi/raid5rec.module -lib/grub/x86_64-efi/raid6rec.mod -lib/grub/x86_64-efi/raid6rec.module -lib/grub/x86_64-efi/read.mod -lib/grub/x86_64-efi/read.module -lib/grub/x86_64-efi/reboot.mod -lib/grub/x86_64-efi/reboot.module -lib/grub/x86_64-efi/regexp.mod -lib/grub/x86_64-efi/regexp.module -lib/grub/x86_64-efi/reiserfs.mod -lib/grub/x86_64-efi/reiserfs.module -lib/grub/x86_64-efi/relocator.mod -lib/grub/x86_64-efi/relocator.module -lib/grub/x86_64-efi/romfs.mod -lib/grub/x86_64-efi/romfs.module -lib/grub/x86_64-efi/scsi.mod -lib/grub/x86_64-efi/scsi.module -lib/grub/x86_64-efi/search.mod -lib/grub/x86_64-efi/search.module -lib/grub/x86_64-efi/search_fs_file.mod -lib/grub/x86_64-efi/search_fs_file.module -lib/grub/x86_64-efi/search_fs_uuid.mod -lib/grub/x86_64-efi/search_fs_uuid.module -lib/grub/x86_64-efi/search_label.mod -lib/grub/x86_64-efi/search_label.module -lib/grub/x86_64-efi/serial.mod -lib/grub/x86_64-efi/serial.module -lib/grub/x86_64-efi/setjmp.mod -lib/grub/x86_64-efi/setjmp.module -lib/grub/x86_64-efi/setjmp_test.mod -lib/grub/x86_64-efi/setjmp_test.module -lib/grub/x86_64-efi/setpci.mod -lib/grub/x86_64-efi/setpci.module -lib/grub/x86_64-efi/sfs.mod -lib/grub/x86_64-efi/sfs.module -lib/grub/x86_64-efi/shift_test.mod -lib/grub/x86_64-efi/shift_test.module -lib/grub/x86_64-efi/signature_test.mod -lib/grub/x86_64-efi/signature_test.module -lib/grub/x86_64-efi/sleep.mod -lib/grub/x86_64-efi/sleep.module -lib/grub/x86_64-efi/sleep_test.mod -lib/grub/x86_64-efi/sleep_test.module -lib/grub/x86_64-efi/spkmodem.mod -lib/grub/x86_64-efi/spkmodem.module -lib/grub/x86_64-efi/squash4.mod -lib/grub/x86_64-efi/squash4.module -lib/grub/x86_64-efi/syslinuxcfg.mod -lib/grub/x86_64-efi/syslinuxcfg.module -lib/grub/x86_64-efi/tar.mod -lib/grub/x86_64-efi/tar.module -lib/grub/x86_64-efi/terminal.lst -lib/grub/x86_64-efi/terminal.mod -lib/grub/x86_64-efi/terminal.module -lib/grub/x86_64-efi/terminfo.mod -lib/grub/x86_64-efi/terminfo.module -lib/grub/x86_64-efi/test.mod -lib/grub/x86_64-efi/test.module -lib/grub/x86_64-efi/test_blockarg.mod -lib/grub/x86_64-efi/test_blockarg.module -lib/grub/x86_64-efi/testload.mod -lib/grub/x86_64-efi/testload.module -lib/grub/x86_64-efi/testspeed.mod -lib/grub/x86_64-efi/testspeed.module -lib/grub/x86_64-efi/tftp.mod -lib/grub/x86_64-efi/tftp.module -lib/grub/x86_64-efi/tga.mod -lib/grub/x86_64-efi/tga.module -lib/grub/x86_64-efi/time.mod -lib/grub/x86_64-efi/time.module -lib/grub/x86_64-efi/tr.mod -lib/grub/x86_64-efi/tr.module -lib/grub/x86_64-efi/trig.mod -lib/grub/x86_64-efi/trig.module -lib/grub/x86_64-efi/true.mod -lib/grub/x86_64-efi/true.module -lib/grub/x86_64-efi/udf.mod -lib/grub/x86_64-efi/udf.module -lib/grub/x86_64-efi/ufs1.mod -lib/grub/x86_64-efi/ufs1.module -lib/grub/x86_64-efi/ufs1_be.mod -lib/grub/x86_64-efi/ufs1_be.module -lib/grub/x86_64-efi/ufs2.mod -lib/grub/x86_64-efi/ufs2.module -lib/grub/x86_64-efi/uhci.mod -lib/grub/x86_64-efi/uhci.module -lib/grub/x86_64-efi/usb.mod -lib/grub/x86_64-efi/usb.module -lib/grub/x86_64-efi/usb_keyboard.mod -lib/grub/x86_64-efi/usb_keyboard.module -lib/grub/x86_64-efi/usbms.mod -lib/grub/x86_64-efi/usbms.module -lib/grub/x86_64-efi/usbserial_common.mod -lib/grub/x86_64-efi/usbserial_common.module -lib/grub/x86_64-efi/usbserial_ftdi.mod -lib/grub/x86_64-efi/usbserial_ftdi.module -lib/grub/x86_64-efi/usbserial_pl2303.mod -lib/grub/x86_64-efi/usbserial_pl2303.module -lib/grub/x86_64-efi/usbserial_usbdebug.mod -lib/grub/x86_64-efi/usbserial_usbdebug.module -lib/grub/x86_64-efi/usbtest.mod -lib/grub/x86_64-efi/usbtest.module -lib/grub/x86_64-efi/verify.mod -lib/grub/x86_64-efi/verify.module -lib/grub/x86_64-efi/video.lst -lib/grub/x86_64-efi/video.mod -lib/grub/x86_64-efi/video.module -lib/grub/x86_64-efi/video_bochs.mod -lib/grub/x86_64-efi/video_bochs.module -lib/grub/x86_64-efi/video_cirrus.mod -lib/grub/x86_64-efi/video_cirrus.module -lib/grub/x86_64-efi/video_colors.mod -lib/grub/x86_64-efi/video_colors.module -lib/grub/x86_64-efi/video_fb.mod -lib/grub/x86_64-efi/video_fb.module -lib/grub/x86_64-efi/videoinfo.mod -lib/grub/x86_64-efi/videoinfo.module -lib/grub/x86_64-efi/videotest.mod -lib/grub/x86_64-efi/videotest.module -lib/grub/x86_64-efi/videotest_checksum.mod -lib/grub/x86_64-efi/videotest_checksum.module -lib/grub/x86_64-efi/xfs.mod -lib/grub/x86_64-efi/xfs.module -lib/grub/x86_64-efi/xnu.mod -lib/grub/x86_64-efi/xnu.module -lib/grub/x86_64-efi/xnu_uuid.mod -lib/grub/x86_64-efi/xnu_uuid.module -lib/grub/x86_64-efi/xnu_uuid_test.mod -lib/grub/x86_64-efi/xnu_uuid_test.module -lib/grub/x86_64-efi/xzio.mod -lib/grub/x86_64-efi/xzio.module -lib/grub/x86_64-efi/zfs.mod -lib/grub/x86_64-efi/zfs.module -lib/grub/x86_64-efi/zfscrypt.mod -lib/grub/x86_64-efi/zfscrypt.module -lib/grub/x86_64-efi/zfsinfo.mod -lib/grub/x86_64-efi/zfsinfo.module diff --git a/sysutils/grub2-pcbsd/Makefile b/sysutils/grub2-pcbsd/Makefile deleted file mode 100644 index ad98f7d0eac..00000000000 --- a/sysutils/grub2-pcbsd/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# Created by: kmoore@FreeBSD.org -# $FreeBSD$ - -PORTNAME= grub2-pcbsd -PORTVERSION= 2.02q -PORTREVISION= 16 -CATEGORIES= sysutils -MASTER_SITES= http://www.pcbsd.org/~kris/software/ \ - ftp://ftp.pcbsd.org/pub/software/ -DISTNAME= grub-2.02_8 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Multiboot boot loader - -LICENSE= GPLv3 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ - ${LOCALBASE}/bin/bash:shells/bash \ - help2man:misc/help2man - -USE_HARDENING= pie:off relro:off - -WRKSRC= ${WRKDIR}/grub-2.02 -CONFLICTS= grub2-2* -SSP_UNSAFE= yes -USE_GCC= yes -GNU_CONFIGURE= yes -USES= autoreconf:build bison cpe gettext gmake makeinfo python tar:xz -ONLY_FOR_ARCHS= i386 amd64 -INFO= grub grub-dev -MAKE_JOBS_UNSAFE= yes - -CPE_PRODUCT= grub -CPE_VENDOR= gnu - -CONFIGURE_ARGS= --disable-werror --localedir=${PREFIX}/share/locale -CONFIGURE_ENV= CPP="${CC} -E" \ - LEX=${LOCALBASE}/bin/flex - -SUB_FILES= 00_header 10_kfreebsd 10_ktrueos 30_os-prober 50_otherbe - -OPTIONS_DEFINE= MKFONT FUSE -OPTIONS_DEFAULT=MKFONT -OPTIONS_SUB= yes - -MKFONT_DESC= Build grub-mkfont (require freetype2) -FUSE_DESC= Build grub-mount (require FUSE) - -.include - -.if ${ARCH} != "amd64" -EFIEMU= "@comment " -.endif - -PLIST_SUB+= EFIEMU=${EFIEMU} - -.if ${PORT_OPTIONS:MMKFONT} -LIB_DEPENDS+= libfreetype.so:print/freetype2 -BUILD_DEPENDS+= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu \ - ${LOCALBASE}/share/fonts/gnu-unifont/unifont.pcf.gz:x11-fonts/gnu-unifont -CONFIGURE_ARGS+= --enable-grub-mkfont -.else -CONFIGURE_ARGS+= --disable-grub-mkfont -.endif - -.if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs -CONFIGURE_ARGS+= --enable-grub-mount -.else -CONFIGURE_ARGS+= --disable-grub-mount -.endif - -post-patch: - @${TOUCH} -t 200001010000 ${WRKSRC}/Makefile.util.def - -pre-configure: - @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' ${WRKSRC}/autogen.sh - cd ${WRKSRC} && ./autogen.sh - -post-configure: - @${LN} -sfh /usr/include/machine /usr/include/sys /usr/include/x86 ${WRKSRC}/grub-core - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/lib/charset.alias - ${INSTALL_SCRIPT} ${WRKDIR}/00_header ${STAGEDIR}${PREFIX}/etc/grub.d/ - ${INSTALL_SCRIPT} ${WRKDIR}/10_kfreebsd ${STAGEDIR}${PREFIX}/etc/grub.d/ - ${INSTALL_SCRIPT} ${WRKDIR}/10_ktrueos ${STAGEDIR}${PREFIX}/etc/grub.d/ - ${INSTALL_SCRIPT} ${WRKDIR}/30_os-prober ${STAGEDIR}${PREFIX}/etc/grub.d/ - ${INSTALL_SCRIPT} ${WRKDIR}/50_otherbe ${STAGEDIR}${PREFIX}/etc/grub.d/ - ${MV} ${STAGEDIR}${PREFIX}/etc/grub.d/40_custom ${STAGEDIR}/${PREFIX}/etc/grub.d/40_custom.dist - -RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} - -.include diff --git a/sysutils/grub2-pcbsd/distinfo b/sysutils/grub2-pcbsd/distinfo deleted file mode 100644 index 0c9f358feb2..00000000000 --- a/sysutils/grub2-pcbsd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (grub-2.02_8.tar.xz) = 3b5382f3b2aa467dbfa1a0d53f97e24ccc1b24cdea67056fd3227c57f4c69088 -SIZE (grub-2.02_8.tar.xz) = 5022808 diff --git a/sysutils/grub2-pcbsd/files/00_header.in b/sysutils/grub2-pcbsd/files/00_header.in deleted file mode 100644 index e3d1cec6c2f..00000000000 --- a/sysutils/grub2-pcbsd/files/00_header.in +++ /dev/null @@ -1,361 +0,0 @@ -#! /bin/sh -set -e - -# grub-mkconfig helper script. -# Copyright (C) 2006,2007,2008,2009,2010 Free Software Foundation, Inc. -# -# GRUB is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# GRUB is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with GRUB. If not, see . - -transform="s,x,x," - -prefix="/usr/local" -exec_prefix="${prefix}" -datarootdir="${prefix}/share" -grub_lang=`echo $LANG | cut -d . -f 1` - -export TEXTDOMAIN=grub -export TEXTDOMAINDIR="/usr/local/share/locale" - -. "${datarootdir}/grub/grub-mkconfig_lib" - -# Set indicator that we haven't written device access yet -haveDevAccess=0 - -# Work-around for systems with GPTID enabled still -echo "insmod part_gpt" - -# Do this as early as possible, since other commands might depend on it. -# (e.g. the `loadfont' command might need lvm or raid modules) -for i in ${GRUB_PRELOAD_MODULES} ; do - echo "insmod $i" -done - -if [ -e "/root/beadm.install" ] ; then - BEADM="/root/beadm.install" -else - BEADM="beadm" -fi - -if [ "x${GRUB_DEFAULT}" = "x" ] ; then - GRUB_DEFAULT=0 -fi -if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then GRUB_DEFAULT='${saved_entry}' ; fi -if [ "x${GRUB_TIMEOUT}" = "x" ] ; then GRUB_TIMEOUT=5 ; fi -if [ "x${GRUB_GFXMODE}" = "x" ] ; then GRUB_GFXMODE=auto ; fi - -# Check if we have more than one BE, and need to show the menu by default -beNum=`$BEADM list 2>/dev/null | grep -v 'Mountpoint' | wc -l | awk '{print $1}'` -if [ $beNum -gt 1 ] ; then GRUB_HIDDEN_TIMEOUT=""; fi - -if [ "x${GRUB_DEFAULT_BUTTON}" = "x" ] ; then GRUB_DEFAULT_BUTTON="$GRUB_DEFAULT" ; fi -if [ "x${GRUB_DEFAULT_BUTTON}" = "xsaved" ] ; then GRUB_DEFAULT_BUTTON='${saved_entry}' ; fi -if [ "x${GRUB_TIMEOUT_BUTTON}" = "x" ] ; then GRUB_TIMEOUT_BUTTON="$GRUB_TIMEOUT" ; fi - -cat << EOF -if [ -s \$prefix/grubenv ]; then - load_env -fi -EOF -if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then - cat < /dev/null ; then - font_path="${path}" - else - continue - fi - break 2 - done - done - if [ -n "${font_path}" ] ; then - cat << EOF -if [ x\$feature_default_font_path = xy ] ; then - font=unicode -else -EOF - # Make the font accessible - if [ $haveDevAccess -ne 1 ] ; then - haveDevAccess=1 - prepare_grub_to_access_device `${grub_probe} --target=device "${font_path}"` - fi - cat << EOF - font="`make_system_path_relative_to_its_root "${font_path}"`" -fi - -if loadfont \$font ; then -EOF - else - cat << EOF -if loadfont unicode ; then -EOF - fi - fi - - cat << EOF - if [ x"\${grub_platform}" = xpc ] ; then - set gfxmode=${GRUB_GFXMODE} - load_video - insmod gfxterm - else - # EFI - insmod efi_gop - insmod gfxterm - insmod font - insmod videotest - insmod videoinfo - set gfxmode=${GRUB_GFXMODE} - fi -EOF - -# Gettext variables and module -if [ "x${LANG}" != "xC" -a "x${grub_lang}" != "xen_US" ] ; then - cat << EOF - set locale_dir=\$prefix/locale - set lang=${grub_lang} - insmod gettext -EOF -fi - -cat <&2 - - if [ $haveDevAccess -ne 1 ] ; then - haveDevAccess=1 - prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_THEME"` - fi - cat << EOF -insmod gfxmenu -EOF - themedir="`dirname "$GRUB_THEME"`" - for x in "$themedir"/*.pf2 "$themedir"/f/*.pf2; do - if [ -f "$x" ]; then - cat << EOF -loadfont (\$root)`make_system_path_relative_to_its_root $x` -EOF - fi - done - if [ x"`echo "$themedir"/*.jpg`" != x"$themedir/*.jpg" ] || [ x"`echo "$themedir"/*.jpeg`" != x"$themedir/*.jpeg" ]; then - cat << EOF -insmod jpeg -EOF - fi - if [ x"`echo "$themedir"/*.png`" != x"$themedir/*.png" ]; then - cat << EOF -insmod png -EOF - fi - if [ x"`echo "$themedir"/*.tga`" != x"$themedir/*.tga" ]; then - cat << EOF -insmod tga -EOF - fi - - cat << EOF -set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME` -export theme -EOF - elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \ - && is_path_readable_by_grub "$GRUB_BACKGROUND"; then - gettext_printf "Found background: %s\n" "$GRUB_BACKGROUND" >&2 - case "$GRUB_BACKGROUND" in - *.png) reader=png ;; - *.tga) reader=tga ;; - *.jpg|*.jpeg) reader=jpeg ;; - *) gettext "Unsupported image format" >&2; echo >&2; exit 1 ;; - esac - if [ $haveDevAccess -ne 1 ] ; then - haveDevAccess=1 - prepare_grub_to_access_device `${grub_probe} --target=device "$GRUB_BACKGROUND"` - fi - cat << EOF -insmod $reader -background_image -m stretch `make_system_path_relative_to_its_root "$GRUB_BACKGROUND"` -EOF - fi -fi - -make_timeout () -{ - if [ "x${1}" != "x" ] ; then - if [ "x${GRUB_HIDDEN_TIMEOUT_QUIET}" = "xtrue" ] ; then - verbose= - else - verbose=" --verbose" - fi - cat << EOF -echo "Hold Left-Shift for menu.." -if sleep$verbose --interruptible ${1} ; then - if keystatus --shift; then - set timeout=-1 - else - set timeout=0 - fi -fi -EOF - else - cat << EOF -set timeout=${2} -EOF - fi -} - -if [ "x$GRUB_BUTTON_CMOS_ADDRESS" != "x" ]; then - cat <. - -# Check if we have beadm installed, if not do normal freebsd detection -if [ -e "/usr/local/sbin/beadm" ] ; then exit 0; fi - -prefix="@prefix@" -exec_prefix="@exec_prefix@" -datarootdir="@datarootdir@" -. "$pkgdatadir/grub-mkconfig_lib" - -export TEXTDOMAIN=@PACKAGE@ -export TEXTDOMAINDIR="@localedir@" - -CLASS="--class os" - -case "${GRUB_DISTRIBUTOR}" in - Debian) - OS="${GRUB_DISTRIBUTOR} GNU/kFreeBSD" - CLASS="--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' -f1|LC_ALL=C sed 's,[^[:alnum:]_],_,g') --class gnu-kfreebsd --class gnu ${CLASS}" - ;; - *) - OS="FreeBSD" - CLASS="--class freebsd --class bsd ${CLASS}" - ;; -esac - -load_kfreebsd_module () -{ - mod="$1" - allow_fail="$2" - - if ! test -e "${module_dir}/${mod}.ko" ; then - if [ "${allow_fail}" = "true" ] ; then - # Return silently - return - else - # Print an error and fail. - ls "${module_dir}/${mod}.ko" > /dev/null - fi - fi - - if [ -z "${prepare_module_dir_cache}" ]; then - prepare_module_dir_cache="$(prepare_grub_to_access_device $(${grub_probe} -t device "${module_dir}") | grub_add_tab)" - fi - - printf '%s\n' "${prepare_module_dir_cache}" - cat << EOF - kfreebsd_module_elf ${module_dir_rel}/${mod}.ko -EOF -} - -title_correction_code= - -kfreebsd_entry () -{ - os="$1" - version="$2" - type="$3" - args="$4" - if [ -z "$boot_device_id" ]; then - boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")" - fi - if [ x$type != xsimple ] ; then - if [ x$type = xrecovery ] ; then - title="$(gettext_printf "%s, with kFreeBSD %s (recovery mode)" "${os}" "${version}")" - else - title="$(gettext_printf "%s, with kFreeBSD %s" "${os}" "${version}")" - fi - replacement_title="$(echo "Advanced options for ${OS}" | sed 's,>,>>,g')>$(echo "$title" | sed 's,>,>>,g')" - if [ x"$title" = x"$GRUB_ACTUAL_DEFAULT" ]; then - quoted="$(echo "$GRUB_ACTUAL_DEFAULT" | grub_quote)" - title_correction_code="${title_correction_code}if [ \"x\$default\" = '$quoted' ]; then default='$(echo "$replacement_title" | grub_quote)'; fi;" - grub_warn "$(gettext_printf "Please don't use old title \`%s' for GRUB_DEFAULT, use \`%s' (for versions before 2.00) or \`%s' (for 2.00 or later)" "$GRUB_ACTUAL_DEFAULT" "$replacement_title" "kfreebsd-advanced-$boot_device_id>kfreebsd-$version-$type-$boot_device_id")" - fi - echo "menuentry '$(echo "$title" | grub_quote)' ${CLASS} \$menuentry_id_option 'kfreebsd-$version-$type-$boot_device_id' {" | sed "s/^/$submenu_indentation/" - else - echo "menuentry '$(echo "$OS" | grub_quote)' ${CLASS} \$menuentry_id_option 'kfreebsd-simple-$boot_device_id' {" | sed "s/^/$submenu_indentation/" - fi - if [ x$type != xrecovery ] ; then - save_default_entry | grub_add_tab | sed "s/^/$submenu_indentation/" - fi - if [ -z "${prepare_boot_cache}" ]; then - prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | grub_add_tab)" - fi - - printf '%s\n' "${prepare_boot_cache}" | sed "s/^/$submenu_indentation/" - message="$(gettext_printf "Loading kernel of FreeBSD %s ..." ${version})" - sed "s/^/$submenu_indentation/" << EOF - echo '$(echo "$message" | grub_quote)' - kfreebsd ${rel_dirname}/${basename} ${args} -EOF - - if test -n "${devices}" ; then - sed "s/^/$submenu_indentation/" << EOF - kfreebsd_loadenv ${devices_rel_dirname}/${devices_basename} -EOF - fi - - load_kfreebsd_module acpi true - - for abstraction in dummy $(${grub_probe} -t abstraction --device ${GRUB_DEVICE}) ; do - case $abstraction in - lvm) load_kfreebsd_module geom_linux_lvm false ;; - esac - done - - case "${kfreebsd_fs}" in - zfs) - load_kfreebsd_module opensolaris false - - ls "/boot/zfs/zpool.cache" > /dev/null - printf '%s\n' "${prepare_boot_cache}" - sed "s/^/$submenu_indentation/" << EOF - kfreebsd_module $(make_system_path_relative_to_its_root /boot)/zfs/zpool.cache type=/boot/zfs/zpool.cache -EOF - ;; - esac - - if [ x${kfreebsd_fs} = xufs ]; then - load_kfreebsd_module ${kfreebsd_fs} true | sed "s/^/$submenu_indentation/" - else - load_kfreebsd_module ${kfreebsd_fs} false | sed "s/^/$submenu_indentation/" - fi - - sed "s/^/$submenu_indentation/" << EOF - set kFreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${kfreebsd_device} - set kFreeBSD.vfs.root.mountfrom.options=rw -} -EOF -} - -list= -for i in /boot/kfreebsd-* /boot/kernel/kernel ; do - if grub_file_is_not_garbage "$i" ; then - list="$list $i" - fi -done -prepare_boot_cache= -boot_device_id= -title_correction_code= - -# Extra indentation to add to menu entries in a submenu. We're not in a submenu -# yet, so it's empty. In a submenu it will be equal to '\t' (one tab). -submenu_indentation="" - -is_top_level=true - -while [ "x$list" != "x" ] ; do - kfreebsd=`version_find_latest $list` - gettext_printf "Found kernel of FreeBSD: %s\n" "$kfreebsd" >&2 - basename=`basename $kfreebsd` - dirname=`dirname $kfreebsd` - rel_dirname=`make_system_path_relative_to_its_root $dirname` - - if [ -f /boot/device.hints ] ; then - devices=/boot/device.hints - devices_basename=`basename $devices` - devices_dirname=`dirname $devices` - devices_rel_dirname=`make_system_path_relative_to_its_root $devices_dirname` - fi - - case ${GRUB_FS} in - ufs1 | ufs2) kfreebsd_fs=ufs ;; - ext2) kfreebsd_fs=ext2fs ;; - *) kfreebsd_fs=${GRUB_FS} ;; - esac - - case ${GRUB_FS} in - zfs) - # zpool name - kfreebsd_device=$(${grub_probe} -t fs_label --device ${GRUB_DEVICE}) - # filesystem name (empty string for the main filesystem) - kfreebsd_device="${kfreebsd_device}$(${grub_mkrelpath} / | sed -e "s,/*@$,,")" - ;; - *) - kfreebsd_device=${kfreebsd_fs}id/${GRUB_DEVICE_UUID} - # Debian GNU/kFreeBSD can't remount root if it's supplied as UUID but - # as an UUID - if [ "x${GRUB_DISTRIBUTOR}" = "xDebian" ] \ - && ! (cat /etc/fstab | awk '!/^[[:space:]]*#/ && $2=="/" { print $1; }' \ - | grep "${kfreebsd_fs}id/${GRUB_DEVICE_UUID}" > /dev/null); then - kfreebsd_device=${GRUB_DEVICE} - fi - ;; - esac - - version=`echo $basename | sed -e "s,^[^0-9]*-,,g;s/\.gz$//g"` - alt_version=`echo $version | sed -e "s,\.old$,,g"` - - module_dir= - for i in "/lib/modules/${version}" "/lib/modules/${alt_version}" \ - "/boot/kernel"; do - if test -e "$i" ; then - module_dir="$i" - break - fi - done - if test -n "${module_dir}" ; then - gettext_printf "Found kernel module directory: %s\n" "${module_dir}" >&2 - module_dir_rel=$(make_system_path_relative_to_its_root $module_dir) - fi - - if [ "x$is_top_level" = xtrue ] && [ "x${GRUB_DISABLE_SUBMENU}" != xy ]; then - kfreebsd_entry "${OS}" "${version}" simple - submenu_indentation="$grub_tab" - - if [ -z "$boot_device_id" ]; then - boot_device_id="$(grub_get_device_id "${GRUB_DEVICE}")" - fi - # TRANSLATORS: %s is replaced with an OS name - echo "submenu '$(gettext_printf "Advanced options for %s" "${OS}" | grub_quote)' \$menuentry_id_option 'kfreebsd-advanced-$boot_device_id' {" - is_top_level=false - fi - - kfreebsd_entry "${OS}" "${version}" advanced - if [ "x${GRUB_DISABLE_RECOVERY}" != "xtrue" ]; then - kfreebsd_entry "${OS}" "${version}" recovery "-s" - fi - - list=`echo $list | tr ' ' '\n' | fgrep -vx "$kfreebsd" | tr '\n' ' '` -done - -# If at least one kernel was found, then we need to -# add a closing '}' for the submenu command. -if [ x"$is_top_level" != xtrue ]; then - echo '}' -fi - -echo "$title_correction_code" - diff --git a/sysutils/grub2-pcbsd/files/10_ktrueos.in b/sysutils/grub2-pcbsd/files/10_ktrueos.in deleted file mode 100644 index 15410ac18d8..00000000000 --- a/sysutils/grub2-pcbsd/files/10_ktrueos.in +++ /dev/null @@ -1,389 +0,0 @@ -#!/bin/sh -# -# Copyright 2015 iXsystems (Kris Moore) -# All rights reserved -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted providing that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. - -# Script to detect TrueOS / PC-BSD disk installations and create grub -# entries for them - -# Check if we have beadm installed, if not skip this file -if [ ! -e "/usr/local/sbin/beadm" ] ; then exit 0; fi - -ROOTFS=`mount | awk '/ \/ / {print $1}'` -BEDS="$( echo ${ROOTFS} | awk -F '/' '{print $2}' )" -if [ "$BEDS" = "dev" ] ; then BEDS="ROOT"; fi - -serial=0; -console=0; -for x in ${GRUB_TERMINAL_OUTPUT}; do - if [ xserial = "x$x" ]; then - serial=1; - fi - if [ xgfxterm = "x$x" ]; then - console=1; - fi - if [ xconsole = "x$x" ]; then - console=1; - fi -done - -if [ "x$serial" = "x1" ]; then - if [ "x$console" = "x1" ]; then - out="-Dh" - else - out="-h" - fi -fi - -display_loaderopts() -{ - # Optional ARG1, set to a ZFS dataset to mount and read values from - if [ -n "$1" ] ; then - fMnt="/mnt.$$" - mkdir $fMnt - mount -t zfs ${1} $fMnt >/dev/null - if [ $? -ne 0 ] ; then - echo "Failed to mount ${1}" >&2 - return - fi - else - fMnt="" - fi - - # Create our placeholder to save _load entries to parse - touch /tmp/.lRObjs.$$ - touch /tmp/.lSysCtls.$$ - - # Loader files, in order of which to read them - lFiles="${fMnt}/boot/loader.conf.local ${fMnt}/boot/loader.conf ${fMnt}/boot/loader.conf.trueos ${fMnt}/boot/loader.conf.pcbsd" - for f in $lFiles - do - if [ ! -e "$f" ] ; then continue ; fi - - # Lets parse any of the _load= lines - grep "_load=" ${f} | grep -v "^#" >/tmp/.lObjs.$$ - while read line - do - loadVal="`echo $line | cut -d '=' -f 1`" - # Is this value already set in a higher priority file? - grep -q "^${loadVal}" /tmp/.lRObjs.$$ - if [ $? -eq 0 ];then continue; fi - - # Save this value for later - echo "$line" >> /tmp/.lRObjs.$$ - haveObjs=1 - - done < /tmp/.lObjs.$$ - rm /tmp/.lObjs.$$ - - # Lets look for any sysctls to set - grep "." ${f} | grep "=" | grep -v "^#" | grep -v "_load" >/tmp/.sObjs.$$ - while read line - do - loadVal="`echo $line | cut -d '=' -f 1`" - # Is this value already set in a higher priority file? - grep -q "^${loadVal}" /tmp/.lSysCtls.$$ - if [ $? -eq 0 ];then continue; fi - - # Save this value for later - echo "$line" >> /tmp/.lSysCtls.$$ - haveSysCtls=1 - - done < /tmp/.sObjs.$$ - rm /tmp/.sObjs.$$ - done - - # Using GELI encryption? - haveGELI="false" - - # Now lets echo out the modules to load - if [ "$haveObjs" = "1" ] ; then - while read line - do - echo "$line" | grep -q '"YES"' - if [ $? -ne 0 ] ; then continue ; fi - module="`echo $line | cut -d '=' -f 1 | sed 's|_load||g'`" - # Try to locate module now - if [ -e "${fMnt}/boot/kernel/${module}.ko" ] ; then - mPath="kernel" - elif [ -e "${fMnt}/boot/modules/${module}.ko" ] ; then - mPath="modules" - else - # This isn't a module that we can see, lets set it as a variable - #echo "No such module $line, setting as a variable" >&2 - echo "$line" >> /tmp/.lSysCtls.$$ - continue - fi - - # Are we loading GELI module? - if [ "$module" = "geom_eli" ] ; then haveGELI="true" ; fi - - echo " kfreebsd_module_elf ${loadPrefix}/@/boot/${mPath}/${module}.ko" - done < /tmp/.lRObjs.$$ - fi - - # Add our compat kenv lines - echo " set kFreeBSD.bootfile=\"kernel\"" - echo " set kFreeBSD.kernel=\"kernel\"" - echo " set kFreeBSD.kernel_options=\"\"" - echo " set kFreeBSD.kernelname=\"/boot/kernel/kernel\"" - echo " set kFreeBSD.module_path=\"/boot/kernel;/boot/modules\"" - - # Any kenv to set? - if [ "$haveSysCtls" = "1" ] ; then - while read line - do - # Strip out the vfs.root.mountfrom, we set that elsewhere - echo "$line" | grep -q "vfs.root.mountfrom" - if [ $? -eq 0 ] ; then continue ; fi - - line="`echo $line | sed 's|"||g'`" - key="`echo $line | cut -d '=' -f 1`" - val="`echo $line | cut -d '=' -f 2`" - if [ -z "$key" -o -z "$val" ] ; then continue ; fi - echo " set kFreeBSD.${key}=\"${val}\"" - done < /tmp/.lSysCtls.$$ - fi - - rm /tmp/.lRObjs.$$ - rm /tmp/.lSysCtls.$$ - if [ -n "$1" ] ; then - umount /mnt.$$ >/dev/null - rmdir /mnt.$$ >/dev/null - fi - - # Set the grub.platform kenv variable - echo " set kFreeBSD.grub.platform=\"\$grub_platform\"" - - # See if we need to do GELI passphrase passthrough - if [ "$haveGELI" = "true" ] ; then - echo " set kFreeBSD.kern.geom.eli.passphrase=\"\$pass\"" - fi -} - -detect_beadm() -{ - /usr/bin/which -s beadm >/dev/null 2>/dev/null - if [ $? -ne 0 ] ; then return 0; fi - - # Check if we are running from the installer and use its beadm - if [ -e "/root/beadm.install" ] ; then - BEADM="/root/beadm.install" - - # Check if this is valid - testBE=`$BEADM list` - if [ -z "$testBE" ] ; then - # No BE's, lets switch back to regular mode - BEADM="`/usr/bin/which beadm`" - fi - else - BEADM="`/usr/bin/which beadm`" - fi - - ${BEADM} list >/dev/null 2>/dev/null - if [ $? -ne 0 ] ; then return 0; fi - - - if [ -e "/etc/defaults/pcbsd" ] ; then - NICK="PC-BSD" - else - NICK="TrueOS" - fi - - # Only list the default BE here - $BEADM list -H >/tmp/.grub-beadm.$$ 2>/dev/null - while read line - do - be=`echo $line | awk '{print $1}'` - flags=`echo $line | awk '{print $2}'` - - # Is this BE marked as wanting to be used for next boot? Make it the first one if so - if [ "$flags" = "NR" -o "$flags" = "R" ] ; then - BE_LIST="$be" - break - fi - done < /tmp/.grub-beadm.$$ - rm /tmp/.grub-beadm.$$ - - # Get list of beadm datasets - for b in $BE_LIST - do - # Got a beadm snapshot, lets get the complete dataset name - beLine=`${BEADM} list -a | grep "/$BEDS/${b}[[:space:]]"` - cdataset=`echo $beLine | awk '{print $1}'` - cdatadate=`echo $beLine | awk '{print $5}'` - cdatatime=`echo $beLine | awk '{print $6}'` - ztank=`echo $cdataset | cut -d '/' -f 1` - shortdataset="/`echo $cdataset | cut -d '/' -f 2-5`" - # Get the BE nickname if it exists - beNickName=`${BEADM} list | grep "^${b} " | tr -s ' ' | cut -d ' ' -f 7-12` - if [ -z "$beNickName" ] ; then - beNickName="$b" - fi - - # First part of this dataset - cat > /tmp/.grubdataset.$$.1 << EOF - insmod zfs - search --no-floppy -s -l $ztank -EOF - - # Second part of loader to save - cat > /tmp/.grubdataset.$$.2 << EOF - kfreebsd_module ${shortdataset}/@/boot/zfs/zpool.cache type=/boot/zfs/zpool.cache - set kFreeBSD.vfs.root.mountfrom=zfs:$cdataset -EOF - - # Now lets look for options in loader.conf to load - loadPrefix="${shortdataset}" - # If this is the current mounted dataset, we can skip mounting it - mount | grep -q -e "$cdataset on / (" -e "$cdataset on /mnt (" - if [ $? -eq 0 ] ; then - display_loaderopts >>/tmp/.grubdataset.$$.2 - else - display_loaderopts $cdataset >> /tmp/.grubdataset.$$.2 - fi - - # Lets start a submenu for each BE -cat << EOF - -submenu "${NICK} (${beNickName}) - ${cdatadate} ${cdatatime}" { -EOF - - # Lets do the default entry first - ################################# - cat << EOF - menuentry "Normal Bootup" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - # Next lets do single user mode - ################################# - cat << EOF - menuentry "Single User Mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out} -s" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - # Next lets do verbose mode - ################################# - cat << EOF - menuentry "Verbose Mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out} -v" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - if [ -e "/etc/defaults/pcbsd" ] ; then - # Next lets do display wizard - ################################# - cat << EOF - menuentry "Run the Display Wizard" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.runwiz=YES - } -EOF - # Now for vesa mode - ################################# - cat << EOF - menuentry "Run X in vesa mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.xvesa=YES - } -EOF - # Now for non-xorg mode - ################################# - cat << EOF - menuentry "Boot to console (Disable X)" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.noxorg=YES - } -EOF - fi - - - # Lastly lets close the submenu section - cat << EOF -} - -EOF - done - - # Cleanup after ourselves - if [ -e "/tmp/.grubdataset.$$.1" ] ; then - rm /tmp/.grubdataset.$$.1 - rm /tmp/.grubdataset.$$.2 - fi -} - -# Detect our types of disk layouts -detect_beadm - diff --git a/sysutils/grub2-pcbsd/files/30_os-prober.in b/sysutils/grub2-pcbsd/files/30_os-prober.in deleted file mode 100644 index 4a58fdecd57..00000000000 --- a/sysutils/grub2-pcbsd/files/30_os-prober.in +++ /dev/null @@ -1,140 +0,0 @@ -#!/bin/sh -# -# Copyright 2015 iXsystems (Kris Moore) -# All rights reserved -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted providing that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. - -# Check if we have beadm installed, if not skip this file -if [ ! -e "/usr/local/sbin/beadm" ] ; then exit 0; fi - -# Script to detect other NON BSD OS's and add to grub.cfg - -check_ntfs_part() -{ - local disk="$1" - - fs_uuid=`grub-probe --device /dev/${disk} --target=fs_uuid 2>/dev/null` - if [ -z "$fs_uuid" ] ; then - echo "Warning: Could not get fs_uuid for $disk" - return - fi - - cat << EOF -menuentry "Microsoft Windows ($disk)" { - search --no-floppy --fs-uuid --set=root $fs_uuid - chainloader +1 -} -EOF -} - -print_uefichain() { - cat << EOF -menuentry "Chainload Disk (hd${hdnum} - $1)" { - set root=('hd${hdnum},${rootpre}1') - chainloader $1 -} - -EOF -} - -if [ -e "/usr/local/etc/default/grub" ] ; then - . /usr/local/etc/default/grub -fi -if [ -n "$GRUB_NODUALBOOT" ] ; then - exit 0 -fi - -# Look for file-systems on the zpool disk -for disk in `zpool status | grep ONLINE | grep -v "state:" | awk '{print $1}'` -do - disk="`echo $disk | sed 's|.eli||g'`" - if [ ! -e "/dev/$disk" ] ; then continue ; fi - - # Get the parent disk name - parentdisk=`grub-probe --target=disk --device /dev/$disk 2>/dev/null` - parentdisk="`echo $parentdisk | sed 's|/dev/||g'`" - if [ ! -e "/dev/$parentdisk" ] ; then continue ; fi - - for ldisk in `cd /dev/ && ls ${parentdisk}s[0-9] ${parentdisk}p[0-99] 2>/dev/null` - do - fs_type=`grub-probe --device /dev/${ldisk} --target=fs 2>/dev/null` - case $fs_type in - ntfs) check_ntfs_part "$ldisk" ;; # Start checking for NTFS - *) ;; # Unknown for now, add more! - esac - done -done - -# Look for other disks to chainload -hdnum=0 -for disk in `cd /dev/ && ls ada[0-9] da[0-9] 2>/dev/null` -do - # Skip disks apart of zpool - zpool status | grep ONLINE | grep -v "state:" | grep -q "$disk" - if [ $? -eq 0 ] ; then - hdnum=`expr $hdnum + 1` - continue - fi - - # Check if the first partition on this disk is EFI - if [ -e "/dev/${disk}s1" ] ; then - fp="/dev/${disk}s1" - rootpre="" - else - fp="/dev/${disk}p1" - rootpre="gpt" - fi - - # Add UEFI chainloader - if [ "`grub-probe --device -t fs $fp 2>/dev/null`" = "fat" ] ; then - - # Lets mount the FAT partition and look for UEFI boots - uefimnt="/tmp/.grub-uefi.$$" - if [ ! -d "$uefimnt" ] ; then mkdir $uefimnt; fi - mount_msdosfs $fp $uefimnt - if [ $? -eq 0 ] ; then - if [ -e "${uefimnt}/EFI/Boot/bootx64.efi" ] ; then - print_uefichain "/EFI/Boot/bootx64.efi" - fi - cd $uefimnt - for i in `find . | grep \.efi$ | grep -v "./EFI/Boot/bootx64.efi"` - do - i="`echo $i | sed 's|\./|/|g'`" - print_uefichain "$i" - done - cd /dev - umount $uefimnt - rmdir $uefimnt - fi - - else - # Add BIOS chainloader - cat << EOF -menuentry "Chainload Disk (hd${hdnum})" { - set root=(hd${hdnum}) - chainloader +1 -} -EOF - fi - hdnum=`expr $hdnum + 1` -done diff --git a/sysutils/grub2-pcbsd/files/50_otherbe.in b/sysutils/grub2-pcbsd/files/50_otherbe.in deleted file mode 100644 index 6d527cf68b8..00000000000 --- a/sysutils/grub2-pcbsd/files/50_otherbe.in +++ /dev/null @@ -1,396 +0,0 @@ -#!/bin/sh -# -# Copyright 2015 iXsystems (Kris Moore) -# All rights reserved -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted providing that the following conditions -# are met: -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the distribution. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. - -# Script to detect TrueOS / PC-BSD disk installations and create grub -# entries for them - -# Check if we have beadm installed, if not skip this file -if [ ! -e "/usr/local/sbin/beadm" ] ; then exit 0; fi - -ROOTFS=`mount | awk '/ \/ / {print $1}'` -BEDS="$( echo ${ROOTFS} | awk -F '/' '{print $2}' )" -if [ "$BEDS" = "dev" ] ; then BEDS="ROOT"; fi - -serial=0; -console=0; -for x in ${GRUB_TERMINAL_OUTPUT}; do - if [ xserial = "x$x" ]; then - serial=1; - fi - if [ xgfxterm = "x$x" ]; then - console=1; - fi - if [ xconsole = "x$x" ]; then - console=1; - fi -done - -if [ "x$serial" = "x1" ]; then - if [ "x$console" = "x1" ]; then - out="-Dh" - else - out="-h" - fi -fi - -display_loaderopts() -{ - # Optional ARG1, set to a ZFS dataset to mount and read values from - if [ -n "$1" ] ; then - fMnt="/mnt.$$" - mkdir $fMnt - mount -t zfs ${1} $fMnt >/dev/null - if [ $? -ne 0 ] ; then - echo "Failed to mount ${1}" >&2 - return - fi - else - fMnt="" - fi - - # Create our placeholder to save _load entries to parse - touch /tmp/.lRObjs.$$ - touch /tmp/.lSysCtls.$$ - - # Loader files, in order of which to read them - lFiles="${fMnt}/boot/loader.conf.local ${fMnt}/boot/loader.conf ${fMnt}/boot/loader.conf.trueos ${fMnt}/boot/loader.conf.pcbsd" - for f in $lFiles - do - if [ ! -e "$f" ] ; then continue ; fi - - # Lets parse any of the _load= lines - grep "_load=" ${f} | grep -v "^#" >/tmp/.lObjs.$$ - while read line - do - loadVal="`echo $line | cut -d '=' -f 1`" - # Is this value already set in a higher priority file? - grep -q "^${loadVal}" /tmp/.lRObjs.$$ - if [ $? -eq 0 ];then continue; fi - - # Save this value for later - echo "$line" >> /tmp/.lRObjs.$$ - haveObjs=1 - - done < /tmp/.lObjs.$$ - rm /tmp/.lObjs.$$ - - # Lets look for any sysctls to set - grep "." ${f} | grep "=" | grep -v "^#" | grep -v "_load" >/tmp/.sObjs.$$ - while read line - do - loadVal="`echo $line | cut -d '=' -f 1`" - # Is this value already set in a higher priority file? - grep -q "^${loadVal}" /tmp/.lSysCtls.$$ - if [ $? -eq 0 ];then continue; fi - - # Save this value for later - echo "$line" >> /tmp/.lSysCtls.$$ - haveSysCtls=1 - - done < /tmp/.sObjs.$$ - rm /tmp/.sObjs.$$ - done - - # Using GELI encryption? - haveGELI="false" - - # Now lets echo out the modules to load - if [ "$haveObjs" = "1" ] ; then - while read line - do - echo "$line" | grep -q '"YES"' - if [ $? -ne 0 ] ; then continue ; fi - module="`echo $line | cut -d '=' -f 1 | sed 's|_load||g'`" - # Try to locate module now - if [ -e "${fMnt}/boot/kernel/${module}.ko" ] ; then - mPath="kernel" - elif [ -e "${fMnt}/boot/modules/${module}.ko" ] ; then - mPath="modules" - else - # This isn't a module that we can see, lets set it as a variable - #echo "No such module $line, setting as a variable" >&2 - echo "$line" >> /tmp/.lSysCtls.$$ - continue - fi - - # Are we loading GELI module? - if [ "$module" = "geom_eli" ] ; then haveGELI="true" ; fi - - echo " kfreebsd_module_elf ${loadPrefix}/@/boot/${mPath}/${module}.ko" - done < /tmp/.lRObjs.$$ - fi - - # Add our compat kenv lines - echo " set kFreeBSD.bootfile=\"kernel\"" - echo " set kFreeBSD.kernel=\"kernel\"" - echo " set kFreeBSD.kernel_options=\"\"" - echo " set kFreeBSD.kernelname=\"/boot/kernel/kernel\"" - echo " set kFreeBSD.module_path=\"/boot/kernel;/boot/modules\"" - - # Any kenv to set? - if [ "$haveSysCtls" = "1" ] ; then - while read line - do - # Strip out the vfs.root.mountfrom, we set that elsewhere - echo "$line" | grep -q "vfs.root.mountfrom" - if [ $? -eq 0 ] ; then continue ; fi - - line="`echo $line | sed 's|"||g'`" - key="`echo $line | cut -d '=' -f 1`" - val="`echo $line | cut -d '=' -f 2`" - if [ -z "$key" -o -z "$val" ] ; then continue ; fi - echo " set kFreeBSD.${key}=\"${val}\"" - done < /tmp/.lSysCtls.$$ - fi - - rm /tmp/.lRObjs.$$ - rm /tmp/.lSysCtls.$$ - if [ -n "$1" ] ; then - umount /mnt.$$ >/dev/null - rmdir /mnt.$$ >/dev/null - fi - - # Set the grub.platform kenv variable - echo " set kFreeBSD.grub.platform=\"\$grub_platform\"" - - # See if we need to do GELI passphrase passthrough - if [ "$haveGELI" = "true" ] ; then - echo " set kFreeBSD.kern.geom.eli.passphrase=\"\$pass\"" - fi -} - -detect_beadm() -{ - /usr/bin/which -s beadm >/dev/null 2>/dev/null - if [ $? -ne 0 ] ; then return 0; fi - - # Check if we are running from the installer and use its beadm - if [ -e "/root/beadm.install" ] ; then - BEADM="/root/beadm.install" - - # Check if this is valid - testBE=`$BEADM list` - if [ -z "$testBE" ] ; then - # No BE's, lets switch back to regular mode - BEADM="`/usr/bin/which beadm`" - fi - else - BEADM="`/usr/bin/which beadm`" - fi - - ${BEADM} list >/dev/null 2>/dev/null - if [ $? -ne 0 ] ; then return 0; fi - - - if [ -e "/etc/defaults/pcbsd" ] ; then - NICK="PC-BSD" - else - NICK="TrueOS" - fi - - # Now we will list all the non-default BEs - $BEADM list -H >/tmp/.grub-beadm.$$ 2>/dev/null - while read line - do - be=`echo $line | awk '{print $1}'` - flags=`echo $line | awk '{print $2}'` - - # Skip the active BE - if [ "$flags" = "NR" -o "$flags" = "R" ] ; then - continue - fi - BE_LIST="${be} ${BE_LIST}" - done < /tmp/.grub-beadm.$$ - rm /tmp/.grub-beadm.$$ - - if [ -z "$BE_LIST" ] ; then return; fi - - echo "submenu \"Boot Environment Menu\" {" - - # Get list of beadm datasets - for b in $BE_LIST - do - # Got a beadm snapshot, lets get the complete dataset name - beLine=`${BEADM} list -a | grep "/$BEDS/${b}"` - cdataset=`echo $beLine | awk '{print $1}'` - cdatadate=`echo $beLine | awk '{print $5}'` - cdatatime=`echo $beLine | awk '{print $6}'` - ztank=`echo $cdataset | cut -d '/' -f 1` - shortdataset="/`echo $cdataset | cut -d '/' -f 2-5`" - # Get the BE nickname if it exists - beNickName=`${BEADM} list | grep "^${b} " | tr -s ' ' | cut -d ' ' -f 7-12` - if [ -z "$beNickName" ] ; then - beNickName="$b" - fi - - # First part of this dataset - cat > /tmp/.grubdataset.$$.1 << EOF - insmod zfs - search --no-floppy -s -l $ztank -EOF - - # Second part of loader to save - cat > /tmp/.grubdataset.$$.2 << EOF - kfreebsd_module ${shortdataset}/@/boot/zfs/zpool.cache type=/boot/zfs/zpool.cache - set kFreeBSD.vfs.root.mountfrom=zfs:$cdataset -EOF - - # Now lets look for options in loader.conf to load - loadPrefix="${shortdataset}" - # If this is the current mounted dataset, we can skip mounting it - mount | grep -q -e "$cdataset on / (" -e "$cdataset on /mnt (" - if [ $? -eq 0 ] ; then - display_loaderopts >>/tmp/.grubdataset.$$.2 - else - display_loaderopts $cdataset >> /tmp/.grubdataset.$$.2 - fi - - # Lets start a submenu for each BE -cat << EOF - -submenu "${NICK} (${beNickName}) - ${cdatadate} ${cdatatime}" { -EOF - - # Lets do the default entry first - ################################# - cat << EOF - menuentry "Normal Bootup" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - # Next lets do single user mode - ################################# - cat << EOF - menuentry "Single User Mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out} -s" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - # Next lets do verbose mode - ################################# - cat << EOF - menuentry "Verbose Mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out} -v" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - } -EOF - - if [ -e "/etc/defaults/pcbsd" ] ; then - # Next lets do display wizard - ################################# - cat << EOF - menuentry "Run the Display Wizard" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.runwiz=YES - } -EOF - # Now for vesa mode - ################################# - cat << EOF - menuentry "Run X in vesa mode" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.xvesa=YES - } -EOF - # Now for non-xorg mode - ################################# - cat << EOF - menuentry "Boot to console (Disable X)" { -EOF - # Get the dataset guts - cat /tmp/.grubdataset.$$.1 - echo " kfreebsd ${shortdataset}/@/boot/kernel/kernel ${out}" - echo " kfreebsd_loadenv ${shortdataset}@/boot/device.hints" - cat /tmp/.grubdataset.$$.2 - - # Set any options - cat << EOF - set kFreeBSD.noxorg=YES - } -EOF - fi - - - # Lastly lets close the submenu section - cat << EOF -} - -EOF - done - - echo "}" - echo "" - - # Cleanup after ourselves - if [ -e "/tmp/.grubdataset.$$.1" ] ; then - rm /tmp/.grubdataset.$$.1 - rm /tmp/.grubdataset.$$.2 - fi -} - -# Detect our types of disk layouts -detect_beadm - diff --git a/sysutils/grub2-pcbsd/files/patch-configure.ac b/sysutils/grub2-pcbsd/files/patch-configure.ac deleted file mode 100644 index 0410fc18906..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-configure.ac +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.ac.orig 2015-06-03 14:54:01 UTC -+++ configure.ac -@@ -1459,7 +1459,7 @@ fi - - if test x"$starfield_excuse" = x; then - for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do -- for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/dejavu /usr/share/fonts/truetype; do -+ for dir in . /usr/src /usr/local/lib/X11/fonts/dejavu /usr/share/fonts/truetype/ttf-dejavu /usr/local/share/fonts/dejavu /usr/share/fonts/truetype; do - if test -f "$dir/DejaVuSans.$ext"; then - DJVU_FONT_SOURCE="$dir/DejaVuSans.$ext" - break 2 -@@ -1481,7 +1481,7 @@ AC_SUBST([DJVU_FONT_SOURCE]) - FONT_SOURCE= - - for ext in pcf pcf.gz bdf bdf.gz ttf ttf.gz; do -- for dir in . /usr/src /usr/share/fonts/X11/misc /usr/share/fonts/unifont /usr/share/fonts/uni /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do -+ for dir in . /usr/src /usr/local/lib/X11/fonts/local /usr/local/share/fonts/unifont /usr/local/share/fonts/gnu-unifont /usr/share/fonts/truetype/unifont /usr/share/fonts/misc; do - if test -f "$dir/unifont.$ext"; then - md5="$(md5sum "$dir/unifont.$ext"|awk '{ print $1; }')" - # PCF and BDF from version 6.3 isn't hanled properly by libfreetype. diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_disk_geli.c b/sysutils/grub2-pcbsd/files/patch-grub-core_disk_geli.c deleted file mode 100644 index f8d1f9bed33..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_disk_geli.c +++ /dev/null @@ -1,12 +0,0 @@ ---- grub-core/disk/geli.c.orig 2015-01-30 16:34:55 UTC -+++ grub-core/disk/geli.c -@@ -445,6 +445,9 @@ recover_key (grub_disk_t source, grub_cr - if (!grub_password_get (passphrase, MAX_PASSPHRASE)) - return grub_error (GRUB_ERR_BAD_ARGUMENT, "Passphrase not supplied"); - -+ /* Set the GELI passphrase to GRUB env, for passing to FreeBSD kernel */ -+ grub_env_set ("gelipassphrase", passphrase); -+ - /* Calculate the PBKDF2 of the user supplied passphrase. */ - if (grub_le_to_cpu32 (header.niter) != 0) - { diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_lib_libgcrypt_src_types.h b/sysutils/grub2-pcbsd/files/patch-grub-core_lib_libgcrypt_src_types.h deleted file mode 100644 index 9b353e42f49..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_lib_libgcrypt_src_types.h +++ /dev/null @@ -1,11 +0,0 @@ ---- grub-core/lib/libgcrypt/src/types.h.orig 2014-03-03 16:00:26 UTC -+++ grub-core/lib/libgcrypt/src/types.h -@@ -113,6 +113,8 @@ - #endif - #endif - -+typedef uint64_t u64; -+ - typedef union { - int a; - short b; diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_loader_i386_bsd.c b/sysutils/grub2-pcbsd/files/patch-grub-core_loader_i386_bsd.c deleted file mode 100644 index b2e3d9793f4..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_loader_i386_bsd.c +++ /dev/null @@ -1,18 +0,0 @@ ---- grub-core/loader/i386/bsd.c.orig 2015-01-30 16:34:55 UTC -+++ grub-core/loader/i386/bsd.c -@@ -416,11 +416,14 @@ grub_freebsd_add_meta_module (const char - grub_addr_t addr, grub_uint32_t size) - { - const char *name; -- name = grub_strrchr (filename, '/'); -+ /* Don't strip the full path, some FreeBSD functionality, such -+ * as dtrace, rely on this. Instead only strip out the portion after ZFS @ sign */ -+ name = grub_strrchr (filename, '@'); - if (name) - name++; - else - name = filename; -+ - if (grub_strcmp (type, "/boot/zfs/zpool.cache") == 0) - name = "/boot/zfs/zpool.cache"; - diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_freebsd_getroot.c b/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_freebsd_getroot.c deleted file mode 100644 index a25e6012157..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_freebsd_getroot.c +++ /dev/null @@ -1,108 +0,0 @@ ---- grub-core/osdep/freebsd/getroot.c.orig 2015-01-23 02:27:45 UTC -+++ grub-core/osdep/freebsd/getroot.c -@@ -296,6 +296,105 @@ grub_util_get_grub_dev_os (const char *o - return grub_dev; - } - -+int grub_util_check_geom_label(const char *name) -+{ -+ struct gmesh mesh; -+ struct gclass *class; -+ struct ggeom *geom; -+ struct gprovider *pp; -+ struct gprovider *pplabel; -+ struct gconsumer *cp; -+ const char *geom_name; -+ const char *test_name; -+ int err; -+ -+ err = geom_gettree (&mesh); -+ if (err != 0) -+ grub_util_error ("%s", _("couldn't open geom")); -+ -+ LIST_FOREACH (class, &mesh.lg_class, lg_class) -+ if (strcasecmp (class->lg_name, "label") == 0) -+ break; -+ if (!class) -+ grub_util_error ("%s", _("couldn't find geom `label' class")); -+ -+ if (strncmp (name, "/dev/", sizeof ("/dev/") - 1) == 0) -+ test_name = name + sizeof ("/dev/") - 1; -+ else -+ test_name = name; -+ -+ LIST_FOREACH (geom, &class->lg_geom, lg_geom) -+ { -+ LIST_FOREACH(pp, &geom->lg_provider, lg_provider) -+ { -+ geom_name = pp->lg_name; -+ if (strcasecmp (geom_name, test_name) != 0) -+ continue; -+ -+ LIST_FOREACH(cp, &geom->lg_consumer, lg_consumer) -+ { -+ pplabel = cp->lg_provider; -+ if (pplabel == NULL) -+ continue; -+ return 1; -+ } -+ } -+ } -+ return 0; -+} -+ -+const char * -+grub_util_convert_geom_label_to_dev (const char *name, int *full_path) -+{ -+ struct gmesh mesh; -+ struct gclass *class; -+ struct ggeom *geom; -+ struct gprovider *pp; -+ struct gprovider *pplabel; -+ struct gconsumer *cp; -+ static char buf[256]; -+ const char *geom_name; -+ int err; -+ -+ grub_util_info ("Converting label '%s' to device", name); -+ -+ err = geom_gettree (&mesh); -+ if (err != 0) -+ grub_util_error ("%s", _("couldn't open geom")); -+ -+ LIST_FOREACH (class, &mesh.lg_class, lg_class) -+ if (strcasecmp (class->lg_name, "label") == 0) -+ break; -+ if (!class) -+ grub_util_error ("%s", _("couldn't find geom `label' class")); -+ -+ -+ LIST_FOREACH (geom, &class->lg_geom, lg_geom) -+ { -+ LIST_FOREACH(pp, &geom->lg_provider, lg_provider) -+ { -+ geom_name = pp->lg_name; -+ if (strcasecmp (geom_name, name) != 0) -+ continue; -+ -+ LIST_FOREACH(cp, &geom->lg_consumer, lg_consumer) -+ { -+ pplabel = cp->lg_provider; -+ if (pplabel == NULL) -+ continue; -+ -+ if ( full_path ) -+ snprintf(buf, sizeof(buf), "/dev/%s", pplabel->lg_name); -+ else -+ snprintf(buf, sizeof(buf), "%s", pplabel->lg_name); -+ return buf; -+ } -+ } -+ } -+ grub_util_error ("%s", _("couldn't convert gptid to real device name")); -+ return 0; -+} -+ - /* FIXME: geom actually gives us the whole container hierarchy. - It can be used more efficiently than this. */ - void diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_getroot.c b/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_getroot.c deleted file mode 100644 index 824a9c552c1..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_getroot.c +++ /dev/null @@ -1,15 +0,0 @@ ---- grub-core/osdep/unix/getroot.c.orig 2015-06-03 14:54:01 UTC -+++ grub-core/osdep/unix/getroot.c -@@ -507,6 +507,12 @@ grub_guess_root_devices (const char *dir - if (!os_dev) - os_dev = find_root_devices_from_libzfs (dir); - -+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -+ if (os_dev) -+ if ( grub_util_check_geom_label(os_dev) ) -+ os_dev = grub_util_convert_geom_label_to_dev (os_dev + sizeof ("/dev/") - 1, 1); -+#endif -+ - if (os_dev) - { - char **cur; diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_platform.c b/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_platform.c deleted file mode 100644 index 15b7cb87105..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_osdep_unix_platform.c +++ /dev/null @@ -1,100 +0,0 @@ ---- grub-core/osdep/unix/platform.c.orig 2014-03-03 16:00:26 UTC -+++ grub-core/osdep/unix/platform.c -@@ -81,52 +81,8 @@ get_ofpathname (const char *dev) - static void - grub_install_remove_efi_entries_by_distributor (const char *efi_distributor) - { -- int fd; -- pid_t pid = grub_util_exec_pipe ((const char * []){ "efibootmgr", NULL }, &fd); -- char *line = NULL; -- size_t len = 0; -- -- if (!pid) -- { -- grub_util_warn (_("Unable to open stream from %s: %s"), -- "efibootmgr", strerror (errno)); -- return; -- } -- -- FILE *fp = fdopen (fd, "r"); -- if (!fp) -- { -- grub_util_warn (_("Unable to open stream from %s: %s"), -- "efibootmgr", strerror (errno)); -- return; -- } -- -- line = xmalloc (80); -- len = 80; -- while (1) -- { -- int ret; -- char *bootnum; -- ret = getline (&line, &len, fp); -- if (ret == -1) -- break; -- if (grub_memcmp (line, "Boot", sizeof ("Boot") - 1) != 0 -- || line[sizeof ("Boot") - 1] < '0' -- || line[sizeof ("Boot") - 1] > '9') -- continue; -- if (!strcasestr (line, efi_distributor)) -- continue; -- bootnum = line + sizeof ("Boot") - 1; -- bootnum[4] = '\0'; -- if (!verbosity) -- grub_util_exec ((const char * []){ "efibootmgr", "-q", -- "-b", bootnum, "-B", NULL }); -- else -- grub_util_exec ((const char * []){ "efibootmgr", -- "-b", bootnum, "-B", NULL }); -- } -- -- free (line); -+ // We don't have efibootmgr on FreeBSD, have to set externally -+ return; - } - - void -@@ -134,40 +90,8 @@ grub_install_register_efi (grub_device_t - const char *efifile_path, - const char *efi_distributor) - { -- const char * efidir_disk; -- int efidir_part; -- efidir_disk = grub_util_biosdisk_get_osdev (efidir_grub_dev->disk); -- efidir_part = efidir_grub_dev->disk->partition ? efidir_grub_dev->disk->partition->number + 1 : 1; -- -- if (grub_util_exec_redirect_null ((const char * []){ "efibootmgr", "--version", NULL })) -- { -- /* TRANSLATORS: This message is shown when required executable `%s' -- isn't found. */ -- grub_util_error (_("%s: not found"), "efibootmgr"); -- } -- -- /* On Linux, we need the efivars kernel modules. */ --#ifdef __linux__ -- grub_util_exec ((const char * []){ "modprobe", "-q", "efivars", NULL }); --#endif -- /* Delete old entries from the same distributor. */ -- grub_install_remove_efi_entries_by_distributor (efi_distributor); -- -- char *efidir_part_str = xasprintf ("%d", efidir_part); -- -- if (!verbosity) -- grub_util_exec ((const char * []){ "efibootmgr", "-q", -- "-c", "-d", efidir_disk, -- "-p", efidir_part_str, "-w", -- "-L", efi_distributor, "-l", -- efifile_path, NULL }); -- else -- grub_util_exec ((const char * []){ "efibootmgr", -- "-c", "-d", efidir_disk, -- "-p", efidir_part_str, "-w", -- "-L", efi_distributor, "-l", -- efifile_path, NULL }); -- free (efidir_part_str); -+ // We don't have efibootmgr on FreeBSD, have to set externally -+ return; - } - - void diff --git a/sysutils/grub2-pcbsd/files/patch-grub-core_partmap_gpt.c b/sysutils/grub2-pcbsd/files/patch-grub-core_partmap_gpt.c deleted file mode 100644 index 5ed32e5fd0a..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-grub-core_partmap_gpt.c +++ /dev/null @@ -1,20 +0,0 @@ ---- grub-core/partmap/gpt.c.orig 2014-10-20 16:16:07 UTC -+++ grub-core/partmap/gpt.c -@@ -37,6 +37,7 @@ static const grub_gpt_part_type_t grub_g - - #ifdef GRUB_UTIL - static const grub_gpt_part_type_t grub_gpt_partition_type_bios_boot = GRUB_GPT_PARTITION_TYPE_BIOS_BOOT; -+static const grub_gpt_part_type_t grub_gpt_partition_type_freebsd_boot = GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT; - #endif - - /* 512 << 7 = 65536 byte sectors. */ -@@ -155,7 +156,8 @@ find_usable_region (grub_disk_t disk __a - disk->partition = p2; - - /* If there's an embed region, it is in a dedicated partition. */ -- if (! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_bios_boot, 16)) -+ if (! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_bios_boot, 16) || -+ ! grub_memcmp (&gptdata.type, &grub_gpt_partition_type_freebsd_boot, 16)) - { - ctx->start = p->start; - ctx->len = p->len; diff --git a/sysutils/grub2-pcbsd/files/patch-include_grub_emu_getroot.h b/sysutils/grub2-pcbsd/files/patch-include_grub_emu_getroot.h deleted file mode 100644 index 10e7f60c58a..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-include_grub_emu_getroot.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/grub/emu/getroot.h.orig 2015-01-23 02:27:45 UTC -+++ include/grub/emu/getroot.h -@@ -44,6 +44,8 @@ char *grub_util_get_grub_dev (const char - #if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) - void grub_util_follow_gpart_up (const char *name, grub_disk_addr_t *off_out, - char **name_out); -+int grub_util_check_geom_label(const char *name); -+const char *grub_util_convert_geom_label_to_dev (const char *name, int *full_path); - #endif - - #include diff --git a/sysutils/grub2-pcbsd/files/patch-include_grub_gpt__partition.h b/sysutils/grub2-pcbsd/files/patch-include_grub_gpt__partition.h deleted file mode 100644 index d8da78eea7b..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-include_grub_gpt__partition.h +++ /dev/null @@ -1,17 +0,0 @@ ---- include/grub/gpt_partition.h.orig 2014-03-03 16:00:26 UTC -+++ include/grub/gpt_partition.h -@@ -43,6 +43,14 @@ typedef struct grub_gpt_part_type grub_g - { 0x74, 0x4e, 0x65, 0x65, 0x64, 0x45, 0x46, 0x49 } \ - } - -+#define GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT \ -+ { grub_cpu_to_le32_compile_time (0x83bd6b9d), \ -+ grub_cpu_to_le16_compile_time (0x7f41), \ -+ grub_cpu_to_le16_compile_time (0x11dc), \ -+ { 0xbe, 0x0b, 0x00, 0x15, 0x60, 0xb8, 0x4f, 0x0f } \ -+ } -+ -+ - #define GRUB_GPT_PARTITION_TYPE_LDM \ - { grub_cpu_to_le32_compile_time (0x5808C8AAU),\ - grub_cpu_to_le16_compile_time (0x7E8F), \ diff --git a/sysutils/grub2-pcbsd/files/patch-po_LINGUAS b/sysutils/grub2-pcbsd/files/patch-po_LINGUAS deleted file mode 100644 index 2dbcb6e4d4c..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-po_LINGUAS +++ /dev/null @@ -1,5 +0,0 @@ ---- po/LINGUAS.orig 2015-01-30 16:30:32 UTC -+++ po/LINGUAS -@@ -1 +1 @@ --ast ca da de de@hebrew de_CH en@arabic en@cyrillic en@greek en@hebrew en@piglatin en@quot eo es fi fr gl hu id it ja lt nb nl pa pl pt_BR ru sl sv tr uk vi zh_CN zh_TW -+ast ca da de eo es fi fr gl hu id it ja lt nb nl pa pl pt_BR ru sl sv tr uk vi zh_CN zh_TW diff --git a/sysutils/grub2-pcbsd/files/patch-util_grub-install.c b/sysutils/grub2-pcbsd/files/patch-util_grub-install.c deleted file mode 100644 index bee5b764e6d..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-util_grub-install.c +++ /dev/null @@ -1,19 +0,0 @@ ---- util/grub-install.c.orig 2015-06-03 14:54:01 UTC -+++ util/grub-install.c -@@ -236,7 +236,16 @@ argp_parser (int key, char *arg, struct - case ARGP_KEY_ARG: - if (install_device) - grub_util_error ("%s", _("More than one install device?")); -+#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) -+ /* Check if passing a FreeBSD geom label */ -+ if ( grub_util_check_geom_label(arg) ) -+ install_device = \ -+ xstrdup(grub_util_convert_geom_label_to_dev (arg + sizeof ("/dev/") - 1, 1)); -+ else -+ install_device = xstrdup (arg); -+#else - install_device = xstrdup (arg); -+#endif - return 0; - - default: diff --git a/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig.in b/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig.in deleted file mode 100644 index 3fb66966ecc..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig.in +++ /dev/null @@ -1,14 +0,0 @@ ---- util/grub-mkconfig.in.orig 2015-06-03 14:54:01 UTC -+++ util/grub-mkconfig.in -@@ -281,3 +281,11 @@ fi - - gettext "done" >&2 - echo >&2 -+ -+# If pcbsd-utils are installed, the restamp-grub command will exist -+# Use it to do the grub-install and copy grub.cfg to other BEs -+which restamp-grub >/dev/null 2>/dev/null -+if [ $? -eq 0 ] ; then -+ restamp-grub -+fi -+ diff --git a/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig__lib.in b/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig__lib.in deleted file mode 100644 index 219e3c95aee..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-util_grub-mkconfig__lib.in +++ /dev/null @@ -1,21 +0,0 @@ ---- util/grub-mkconfig_lib.in.orig 2015-06-03 14:54:01 UTC -+++ util/grub-mkconfig_lib.in -@@ -139,7 +139,17 @@ prepare_grub_to_access_device () - echo "insmod ${module}" - done - -- fs="`"${grub_probe}" --device $@ --target=fs`" -+ # KPM - 6-24-2013 -+ # Add this work-around since GRUB doesn't like to identify ZFS -+ # partitions which are in a raidz configuration, gives Unknown FS error -+ # We can instead look at zpool to see if this device is used though -+ zpool status 2>/dev/null | grep -q "`echo ${device} | sed 's|/dev/||g'`" -+ if [ $? -eq 0 ] ; then -+ fs="zfs" -+ else -+ fs="`"${grub_probe}" --device $@ --target=fs`" -+ fi -+ - for module in ${fs} ; do - echo "insmod ${module}" - done diff --git a/sysutils/grub2-pcbsd/files/patch-util_grub-probe.c b/sysutils/grub2-pcbsd/files/patch-util_grub-probe.c deleted file mode 100644 index eb75b0c1587..00000000000 --- a/sysutils/grub2-pcbsd/files/patch-util_grub-probe.c +++ /dev/null @@ -1,19 +0,0 @@ ---- util/grub-probe.c.orig 2015-06-03 14:54:01 UTC -+++ util/grub-probe.c -@@ -805,7 +805,16 @@ argp_parser (int key, char *arg, struct - - case ARGP_KEY_ARG: - assert (arguments->ndevices < arguments->device_max); -+#if defined (__FreeBSD__) || defined (__FreeBSD_kernel__) -+ /* Check if passing a FreeBSD geom label */ -+ if ( grub_util_check_geom_label(arg) ) -+ arguments->devices[arguments->ndevices++] = \ -+ xstrdup(grub_util_convert_geom_label_to_dev (arg + sizeof ("/dev/") - 1, 1)); -+ else -+ arguments->devices[arguments->ndevices++] = xstrdup(arg); -+#else - arguments->devices[arguments->ndevices++] = xstrdup(arg); -+#endif - break; - - default: diff --git a/sysutils/grub2-pcbsd/pkg-descr b/sysutils/grub2-pcbsd/pkg-descr deleted file mode 100644 index c0099fd599d..00000000000 --- a/sysutils/grub2-pcbsd/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -GNU GRUB is a multiboot boot loader. It was derived from GRUB, the GRand -Unified Bootloader, which was originally designed and implemented by Erich -Stefan Boleyn. - -This port does not install GRUB on the master boot record of your hard drive. -To do this you will need to read the info page that is installed by the port. - -This port includes additional patches and fixes making it work properly -with ZFS boot-environments. - -WWW: http://www.gnu.org/software/grub/ diff --git a/sysutils/grub2-pcbsd/pkg-message b/sysutils/grub2-pcbsd/pkg-message deleted file mode 100644 index 42b61202796..00000000000 --- a/sysutils/grub2-pcbsd/pkg-message +++ /dev/null @@ -1,34 +0,0 @@ -To install GRUB as your boot-loader, use the following command: - -# grub-install /dev/ada0 (replace ada0 with your disk) -# grub-mkconfig -o /boot/grub/grub.cfg - -This version of GRUB can be used traditionally or with -PC-BSD style boot environments. - -Additionally, when using GPT, you must have a created a -"bios-boot" partition at install time. This partition is used -for GRUB's modules for GELI/ZFS and related bits. - -Traditional Setup --- - -When the "beadm" utility is not present, grub-mkconfig -will use the standard GRUB detection scripts for setting -up your /boot/grub/grub.cfg file. - - -Boot Environment Setup --- - -If the "beadm" command is installed on the system, -grub-mkconfig will use it to setup /boot/grub/grub.cfg - -For it to properly detect / populate your BE menus you -must have your root zpool setup in the following manner: - -/ROOT/ - -Where is your zpool, and is your '/' mountpoint. -The "beadm" utility must be installed and working before using -GRUB utilities. diff --git a/sysutils/grub2-pcbsd/pkg-plist b/sysutils/grub2-pcbsd/pkg-plist deleted file mode 100644 index f10e7b6213d..00000000000 --- a/sysutils/grub2-pcbsd/pkg-plist +++ /dev/null @@ -1,681 +0,0 @@ -%%FUSE%%bin/grub-mount -%%FUSE%%man/man1/grub-mount.1.gz -%%MKFONT%%bin/grub-mkfont -%%MKFONT%%share/grub/themes/starfield/dejavu_10.pf2 -%%MKFONT%%share/grub/themes/starfield/dejavu_12.pf2 -%%MKFONT%%share/grub/themes/starfield/dejavu_bold_14.pf2 -%%MKFONT%%share/grub/themes/starfield/dejavu_14.pf2 -%%MKFONT%%share/grub/themes/starfield/dejavu_16.pf2 -%%MKFONT%%share/grub/themes/starfield/blob_w.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_c.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_e.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_ne.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_n.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_nw.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_se.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_s.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_sw.png -%%MKFONT%%share/grub/themes/starfield/boot_menu_w.png -%%MKFONT%%share/grub/themes/starfield/slider_c.png -%%MKFONT%%share/grub/themes/starfield/slider_n.png -%%MKFONT%%share/grub/themes/starfield/slider_s.png -%%MKFONT%%share/grub/themes/starfield/starfield.png -%%MKFONT%%share/grub/themes/starfield/README -%%MKFONT%%share/grub/themes/starfield/terminal_box_c.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_e.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_ne.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_n.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_nw.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_se.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_s.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_sw.png -%%MKFONT%%share/grub/themes/starfield/terminal_box_w.png -%%MKFONT%%share/grub/themes/starfield/theme.txt -%%MKFONT%%share/grub/themes/starfield/COPYING.CC-BY-SA-3.0 -%%MKFONT%%share/grub/ascii.h -%%MKFONT%%share/grub/ascii.pf2 -%%MKFONT%%share/grub/euro.pf2 -%%MKFONT%%share/grub/unicode.pf2 -%%MKFONT%%share/grub/widthspec.h -%%MKFONT%%man/man1/grub-mkfont.1.gz -bin/grub-editenv -bin/grub-file -bin/grub-fstest -bin/grub-glue-efi -bin/grub-kbdcomp -bin/grub-menulst2cfg -bin/grub-mkimage -bin/grub-mklayout -bin/grub-mknetdir -bin/grub-mkpasswd-pbkdf2 -bin/grub-mkrelpath -bin/grub-mkrescue -bin/grub-mkstandalone -bin/grub-render-label -bin/grub-script-check -bin/grub-syslinux2cfg -etc/bash_completion.d/grub -etc/grub.d/00_header -etc/grub.d/10_kfreebsd -etc/grub.d/10_ktrueos -etc/grub.d/30_os-prober -etc/grub.d/40_custom.dist -etc/grub.d/41_custom -etc/grub.d/50_otherbe -etc/grub.d/README -lib/grub/i386-pc/acpi.mod -lib/grub/i386-pc/acpi.module -lib/grub/i386-pc/adler32.mod -lib/grub/i386-pc/adler32.module -lib/grub/i386-pc/affs.mod -lib/grub/i386-pc/affs.module -lib/grub/i386-pc/afs.mod -lib/grub/i386-pc/afs.module -lib/grub/i386-pc/ahci.mod -lib/grub/i386-pc/ahci.module -lib/grub/i386-pc/all_video.mod -lib/grub/i386-pc/all_video.module -lib/grub/i386-pc/aout.mod -lib/grub/i386-pc/aout.module -lib/grub/i386-pc/archelp.mod -lib/grub/i386-pc/archelp.module -lib/grub/i386-pc/at_keyboard.mod -lib/grub/i386-pc/at_keyboard.module -lib/grub/i386-pc/ata.mod -lib/grub/i386-pc/ata.module -lib/grub/i386-pc/backtrace.mod -lib/grub/i386-pc/backtrace.module -lib/grub/i386-pc/bfs.mod -lib/grub/i386-pc/bfs.module -lib/grub/i386-pc/biosdisk.mod -lib/grub/i386-pc/biosdisk.module -lib/grub/i386-pc/bitmap.mod -lib/grub/i386-pc/bitmap.module -lib/grub/i386-pc/bitmap_scale.mod -lib/grub/i386-pc/bitmap_scale.module -lib/grub/i386-pc/blocklist.mod -lib/grub/i386-pc/blocklist.module -lib/grub/i386-pc/boot.image -lib/grub/i386-pc/boot.img -lib/grub/i386-pc/boot.mod -lib/grub/i386-pc/boot.module -lib/grub/i386-pc/boot_hybrid.image -lib/grub/i386-pc/boot_hybrid.img -lib/grub/i386-pc/bsd.mod -lib/grub/i386-pc/bsd.module -lib/grub/i386-pc/bswap_test.mod -lib/grub/i386-pc/bswap_test.module -lib/grub/i386-pc/btrfs.mod -lib/grub/i386-pc/btrfs.module -lib/grub/i386-pc/bufio.mod -lib/grub/i386-pc/bufio.module -lib/grub/i386-pc/cat.mod -lib/grub/i386-pc/cat.module -lib/grub/i386-pc/cbfs.mod -lib/grub/i386-pc/cbfs.module -lib/grub/i386-pc/cbls.mod -lib/grub/i386-pc/cbls.module -lib/grub/i386-pc/cbmemc.mod -lib/grub/i386-pc/cbmemc.module -lib/grub/i386-pc/cbtable.mod -lib/grub/i386-pc/cbtable.module -lib/grub/i386-pc/cbtime.mod -lib/grub/i386-pc/cbtime.module -lib/grub/i386-pc/cdboot.image -lib/grub/i386-pc/cdboot.img -lib/grub/i386-pc/chain.mod -lib/grub/i386-pc/chain.module -lib/grub/i386-pc/cmdline_cat_test.mod -lib/grub/i386-pc/cmdline_cat_test.module -lib/grub/i386-pc/cmosdump.mod -lib/grub/i386-pc/cmosdump.module -lib/grub/i386-pc/cmostest.mod -lib/grub/i386-pc/cmostest.module -lib/grub/i386-pc/cmp.mod -lib/grub/i386-pc/cmp.module -lib/grub/i386-pc/cmp_test.mod -lib/grub/i386-pc/cmp_test.module -lib/grub/i386-pc/command.lst -lib/grub/i386-pc/config.h -lib/grub/i386-pc/configfile.mod -lib/grub/i386-pc/configfile.module -lib/grub/i386-pc/cpio.mod -lib/grub/i386-pc/cpio.module -lib/grub/i386-pc/cpio_be.mod -lib/grub/i386-pc/cpio_be.module -lib/grub/i386-pc/cpuid.mod -lib/grub/i386-pc/cpuid.module -lib/grub/i386-pc/crc64.mod -lib/grub/i386-pc/crc64.module -lib/grub/i386-pc/crypto.lst -lib/grub/i386-pc/crypto.mod -lib/grub/i386-pc/crypto.module -lib/grub/i386-pc/cryptodisk.mod -lib/grub/i386-pc/cryptodisk.module -lib/grub/i386-pc/cs5536.mod -lib/grub/i386-pc/cs5536.module -lib/grub/i386-pc/ctz_test.mod -lib/grub/i386-pc/ctz_test.module -lib/grub/i386-pc/date.mod -lib/grub/i386-pc/date.module -lib/grub/i386-pc/datehook.mod -lib/grub/i386-pc/datehook.module -lib/grub/i386-pc/datetime.mod -lib/grub/i386-pc/datetime.module -lib/grub/i386-pc/disk.mod -lib/grub/i386-pc/disk.module -lib/grub/i386-pc/diskboot.image -lib/grub/i386-pc/diskboot.img -lib/grub/i386-pc/diskfilter.mod -lib/grub/i386-pc/diskfilter.module -lib/grub/i386-pc/div.mod -lib/grub/i386-pc/div.module -lib/grub/i386-pc/div_test.mod -lib/grub/i386-pc/div_test.module -lib/grub/i386-pc/dm_nv.mod -lib/grub/i386-pc/dm_nv.module -lib/grub/i386-pc/drivemap.mod -lib/grub/i386-pc/drivemap.module -lib/grub/i386-pc/echo.mod -lib/grub/i386-pc/echo.module -lib/grub/i386-pc/efiemu.mod -lib/grub/i386-pc/efiemu.module -%%EFIEMU%%lib/grub/i386-pc/efiemu32.o -%%EFIEMU%%lib/grub/i386-pc/efiemu64.o -lib/grub/i386-pc/ehci.mod -lib/grub/i386-pc/ehci.module -lib/grub/i386-pc/elf.mod -lib/grub/i386-pc/elf.module -lib/grub/i386-pc/eval.mod -lib/grub/i386-pc/eval.module -lib/grub/i386-pc/exfat.mod -lib/grub/i386-pc/exfat.module -lib/grub/i386-pc/exfctest.mod -lib/grub/i386-pc/exfctest.module -lib/grub/i386-pc/ext2.mod -lib/grub/i386-pc/ext2.module -lib/grub/i386-pc/extcmd.mod -lib/grub/i386-pc/extcmd.module -lib/grub/i386-pc/fat.mod -lib/grub/i386-pc/fat.module -lib/grub/i386-pc/file.mod -lib/grub/i386-pc/file.module -lib/grub/i386-pc/font.mod -lib/grub/i386-pc/font.module -lib/grub/i386-pc/freedos.mod -lib/grub/i386-pc/freedos.module -lib/grub/i386-pc/fs.lst -lib/grub/i386-pc/fshelp.mod -lib/grub/i386-pc/fshelp.module -lib/grub/i386-pc/functional_test.mod -lib/grub/i386-pc/functional_test.module -lib/grub/i386-pc/gcry_arcfour.mod -lib/grub/i386-pc/gcry_arcfour.module -lib/grub/i386-pc/gcry_blowfish.mod -lib/grub/i386-pc/gcry_blowfish.module -lib/grub/i386-pc/gcry_camellia.mod -lib/grub/i386-pc/gcry_camellia.module -lib/grub/i386-pc/gcry_cast5.mod -lib/grub/i386-pc/gcry_cast5.module -lib/grub/i386-pc/gcry_crc.mod -lib/grub/i386-pc/gcry_crc.module -lib/grub/i386-pc/gcry_des.mod -lib/grub/i386-pc/gcry_des.module -lib/grub/i386-pc/gcry_dsa.mod -lib/grub/i386-pc/gcry_dsa.module -lib/grub/i386-pc/gcry_idea.mod -lib/grub/i386-pc/gcry_idea.module -lib/grub/i386-pc/gcry_md4.mod -lib/grub/i386-pc/gcry_md4.module -lib/grub/i386-pc/gcry_md5.mod -lib/grub/i386-pc/gcry_md5.module -lib/grub/i386-pc/gcry_rfc2268.mod -lib/grub/i386-pc/gcry_rfc2268.module -lib/grub/i386-pc/gcry_rijndael.mod -lib/grub/i386-pc/gcry_rijndael.module -lib/grub/i386-pc/gcry_rmd160.mod -lib/grub/i386-pc/gcry_rmd160.module -lib/grub/i386-pc/gcry_rsa.mod -lib/grub/i386-pc/gcry_rsa.module -lib/grub/i386-pc/gcry_seed.mod -lib/grub/i386-pc/gcry_seed.module -lib/grub/i386-pc/gcry_serpent.mod -lib/grub/i386-pc/gcry_serpent.module -lib/grub/i386-pc/gcry_sha1.mod -lib/grub/i386-pc/gcry_sha1.module -lib/grub/i386-pc/gcry_sha256.mod -lib/grub/i386-pc/gcry_sha256.module -lib/grub/i386-pc/gcry_sha512.mod -lib/grub/i386-pc/gcry_sha512.module -lib/grub/i386-pc/gcry_tiger.mod -lib/grub/i386-pc/gcry_tiger.module -lib/grub/i386-pc/gcry_twofish.mod -lib/grub/i386-pc/gcry_twofish.module -lib/grub/i386-pc/gcry_whirlpool.mod -lib/grub/i386-pc/gcry_whirlpool.module -lib/grub/i386-pc/gdb.mod -lib/grub/i386-pc/gdb.module -lib/grub/i386-pc/gdb_grub -lib/grub/i386-pc/geli.mod -lib/grub/i386-pc/geli.module -lib/grub/i386-pc/gettext.mod -lib/grub/i386-pc/gettext.module -lib/grub/i386-pc/gfxmenu.mod -lib/grub/i386-pc/gfxmenu.module -lib/grub/i386-pc/gfxterm.mod -lib/grub/i386-pc/gfxterm.module -lib/grub/i386-pc/gfxterm_background.mod -lib/grub/i386-pc/gfxterm_background.module -lib/grub/i386-pc/gfxterm_menu.mod -lib/grub/i386-pc/gfxterm_menu.module -lib/grub/i386-pc/gmodule.pl -lib/grub/i386-pc/gptsync.mod -lib/grub/i386-pc/gptsync.module -lib/grub/i386-pc/gzio.mod -lib/grub/i386-pc/gzio.module -lib/grub/i386-pc/halt.mod -lib/grub/i386-pc/halt.module -lib/grub/i386-pc/hashsum.mod -lib/grub/i386-pc/hashsum.module -lib/grub/i386-pc/hdparm.mod -lib/grub/i386-pc/hdparm.module -lib/grub/i386-pc/hello.mod -lib/grub/i386-pc/hello.module -lib/grub/i386-pc/help.mod -lib/grub/i386-pc/help.module -lib/grub/i386-pc/hexdump.mod -lib/grub/i386-pc/hexdump.module -lib/grub/i386-pc/hfs.mod -lib/grub/i386-pc/hfs.module -lib/grub/i386-pc/hfsplus.mod -lib/grub/i386-pc/hfsplus.module -lib/grub/i386-pc/hfspluscomp.mod -lib/grub/i386-pc/hfspluscomp.module -lib/grub/i386-pc/http.mod -lib/grub/i386-pc/http.module -lib/grub/i386-pc/iorw.mod -lib/grub/i386-pc/iorw.module -lib/grub/i386-pc/iso9660.mod -lib/grub/i386-pc/iso9660.module -lib/grub/i386-pc/jfs.mod -lib/grub/i386-pc/jfs.module -lib/grub/i386-pc/jpeg.mod -lib/grub/i386-pc/jpeg.module -lib/grub/i386-pc/kernel.exec -lib/grub/i386-pc/kernel.img -lib/grub/i386-pc/keylayouts.mod -lib/grub/i386-pc/keylayouts.module -lib/grub/i386-pc/keystatus.mod -lib/grub/i386-pc/keystatus.module -lib/grub/i386-pc/ldm.mod -lib/grub/i386-pc/ldm.module -lib/grub/i386-pc/legacy_password_test.mod -lib/grub/i386-pc/legacy_password_test.module -lib/grub/i386-pc/legacycfg.mod -lib/grub/i386-pc/legacycfg.module -lib/grub/i386-pc/linux.mod -lib/grub/i386-pc/linux.module -lib/grub/i386-pc/linux16.mod -lib/grub/i386-pc/linux16.module -lib/grub/i386-pc/lnxboot.image -lib/grub/i386-pc/lnxboot.img -lib/grub/i386-pc/loadenv.mod -lib/grub/i386-pc/loadenv.module -lib/grub/i386-pc/loopback.mod -lib/grub/i386-pc/loopback.module -lib/grub/i386-pc/ls.mod -lib/grub/i386-pc/ls.module -lib/grub/i386-pc/lsacpi.mod -lib/grub/i386-pc/lsacpi.module -lib/grub/i386-pc/lsapm.mod -lib/grub/i386-pc/lsapm.module -lib/grub/i386-pc/lsmmap.mod -lib/grub/i386-pc/lsmmap.module -lib/grub/i386-pc/lspci.mod -lib/grub/i386-pc/lspci.module -lib/grub/i386-pc/luks.mod -lib/grub/i386-pc/luks.module -lib/grub/i386-pc/lvm.mod -lib/grub/i386-pc/lvm.module -lib/grub/i386-pc/lzma_decompress.image -lib/grub/i386-pc/lzma_decompress.img -lib/grub/i386-pc/lzopio.mod -lib/grub/i386-pc/lzopio.module -lib/grub/i386-pc/macbless.mod -lib/grub/i386-pc/macbless.module -lib/grub/i386-pc/macho.mod -lib/grub/i386-pc/macho.module -lib/grub/i386-pc/mda_text.mod -lib/grub/i386-pc/mda_text.module -lib/grub/i386-pc/mdraid09.mod -lib/grub/i386-pc/mdraid09.module -lib/grub/i386-pc/mdraid09_be.mod -lib/grub/i386-pc/mdraid09_be.module -lib/grub/i386-pc/mdraid1x.mod -lib/grub/i386-pc/mdraid1x.module -lib/grub/i386-pc/memdisk.mod -lib/grub/i386-pc/memdisk.module -lib/grub/i386-pc/memrw.mod -lib/grub/i386-pc/memrw.module -lib/grub/i386-pc/minicmd.mod -lib/grub/i386-pc/minicmd.module -lib/grub/i386-pc/minix.mod -lib/grub/i386-pc/minix.module -lib/grub/i386-pc/minix2.mod -lib/grub/i386-pc/minix2.module -lib/grub/i386-pc/minix2_be.mod -lib/grub/i386-pc/minix2_be.module -lib/grub/i386-pc/minix3.mod -lib/grub/i386-pc/minix3.module -lib/grub/i386-pc/minix3_be.mod -lib/grub/i386-pc/minix3_be.module -lib/grub/i386-pc/minix_be.mod -lib/grub/i386-pc/minix_be.module -lib/grub/i386-pc/mmap.mod -lib/grub/i386-pc/mmap.module -lib/grub/i386-pc/moddep.lst -lib/grub/i386-pc/modinfo.sh -lib/grub/i386-pc/morse.mod -lib/grub/i386-pc/morse.module -lib/grub/i386-pc/mpi.mod -lib/grub/i386-pc/mpi.module -lib/grub/i386-pc/msdospart.mod -lib/grub/i386-pc/msdospart.module -lib/grub/i386-pc/mul_test.mod -lib/grub/i386-pc/mul_test.module -lib/grub/i386-pc/multiboot.mod -lib/grub/i386-pc/multiboot.module -lib/grub/i386-pc/multiboot2.mod -lib/grub/i386-pc/multiboot2.module -lib/grub/i386-pc/nativedisk.mod -lib/grub/i386-pc/nativedisk.module -lib/grub/i386-pc/net.mod -lib/grub/i386-pc/net.module -lib/grub/i386-pc/newc.mod -lib/grub/i386-pc/newc.module -lib/grub/i386-pc/nilfs2.mod -lib/grub/i386-pc/nilfs2.module -lib/grub/i386-pc/normal.mod -lib/grub/i386-pc/normal.module -lib/grub/i386-pc/ntfs.mod -lib/grub/i386-pc/ntfs.module -lib/grub/i386-pc/ntfscomp.mod -lib/grub/i386-pc/ntfscomp.module -lib/grub/i386-pc/ntldr.mod -lib/grub/i386-pc/ntldr.module -lib/grub/i386-pc/odc.mod -lib/grub/i386-pc/odc.module -lib/grub/i386-pc/offsetio.mod -lib/grub/i386-pc/offsetio.module -lib/grub/i386-pc/ohci.mod -lib/grub/i386-pc/ohci.module -lib/grub/i386-pc/part_acorn.mod -lib/grub/i386-pc/part_acorn.module -lib/grub/i386-pc/part_amiga.mod -lib/grub/i386-pc/part_amiga.module -lib/grub/i386-pc/part_apple.mod -lib/grub/i386-pc/part_apple.module -lib/grub/i386-pc/part_bsd.mod -lib/grub/i386-pc/part_bsd.module -lib/grub/i386-pc/part_dfly.mod -lib/grub/i386-pc/part_dfly.module -lib/grub/i386-pc/part_dvh.mod -lib/grub/i386-pc/part_dvh.module -lib/grub/i386-pc/part_gpt.mod -lib/grub/i386-pc/part_gpt.module -lib/grub/i386-pc/part_msdos.mod -lib/grub/i386-pc/part_msdos.module -lib/grub/i386-pc/part_plan.mod -lib/grub/i386-pc/part_plan.module -lib/grub/i386-pc/part_sun.mod -lib/grub/i386-pc/part_sun.module -lib/grub/i386-pc/part_sunpc.mod -lib/grub/i386-pc/part_sunpc.module -lib/grub/i386-pc/partmap.lst -lib/grub/i386-pc/parttool.lst -lib/grub/i386-pc/parttool.mod -lib/grub/i386-pc/parttool.module -lib/grub/i386-pc/password.mod -lib/grub/i386-pc/password.module -lib/grub/i386-pc/password_pbkdf2.mod -lib/grub/i386-pc/password_pbkdf2.module -lib/grub/i386-pc/pata.mod -lib/grub/i386-pc/pata.module -lib/grub/i386-pc/pbkdf2.mod -lib/grub/i386-pc/pbkdf2.module -lib/grub/i386-pc/pbkdf2_test.mod -lib/grub/i386-pc/pbkdf2_test.module -lib/grub/i386-pc/pci.mod -lib/grub/i386-pc/pci.module -lib/grub/i386-pc/pcidump.mod -lib/grub/i386-pc/pcidump.module -lib/grub/i386-pc/plan9.mod -lib/grub/i386-pc/plan9.module -lib/grub/i386-pc/play.mod -lib/grub/i386-pc/play.module -lib/grub/i386-pc/png.mod -lib/grub/i386-pc/png.module -lib/grub/i386-pc/priority_queue.mod -lib/grub/i386-pc/priority_queue.module -lib/grub/i386-pc/probe.mod -lib/grub/i386-pc/probe.module -lib/grub/i386-pc/procfs.mod -lib/grub/i386-pc/procfs.module -lib/grub/i386-pc/progress.mod -lib/grub/i386-pc/progress.module -lib/grub/i386-pc/pxe.mod -lib/grub/i386-pc/pxe.module -lib/grub/i386-pc/pxeboot.image -lib/grub/i386-pc/pxeboot.img -lib/grub/i386-pc/pxechain.mod -lib/grub/i386-pc/pxechain.module -lib/grub/i386-pc/raid5rec.mod -lib/grub/i386-pc/raid5rec.module -lib/grub/i386-pc/raid6rec.mod -lib/grub/i386-pc/raid6rec.module -lib/grub/i386-pc/read.mod -lib/grub/i386-pc/read.module -lib/grub/i386-pc/reboot.mod -lib/grub/i386-pc/reboot.module -lib/grub/i386-pc/regexp.mod -lib/grub/i386-pc/regexp.module -lib/grub/i386-pc/reiserfs.mod -lib/grub/i386-pc/reiserfs.module -lib/grub/i386-pc/relocator.mod -lib/grub/i386-pc/relocator.module -lib/grub/i386-pc/romfs.mod -lib/grub/i386-pc/romfs.module -lib/grub/i386-pc/scsi.mod -lib/grub/i386-pc/scsi.module -lib/grub/i386-pc/search.mod -lib/grub/i386-pc/search.module -lib/grub/i386-pc/search_fs_file.mod -lib/grub/i386-pc/search_fs_file.module -lib/grub/i386-pc/search_fs_uuid.mod -lib/grub/i386-pc/search_fs_uuid.module -lib/grub/i386-pc/search_label.mod -lib/grub/i386-pc/search_label.module -lib/grub/i386-pc/sendkey.mod -lib/grub/i386-pc/sendkey.module -lib/grub/i386-pc/serial.mod -lib/grub/i386-pc/serial.module -lib/grub/i386-pc/setjmp.mod -lib/grub/i386-pc/setjmp.module -lib/grub/i386-pc/setjmp_test.mod -lib/grub/i386-pc/setjmp_test.module -lib/grub/i386-pc/setpci.mod -lib/grub/i386-pc/setpci.module -lib/grub/i386-pc/sfs.mod -lib/grub/i386-pc/sfs.module -lib/grub/i386-pc/shift_test.mod -lib/grub/i386-pc/shift_test.module -lib/grub/i386-pc/signature_test.mod -lib/grub/i386-pc/signature_test.module -lib/grub/i386-pc/sleep.mod -lib/grub/i386-pc/sleep.module -lib/grub/i386-pc/sleep_test.mod -lib/grub/i386-pc/sleep_test.module -lib/grub/i386-pc/spkmodem.mod -lib/grub/i386-pc/spkmodem.module -lib/grub/i386-pc/squash4.mod -lib/grub/i386-pc/squash4.module -lib/grub/i386-pc/syslinuxcfg.mod -lib/grub/i386-pc/syslinuxcfg.module -lib/grub/i386-pc/tar.mod -lib/grub/i386-pc/tar.module -lib/grub/i386-pc/terminal.lst -lib/grub/i386-pc/terminal.mod -lib/grub/i386-pc/terminal.module -lib/grub/i386-pc/terminfo.mod -lib/grub/i386-pc/terminfo.module -lib/grub/i386-pc/test.mod -lib/grub/i386-pc/test.module -lib/grub/i386-pc/test_blockarg.mod -lib/grub/i386-pc/test_blockarg.module -lib/grub/i386-pc/testload.mod -lib/grub/i386-pc/testload.module -lib/grub/i386-pc/testspeed.mod -lib/grub/i386-pc/testspeed.module -lib/grub/i386-pc/tftp.mod -lib/grub/i386-pc/tftp.module -lib/grub/i386-pc/tga.mod -lib/grub/i386-pc/tga.module -lib/grub/i386-pc/time.mod -lib/grub/i386-pc/time.module -lib/grub/i386-pc/tr.mod -lib/grub/i386-pc/tr.module -lib/grub/i386-pc/trig.mod -lib/grub/i386-pc/trig.module -lib/grub/i386-pc/true.mod -lib/grub/i386-pc/true.module -lib/grub/i386-pc/truecrypt.mod -lib/grub/i386-pc/truecrypt.module -lib/grub/i386-pc/udf.mod -lib/grub/i386-pc/udf.module -lib/grub/i386-pc/ufs1.mod -lib/grub/i386-pc/ufs1.module -lib/grub/i386-pc/ufs1_be.mod -lib/grub/i386-pc/ufs1_be.module -lib/grub/i386-pc/ufs2.mod -lib/grub/i386-pc/ufs2.module -lib/grub/i386-pc/uhci.mod -lib/grub/i386-pc/uhci.module -lib/grub/i386-pc/usb.mod -lib/grub/i386-pc/usb.module -lib/grub/i386-pc/usb_keyboard.mod -lib/grub/i386-pc/usb_keyboard.module -lib/grub/i386-pc/usbms.mod -lib/grub/i386-pc/usbms.module -lib/grub/i386-pc/usbserial_common.mod -lib/grub/i386-pc/usbserial_common.module -lib/grub/i386-pc/usbserial_ftdi.mod -lib/grub/i386-pc/usbserial_ftdi.module -lib/grub/i386-pc/usbserial_pl2303.mod -lib/grub/i386-pc/usbserial_pl2303.module -lib/grub/i386-pc/usbserial_usbdebug.mod -lib/grub/i386-pc/usbserial_usbdebug.module -lib/grub/i386-pc/usbtest.mod -lib/grub/i386-pc/usbtest.module -lib/grub/i386-pc/vbe.mod -lib/grub/i386-pc/vbe.module -lib/grub/i386-pc/verify.mod -lib/grub/i386-pc/verify.module -lib/grub/i386-pc/vga.mod -lib/grub/i386-pc/vga.module -lib/grub/i386-pc/vga_text.mod -lib/grub/i386-pc/vga_text.module -lib/grub/i386-pc/video.lst -lib/grub/i386-pc/video.mod -lib/grub/i386-pc/video.module -lib/grub/i386-pc/video_bochs.mod -lib/grub/i386-pc/video_bochs.module -lib/grub/i386-pc/video_cirrus.mod -lib/grub/i386-pc/video_cirrus.module -lib/grub/i386-pc/video_colors.mod -lib/grub/i386-pc/video_colors.module -lib/grub/i386-pc/video_fb.mod -lib/grub/i386-pc/video_fb.module -lib/grub/i386-pc/videoinfo.mod -lib/grub/i386-pc/videoinfo.module -lib/grub/i386-pc/videotest.mod -lib/grub/i386-pc/videotest.module -lib/grub/i386-pc/videotest_checksum.mod -lib/grub/i386-pc/videotest_checksum.module -lib/grub/i386-pc/xfs.mod -lib/grub/i386-pc/xfs.module -lib/grub/i386-pc/xnu.mod -lib/grub/i386-pc/xnu.module -lib/grub/i386-pc/xnu_uuid.mod -lib/grub/i386-pc/xnu_uuid.module -lib/grub/i386-pc/xnu_uuid_test.mod -lib/grub/i386-pc/xnu_uuid_test.module -lib/grub/i386-pc/xzio.mod -lib/grub/i386-pc/xzio.module -lib/grub/i386-pc/zfs.mod -lib/grub/i386-pc/zfs.module -lib/grub/i386-pc/zfscrypt.mod -lib/grub/i386-pc/zfscrypt.module -lib/grub/i386-pc/zfsinfo.mod -lib/grub/i386-pc/zfsinfo.module -man/man1/grub-editenv.1.gz -man/man1/grub-file.1.gz -man/man1/grub-fstest.1.gz -man/man1/grub-glue-efi.1.gz -man/man1/grub-kbdcomp.1.gz -man/man1/grub-menulst2cfg.1.gz -man/man1/grub-mkimage.1.gz -man/man1/grub-mklayout.1.gz -man/man1/grub-mknetdir.1.gz -man/man1/grub-mkpasswd-pbkdf2.1.gz -man/man1/grub-mkrelpath.1.gz -man/man1/grub-mkrescue.1.gz -man/man1/grub-mkstandalone.1.gz -man/man1/grub-render-label.1.gz -man/man1/grub-script-check.1.gz -man/man1/grub-syslinux2cfg.1.gz -man/man8/grub-bios-setup.8.gz -man/man8/grub-install.8.gz -man/man8/grub-macbless.8.gz -man/man8/grub-mkconfig.8.gz -man/man8/grub-ofpathname.8.gz -man/man8/grub-probe.8.gz -man/man8/grub-reboot.8.gz -man/man8/grub-set-default.8.gz -man/man8/grub-sparc64-setup.8.gz -sbin/grub-bios-setup -sbin/grub-install -sbin/grub-macbless -sbin/grub-mkconfig -sbin/grub-ofpathname -sbin/grub-probe -sbin/grub-reboot -sbin/grub-set-default -sbin/grub-sparc64-setup -share/grub/grub-mkconfig_lib -share/locale/ast/LC_MESSAGES/grub.mo -share/locale/ca/LC_MESSAGES/grub.mo -share/locale/da/LC_MESSAGES/grub.mo -share/locale/de/LC_MESSAGES/grub.mo -share/locale/eo/LC_MESSAGES/grub.mo -share/locale/es/LC_MESSAGES/grub.mo -share/locale/fi/LC_MESSAGES/grub.mo -share/locale/fr/LC_MESSAGES/grub.mo -share/locale/gl/LC_MESSAGES/grub.mo -share/locale/hu/LC_MESSAGES/grub.mo -share/locale/id/LC_MESSAGES/grub.mo -share/locale/it/LC_MESSAGES/grub.mo -share/locale/ja/LC_MESSAGES/grub.mo -share/locale/lt/LC_MESSAGES/grub.mo -share/locale/nb/LC_MESSAGES/grub.mo -share/locale/nl/LC_MESSAGES/grub.mo -share/locale/pa/LC_MESSAGES/grub.mo -share/locale/pl/LC_MESSAGES/grub.mo -share/locale/pt_BR/LC_MESSAGES/grub.mo -share/locale/ru/LC_MESSAGES/grub.mo -share/locale/sl/LC_MESSAGES/grub.mo -share/locale/sv/LC_MESSAGES/grub.mo -share/locale/tr/LC_MESSAGES/grub.mo -share/locale/uk/LC_MESSAGES/grub.mo -share/locale/vi/LC_MESSAGES/grub.mo -share/locale/zh_CN/LC_MESSAGES/grub.mo -share/locale/zh_TW/LC_MESSAGES/grub.mo diff --git a/sysutils/hs-cpu/Makefile b/sysutils/hs-cpu/Makefile deleted file mode 100644 index c85aa5e45a2..00000000000 --- a/sysutils/hs-cpu/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cpu -PORTVERSION= 0.1.2 -PORTREVISION= 7 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= CPU information and properties helpers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/sysutils/hs-cpu/distinfo b/sysutils/hs-cpu/distinfo deleted file mode 100644 index aa3d0b19c7f..00000000000 --- a/sysutils/hs-cpu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624251 -SHA256 (cabal/cpu-0.1.2.tar.gz) = 5627feb4974a3ff8499c42cc958927e88761a2e004c4000d34e9cd6a15ad2974 -SIZE (cabal/cpu-0.1.2.tar.gz) = 4317 diff --git a/sysutils/hs-cpu/pkg-descr b/sysutils/hs-cpu/pkg-descr deleted file mode 100644 index 90b0bfcc858..00000000000 --- a/sysutils/hs-cpu/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Low-level CPU routines to get basic properties of the CPU platform, like -endianness and architecture. - -WWW: https://github.com/vincenthz/hs-cpu diff --git a/sysutils/hs-disk-free-space/Makefile b/sysutils/hs-disk-free-space/Makefile deleted file mode 100644 index 7d1c8d552ab..00000000000 --- a/sysutils/hs-disk-free-space/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= disk-free-space -PORTVERSION= 0.1.0.1 -PORTREVISION= 4 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Retrieve information about disk space usage - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/sysutils/hs-disk-free-space/distinfo b/sysutils/hs-disk-free-space/distinfo deleted file mode 100644 index 116e842064a..00000000000 --- a/sysutils/hs-disk-free-space/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501339283 -SHA256 (cabal/disk-free-space-0.1.0.1.tar.gz) = f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f -SIZE (cabal/disk-free-space-0.1.0.1.tar.gz) = 2771 diff --git a/sysutils/hs-disk-free-space/pkg-descr b/sysutils/hs-disk-free-space/pkg-descr deleted file mode 100644 index 13e09a8cc28..00000000000 --- a/sysutils/hs-disk-free-space/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A cross-platform library for retrieving information about disk space usage. - -WWW: http://hackage.haskell.org/package/disk-free-space - diff --git a/sysutils/hs-ekg-core/Makefile b/sysutils/hs-ekg-core/Makefile deleted file mode 100644 index d855a1544d9..00000000000 --- a/sysutils/hs-ekg-core/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ekg-core -PORTVERSION= 0.1.1.6 -PORTREVISION= 1 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Tracking of system metrics - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/sysutils/hs-ekg-core/distinfo b/sysutils/hs-ekg-core/distinfo deleted file mode 100644 index 89a7ca1b2b0..00000000000 --- a/sysutils/hs-ekg-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545657937 -SHA256 (cabal/ekg-core-0.1.1.6.tar.gz) = 66a8dd79ad27659052168f08dd41fabb8593e364de00fb857ef5cc943acd5742 -SIZE (cabal/ekg-core-0.1.1.6.tar.gz) = 13454 diff --git a/sysutils/hs-ekg-core/pkg-descr b/sysutils/hs-ekg-core/pkg-descr deleted file mode 100644 index d256ce384f9..00000000000 --- a/sysutils/hs-ekg-core/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library lets you defined and track system metrics. - -WWW: https://github.com/tibbe/ekg-core diff --git a/sysutils/hs-mountpoints/Makefile b/sysutils/hs-mountpoints/Makefile deleted file mode 100644 index 7b79337c990..00000000000 --- a/sysutils/hs-mountpoints/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= mountpoints -PORTVERSION= 1.0.2 -PORTREVISION= 4 -CATEGORIES= sysutils haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= List mount points - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/sysutils/hs-mountpoints/distinfo b/sysutils/hs-mountpoints/distinfo deleted file mode 100644 index 7ac130ed9df..00000000000 --- a/sysutils/hs-mountpoints/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501336383 -SHA256 (cabal/mountpoints-1.0.2.tar.gz) = 67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2 -SIZE (cabal/mountpoints-1.0.2.tar.gz) = 13505 diff --git a/sysutils/hs-mountpoints/pkg-descr b/sysutils/hs-mountpoints/pkg-descr deleted file mode 100644 index ca1549fd94e..00000000000 --- a/sysutils/hs-mountpoints/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Lists currently mounted filesystems. - -WWW: http://hackage.haskell.org/package/mountpoints - - diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 1ec1a1458b2..906a095adeb 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.93.1 +DISTVERSION= 4.93.2 PORTEPOCH= 8 CATEGORIES= sysutils diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index ce4ff971f97..8322a7d643d 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557240808 -SHA256 (lsof-org-lsof-4.93.1_GH0.tar.gz) = ae522562e94bde45ef16d401f374ac4399b44443d1aa91cb0c7900857ea771ca -SIZE (lsof-org-lsof-4.93.1_GH0.tar.gz) = 1319055 +TIMESTAMP = 1557404723 +SHA256 (lsof-org-lsof-4.93.2_GH0.tar.gz) = 3df912bd966fc24dc73ddea3e36a61d79270b21b085936a4caabca56e5b486a2 +SIZE (lsof-org-lsof-4.93.2_GH0.tar.gz) = 1319222 diff --git a/sysutils/mdcp/Makefile b/sysutils/mdcp/Makefile deleted file mode 100644 index d5324bf7851..00000000000 --- a/sysutils/mdcp/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Monzyne, W. -# $FreeBSD$ - -PORTNAME= mdcp -PORTVERSION= 0.1.2.2 -CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/shine - -MAINTAINER= wamonzyne@hotmail.com -COMMENT= Fastest utility for copy from a disk device for many - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -GNU_CONFIGURE= yes -USES= gmake - -PLIST_FILES= sbin/mdcp man/man1/mdcp.1.gz - -.include diff --git a/sysutils/mdcp/distinfo b/sysutils/mdcp/distinfo deleted file mode 100644 index bc5269601df..00000000000 --- a/sysutils/mdcp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mdcp-0.1.2.2.tar.gz) = a8d966ec2dfcbc1087ed21f1f0c9a469fe764d7e4af1ae7cd8e6cb9011ee639c -SIZE (mdcp-0.1.2.2.tar.gz) = 84237 diff --git a/sysutils/mdcp/files/patch-src_mdcp.cc b/sysutils/mdcp/files/patch-src_mdcp.cc deleted file mode 100644 index 7b155256b29..00000000000 --- a/sysutils/mdcp/files/patch-src_mdcp.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mdcp.cc.orig 2008-04-13 14:51:16 UTC -+++ src/mdcp.cc -@@ -136,7 +136,7 @@ void *readFile( void * ) - pthread_mutex_unlock( &buffer.lock[nb] ); - - buffer.used[nb] = read( arqIn, buffer.buff[nb], buffer.len ); -- if( buffer.used < 0 ) -+ if( buffer.used[nb] < 0 ) - { - buffer.used[nb] = 0; - end = true; diff --git a/sysutils/mdcp/pkg-descr b/sysutils/mdcp/pkg-descr deleted file mode 100644 index d0afb06e0e8..00000000000 --- a/sysutils/mdcp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -mdcp (Muli-Device Copy) is a command-line utility for *nix that provide -to copy from a disk device to many. The data transfer rate is improved -by making use of a much more efficient use of the transfer rate of the disks. - -WWW: http://mdcp.sourceforge.net/ diff --git a/sysutils/osinfo-db-tools/Makefile b/sysutils/osinfo-db-tools/Makefile index e4209166f4c..9055211e923 100644 --- a/sysutils/osinfo-db-tools/Makefile +++ b/sysutils/osinfo-db-tools/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= osinfo-db-tools -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= sysutils MASTER_SITES= https://releases.pagure.org/libosinfo/ diff --git a/sysutils/osinfo-db-tools/distinfo b/sysutils/osinfo-db-tools/distinfo index 7462690c7d2..aa29e937521 100644 --- a/sysutils/osinfo-db-tools/distinfo +++ b/sysutils/osinfo-db-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551511970 -SHA256 (osinfo-db-tools-1.4.0.tar.gz) = 7ee0125c6b99b5b9e10d9bf5951ecc8a170278499a778e6be5c61ef10296f723 -SIZE (osinfo-db-tools-1.4.0.tar.gz) = 519089 +TIMESTAMP = 1557398761 +SHA256 (osinfo-db-tools-1.5.0.tar.gz) = f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de +SIZE (osinfo-db-tools-1.5.0.tar.gz) = 546678 diff --git a/sysutils/sbsigntool/Makefile b/sysutils/sbsigntool/Makefile deleted file mode 100644 index 8882d26c564..00000000000 --- a/sysutils/sbsigntool/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Edward Tomasz Napierala -# $FreeBSD$ - -PORTNAME= sbsigntool -PORTVERSION= 0.6 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://launchpad.net/ubuntu/+archive/primary/+files/ -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= ports@FreeBSD.org -COMMENT= Signing utility for UEFI secure boot - -LICENSE= GPLv3 - -BROKEN= fails to build -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-05-08 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \ - help2man:misc/help2man -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -GNU_CONFIGURE= yes -CONFIGURE_ENV= libcrypto_CFLAGS=-lcrypto \ - libcrypto_LIBS=-lcrypto \ - LOCALBASE=${LOCALBASE} \ - ac_cv_header_bfd_h=yes -USES= gmake localbase pkgconfig ssl -LDFLAGS+= -L${OPENSSLLIB} -CFLAGS+= -I${OPENSSLINC} - -post-patch: - @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/configure ${WRKSRC}/lib/ccan/ccan/hash/hash.c - -.include diff --git a/sysutils/sbsigntool/distinfo b/sysutils/sbsigntool/distinfo deleted file mode 100644 index 1b072cd1f94..00000000000 --- a/sysutils/sbsigntool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sbsigntool_0.6.orig.tar.gz) = 84fb0c8f6fb1e79aa418a4f70a3139b38d5630043b28291c875f383e9b4294b8 -SIZE (sbsigntool_0.6.orig.tar.gz) = 212375 diff --git a/sysutils/sbsigntool/files/patch-configure b/sysutils/sbsigntool/files/patch-configure deleted file mode 100644 index 0275fef319d..00000000000 --- a/sysutils/sbsigntool/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2012-10-12 02:16:35.000000000 +0200 -+++ configure 2014-11-30 19:14:24.000000000 +0100 -@@ -5496,7 +5496,11 @@ $as_echo "yes" >&6; } - fi - - EFI_ARCH=$(uname -m) --EFI_CPPFLAGS="-I/usr/include/efi -I/usr/include/efi/$EFI_ARCH \ -+if [ "$EFI_ARCH" = "amd64" ]; then -+ EFI_ARCH="x86_64" -+fi -+ -+EFI_CPPFLAGS="-I$LOCALBASE/include/efi -I$LOCALBASE/include/efi/$EFI_ARCH \ - -DEFI_FUNCTION_WRAPPER" - CPPFLAGS_save="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $EFI_CPPFLAGS" diff --git a/sysutils/sbsigntool/files/patch-src-coff-external.h b/sysutils/sbsigntool/files/patch-src-coff-external.h deleted file mode 100644 index 51ecda84507..00000000000 --- a/sysutils/sbsigntool/files/patch-src-coff-external.h +++ /dev/null @@ -1,29 +0,0 @@ ---- src/coff/external.h.orig 2014-11-30 17:11:35.000000000 +0100 -+++ src/coff/external.h 2014-11-30 17:12:19.000000000 +0100 -@@ -51,7 +51,7 @@ typedef struct external_aouthdr - char entry[4]; /* entry pt. */ - char text_start[4]; /* base of text used for this file */ - char data_start[4]; /* base of data used for this file */ -- } ATTRIBUTE_PACKED -+ } __attribute__((packed)) - AOUTHDR; - - #define AOUTHDRSZ 28 -@@ -165,7 +165,7 @@ struct external_syment - char e_type[2]; - char e_sclass[1]; - char e_numaux[1]; --} ATTRIBUTE_PACKED ; -+} __attribute__((packed)); - - #define SYMENT struct external_syment - #define SYMESZ 18 -@@ -257,7 +257,7 @@ union external_auxent - char x_tvlen[2]; /* length of .tv */ - char x_tvran[2][2]; /* tv range */ - } x_tv; /* info about .tv section (in auxent of symbol .tv)) */ --} ATTRIBUTE_PACKED ; -+} __attribute__((packed)); - - #define AUXENT union external_auxent - #define AUXESZ 18 diff --git a/sysutils/sbsigntool/files/patch-src-image.h b/sysutils/sbsigntool/files/patch-src-image.h deleted file mode 100644 index 18c42c738fd..00000000000 --- a/sysutils/sbsigntool/files/patch-src-image.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/image.h.orig 2015-01-15 19:43:49.000000000 +0100 -+++ src/image.h 2015-01-15 19:49:04.000000000 +0100 -@@ -34,6 +34,9 @@ - - #include - -+#define ATTRIBUTE_UNUSED __unused -+#define ENUM_BITFIELD(X) enum X -+ - #include - #define DO_NOT_DEFINE_LINENO - diff --git a/sysutils/sbsigntool/files/patch-src-sbkeysync.c b/sysutils/sbsigntool/files/patch-src-sbkeysync.c deleted file mode 100644 index c1eba1cc889..00000000000 --- a/sysutils/sbsigntool/files/patch-src-sbkeysync.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/sbkeysync.c.orig 2014-11-30 19:18:11.000000000 +0100 -+++ src/sbkeysync.c 2014-11-30 19:18:32.000000000 +0100 -@@ -38,7 +38,8 @@ - #include - #include - #include --#include -+#include -+#include - #include - - #include diff --git a/sysutils/sbsigntool/pkg-descr b/sysutils/sbsigntool/pkg-descr deleted file mode 100644 index bc4cf17d8df..00000000000 --- a/sysutils/sbsigntool/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Set of utilities for managing UEFI Secure Boot signatures. diff --git a/sysutils/sbsigntool/pkg-plist b/sysutils/sbsigntool/pkg-plist deleted file mode 100644 index a7a84ae3c74..00000000000 --- a/sysutils/sbsigntool/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/sbattach -bin/sbkeysync -bin/sbsiglist -bin/sbsign -bin/sbvarsign -bin/sbverify -man/man1/sbattach.1.gz -man/man1/sbsiglist.1.gz -man/man1/sbsign.1.gz -man/man1/sbvarsign.1.gz -man/man1/sbverify.1.gz diff --git a/textproc/Makefile b/textproc/Makefile index 30ad48b5686..26b13f7ec15 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -248,70 +248,9 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell - SUBDIR += hs-Diff - SUBDIR += hs-HStringTemplate - SUBDIR += hs-HsYAML - SUBDIR += hs-appar - SUBDIR += hs-attoparsec - SUBDIR += hs-attoparsec-iso8601 - SUBDIR += hs-bencode - SUBDIR += hs-blaze-html - SUBDIR += hs-blaze-markup - SUBDIR += hs-bytestring-csv - SUBDIR += hs-case-insensitive - SUBDIR += hs-cassava - SUBDIR += hs-cmark - SUBDIR += hs-cmark-gfm - SUBDIR += hs-csv - SUBDIR += hs-doctemplates - SUBDIR += hs-double-conversion - SUBDIR += hs-feed - SUBDIR += hs-hexpat - SUBDIR += hs-highlighting-kate - SUBDIR += hs-hs-bibutils - SUBDIR += hs-html - SUBDIR += hs-html-conduit - SUBDIR += hs-hxt - SUBDIR += hs-hxt-charproperties - SUBDIR += hs-hxt-regex-xmlschema - SUBDIR += hs-hxt-unicode SUBDIR += hs-lhs2tex - SUBDIR += hs-libxml - SUBDIR += hs-libxml-sax - SUBDIR += hs-libyaml - SUBDIR += hs-magic SUBDIR += hs-pandoc SUBDIR += hs-pandoc-citeproc - SUBDIR += hs-pandoc-types - SUBDIR += hs-parsec-numbers - SUBDIR += hs-polyparse - SUBDIR += hs-pretty-show - SUBDIR += hs-regex-applicative - SUBDIR += hs-regex-base - SUBDIR += hs-regex-compat - SUBDIR += hs-regex-compat-tdfa - SUBDIR += hs-regex-pcre - SUBDIR += hs-regex-pcre-builtin - SUBDIR += hs-regex-posix - SUBDIR += hs-regex-tdfa - SUBDIR += hs-rfc5051 - SUBDIR += hs-scanner - SUBDIR += hs-skylighting - SUBDIR += hs-skylighting-core - SUBDIR += hs-stringsearch - SUBDIR += hs-tagsoup - SUBDIR += hs-tagstream-conduit - SUBDIR += hs-texmath - SUBDIR += hs-unicode-transforms - SUBDIR += hs-uri - SUBDIR += hs-uri-bytestring - SUBDIR += hs-uri-bytestring-aeson - SUBDIR += hs-uri-encode - SUBDIR += hs-xml - SUBDIR += hs-xml-conduit - SUBDIR += hs-xml-hamlet - SUBDIR += hs-xml-types - SUBDIR += hs-xmlhtml SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig diff --git a/textproc/cgrep/Makefile b/textproc/cgrep/Makefile index af9b62a7e72..2e9ce3cd131 100644 --- a/textproc/cgrep/Makefile +++ b/textproc/cgrep/Makefile @@ -3,7 +3,7 @@ PORTNAME= cgrep PORTVERSION= 6.6.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org @@ -11,12 +11,25 @@ COMMENT= Context-aware grep for source codes LICENSE= GPLv2 -USE_CABAL= aeson ansi-terminal async cmdargs either exceptions regex-pcre \ - regex-posix safe split stringsearch unicode-show unix-compat \ - utf8-string yaml +LIB_DEPENDS= libpcre.so:devel/pcre -EXECUTABLE= cgrep -STANDALONE= yes +USES= cabal + +USE_CABAL= StateVar-1.1.1.1 aeson-1.4.2.0 ansi-terminal-0.9 async-2.2.1_1 \ + attoparsec-0.13.2.2 base-compat-0.10.5 base-orphans-0.8 \ + bifunctors-5.5.3 cabal-doctest-1.0.6_2 cmdargs-0.10.20 \ + colour-2.3.4 comonad-5.0.4 conduit-1.3.1 contravariant-1.5 \ + distributive-0.6 dlist-0.8.0.5 either-5.0.1 exceptions-0.10.0_2 \ + hashable-1.2.7.0_1 integer-logarithms-1.0.2.2 libyaml-0.1.1.0 \ + mono-traversable-1.0.11.0 primitive-0.6.4.0_1 profunctors-5.3 \ + random-1.1_1 regex-base-0.93.2 regex-pcre-0.94.4 regex-posix-0.95.2 \ + resourcet-1.2.2 safe-0.3.17 scientific-0.3.6.2 \ + semigroupoids-5.3.2 semigroups-0.18.5 split-0.2.3.3_1 \ + stringsearch-0.3.6.6_1 tagged-0.8.6 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 transformers-compat-0.6.2 \ + unicode-show-0.1.0.3 unix-compat-0.5.1 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ + uuid-types-1.0.3 vector-0.12.0.2 vector-algorithms-0.8.0.1 \ + yaml-0.11.0.0 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/cgrep/distinfo b/textproc/cgrep/distinfo index e43fba0c142..2d4fb376766 100644 --- a/textproc/cgrep/distinfo +++ b/textproc/cgrep/distinfo @@ -1,3 +1,119 @@ -TIMESTAMP = 1525721128 +TIMESTAMP = 1553450449 SHA256 (cabal/cgrep-6.6.25.tar.gz) = 9c5ef414859b13b207e1b0867428ce159927868c9b28446c28013d5996f05931 SIZE (cabal/cgrep-6.6.25.tar.gz) = 34671 +SHA256 (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = eb6436516ab2d5e3d3e070b5a1595c4dceea760a58a9cc8d23dad5f6008f2223 +SIZE (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = 4762 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 +SIZE (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = 19606 +SHA256 (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = d434528fd2ea765bace57c4ade0bc9fa32ba2c425f563b33a4b60f625ecfc9ca +SIZE (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = 40366 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 0e269dc48c3d4c0447c96ffd772a6fe69dfa1260c323f4cd7bf171cbf2ab7331 +SIZE (cabal/cmdargs-0.10.20/cmdargs-0.10.20.tar.gz) = 64550 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 +SIZE (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 17758 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 6ef067b692ad69ffff294b953aa85f3ded459d4ae133c37896222a09280fc3c2 +SIZE (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 15399 +SHA256 (cabal/distributive-0.6/distributive-0.6.tar.gz) = a4af1341a63a430dc569dd1e59631f127c40ebdd353a945a74d18682f6bdc1d4 +SIZE (cabal/distributive-0.6/distributive-0.6.tar.gz) = 10904 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/either-5.0.1/either-5.0.1.tar.gz) = 6cb6eb3f60223f5ffedfcd749589e870a81d272e130cafd1d17fb6d3a8939018 +SIZE (cabal/either-5.0.1/either-5.0.1.tar.gz) = 9924 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7 +SIZE (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 28744 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-pcre-0.94.4/regex-pcre-0.94.4.tar.gz) = 8eaa7d4ac6c0a4ba35aa59fc3f6b8f8e252bb25a47e136791446a74752e226c0 +SIZE (cabal/regex-pcre-0.94.4/regex-pcre-0.94.4.tar.gz) = 10814 +SHA256 (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e +SIZE (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 42916 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 79c5c41e7151906969133ea21af9f7e8d25c18315886e23d0bdf6faa8b537e5c +SIZE (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 10524 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 61a8213df437ee96a20b1c6dec8b5c573e4e0f338eb2061739a67f471d6b9d05 +SIZE (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 25649 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/stringsearch-0.3.6.6/stringsearch-0.3.6.6.tar.gz) = 295f1971920bc52263d8275d7054ad223a7e1aefe75533f9887735c9644ffe4a +SIZE (cabal/stringsearch-0.3.6.6/stringsearch-0.3.6.6.tar.gz) = 39679 +SHA256 (cabal/stringsearch-0.3.6.6/revision/1.cabal) = e88c03f4adb4bb3ab88550c921a9a8a2836a0a70f58b9cc64cff2ac65af9b77c +SIZE (cabal/stringsearch-0.3.6.6/revision/1.cabal) = 4251 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unicode-show-0.1.0.3/unicode-show-0.1.0.3.tar.gz) = 3f2e33277ce6e2e3d8644fd68d945a799ff86d0cbefee05cf3441c29a1769c21 +SIZE (cabal/unicode-show-0.1.0.3/unicode-show-0.1.0.3.tar.gz) = 4261 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 diff --git a/textproc/cl-meta-sbcl/Makefile b/textproc/cl-meta-sbcl/Makefile index 4d062c1040a..34fbd86583f 100644 --- a/textproc/cl-meta-sbcl/Makefile +++ b/textproc/cl-meta-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 34 +PORTREVISION= 35 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- diff --git a/textproc/cl-ppcre-sbcl/Makefile b/textproc/cl-ppcre-sbcl/Makefile index d72da87ebe3..818185d6207 100644 --- a/textproc/cl-ppcre-sbcl/Makefile +++ b/textproc/cl-ppcre-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= textproc lisp DISTFILES= # none diff --git a/textproc/hs-Diff/Makefile b/textproc/hs-Diff/Makefile deleted file mode 100644 index 2e9833775d9..00000000000 --- a/textproc/hs-Diff/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= Diff -PORTVERSION= 0.3.4 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= O(ND) diff algorithm in Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-Diff/distinfo b/textproc/hs-Diff/distinfo deleted file mode 100644 index 55cc518b159..00000000000 --- a/textproc/hs-Diff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624823 -SHA256 (cabal/Diff-0.3.4.tar.gz) = 77b7daec5a79ade779706748f11b4d9b8f805e57a68e7406c3b5a1dee16e0c2f -SIZE (cabal/Diff-0.3.4.tar.gz) = 7979 diff --git a/textproc/hs-Diff/pkg-descr b/textproc/hs-Diff/pkg-descr deleted file mode 100644 index b96554a8873..00000000000 --- a/textproc/hs-Diff/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Implementation of the standard diff algorithm, and utilities for pretty -printing. - -WWW: http://hackage.haskell.org/package/Diff diff --git a/textproc/hs-HStringTemplate/Makefile b/textproc/hs-HStringTemplate/Makefile deleted file mode 100644 index cb0a1222afe..00000000000 --- a/textproc/hs-HStringTemplate/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= HStringTemplate -PORTVERSION= 0.8.7 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= StringTemplate implementation in Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder mtl old-locale syb void - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-HStringTemplate/distinfo b/textproc/hs-HStringTemplate/distinfo deleted file mode 100644 index 1dc0b669400..00000000000 --- a/textproc/hs-HStringTemplate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523960618 -SHA256 (cabal/HStringTemplate-0.8.7.tar.gz) = 4f4ea4aa2e45e7c45821b87b0105c201fbadebc2f2d00c211e728403a0af6b0e -SIZE (cabal/HStringTemplate-0.8.7.tar.gz) = 15903 diff --git a/textproc/hs-HStringTemplate/pkg-descr b/textproc/hs-HStringTemplate/pkg-descr deleted file mode 100644 index 169da783016..00000000000 --- a/textproc/hs-HStringTemplate/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A port of the Java library by Terrence Parr. - -WWW: http://hackage.haskell.org/package/HStringTemplate diff --git a/textproc/hs-HsYAML/Makefile b/textproc/hs-HsYAML/Makefile deleted file mode 100644 index 04bede1df92..00000000000 --- a/textproc/hs-HsYAML/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= HsYAML -PORTVERSION= 0.1.1.2 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pure Haskell YAML 1.2 parser - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dlist - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-HsYAML/distinfo b/textproc/hs-HsYAML/distinfo deleted file mode 100644 index 66ca6f10c12..00000000000 --- a/textproc/hs-HsYAML/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546098464 -SHA256 (cabal/HsYAML-0.1.1.2.tar.gz) = 5d429433df990bf9b93f9edb3b6d5778bdf0a1bdbfbe36302236eed5fdf70084 -SIZE (cabal/HsYAML-0.1.1.2.tar.gz) = 60789 diff --git a/textproc/hs-HsYAML/files/patch-HsYAML.cabal b/textproc/hs-HsYAML/files/patch-HsYAML.cabal deleted file mode 100644 index e6c01d48b14..00000000000 --- a/textproc/hs-HsYAML/files/patch-HsYAML.cabal +++ /dev/null @@ -1,15 +0,0 @@ ---- HsYAML.cabal.orig 2018-06-30 12:49:02 UTC -+++ HsYAML.cabal -@@ -65,10 +65,10 @@ library - Trustworthy - TypeSynonymInstances - -- build-depends: base >=4.5 && <4.12 -+ build-depends: base >=4.5 && <4.13 - , bytestring >=0.9 && <0.11 - , dlist >=0.8 && <0.9 -- , containers >=0.4.2 && <0.6 -+ , containers >=0.4.2 && <0.7 - , text >=1.2.3 && <1.3 - , mtl >=2.2.1 && <2.3 - , parsec >=3.1.13.0 && < 3.2 diff --git a/textproc/hs-HsYAML/pkg-descr b/textproc/hs-HsYAML/pkg-descr deleted file mode 100644 index cb38fd3a623..00000000000 --- a/textproc/hs-HsYAML/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -HsYAML is a YAML 1.2 parser implementation for Haskell. Features of HsYAML include -pure Haskell implementation with small dependency footprint and emphasis on -strict compliance with the YAML 1.2 specification; direct decoding to native -Haskell types via (aeson-inspired) typeclass-based API. - -WWW: https://github.com/hvr/HsYAML diff --git a/textproc/hs-appar/Makefile b/textproc/hs-appar/Makefile deleted file mode 100644 index 176bb73fc8d..00000000000 --- a/textproc/hs-appar/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= appar -PORTVERSION= 0.1.4 -PORTREVISION= 7 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple applicative parser - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-appar/distinfo b/textproc/hs-appar/distinfo deleted file mode 100644 index 4b91247aed0..00000000000 --- a/textproc/hs-appar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624824 -SHA256 (cabal/appar-0.1.4.tar.gz) = 58ea66abe4dd502d2fc01eecdb0828d5e214704a3c1b33b1f8b33974644c4b26 -SIZE (cabal/appar-0.1.4.tar.gz) = 3904 diff --git a/textproc/hs-appar/pkg-descr b/textproc/hs-appar/pkg-descr deleted file mode 100644 index 84b63d5d3d6..00000000000 --- a/textproc/hs-appar/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A simple applicative parser in Parsec style. - -WWW: http://hackage.haskell.org/package/appar diff --git a/textproc/hs-attoparsec-iso8601/Makefile b/textproc/hs-attoparsec-iso8601/Makefile deleted file mode 100644 index c96c9b94639..00000000000 --- a/textproc/hs-attoparsec-iso8601/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= attoparsec-iso8601 -PORTVERSION= 1.0.1.0 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parsing of ISO 8601 dates - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec base-compat - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-attoparsec-iso8601/distinfo b/textproc/hs-attoparsec-iso8601/distinfo deleted file mode 100644 index 987047df7b2..00000000000 --- a/textproc/hs-attoparsec-iso8601/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545832395 -SHA256 (cabal/attoparsec-iso8601-1.0.1.0.tar.gz) = 499ffbd2d39e79cc4fda5ad0129dbf94fdb72a84aa932dfe2a5f5c5c02074142 -SIZE (cabal/attoparsec-iso8601-1.0.1.0.tar.gz) = 4317 diff --git a/textproc/hs-attoparsec-iso8601/pkg-descr b/textproc/hs-attoparsec-iso8601/pkg-descr deleted file mode 100644 index ea00a4a91ce..00000000000 --- a/textproc/hs-attoparsec-iso8601/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Parsing of ISO 8601 dates, originally from aeson. - -WWW: http://hackage.haskell.org/package/attoparsec-iso8601 diff --git a/textproc/hs-attoparsec/Makefile b/textproc/hs-attoparsec/Makefile deleted file mode 100644 index 5cac2cd68f2..00000000000 --- a/textproc/hs-attoparsec/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= attoparsec -PORTVERSION= 0.13.2.2 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast combinator parsing for bytestrings and text - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= scientific - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-attoparsec/distinfo b/textproc/hs-attoparsec/distinfo deleted file mode 100644 index 6228a54fcd8..00000000000 --- a/textproc/hs-attoparsec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523636401 -SHA256 (cabal/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 -SIZE (cabal/attoparsec-0.13.2.2.tar.gz) = 159729 diff --git a/textproc/hs-attoparsec/pkg-descr b/textproc/hs-attoparsec/pkg-descr deleted file mode 100644 index 3c34b4c6a86..00000000000 --- a/textproc/hs-attoparsec/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A fast parser combinator library, aimed particularly at dealing efficiently -with network protocols and complicated text/binary file formats. - -WWW: https://github.com/bos/attoparsec diff --git a/textproc/hs-bencode/Makefile b/textproc/hs-bencode/Makefile deleted file mode 100644 index 20cb5a3430b..00000000000 --- a/textproc/hs-bencode/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= bencode -PORTVERSION= 0.6.0.0 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parser and printer for bencoded data - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-bencode/distinfo b/textproc/hs-bencode/distinfo deleted file mode 100644 index 9825098b75e..00000000000 --- a/textproc/hs-bencode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624824 -SHA256 (cabal/bencode-0.6.0.0.tar.gz) = 3b8efdfecee9bc486d9bcdbb633b7128ca235360f102478a7e0f8c895281f68a -SIZE (cabal/bencode-0.6.0.0.tar.gz) = 4622 diff --git a/textproc/hs-bencode/pkg-descr b/textproc/hs-bencode/pkg-descr deleted file mode 100644 index 70beec501f1..00000000000 --- a/textproc/hs-bencode/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Parser and printer for bencoded data. Bencode (pronounced like B encode) -is the encoding used by the peer-to-peer file sharing system BitTorrent -for storing and transmitting loosely structured data. - -WWW: http://hackage.haskell.org/package/bencode diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile deleted file mode 100644 index 7e8cc4ee5ec..00000000000 --- a/textproc/hs-blaze-html/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= blaze-html -PORTVERSION= 0.9.0.1 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Blazingly fast HTML combinator library for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.3 blaze-markup>=0.7 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-blaze-html/distinfo b/textproc/hs-blaze-html/distinfo deleted file mode 100644 index 2e0b57124ce..00000000000 --- a/textproc/hs-blaze-html/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624824 -SHA256 (cabal/blaze-html-0.9.0.1.tar.gz) = aeceaab3fbccbf7f01a241819e6c16c0a1cf19dccecb795c5de5407bc8660a64 -SIZE (cabal/blaze-html-0.9.0.1.tar.gz) = 78133 diff --git a/textproc/hs-blaze-html/pkg-descr b/textproc/hs-blaze-html/pkg-descr deleted file mode 100644 index f9c8d7c1c85..00000000000 --- a/textproc/hs-blaze-html/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A blazingly fast HTML combinator library for the Haskell programming language. - -WWW: http://jaspervdj.be/blaze diff --git a/textproc/hs-blaze-markup/Makefile b/textproc/hs-blaze-markup/Makefile deleted file mode 100644 index 738aeba9690..00000000000 --- a/textproc/hs-blaze-markup/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= blaze-markup -PORTVERSION= 0.8.2.2 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Blazingly fast markup combinator library for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-blaze-markup/distinfo b/textproc/hs-blaze-markup/distinfo deleted file mode 100644 index 2dc120118ac..00000000000 --- a/textproc/hs-blaze-markup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545494364 -SHA256 (cabal/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 -SIZE (cabal/blaze-markup-0.8.2.2.tar.gz) = 14458 diff --git a/textproc/hs-blaze-markup/pkg-descr b/textproc/hs-blaze-markup/pkg-descr deleted file mode 100644 index b15b3a5b038..00000000000 --- a/textproc/hs-blaze-markup/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Core modules of a blazingly fast markup combinator library for the Haskell -programming language. - -WWW: http://jaspervdj.be/blaze diff --git a/textproc/hs-bytestring-csv/Makefile b/textproc/hs-bytestring-csv/Makefile deleted file mode 100644 index c38a4a9ef81..00000000000 --- a/textproc/hs-bytestring-csv/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Samy Al Bahra -# $FreeBSD$ - -PORTNAME= bytestring-csv -PORTVERSION= 0.1.2 -PORTREVISION= 23 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parse CSV formatted data efficiently with Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= dlist -USE_ALEX= yes - -# Force regeneration of the lexer. -post-patch:: - @${RM} -r ${WRKSRC}/dist - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-bytestring-csv/distinfo b/textproc/hs-bytestring-csv/distinfo deleted file mode 100644 index e248f988048..00000000000 --- a/textproc/hs-bytestring-csv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624825 -SHA256 (cabal/bytestring-csv-0.1.2.tar.gz) = 19480f2f60c474b18ef507a657daa63b18a40f97a3171883cf9d4b33169df874 -SIZE (cabal/bytestring-csv-0.1.2.tar.gz) = 76022 diff --git a/textproc/hs-bytestring-csv/pkg-descr b/textproc/hs-bytestring-csv/pkg-descr deleted file mode 100644 index 5f0dd82cf93..00000000000 --- a/textproc/hs-bytestring-csv/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A small library that allows you to parse CSV formatted data efficiently -with Haskell. - -WWW: http://code.haskell.org/~dons/code/bytestring-csv diff --git a/textproc/hs-case-insensitive/Makefile b/textproc/hs-case-insensitive/Makefile deleted file mode 100644 index 1b0e14887d3..00000000000 --- a/textproc/hs-case-insensitive/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= case-insensitive -PORTVERSION= 1.2.0.11 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Case-insensitive string comparison - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hashable>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-case-insensitive/distinfo b/textproc/hs-case-insensitive/distinfo deleted file mode 100644 index 008d7b75f2e..00000000000 --- a/textproc/hs-case-insensitive/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523428332 -SHA256 (cabal/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 -SIZE (cabal/case-insensitive-1.2.0.11.tar.gz) = 53581 diff --git a/textproc/hs-case-insensitive/pkg-descr b/textproc/hs-case-insensitive/pkg-descr deleted file mode 100644 index 1554215766a..00000000000 --- a/textproc/hs-case-insensitive/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The module Data.CaseInsensitive provides the 'CI' type constructor which can -be parameterised by a string-like type like: 'String', 'ByteString', 'Text', -etc. Comparisons of values of the resulting type will be insensitive to -cases. - -WWW: https://github.com/basvandijk/case-insensitive diff --git a/textproc/hs-cassava/Makefile b/textproc/hs-cassava/Makefile deleted file mode 100644 index 1514fdeb2f4..00000000000 --- a/textproc/hs-cassava/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cassava -PORTVERSION= 0.5.1.0 -PORTREVISION= 3 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= CSV parsing and encoding library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec blaze-builder hashable Only text-short \ - unordered-containers vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-cassava/distinfo b/textproc/hs-cassava/distinfo deleted file mode 100644 index ed05e311c6c..00000000000 --- a/textproc/hs-cassava/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524429884 -SHA256 (cabal/cassava-0.5.1.0.tar.gz) = 762c8aaea2cdad61f52bad1b9f1f3b32764b4b6da03371aba6e5017f69614277 -SIZE (cabal/cassava-0.5.1.0.tar.gz) = 37603 diff --git a/textproc/hs-cassava/files/patch-cassava.cabal b/textproc/hs-cassava/files/patch-cassava.cabal deleted file mode 100644 index c4a7f83de4e..00000000000 --- a/textproc/hs-cassava/files/patch-cassava.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- cassava.cabal.orig 2017-08-12 16:05:04 UTC -+++ cassava.cabal -@@ -96,7 +96,7 @@ Library - attoparsec >= 0.11.3.0 && < 0.14, - base >= 4.5 && < 5, - bytestring >= 0.9.2 && < 0.11, -- containers >= 0.4.2 && < 0.6, -+ containers >= 0.4.2 && < 0.7, - deepseq >= 1.1 && < 1.5, - hashable < 1.3, - scientific >= 0.3.4.7 && < 0.4, diff --git a/textproc/hs-cassava/pkg-descr b/textproc/hs-cassava/pkg-descr deleted file mode 100644 index 25f63440cea..00000000000 --- a/textproc/hs-cassava/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A CSV parsing and encoding library optimized for ease of use and high -performance. - -WWW: https://github.com/tibbe/cassava diff --git a/textproc/hs-cmark-gfm/Makefile b/textproc/hs-cmark-gfm/Makefile deleted file mode 100644 index 51376125ac1..00000000000 --- a/textproc/hs-cmark-gfm/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cmark-gfm -PORTVERSION= 0.1.3 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, accurate GitHub Flavored Markdown parser and renderer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-cmark-gfm/distinfo b/textproc/hs-cmark-gfm/distinfo deleted file mode 100644 index 6990da174bc..00000000000 --- a/textproc/hs-cmark-gfm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524942342 -SHA256 (cabal/cmark-gfm-0.1.3.tar.gz) = 731cb392e4edfd18d0dae709904791610588e6770934e5112cbdd5e6f3d271ba -SIZE (cabal/cmark-gfm-0.1.3.tar.gz) = 198348 diff --git a/textproc/hs-cmark-gfm/pkg-descr b/textproc/hs-cmark-gfm/pkg-descr deleted file mode 100644 index f97d0a0a426..00000000000 --- a/textproc/hs-cmark-gfm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides Haskell bindings for libcmark-gfm, the reference parser -for GitHub Flavored Markdown, a fully specified variant of Markdown. It -includes sources for libcmark-gfm (0.28.0) and does not require prior -installation of the C library. - -WWW: https://github.com/kivikakk/cmark-gfm-hs diff --git a/textproc/hs-cmark/Makefile b/textproc/hs-cmark/Makefile deleted file mode 100644 index 641ea47b6e3..00000000000 --- a/textproc/hs-cmark/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cmark -PORTVERSION= 0.5.6 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, accurate CommonMark (Markdown) parser and renderer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-cmark/distinfo b/textproc/hs-cmark/distinfo deleted file mode 100644 index 8f26ebf8bb9..00000000000 --- a/textproc/hs-cmark/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523465640 -SHA256 (cabal/cmark-0.5.6.tar.gz) = 855c4b7aca6d4e9eb076beb6cc6f74e7578fae7aa3625fd3fca5e3b4901a32b0 -SIZE (cabal/cmark-0.5.6.tar.gz) = 170850 diff --git a/textproc/hs-cmark/pkg-descr b/textproc/hs-cmark/pkg-descr deleted file mode 100644 index f7575ea8cd6..00000000000 --- a/textproc/hs-cmark/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides Haskell bindings for libcmark, the reference -parser for CommonMark, a fully specified variant of Markdown. It -includes sources for libcmark (0.21.0) and does not require prior -installation of the C library. - -WWW: https://github.com/jgm/commonmark-hs diff --git a/textproc/hs-csv/Makefile b/textproc/hs-csv/Makefile deleted file mode 100644 index d55eb70efa0..00000000000 --- a/textproc/hs-csv/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Kaspars Bankovskis -# $FreeBSD$ - -PORTNAME= csv -PORTVERSION= 0.1.2 -PORTREVISION= 19 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= CSV library for Haskell - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-csv/distinfo b/textproc/hs-csv/distinfo deleted file mode 100644 index b8c499c11b1..00000000000 --- a/textproc/hs-csv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624827 -SHA256 (cabal/csv-0.1.2.tar.gz) = 8cf43442325faa1368f9b55ad952beccf677d9980cdffa3d70a7f204a23ae600 -SIZE (cabal/csv-0.1.2.tar.gz) = 2923 diff --git a/textproc/hs-csv/pkg-descr b/textproc/hs-csv/pkg-descr deleted file mode 100644 index 248148240c3..00000000000 --- a/textproc/hs-csv/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This library parses and dumps documents that are formatted according to -RFC 4180, "The common Format and MIME Type for Comma-Separated Values -(CSV) Files". This format is used, among many other things, as a lingua -franca for spreadsheets, and for certain web services. - -WWW: http://hackage.haskell.org/package/csv diff --git a/textproc/hs-doctemplates/Makefile b/textproc/hs-doctemplates/Makefile deleted file mode 100644 index a5fa816e89e..00000000000 --- a/textproc/hs-doctemplates/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= doctemplates -PORTVERSION= 0.2.2.1 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The doctemplates package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson blaze-html blaze-markup scientific unordered-containers \ - vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-doctemplates/distinfo b/textproc/hs-doctemplates/distinfo deleted file mode 100644 index 203b2710ffb..00000000000 --- a/textproc/hs-doctemplates/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524418494 -SHA256 (cabal/doctemplates-0.2.2.1.tar.gz) = 6b0cfb565fc7fa90d71ac56b83aedecf670678e6f1441278877fbf399e9bccbf -SIZE (cabal/doctemplates-0.2.2.1.tar.gz) = 6139 diff --git a/textproc/hs-doctemplates/pkg-descr b/textproc/hs-doctemplates/pkg-descr deleted file mode 100644 index 391688f9983..00000000000 --- a/textproc/hs-doctemplates/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The doctemplates package - -WWW: http://hackage.haskell.org/package/doctemplates diff --git a/textproc/hs-double-conversion/Makefile b/textproc/hs-double-conversion/Makefile deleted file mode 100644 index 516468e9562..00000000000 --- a/textproc/hs-double-conversion/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= double-conversion -PORTVERSION= 2.0.2.0 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast conversion between double-precision floating-point and text - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-double-conversion/distinfo b/textproc/hs-double-conversion/distinfo deleted file mode 100644 index d7bfcd4661c..00000000000 --- a/textproc/hs-double-conversion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624828 -SHA256 (cabal/double-conversion-2.0.2.0.tar.gz) = 44cde172395401169e844d6791b6eb0ef2c2e55a08de8dda96551cfe029ba26b -SIZE (cabal/double-conversion-2.0.2.0.tar.gz) = 7023616 diff --git a/textproc/hs-double-conversion/pkg-descr b/textproc/hs-double-conversion/pkg-descr deleted file mode 100644 index 71059e5abe4..00000000000 --- a/textproc/hs-double-conversion/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -A library that performs fast, accurate conversion between double -precision floating point and text. This library is implemented as -bindings to the C++ double-conversion library written by Florian Loitsch -at Google: http://code.google.com/p/double-conversion/. - -The Text versions of these functions are about 30 times faster than the -default show implementation for the Double type. The ByteString versions -are slower than the Text versions; roughly half the speed. (This seems -to be due to the cost of allocating ByteString values via malloc.) - -As a final note, be aware that the bytestring-show package is about 50% -slower than simply using show. - -WWW: https://github.com/bos/double-conversion diff --git a/textproc/hs-feed/Makefile b/textproc/hs-feed/Makefile deleted file mode 100644 index d7ba01c7ea6..00000000000 --- a/textproc/hs-feed/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= feed -PORTVERSION= 1.0.1.0 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base-compat old-locale>=1.0 old-time>=1 safe \ - time-locale-compat>=0.1 utf8-string xml>=1.2.6 xml-conduit \ - xml-types - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-feed/distinfo b/textproc/hs-feed/distinfo deleted file mode 100644 index ce87036646b..00000000000 --- a/textproc/hs-feed/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545834803 -SHA256 (cabal/feed-1.0.1.0.tar.gz) = 87bd055b13c43f54e997f716a33d647c6bc1cdb78337c840d144c0b5fdccd31c -SIZE (cabal/feed-1.0.1.0.tar.gz) = 105930 diff --git a/textproc/hs-feed/pkg-descr b/textproc/hs-feed/pkg-descr deleted file mode 100644 index 5d4dcc4a7ce..00000000000 --- a/textproc/hs-feed/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell. - -WWW: https://github.com/bergmark/feed diff --git a/textproc/hs-hexpat/Makefile b/textproc/hs-hexpat/Makefile deleted file mode 100644 index 282062decc0..00000000000 --- a/textproc/hs-hexpat/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hexpat -PORTVERSION= 0.20.13 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= XML parser/formatter based on expat - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -LIB_DEPENDS= libexpat.so:textproc/expat2 - -USE_CABAL= List>=0.4.2 utf8-string>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hexpat/distinfo b/textproc/hs-hexpat/distinfo deleted file mode 100644 index 2acbde20242..00000000000 --- a/textproc/hs-hexpat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624829 -SHA256 (cabal/hexpat-0.20.13.tar.gz) = 46e1a0e651c1603c1f064c6ca8d4c66cb27e7a66974bfb45ecaa8f9ccc753fd1 -SIZE (cabal/hexpat-0.20.13.tar.gz) = 143733 diff --git a/textproc/hs-hexpat/pkg-descr b/textproc/hs-hexpat/pkg-descr deleted file mode 100644 index c62d6b3191c..00000000000 --- a/textproc/hs-hexpat/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a general purpose Haskell XML library using Expat -to do its parsing (a fast stream-oriented XML parser written in C). It -is extensible to any string type, with String, ByteString and Text -provided out of the box. - -WWW: http://haskell.org/haskellwiki/Hexpat/ diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile deleted file mode 100644 index bdb965da18e..00000000000 --- a/textproc/hs-highlighting-kate/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $FreeBSD$ - -PORTNAME= highlighting-kate -PORTVERSION= 0.6.4 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Syntax highlighting - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-html>=0.4.2 mtl regex-pcre-builtin>=0.94.4.8.8.35 \ - utf8-string - -FLAGS_DEFINE= EXECUTABLE - -EXECUTABLE_DESC= Build the executable -EXECUTABLE_FLAG_ENABLE= executable -EXECUTABLE_FLAG_EXECUTABLE= highlighting-kate - -FLAGS_DISABLE= pcre-light - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-highlighting-kate/distinfo b/textproc/hs-highlighting-kate/distinfo deleted file mode 100644 index 868fbb78a72..00000000000 --- a/textproc/hs-highlighting-kate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624830 -SHA256 (cabal/highlighting-kate-0.6.4.tar.gz) = d8b83385f5da2ea7aa59f28eb860fd7eba0d35a4c36192a5044ee7ea1e001baf -SIZE (cabal/highlighting-kate-0.6.4.tar.gz) = 913575 diff --git a/textproc/hs-highlighting-kate/pkg-descr b/textproc/hs-highlighting-kate/pkg-descr deleted file mode 100644 index 211bcbe4397..00000000000 --- a/textproc/hs-highlighting-kate/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The highlighting-kate is a syntax highlighting library with support for -nearly one hundred languages. The syntax parsers are automatically -generated from Kate syntax descriptions [1], so any syntax supported by -Kate can be added. - -[1] http://kate-editor.org/ - -WWW: https://github.com/jgm/highlighting-kate diff --git a/textproc/hs-hs-bibutils/Makefile b/textproc/hs-hs-bibutils/Makefile deleted file mode 100644 index ec789a673f2..00000000000 --- a/textproc/hs-hs-bibutils/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hs-bibutils -PORTVERSION= 6.7.0.0 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings to bibutils, the bibliography conversion utilities - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= syb - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hs-bibutils/distinfo b/textproc/hs-hs-bibutils/distinfo deleted file mode 100644 index d444c31e6d7..00000000000 --- a/textproc/hs-hs-bibutils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546341547 -SHA256 (cabal/hs-bibutils-6.7.0.0.tar.gz) = c5d205294ff372306504b03c4334fd96215727087ee4ee1378a45273a8d6dee1 -SIZE (cabal/hs-bibutils-6.7.0.0.tar.gz) = 742250 diff --git a/textproc/hs-hs-bibutils/pkg-descr b/textproc/hs-hs-bibutils/pkg-descr deleted file mode 100644 index ea63fc0f484..00000000000 --- a/textproc/hs-hs-bibutils/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Haskell bindings to Chris Putnam's bibutils, a library that -interconverts between various bibliography formats using a common -MODS-format XML intermediate. - -WWW: http://istitutocolli.org/repos/hs-bibutils/ diff --git a/textproc/hs-html-conduit/Makefile b/textproc/hs-html-conduit/Makefile deleted file mode 100644 index 88000700cf0..00000000000 --- a/textproc/hs-html-conduit/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= html-conduit -PORTVERSION= 1.3.0 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parse HTML documents using xml-conduit datatypes - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= conduit>=1.0 conduit-extra>=1.1.1 resourcet>=0.3 \ - tagstream-conduit>=0.5.5.3 xml-conduit>=1.3 xml-types>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-html-conduit/distinfo b/textproc/hs-html-conduit/distinfo deleted file mode 100644 index 310684866a3..00000000000 --- a/textproc/hs-html-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524851689 -SHA256 (cabal/html-conduit-1.3.0.tar.gz) = 78bf09e175079bdd0f0dd363b3a4b2d32d095cc09413ca9d8069bc527809ee96 -SIZE (cabal/html-conduit-1.3.0.tar.gz) = 4458 diff --git a/textproc/hs-html-conduit/pkg-descr b/textproc/hs-html-conduit/pkg-descr deleted file mode 100644 index ac066c344fe..00000000000 --- a/textproc/hs-html-conduit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package uses tagstream-conduit for its parser. It automatically -balances mismatched tags, so that there shouldn't be any parse failures. -It does not handle a full HTML document rendering, such as adding missing -html and head tags. - -WWW: https://github.com/snoyberg/xml diff --git a/textproc/hs-html/Makefile b/textproc/hs-html/Makefile deleted file mode 100644 index d3a13e79065..00000000000 --- a/textproc/hs-html/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= html -PORTVERSION= 1.0.1.2 -PORTREVISION= 19 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTML combinator library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-html/distinfo b/textproc/hs-html/distinfo deleted file mode 100644 index 63111f5c883..00000000000 --- a/textproc/hs-html/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624830 -SHA256 (cabal/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 -SIZE (cabal/html-1.0.1.2.tar.gz) = 11021 diff --git a/textproc/hs-html/pkg-descr b/textproc/hs-html/pkg-descr deleted file mode 100644 index 8b65c48a492..00000000000 --- a/textproc/hs-html/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package contains a combinator library for constructing -HTML documents. - -WWW: http://hackage.haskell.org/package/html diff --git a/textproc/hs-hxt-charproperties/Makefile b/textproc/hs-hxt-charproperties/Makefile deleted file mode 100644 index 92050681604..00000000000 --- a/textproc/hs-hxt-charproperties/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hxt-charproperties -PORTVERSION= 9.2.0.1 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Character properties and classes for XML and Unicode - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hxt-charproperties/distinfo b/textproc/hs-hxt-charproperties/distinfo deleted file mode 100644 index bf192261e80..00000000000 --- a/textproc/hs-hxt-charproperties/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624832 -SHA256 (cabal/hxt-charproperties-9.2.0.1.tar.gz) = e46614d6bf0390b2a6a1aeeb0771e6d366944da40fb21c12c2f8a94d1f47b4d6 -SIZE (cabal/hxt-charproperties-9.2.0.1.tar.gz) = 270767 diff --git a/textproc/hs-hxt-charproperties/pkg-descr b/textproc/hs-hxt-charproperties/pkg-descr deleted file mode 100644 index 06efe20169d..00000000000 --- a/textproc/hs-hxt-charproperties/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Character proprties defined by XML and Unicode standards. These modules contain -predicates for Unicode blocks and char proprties and character predicates -defined by XML. Supported Unicode version is 7.0.0. - -WWW: https://github.com/UweSchmidt/hxt diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile deleted file mode 100644 index cbd5cf2c74c..00000000000 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hxt-regex-xmlschema -PORTVERSION= 9.2.0.3 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Regular expression library for W3C XML Schema regular expressions - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hxt-charproperties>=9.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hxt-regex-xmlschema/distinfo b/textproc/hs-hxt-regex-xmlschema/distinfo deleted file mode 100644 index 4d26a802b04..00000000000 --- a/textproc/hs-hxt-regex-xmlschema/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624833 -SHA256 (cabal/hxt-regex-xmlschema-9.2.0.3.tar.gz) = f4743ba65498d6001cdfcf5cbc3317d4bc43941be5c7030b60beb83408c892b0 -SIZE (cabal/hxt-regex-xmlschema-9.2.0.3.tar.gz) = 35781 diff --git a/textproc/hs-hxt-regex-xmlschema/pkg-descr b/textproc/hs-hxt-regex-xmlschema/pkg-descr deleted file mode 100644 index 2c7f91c9a5d..00000000000 --- a/textproc/hs-hxt-regex-xmlschema/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This library supports full W3C XML Schema regular expressions inclusive -all Unicode character sets and blocks. It is implemented by the -technique of derivations of regular expressions. The W3C syntax is -extended to support not only union of regular sets, but also -intersection, set difference, exor. Matching of subexpressions is also -supported. The library can be used for constricting lightweight -scanners and tokenizers. It is a standalone library, no external regex -libraries are used. - -WWW: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema diff --git a/textproc/hs-hxt-unicode/Makefile b/textproc/hs-hxt-unicode/Makefile deleted file mode 100644 index 606c9c32628..00000000000 --- a/textproc/hs-hxt-unicode/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hxt-unicode -PORTVERSION= 9.0.2.4 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unicode en-/decoding functions for utf8, iso-latin-* and other encodings - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= hxt-charproperties>=9.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hxt-unicode/distinfo b/textproc/hs-hxt-unicode/distinfo deleted file mode 100644 index c670ff7d707..00000000000 --- a/textproc/hs-hxt-unicode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624833 -SHA256 (cabal/hxt-unicode-9.0.2.4.tar.gz) = 7b5823f3bd94b57022d9d84ab3555303653c5121eaaef2ee1fd4918f3c434466 -SIZE (cabal/hxt-unicode-9.0.2.4.tar.gz) = 14010 diff --git a/textproc/hs-hxt-unicode/pkg-descr b/textproc/hs-hxt-unicode/pkg-descr deleted file mode 100644 index 11ba79dc8dc..00000000000 --- a/textproc/hs-hxt-unicode/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Unicode encoding and decoding functions for utf8, iso-latin-* and somes other -encodings, used in the Haskell XML Toolbox. ISO Latin 1 - 16, utf8, utf16, -ASCII are supported. Decoding is done with lasy functions, errors may be -detected or ignored. - -WWW: https://github.com/UweSchmidt/hxt diff --git a/textproc/hs-hxt/Makefile b/textproc/hs-hxt/Makefile deleted file mode 100644 index dc27e48d945..00000000000 --- a/textproc/hs-hxt/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hxt -PORTVERSION= 9.3.1.16 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Collection of tools for processing XML with Haskell - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HUnit>=1.2 hxt-charproperties>=9.1 hxt-regex-xmlschema>=9.2 \ - hxt-unicode>=9.0.1 mtl>=2.0.1 network>=2.6 network-uri>=2.6 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-hxt/distinfo b/textproc/hs-hxt/distinfo deleted file mode 100644 index 5504031e5c1..00000000000 --- a/textproc/hs-hxt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624832 -SHA256 (cabal/hxt-9.3.1.16.tar.gz) = 0d55e35cc718891d0987b7c8e6c43499efa727c68bc92e88e8b99461dff403e3 -SIZE (cabal/hxt-9.3.1.16.tar.gz) = 223814 diff --git a/textproc/hs-hxt/pkg-descr b/textproc/hs-hxt/pkg-descr deleted file mode 100644 index 4ad5e8c0c1c..00000000000 --- a/textproc/hs-hxt/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but -introduces a more general approach for processing XML with Haskell. The -Haskell XML Toolbox uses a generic data model for representing XML -documents, including the DTD subset and the document subset, in Haskell. -It contains a validating XML parser, a HTML parser, namespace support, -an XPath expression evaluator, an XSLT library, a RelaxNG schema -validator and funtions for serialization and deserialization of user -defined data. The library makes extensive use of the arrow approach for -processing XML. - -WWW: https://github.com/UweSchmidt/hxt diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index af3592ed398..0ae6f728e57 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -3,7 +3,7 @@ PORTNAME= lhs2tex PORTVERSION= 1.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -11,13 +11,12 @@ COMMENT= Preprocessor for typesetting Haskell sources with LaTeX LICENSE= GPLv2 -USE_CABAL= mtl regex-compat +USES= cabal + USE_TEX= latex dvipsk -STANDALONE= yes -EXECUTABLE= lhs2TeX +USE_CABAL= regex-base-0.93.2 regex-compat-0.95.1 regex-posix-0.95.2 -MAN1PAGES= lhs2TeX.1 +EXECUTABLES= lhs2TeX -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/hs-lhs2tex/distinfo b/textproc/hs-lhs2tex/distinfo index b8463787bc1..38e8dad139b 100644 --- a/textproc/hs-lhs2tex/distinfo +++ b/textproc/hs-lhs2tex/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1545563352 +TIMESTAMP = 1550317678 SHA256 (cabal/lhs2tex-1.22.tar.gz) = 7eea3b5b4bae019aa9acb6036e6c2606c62a0d9969a081d4b9b9f04baa3129bd SIZE (cabal/lhs2tex-1.22.tar.gz) = 679988 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b +SIZE (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = 3968 +SHA256 (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e +SIZE (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 42916 diff --git a/textproc/hs-libxml-sax/Makefile b/textproc/hs-libxml-sax/Makefile deleted file mode 100644 index 1ab27c79ffc..00000000000 --- a/textproc/hs-libxml-sax/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libxml-sax -PORTVERSION= 0.7.5 -PORTREVISION= 7 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings for the libXML2 SAX interface - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= xml-types>=0.3 - -USES= pkgconfig -LIB_DEPENDS= libxml2.so:textproc/libxml2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-libxml-sax/distinfo b/textproc/hs-libxml-sax/distinfo deleted file mode 100644 index 2cc7158149e..00000000000 --- a/textproc/hs-libxml-sax/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624834 -SHA256 (cabal/libxml-sax-0.7.5.tar.gz) = 99141784cc0d6c5749f0df618b2d46922391eede09f4f9ccfc36fb58a9c16d51 -SIZE (cabal/libxml-sax-0.7.5.tar.gz) = 8916 diff --git a/textproc/hs-libxml-sax/pkg-descr b/textproc/hs-libxml-sax/pkg-descr deleted file mode 100644 index c1ca3f69484..00000000000 --- a/textproc/hs-libxml-sax/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Bindings for the libXML2 SAX interface. - -WWW: https://john-millikin.com/software/haskell-libxml/ diff --git a/textproc/hs-libxml/Makefile b/textproc/hs-libxml/Makefile deleted file mode 100644 index 3516395f08f..00000000000 --- a/textproc/hs-libxml/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libxml -PORTVERSION= 0.1.1 -PORTREVISION= 21 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to libxml2 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl -USE_GNOME= libxml2 - -CONFIGURE_ARGS+= --extra-include-dirs="${LOCALBASE}/include/libxml2" - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-libxml/distinfo b/textproc/hs-libxml/distinfo deleted file mode 100644 index ecaedf942aa..00000000000 --- a/textproc/hs-libxml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624834 -SHA256 (cabal/libxml-0.1.1.tar.gz) = d1e92affb41e7abe1c7b692aa24ae47dbcf3636f2753bb85a3469c370d9afb07 -SIZE (cabal/libxml-0.1.1.tar.gz) = 3959 diff --git a/textproc/hs-libxml/pkg-descr b/textproc/hs-libxml/pkg-descr deleted file mode 100644 index 1fbf9c4d4b1..00000000000 --- a/textproc/hs-libxml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Minimal binding to libxml2. Additional functions will be added when -needed. - -WWW: http://hackage.haskell.org/package/libxml diff --git a/textproc/hs-libyaml/Makefile b/textproc/hs-libyaml/Makefile deleted file mode 100644 index 4fc4f674a48..00000000000 --- a/textproc/hs-libyaml/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= libyaml -PORTVERSION= 0.1.0.0 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Low-level, streaming YAML interface - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= conduit resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-libyaml/distinfo b/textproc/hs-libyaml/distinfo deleted file mode 100644 index 575e284062f..00000000000 --- a/textproc/hs-libyaml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546195286 -SHA256 (cabal/libyaml-0.1.0.0.tar.gz) = 9cd688e316938d8a80536cb1b329c4b651c845e34e045b0c443b345580fb6f07 -SIZE (cabal/libyaml-0.1.0.0.tar.gz) = 62557 diff --git a/textproc/hs-libyaml/pkg-descr b/textproc/hs-libyaml/pkg-descr deleted file mode 100644 index 6c5963a219f..00000000000 --- a/textproc/hs-libyaml/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides a haskell wrapper over the libyaml C library -version 0.2.1 by Kirill Simonov. It contains the C source so you don’t need to -worry about any non-Haskell dependencies. - -WWW: https://github.com/snoyberg/yaml diff --git a/textproc/hs-magic/Makefile b/textproc/hs-magic/Makefile deleted file mode 100644 index 3c741cea681..00000000000 --- a/textproc/hs-magic/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= magic -PORTVERSION= 1.1 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface to C file/magic library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-magic/distinfo b/textproc/hs-magic/distinfo deleted file mode 100644 index 0bf125a6066..00000000000 --- a/textproc/hs-magic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1501338939 -SHA256 (cabal/magic-1.1.tar.gz) = b21c3b69f57b64199c1d7be0ac8ea1d02d698be59943058f6a2d642ea57ce082 -SIZE (cabal/magic-1.1.tar.gz) = 4318 diff --git a/textproc/hs-magic/pkg-descr b/textproc/hs-magic/pkg-descr deleted file mode 100644 index 649a5ccb2bc..00000000000 --- a/textproc/hs-magic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package provides a Haskell interface to the C libmagic library. With it, -you can determine the type of a file by examining its contents rather than its -name. The Haskell interface provides a full-featured binding. - -WWW: http://hackage.haskell.org/package/magic diff --git a/textproc/hs-pandoc-citeproc/Makefile b/textproc/hs-pandoc-citeproc/Makefile index a3044a0441e..fe7ef420dd3 100644 --- a/textproc/hs-pandoc-citeproc/Makefile +++ b/textproc/hs-pandoc-citeproc/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pandoc-citeproc -PORTVERSION= 0.15.0.1 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,29 +9,61 @@ COMMENT= Supports using pandoc with citeproc LICENSE= BSD3CLAUSE -BROKEN= Fails to build after r490955; fix coming with Haskell ports overhaul +USES= cabal -USE_CABAL= aeson>=0.7 aeson-pretty attoparsec data-default \ - mtl pandoc>=1.13 pandoc-types>=1.12.3 rfc5051 \ - setenv>=0.1 split syb tagsoup vector xml-conduit>=1.2 \ - yaml>=0.8.8.7 -EXECUTABLE= pandoc-citeproc - -FLAGS_DEFINE= BIBUTILS EMBED_DATA UNICODE_COLLATION -FLAGS_DEFAULT= BIBUTILS +OPTIONS_DEFINE= BIBUTILS EMBED_DATA UNICODE_COLLATION +OPTIONS_DEFAULT= BIBUTILS BIBUTILS_DESC= Use Chris Putnam's Bibutils #' -BIBUTILS_FLAG_ENABLE= bibutils -BIBUTILS_FLAG_CABAL= hs-bibutils>=0.3 +BIBUTILS_CABAL_FLAGS= bibutils +BIBUTILS_USE_CABAL= hs-bibutils-6.7.0.0 EMBED_DATA_DESC= Embed locale files into the library -EMBED_DATA_FLAG_ENABLE= embed_data_files +EMBED_DATA_CABAL_FLAGS= embed_data_files +EMBED_DATA_USE_CABAL= file-embed-0.0.11 UNICODE_COLLATION_DESC= Use bindings to the Internationl Components for Unicode libraries -UNICODE_COLLATION_FLAG_ENABLE= unicode_collation -UNICODE_COLLATION_FLAG_CABAL= text-icu +UNICODE_COLLATION_CABAL_FLAGS= unicode_collation +UNICODE_COLLATION_USE_CABAL= text-icu-0.7.0.1 +UNICODE_COLLATION_LIB_DEPENDS= libicui18n.so:devel/icu -FLAGS_DISABLE= test_citeproc debug +USE_CABAL= Glob-0.10.0 HTTP-4000.3.12_2 HsYAML-0.1.1.3 JuicyPixels-3.3.3_1 \ + QuickCheck-2.12.6.1_1 SHA-1.6.4.4 aeson-1.4.2.0_1 \ + aeson-pretty-0.8.7 ansi-terminal-0.9 asn1-encoding-0.9.5 \ + asn1-parse-0.9.4 asn1-types-0.3.2 async-2.2.1_1 attoparsec-0.13.2.2 \ + base64-bytestring-1.0.0.2 base-compat-0.10.5 basement-0.0.10_1 \ + bitarray-0.0.1.1 blaze-builder-0.4.1.0 blaze-html-0.9.1.1 \ + blaze-markup-0.8.2.2 byteable-0.1.1 case-insensitive-1.2.0.11 \ + cereal-0.5.8.0 cmark-gfm-0.1.6 colour-2.3.4 conduit-1.3.1 \ + conduit-extra-1.3.0 connection-0.2.8 cookie-0.4.4 cryptonite-0.25 \ + data-default-0.7.1.1 data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 digest-0.0.1.2 dlist-0.8.0.5 \ + doctemplates-0.2.2.1 erf-2.0.0.0 exceptions-0.10.0_2 \ + fail-4.9.0.0 haddock-library-1.7.0 hashable-1.2.7.0_1 \ + hourglass-0.2.12 hslua-1.0.2 hslua-module-text-0.2.0 \ + http-client-0.6.1 http-client-tls-0.3.5.3 http-types-0.12.2 \ + hxt-9.3.1.16 hxt-charproperties-9.2.0.1 \ + hxt-regex-xmlschema-9.2.0.3 hxt-unicode-9.0.2.4 \ + integer-logarithms-1.0.2.2 ipynb-0.1 libyaml-0.1.1.0 \ + memory-0.14.18 mime-types-0.1.0.9 mono-traversable-1.0.11.0 \ + network-2.7.0.2_2 network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 \ + pandoc-2.6 pandoc-types-1.17.5.4 pem-0.2.4 primitive-0.6.4.0_1 \ + random-1.1_1 regex-base-0.93.2 regex-pcre-builtin-0.94.4.8.8.35 \ + resourcet-1.2.2 rfc5051-0.1.0.4 safe-0.3.17 scientific-0.3.6.2 \ + setenv-0.1.1.3 skylighting-0.7.6 skylighting-core-0.7.6 \ + socks-0.5.6 split-0.2.3.3_1 streaming-commons-0.2.1.0 syb-0.7 \ + tagged-0.8.6 tagsoup-0.14.7 temporary-1.3 texmath-0.11.2 \ + tf-random-0.5 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + tls-1.4.1 transformers-compat-0.6.2 typed-process-0.2.4.0 \ + unicode-transforms-0.3.5 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ + uuid-types-1.0.3_1 vector-0.12.0.2 vector-algorithms-0.8.0.1 \ + x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \ + x509-validation-1.6.11 xml-1.3.14 xml-conduit-1.8.0.1 \ + xml-types-0.3.6 yaml-0.11.0.0 zip-archive-0.4 zlib-0.6.2 + +CABAL_FLAGS= -test_citeproc -debug -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/hs-pandoc-citeproc/distinfo b/textproc/hs-pandoc-citeproc/distinfo index 1b7f72bcf62..c64344a7e81 100644 --- a/textproc/hs-pandoc-citeproc/distinfo +++ b/textproc/hs-pandoc-citeproc/distinfo @@ -1,3 +1,259 @@ -TIMESTAMP = 1546182397 -SHA256 (cabal/pandoc-citeproc-0.15.0.1.tar.gz) = 29db5f2aad3225859727271855461724574f3695ab3856ceac33b24a55ae92f8 -SIZE (cabal/pandoc-citeproc-0.15.0.1.tar.gz) = 325491 +TIMESTAMP = 1553686178 +SHA256 (cabal/pandoc-citeproc-0.16.1.tar.gz) = a3f12beef8dc8cd24c1365462a5d310a452f29ba6f9109e14ff974ff9b9fc36e +SIZE (cabal/pandoc-citeproc-0.16.1.tar.gz) = 326662 +SHA256 (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324 +SIZE (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 29500 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/HsYAML-0.1.1.3/HsYAML-0.1.1.3.tar.gz) = 5dd03c26c4d82e9cebab4ba6104389790aa0dbd411eafcd56245c7b65ae5932b +SIZE (cabal/HsYAML-0.1.1.3/HsYAML-0.1.1.3.tar.gz) = 61036 +SHA256 (cabal/JuicyPixels-3.3.3/JuicyPixels-3.3.3.tar.gz) = 2c04b5b6504a780e9363dc8894837976e18ce0623182e38aab6bc5e76c40b3c4 +SIZE (cabal/JuicyPixels-3.3.3/JuicyPixels-3.3.3.tar.gz) = 130714 +SHA256 (cabal/JuicyPixels-3.3.3/revision/1.cabal) = f8812e1f14e16b7dbe81a2ec62b8c49bb8d5b86f27d7fc82528d12156cf71de1 +SIZE (cabal/JuicyPixels-3.3.3/revision/1.cabal) = 3937 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44 +SIZE (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 2715144 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/aeson-pretty-0.8.7/aeson-pretty-0.8.7.tar.gz) = c1c1ecc5e3abd004a6c4c256ee6f61da2a43d7f1452ffa391dee250df43b27d5 +SIZE (cabal/aeson-pretty-0.8.7/aeson-pretty-0.8.7.tar.gz) = 5610 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = b27f6f1065053a0e8e24fbf9382b7060af9962d8d150b631c682c0c58469d802 +SIZE (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = 3701 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/cmark-gfm-0.1.6/cmark-gfm-0.1.6.tar.gz) = c8f916c8fbc9b3c564dcd6946cd530a292a055b60c784dde303803199a6c6968 +SIZE (cabal/cmark-gfm-0.1.6/cmark-gfm-0.1.6.tar.gz) = 197539 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae +SIZE (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 32716 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/doctemplates-0.2.2.1/doctemplates-0.2.2.1.tar.gz) = 6b0cfb565fc7fa90d71ac56b83aedecf670678e6f1441278877fbf399e9bccbf +SIZE (cabal/doctemplates-0.2.2.1/doctemplates-0.2.2.1.tar.gz) = 6139 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fail-4.9.0.0/fail-4.9.0.0.tar.gz) = 6d5cdb1a5c539425a9665f740e364722e1d9d6ae37fbc55f30fe3dbbbb91d4a2 +SIZE (cabal/fail-4.9.0.0/fail-4.9.0.0.tar.gz) = 2416 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = e7c2794a7eb352824f098cafa07bc0506f2c3633808bfbf4c64aef0ba664d011 +SIZE (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = 26315 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hs-bibutils-6.7.0.0/hs-bibutils-6.7.0.0.tar.gz) = c5d205294ff372306504b03c4334fd96215727087ee4ee1378a45273a8d6dee1 +SIZE (cabal/hs-bibutils-6.7.0.0/hs-bibutils-6.7.0.0.tar.gz) = 742250 +SHA256 (cabal/hslua-1.0.2/hslua-1.0.2.tar.gz) = fda9b291051769a02c175f744bc2175f5ff49732c83e7063cf6c786bcc654f70 +SIZE (cabal/hslua-1.0.2/hslua-1.0.2.tar.gz) = 235226 +SHA256 (cabal/hslua-module-text-0.2.0/hslua-module-text-0.2.0.tar.gz) = 711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e +SIZE (cabal/hslua-module-text-0.2.0/hslua-module-text-0.2.0.tar.gz) = 3583 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/hxt-9.3.1.16/hxt-9.3.1.16.tar.gz) = 0d55e35cc718891d0987b7c8e6c43499efa727c68bc92e88e8b99461dff403e3 +SIZE (cabal/hxt-9.3.1.16/hxt-9.3.1.16.tar.gz) = 223814 +SHA256 (cabal/hxt-charproperties-9.2.0.1/hxt-charproperties-9.2.0.1.tar.gz) = e46614d6bf0390b2a6a1aeeb0771e6d366944da40fb21c12c2f8a94d1f47b4d6 +SIZE (cabal/hxt-charproperties-9.2.0.1/hxt-charproperties-9.2.0.1.tar.gz) = 270767 +SHA256 (cabal/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema-9.2.0.3.tar.gz) = f4743ba65498d6001cdfcf5cbc3317d4bc43941be5c7030b60beb83408c892b0 +SIZE (cabal/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema-9.2.0.3.tar.gz) = 35781 +SHA256 (cabal/hxt-unicode-9.0.2.4/hxt-unicode-9.0.2.4.tar.gz) = 7b5823f3bd94b57022d9d84ab3555303653c5121eaaef2ee1fd4918f3c434466 +SIZE (cabal/hxt-unicode-9.0.2.4/hxt-unicode-9.0.2.4.tar.gz) = 14010 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/ipynb-0.1/ipynb-0.1.tar.gz) = 45f27b613690ee8b0122bc4686fffbf36e50bfdc378385eb3805131a3f6c4a35 +SIZE (cabal/ipynb-0.1/ipynb-0.1.tar.gz) = 632774 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/pandoc-2.6/pandoc-2.6.tar.gz) = aa761fe96161d042e01d0881fa569ec396da02ebce42562e04fbd91d8ff2db10 +SIZE (cabal/pandoc-2.6/pandoc-2.6.tar.gz) = 10376334 +SHA256 (cabal/pandoc-types-1.17.5.4/pandoc-types-1.17.5.4.tar.gz) = 32aca86c510bd23c6bd54ce1a37ca005f4b84f077ab8e835a522833cf5179327 +SIZE (cabal/pandoc-types-1.17.5.4/pandoc-types-1.17.5.4.tar.gz) = 26080 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-pcre-builtin-0.94.4.8.8.35/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 0bd1b695de953ba4b6e6e0de007021c346cb2a6c8e09356fbcd34f8a79d2ea78 +SIZE (cabal/regex-pcre-builtin-0.94.4.8.8.35/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 311974 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/rfc5051-0.1.0.4/rfc5051-0.1.0.4.tar.gz) = 615daa230eabc781eff1d3ce94c42fc5ba6188dbeb115a233328454b02c1b3d3 +SIZE (cabal/rfc5051-0.1.0.4/rfc5051-0.1.0.4.tar.gz) = 218105 +SHA256 (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 79c5c41e7151906969133ea21af9f7e8d25c18315886e23d0bdf6faa8b537e5c +SIZE (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 10524 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = e358df39afc03d5a39e2ec650652d845c85c80cc98fe331654deafb4767ecb32 +SIZE (cabal/setenv-0.1.1.3/setenv-0.1.1.3.tar.gz) = 2710 +SHA256 (cabal/skylighting-0.7.6/skylighting-0.7.6.tar.gz) = 8e3400784276356aa42010cb671c59cd4d14f23d0f02deb5e2a7f5010c9afc37 +SIZE (cabal/skylighting-0.7.6/skylighting-0.7.6.tar.gz) = 595877 +SHA256 (cabal/skylighting-core-0.7.6/skylighting-core-0.7.6.tar.gz) = c7d622d7a3dc03a132edebd863c216113f4b9390e314609b29f96e7288a2500a +SIZE (cabal/skylighting-core-0.7.6/skylighting-core-0.7.6.tar.gz) = 627816 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 9980f28169dd0ee8d9e0a65d553044d9bb24c6f2c7e5f6cf0a53dbd25cf1ec25 +SIZE (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 43956 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/texmath-0.11.2/texmath-0.11.2.tar.gz) = 0ec60d7d69b1c152da2088700897fff6d39d0489e63a13ca8cb4d2a2f8d8538a +SIZE (cabal/texmath-0.11.2/texmath-0.11.2.tar.gz) = 1835480 +SHA256 (cabal/text-icu-0.7.0.1/text-icu-0.7.0.1.tar.gz) = e2764c2749033706eed5b9fb3cda11177ad15cdf11912028f551eca39a2c7f78 +SIZE (cabal/text-icu-0.7.0.1/text-icu-0.7.0.1.tar.gz) = 45533 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = c9f7d138ab43ed2e11de5973b0bd771c8f5c14cc0d87d3fbd1c6980c176fa03e +SIZE (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = 718750 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/xml-1.3.14/xml-1.3.14.tar.gz) = 32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d +SIZE (cabal/xml-1.3.14/xml-1.3.14.tar.gz) = 12048 +SHA256 (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 980b2f13ab8f54d8c2cbf92d186d5fac6c6ead42197c6687bd81e2fea2afef9c +SIZE (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 39586 +SHA256 (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 +SIZE (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 4020 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 +SIZE (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 20859 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/textproc/hs-pandoc-types/Makefile b/textproc/hs-pandoc-types/Makefile deleted file mode 100644 index 9f36296bbe9..00000000000 --- a/textproc/hs-pandoc-types/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pandoc-types -PORTVERSION= 1.17.5.4 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Types for representing a structured document - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.6.2 deepseq-generics>=0.1 QuickCheck syb>=0.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-pandoc-types/distinfo b/textproc/hs-pandoc-types/distinfo deleted file mode 100644 index 9491e1a1943..00000000000 --- a/textproc/hs-pandoc-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546097979 -SHA256 (cabal/pandoc-types-1.17.5.4.tar.gz) = 32aca86c510bd23c6bd54ce1a37ca005f4b84f077ab8e835a522833cf5179327 -SIZE (cabal/pandoc-types-1.17.5.4.tar.gz) = 26080 diff --git a/textproc/hs-pandoc-types/pkg-descr b/textproc/hs-pandoc-types/pkg-descr deleted file mode 100644 index 02a03c0c452..00000000000 --- a/textproc/hs-pandoc-types/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains definitions for the 'Pandoc' data structure, which is -used by pandoc to represent structured documents. These definitions used to -live in the pandoc package, but starting with pandoc 1.7, they have been -split off, so that other packages can use them without drawing in all of -pandoc's dependencies, and pandoc itself can depend on packages (like -citeproc-hs) that use them. - -WWW: http://johnmacfarlane.net/pandoc diff --git a/textproc/hs-pandoc/Makefile b/textproc/hs-pandoc/Makefile index 9d98cbb8a3d..d37611e3e19 100644 --- a/textproc/hs-pandoc/Makefile +++ b/textproc/hs-pandoc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pandoc -PORTVERSION= 2.5 -PORTREVISION= 2 +PORTVERSION= 2.7.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -11,41 +10,61 @@ COMMENT= Conversion between markup formats LICENSE= GPLv2 -LIB_DEPENDS= libffi.so:devel/libffi +USES= cabal -USE_ALEX= yes -USE_CABAL= aeson aeson-pretty base64-bytestring blaze-html blaze-markup \ - cmark cmark-gfm data-default deepseq-generics doctemplates \ - extensible-exceptions filemanip Glob haddock-library hslua \ - hslua-module-text HsYAML http-client http-client-tls \ - http-types HTTP JuicyPixels mtl network network-uri \ - pandoc-types random scientific SHA skylighting syb tagsoup \ - temporary texmath unicode-transforms unordered-containers \ - vector xml yaml zip-archive zlib -USE_HAPPY= yes - -FLAGS_DEFINE= EMBED_DATA TRYPANDOC -OPTIONS_DEFINE= PDFGEN -OPTIONS_DEFAULT= PDFGEN +OPTIONS_DEFINE= EMBED_DATA TRYPANDOC EMBED_DATA_DESC= Embed data files in binary for relocatable executable -EMBED_DATA_FLAG_ENABLE= embed_data_files -EMBED_DATA_FLAG_CABAL= file-embed>=0.0 -PDFGEN_DESC= Include TeX for PDF generation -PDFGEN_USE= TEX=texmf:run +EMBED_DATA_CABAL_FLAGS= embed_data_files +EMBED_DATA_USE_CABAL= file-embed-0.0.11 + TRYPANDOC_DESC= Build trypandoc cgi executable -TRYPANDOC_FLAG_ENABLE= trypandoc -TRYPANDOC_FLAG_CABAL= aeson wai-extra wai>=0.3 -TRYPANDOC_FLAG_EXECUTABLE= trypandoc +TRYPANDOC_CABAL_FLAGS= trypandoc +TRYPANDOC_USE_CABAL= appar-0.1.7 auto-update-0.1.4 byteorder-1.0.4 \ + cabal-doctest-1.0.6_2 easy-file-0.2.2 fast-logger-2.4.13 \ + hsc2hs-0.68.4_1 iproute-1.7.7 resourcet-1.2.2 \ + semigroups-0.18.5 unix-compat-0.5.1 unix-time-0.4.5 \ + unliftio-core-0.1.2.0_1 vault-0.3.1.2 void-0.7.2 wai-3.2.2 \ + wai-extra-3.0.25 wai-logger-2.3.4 word8-0.1.3 +TRYPANDOC_EXECUTABLES= trypandoc -EXECUTABLE= pandoc -FLAGS_ENABLE= network-uri -FLAGS_DISABLE= make-pandoc-man-pages -IGNORE_DYNAMIC= yes -IGNORE_PROFILE= yes -MAN1SRC= man -MAN1PAGES= pandoc.1 -STANDALONE= yes +USE_CABAL= Glob-0.10.0 HTTP-4000.3.12_2 HsYAML-0.1.1.3 JuicyPixels-3.3.3_1 \ + QuickCheck-2.12.6.1_1 SHA-1.6.4.4 aeson-1.4.2.0_1 \ + aeson-pretty-0.8.7 ansi-terminal-0.9 asn1-encoding-0.9.5 \ + asn1-parse-0.9.4 asn1-types-0.3.2 async-2.2.1_1 attoparsec-0.13.2.2 \ + base64-bytestring-1.0.0.2 base-compat-0.10.5 basement-0.0.10 \ + bitarray-0.0.1.1 blaze-builder-0.4.1.0 blaze-html-0.9.1.1 \ + blaze-markup-0.8.2.2 byteable-0.1.1 case-insensitive-1.2.0.11 \ + cereal-0.5.8.0 cmark-gfm-0.1.8 colour-2.3.4 connection-0.2.8 \ + cookie-0.4.4 cryptonite-0.25 data-default-0.7.1.1 \ + data-default-class-0.1.2.0 data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 digest-0.0.1.2 dlist-0.8.0.5 \ + doctemplates-0.2.2.1 erf-2.0.0.0 exceptions-0.10.0_2 fail-4.9.0.0 \ + haddock-library-1.7.0 hashable-1.2.7.0_1 hourglass-0.2.12 \ + hslua-1.0.2 hslua-module-text-0.2.0 http-client-0.6.1 \ + http-client-tls-0.3.5.3 http-types-0.12.2 hxt-9.3.1.16 \ + hxt-charproperties-9.2.0.1 hxt-regex-xmlschema-9.2.0.3 \ + hxt-unicode-9.0.2.4 integer-logarithms-1.0.2.2 ipynb-0.1 \ + memory-0.14.18 mime-types-0.1.0.9 network-2.7.0.2_2 \ + network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 \ + pandoc-types-1.17.5.4 pem-0.2.4 primitive-0.6.4.0_1 random-1.1_1 \ + regex-base-0.93.2 regex-pcre-builtin-0.94.4.8.8.35 safe-0.3.17 \ + scientific-0.3.6.2 skylighting-0.7.7 skylighting-core-0.7.7 \ + socks-0.5.6 split-0.2.3.3_1 streaming-commons-0.2.1.0 syb-0.7 \ + tagged-0.8.6 tagsoup-0.14.7 temporary-1.3 texmath-0.11.2.2 \ + tf-random-0.5 th-abstraction-0.2.10.0 \ + time-locale-compat-0.1.1.5 tls-1.4.1 transformers-compat-0.6.2 \ + unicode-transforms-0.3.5 unordered-containers-0.2.10.0 \ + utf8-string-1.0.1.1_3 uuid-types-1.0.3_1 vector-0.12.0.2 \ + x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \ + x509-validation-1.6.11 xml-1.3.14 zip-archive-0.4 zlib-0.6.2 + +CABAL_FLAGS= -static derive_json_via_th + +PLIST_FILES= man/man1/pandoc.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/man/pandoc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/hs-pandoc/distinfo b/textproc/hs-pandoc/distinfo index 653e510ee85..5b13ac3fd25 100644 --- a/textproc/hs-pandoc/distinfo +++ b/textproc/hs-pandoc/distinfo @@ -1,3 +1,267 @@ -TIMESTAMP = 1546095746 -SHA256 (cabal/pandoc-2.5.tar.gz) = d57dc5db78a0a304de70436fe59a7599ab0c6d0fb2ab6704eeae498a4536222e -SIZE (cabal/pandoc-2.5.tar.gz) = 9550372 +TIMESTAMP = 1553835888 +SHA256 (cabal/pandoc-2.7.1.tar.gz) = 5e2a51f130e0fb39f615f7b9705f8e152156e30de4a71e1c900d1ae2ec8d1eb8 +SIZE (cabal/pandoc-2.7.1.tar.gz) = 10403643 +SHA256 (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 473355bd6ba0a97902e0edada1acbc0d76cfda77596f0188b2cc0ae34272a324 +SIZE (cabal/Glob-0.10.0/Glob-0.10.0.tar.gz) = 29500 +SHA256 (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 +SIZE (cabal/HTTP-4000.3.12/HTTP-4000.3.12.tar.gz) = 71800 +SHA256 (cabal/HTTP-4000.3.12/revision/2.cabal) = 0c551ef7495be186408848c125163af372b2916e4964b72cc7fa111beeef86bf +SIZE (cabal/HTTP-4000.3.12/revision/2.cabal) = 6008 +SHA256 (cabal/HsYAML-0.1.1.3/HsYAML-0.1.1.3.tar.gz) = 5dd03c26c4d82e9cebab4ba6104389790aa0dbd411eafcd56245c7b65ae5932b +SIZE (cabal/HsYAML-0.1.1.3/HsYAML-0.1.1.3.tar.gz) = 61036 +SHA256 (cabal/JuicyPixels-3.3.3/JuicyPixels-3.3.3.tar.gz) = 2c04b5b6504a780e9363dc8894837976e18ce0623182e38aab6bc5e76c40b3c4 +SIZE (cabal/JuicyPixels-3.3.3/JuicyPixels-3.3.3.tar.gz) = 130714 +SHA256 (cabal/JuicyPixels-3.3.3/revision/1.cabal) = f8812e1f14e16b7dbe81a2ec62b8c49bb8d5b86f27d7fc82528d12156cf71de1 +SIZE (cabal/JuicyPixels-3.3.3/revision/1.cabal) = 3937 +SHA256 (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 0b2aa7f5c625b5875c36f5f548926fcdaedf4311bd3a4c291fcf10b8d7faa170 +SIZE (cabal/QuickCheck-2.12.6.1/QuickCheck-2.12.6.1.tar.gz) = 67105 +SHA256 (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = bb13925c53da61ac753206b788adfb0695be18752ec7d2a5fcd2d76beef3af70 +SIZE (cabal/QuickCheck-2.12.6.1/revision/1.cabal) = 6202 +SHA256 (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 6bd950df6b11a3998bb1452d875d2da043ee43385459afc5f16d471d25178b44 +SIZE (cabal/SHA-1.6.4.4/SHA-1.6.4.4.tar.gz) = 2715144 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/aeson-pretty-0.8.7/aeson-pretty-0.8.7.tar.gz) = c1c1ecc5e3abd004a6c4c256ee6f61da2a43d7f1452ffa391dee250df43b27d5 +SIZE (cabal/aeson-pretty-0.8.7/aeson-pretty-0.8.7.tar.gz) = 5610 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = f6de4f1d1332d665057a9fd1af6b805f66cf04299b03f53696f3c9db4f7ff21f +SIZE (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = 3997 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 +SIZE (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 8607 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = b27f6f1065053a0e8e24fbf9382b7060af9962d8d150b631c682c0c58469d802 +SIZE (cabal/bitarray-0.0.1.1/bitarray-0.0.1.1.tar.gz) = 3701 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/cmark-gfm-0.1.8/cmark-gfm-0.1.8.tar.gz) = 34ed9c997d08936bb6abd9d84be45918e69f803504f570601cab9cd4159cbf7c +SIZE (cabal/cmark-gfm-0.1.8/cmark-gfm-0.1.8.tar.gz) = 200355 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 +SIZE (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 3790 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/doctemplates-0.2.2.1/doctemplates-0.2.2.1.tar.gz) = 6b0cfb565fc7fa90d71ac56b83aedecf670678e6f1441278877fbf399e9bccbf +SIZE (cabal/doctemplates-0.2.2.1/doctemplates-0.2.2.1.tar.gz) = 6139 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 +SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fail-4.9.0.0/fail-4.9.0.0.tar.gz) = 6d5cdb1a5c539425a9665f740e364722e1d9d6ae37fbc55f30fe3dbbbb91d4a2 +SIZE (cabal/fail-4.9.0.0/fail-4.9.0.0.tar.gz) = 2416 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = e7c2794a7eb352824f098cafa07bc0506f2c3633808bfbf4c64aef0ba664d011 +SIZE (cabal/haddock-library-1.7.0/haddock-library-1.7.0.tar.gz) = 26315 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hsc2hs-0.68.4/revision/1.cabal) = 713092fccf64712b510ef1228695b14e1bf7ef0d1b2ce069776e0dcf894d4bf1 +SIZE (cabal/hsc2hs-0.68.4/revision/1.cabal) = 2437 +SHA256 (cabal/hslua-1.0.2/hslua-1.0.2.tar.gz) = fda9b291051769a02c175f744bc2175f5ff49732c83e7063cf6c786bcc654f70 +SIZE (cabal/hslua-1.0.2/hslua-1.0.2.tar.gz) = 235226 +SHA256 (cabal/hslua-module-text-0.2.0/hslua-module-text-0.2.0.tar.gz) = 711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e +SIZE (cabal/hslua-module-text-0.2.0/hslua-module-text-0.2.0.tar.gz) = 3583 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/hxt-9.3.1.16/hxt-9.3.1.16.tar.gz) = 0d55e35cc718891d0987b7c8e6c43499efa727c68bc92e88e8b99461dff403e3 +SIZE (cabal/hxt-9.3.1.16/hxt-9.3.1.16.tar.gz) = 223814 +SHA256 (cabal/hxt-charproperties-9.2.0.1/hxt-charproperties-9.2.0.1.tar.gz) = e46614d6bf0390b2a6a1aeeb0771e6d366944da40fb21c12c2f8a94d1f47b4d6 +SIZE (cabal/hxt-charproperties-9.2.0.1/hxt-charproperties-9.2.0.1.tar.gz) = 270767 +SHA256 (cabal/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema-9.2.0.3.tar.gz) = f4743ba65498d6001cdfcf5cbc3317d4bc43941be5c7030b60beb83408c892b0 +SIZE (cabal/hxt-regex-xmlschema-9.2.0.3/hxt-regex-xmlschema-9.2.0.3.tar.gz) = 35781 +SHA256 (cabal/hxt-unicode-9.0.2.4/hxt-unicode-9.0.2.4.tar.gz) = 7b5823f3bd94b57022d9d84ab3555303653c5121eaaef2ee1fd4918f3c434466 +SIZE (cabal/hxt-unicode-9.0.2.4/hxt-unicode-9.0.2.4.tar.gz) = 14010 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = e6a3fe4a6f2a78fcee0f98255f97232d8b6b9b1fa48faee3bef96f0b462a4b3d +SIZE (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = 13253 +SHA256 (cabal/ipynb-0.1/ipynb-0.1.tar.gz) = 45f27b613690ee8b0122bc4686fffbf36e50bfdc378385eb3805131a3f6c4a35 +SIZE (cabal/ipynb-0.1/ipynb-0.1.tar.gz) = 632774 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/pandoc-types-1.17.5.4/pandoc-types-1.17.5.4.tar.gz) = 32aca86c510bd23c6bd54ce1a37ca005f4b84f077ab8e835a522833cf5179327 +SIZE (cabal/pandoc-types-1.17.5.4/pandoc-types-1.17.5.4.tar.gz) = 26080 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-pcre-builtin-0.94.4.8.8.35/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 0bd1b695de953ba4b6e6e0de007021c346cb2a6c8e09356fbcd34f8a79d2ea78 +SIZE (cabal/regex-pcre-builtin-0.94.4.8.8.35/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 311974 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 79c5c41e7151906969133ea21af9f7e8d25c18315886e23d0bdf6faa8b537e5c +SIZE (cabal/safe-0.3.17/safe-0.3.17.tar.gz) = 10524 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/skylighting-0.7.7/skylighting-0.7.7.tar.gz) = 7ee358bce3895fe6078312b005b9019e7bf20df893afcab2af853c79cc2fd60e +SIZE (cabal/skylighting-0.7.7/skylighting-0.7.7.tar.gz) = 598399 +SHA256 (cabal/skylighting-core-0.7.7/skylighting-core-0.7.7.tar.gz) = 893cffd4fcd1ab2f5205c93b4b7bf01d7da7156ac378fad68b5980b8bc7ea77d +SIZE (cabal/skylighting-core-0.7.7/skylighting-core-0.7.7.tar.gz) = 628743 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/syb-0.7/syb-0.7.tar.gz) = b8757dce5ab4045c49a0ae90407d575b87ee5523a7dd5dfa5c9d54fcceff42b5 +SIZE (cabal/syb-0.7/syb-0.7.tar.gz) = 39566 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 9980f28169dd0ee8d9e0a65d553044d9bb24c6f2c7e5f6cf0a53dbd25cf1ec25 +SIZE (cabal/tagsoup-0.14.7/tagsoup-0.14.7.tar.gz) = 43956 +SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 +SHA256 (cabal/texmath-0.11.2.2/texmath-0.11.2.2.tar.gz) = fe4e24af001104ed3c95ee44076e6819ffad67684efdabee5ae07cf8ceb81087 +SIZE (cabal/texmath-0.11.2.2/texmath-0.11.2.2.tar.gz) = 1839720 +SHA256 (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 2e30cec027b313c9e1794d326635d8fc5f79b6bf6e7580ab4b00186dadc88510 +SIZE (cabal/tf-random-0.5/tf-random-0.5.tar.gz) = 18483 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = c9f7d138ab43ed2e11de5973b0bd771c8f5c14cc0d87d3fbd1c6980c176fa03e +SIZE (cabal/unicode-transforms-0.3.5/unicode-transforms-0.3.5.tar.gz) = 718750 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c +SIZE (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 5307 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 2a64d54901d7bcc3c59dd94dcc99b5dcbbb95b4ec9176e677877888526c17fe1 +SIZE (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 10176 +SHA256 (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = def0216fdad1da6015fc076c1405a65ffae6fc8a673fd79e79587acb630d5f31 +SIZE (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = 62734 +SHA256 (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 93fe191310c4054ccf5ad8c431e9075646b0d2b7405faf697640461c72789600 +SIZE (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 5771 +SHA256 (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 2630934c75728bfbf390c1f0206b225507b354f68d4047b06c018a36823b5d8a +SIZE (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 6271 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/xml-1.3.14/xml-1.3.14.tar.gz) = 32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d +SIZE (cabal/xml-1.3.14/xml-1.3.14.tar.gz) = 12048 +SHA256 (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19 +SIZE (cabal/zip-archive-0.4/zip-archive-0.4.tar.gz) = 20859 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/textproc/hs-pandoc/files/patch-pandoc.cabal b/textproc/hs-pandoc/files/patch-pandoc.cabal deleted file mode 100644 index 672868542b9..00000000000 --- a/textproc/hs-pandoc/files/patch-pandoc.cabal +++ /dev/null @@ -1,32 +0,0 @@ ---- pandoc.cabal.orig 2018-11-27 17:33:51 UTC -+++ pandoc.cabal -@@ -364,7 +364,7 @@ library - text >= 1.1.1.0 && < 1.3, - time >= 1.5 && < 1.10, - safe >= 0.3 && < 0.4, -- zip-archive >= 0.2.3.4 && < 0.4, -+ zip-archive >= 0.2.3.4 && < 0.5, - HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.11 && < 0.12, - xml >= 1.3.12 && < 1.4, -@@ -389,7 +389,7 @@ library - haddock-library >= 1.7 && < 1.8, - deepseq >= 1.3 && < 1.5, - JuicyPixels >= 3.1.6.1 && < 3.4, -- Glob >= 0.7 && < 0.10, -+ Glob >= 0.7 && < 0.11, - cmark-gfm >= 0.1.1 && < 0.2, - doctemplates >= 0.2.1 && < 0.3, - network-uri >= 2.6 && < 2.7, -@@ -658,9 +658,9 @@ test-suite test-pandoc - QuickCheck >= 2.4 && < 2.13, - containers >= 0.4.2.1 && < 0.7, - executable-path >= 0.0 && < 0.1, -- zip-archive >= 0.2.3.4 && < 0.4, -+ zip-archive >= 0.2.3.4 && < 0.5, - xml >= 1.3.12 && < 1.4, -- Glob >= 0.7 && < 0.10 -+ Glob >= 0.7 && < 0.11 - if impl(ghc < 8.0) - build-depends: semigroups == 0.18.* - if impl(ghc < 8.4) diff --git a/textproc/hs-parsec-numbers/Makefile b/textproc/hs-parsec-numbers/Makefile deleted file mode 100644 index 4c6b446160a..00000000000 --- a/textproc/hs-parsec-numbers/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= parsec-numbers -PORTVERSION= 0.1.0 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Number parsers without a large token parser - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-parsec-numbers/distinfo b/textproc/hs-parsec-numbers/distinfo deleted file mode 100644 index a795ff7b620..00000000000 --- a/textproc/hs-parsec-numbers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1538848581 -SHA256 (cabal/parsec-numbers-0.1.0.tar.gz) = 77019a4817712f6bfc61c9d148b680579955eb40d286f7766f7b0a90c726febf -SIZE (cabal/parsec-numbers-0.1.0.tar.gz) = 4125 diff --git a/textproc/hs-parsec-numbers/pkg-descr b/textproc/hs-parsec-numbers/pkg-descr deleted file mode 100644 index 8b60784f08b..00000000000 --- a/textproc/hs-parsec-numbers/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package provides the number parsers without the need to use a large -(and unportable) token parser. - -WWW: https://hackage.haskell.org/package/parsec-numbers diff --git a/textproc/hs-polyparse/Makefile b/textproc/hs-polyparse/Makefile deleted file mode 100644 index f89e1bc71de..00000000000 --- a/textproc/hs-polyparse/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= polyparse -PORTVERSION= 1.12.1 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Variety of alternative parser combinator libraries - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-polyparse/distinfo b/textproc/hs-polyparse/distinfo deleted file mode 100644 index a82f344cce2..00000000000 --- a/textproc/hs-polyparse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545492975 -SHA256 (cabal/polyparse-1.12.1.tar.gz) = dd8d34e05853ea0ab9b9fee1cbaa51ae33095f7c0c09ff539dcd6d771e0adaa5 -SIZE (cabal/polyparse-1.12.1.tar.gz) = 33060 diff --git a/textproc/hs-polyparse/pkg-descr b/textproc/hs-polyparse/pkg-descr deleted file mode 100644 index d01bbdceae5..00000000000 --- a/textproc/hs-polyparse/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A variety of alternative parser combinator libraries, including the original -HuttonMeijer set. The Poly sets have features like good error reporting, -arbitrary token type, running state, lazy parsing, and so on. Finally, -Text.Parse is a proposed replacement for the standard Read class, for -better deserialisation of Haskell values from Strings. - -WWW: http://code.haskell.org/~malcolm/polyparse/ diff --git a/textproc/hs-pretty-show/Makefile b/textproc/hs-pretty-show/Makefile deleted file mode 100644 index 00afde949dc..00000000000 --- a/textproc/hs-pretty-show/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pretty-show -PORTVERSION= 1.7 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library and an executable for working with derived Show instances - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -EXECUTABLE= ppsh -USE_CABAL= happy haskell-lexer - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-pretty-show/distinfo b/textproc/hs-pretty-show/distinfo deleted file mode 100644 index c5a7d6e05e9..00000000000 --- a/textproc/hs-pretty-show/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523448613 -SHA256 (cabal/pretty-show-1.7.tar.gz) = 382b6ef4a78e4059611b5c86674ad72a6bfce821e8852da4f00b628cfbbc272f -SIZE (cabal/pretty-show-1.7.tar.gz) = 135621 diff --git a/textproc/hs-pretty-show/pkg-descr b/textproc/hs-pretty-show/pkg-descr deleted file mode 100644 index 93778b2fd70..00000000000 --- a/textproc/hs-pretty-show/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -We provide a library and an executable for working with derived Show instances. -By using the library, we can parse derived Show instances into a generic data -structure. The ppsh tool uses the library to produce human-readable versions -of Show instances, which can be quite handy for debugging Haskell programs. -We can also render complex generic values into an interactive Html page, for -easier examination. - -WWW: http://hackage.haskell.org/package/pretty-show diff --git a/textproc/hs-regex-applicative/Makefile b/textproc/hs-regex-applicative/Makefile deleted file mode 100644 index 8f6874cadc3..00000000000 --- a/textproc/hs-regex-applicative/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-applicative -PORTVERSION= 0.3.3 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Regex-based parsing with applicative interface - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-applicative/distinfo b/textproc/hs-regex-applicative/distinfo deleted file mode 100644 index ca56876d0a6..00000000000 --- a/textproc/hs-regex-applicative/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624837 -SHA256 (cabal/regex-applicative-0.3.3.tar.gz) = 6659a2cc1c8137d77ef57f75027723b075d473354d935233d98b1ae1b03c3be6 -SIZE (cabal/regex-applicative-0.3.3.tar.gz) = 13834 diff --git a/textproc/hs-regex-applicative/pkg-descr b/textproc/hs-regex-applicative/pkg-descr deleted file mode 100644 index 0d953ae7d9f..00000000000 --- a/textproc/hs-regex-applicative/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Regex-applicative is a Haskell library for parsing using regular expressions. -Parsers can be built using Applicative interface. - -WWW: https://github.com/feuerbach/regex-applicative diff --git a/textproc/hs-regex-base/Makefile b/textproc/hs-regex-base/Makefile deleted file mode 100644 index 706465fea63..00000000000 --- a/textproc/hs-regex-base/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-base -PORTVERSION= 0.93.2 -PORTREVISION= 19 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface API for regex-posix,pcre,parsec,tdfa,dfa - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-base/distinfo b/textproc/hs-regex-base/distinfo deleted file mode 100644 index 9f7f328d181..00000000000 --- a/textproc/hs-regex-base/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624837 -SHA256 (cabal/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 -SIZE (cabal/regex-base-0.93.2.tar.gz) = 9156 diff --git a/textproc/hs-regex-base/pkg-descr b/textproc/hs-regex-base/pkg-descr deleted file mode 100644 index c24551b04a2..00000000000 --- a/textproc/hs-regex-base/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Interface API for regex-posix,pcre,parsec,tdfa,dfa. - -WWW: https://sourceforge.net/projects/lazy-regex/ diff --git a/textproc/hs-regex-compat-tdfa/Makefile b/textproc/hs-regex-compat-tdfa/Makefile deleted file mode 100644 index f4749f200a3..00000000000 --- a/textproc/hs-regex-compat-tdfa/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-compat-tdfa -PORTVERSION= 0.95.1.4 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unicode Support version of Text.Regex, using regex-tdfa - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= regex-base>=0.93 regex-tdfa>=1.1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-compat-tdfa/distinfo b/textproc/hs-regex-compat-tdfa/distinfo deleted file mode 100644 index 6619679b7a8..00000000000 --- a/textproc/hs-regex-compat-tdfa/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624837 -SHA256 (cabal/regex-compat-tdfa-0.95.1.4.tar.gz) = 4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd -SIZE (cabal/regex-compat-tdfa-0.95.1.4.tar.gz) = 4146 diff --git a/textproc/hs-regex-compat-tdfa/pkg-descr b/textproc/hs-regex-compat-tdfa/pkg-descr deleted file mode 100644 index e6dae28abea..00000000000 --- a/textproc/hs-regex-compat-tdfa/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -One module layer over regex-tdfa to replace Text.Regex. regex-compat -can't use Unicode characters correctly because of using regex-posix. - -WWW: http://hub.darcs.net/shelarcy/regex-compat-tdfa diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile deleted file mode 100644 index 798652b2b43..00000000000 --- a/textproc/hs-regex-compat/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-compat -PORTVERSION= 0.95.1 -PORTREVISION= 17 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Replaces/Enhances Text.Regex - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-compat/distinfo b/textproc/hs-regex-compat/distinfo deleted file mode 100644 index 8ef98aa8233..00000000000 --- a/textproc/hs-regex-compat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624837 -SHA256 (cabal/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b -SIZE (cabal/regex-compat-0.95.1.tar.gz) = 3968 diff --git a/textproc/hs-regex-compat/pkg-descr b/textproc/hs-regex-compat/pkg-descr deleted file mode 100644 index 592769ba91c..00000000000 --- a/textproc/hs-regex-compat/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -One module layer over regex-posix to replace Text.Regex. - -WWW: https://sourceforge.net/projects/lazy-regex/ diff --git a/textproc/hs-regex-pcre-builtin/Makefile b/textproc/hs-regex-pcre-builtin/Makefile deleted file mode 100644 index 9583d4e20e3..00000000000 --- a/textproc/hs-regex-pcre-builtin/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-pcre-builtin -PORTVERSION= 0.94.4.8.8.35 -PORTREVISION= 7 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Replaces/Enhances Text.Regex - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= regex-base>=0.93 - -LIB_DEPENDS= libpcre.so:devel/pcre - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-pcre-builtin/distinfo b/textproc/hs-regex-pcre-builtin/distinfo deleted file mode 100644 index 2630851b004..00000000000 --- a/textproc/hs-regex-pcre-builtin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624838 -SHA256 (cabal/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 0bd1b695de953ba4b6e6e0de007021c346cb2a6c8e09356fbcd34f8a79d2ea78 -SIZE (cabal/regex-pcre-builtin-0.94.4.8.8.35.tar.gz) = 311974 diff --git a/textproc/hs-regex-pcre-builtin/pkg-descr b/textproc/hs-regex-pcre-builtin/pkg-descr deleted file mode 100644 index a837303f2a2..00000000000 --- a/textproc/hs-regex-pcre-builtin/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PCRE backend to accompany regex-base. - -WWW: http://hackage.haskell.org/package/regex-pcre diff --git a/textproc/hs-regex-pcre/Makefile b/textproc/hs-regex-pcre/Makefile deleted file mode 100644 index 88067648a18..00000000000 --- a/textproc/hs-regex-pcre/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-pcre -PORTVERSION= 0.94.4 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The PCRE backend to accompany regex-base - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -LIB_DEPENDS= libpcre.so:devel/pcre - -USE_CABAL= regex-base - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-pcre/distinfo b/textproc/hs-regex-pcre/distinfo deleted file mode 100644 index fd1ae7f9bd6..00000000000 --- a/textproc/hs-regex-pcre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499720826 -SHA256 (cabal/regex-pcre-0.94.4.tar.gz) = 8eaa7d4ac6c0a4ba35aa59fc3f6b8f8e252bb25a47e136791446a74752e226c0 -SIZE (cabal/regex-pcre-0.94.4.tar.gz) = 10814 diff --git a/textproc/hs-regex-pcre/pkg-descr b/textproc/hs-regex-pcre/pkg-descr deleted file mode 100644 index ef17ff4156d..00000000000 --- a/textproc/hs-regex-pcre/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PCRE backend to accompany regex-base, see www.pcre.org - -WWW: http://hackage.haskell.org/package/regex-pcre diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile deleted file mode 100644 index 711355329f9..00000000000 --- a/textproc/hs-regex-posix/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-posix -PORTVERSION= 0.95.2 -PORTREVISION= 14 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Replaces/enhances Text.Regex - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= regex-base>=0.93 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-posix/distinfo b/textproc/hs-regex-posix/distinfo deleted file mode 100644 index 7a7ca573281..00000000000 --- a/textproc/hs-regex-posix/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624838 -SHA256 (cabal/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e -SIZE (cabal/regex-posix-0.95.2.tar.gz) = 42916 diff --git a/textproc/hs-regex-posix/pkg-descr b/textproc/hs-regex-posix/pkg-descr deleted file mode 100644 index fa30b4dfef5..00000000000 --- a/textproc/hs-regex-posix/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The posix regex backend for regex-base. - -WWW: https://sourceforge.net/projects/lazy-regex/ diff --git a/textproc/hs-regex-tdfa/Makefile b/textproc/hs-regex-tdfa/Makefile deleted file mode 100644 index b266287aba8..00000000000 --- a/textproc/hs-regex-tdfa/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= regex-tdfa -PORTVERSION= 1.2.3.1 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Replaces/Enhances Text.Regex - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl regex-base>=0.93.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-regex-tdfa/distinfo b/textproc/hs-regex-tdfa/distinfo deleted file mode 100644 index c800434f06a..00000000000 --- a/textproc/hs-regex-tdfa/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545554836 -SHA256 (cabal/regex-tdfa-1.2.3.1.tar.gz) = 8aaaeeecf050807c7c514d4dd1763ac63bd121782de5a0847bef5d48a095ea50 -SIZE (cabal/regex-tdfa-1.2.3.1.tar.gz) = 66397 diff --git a/textproc/hs-regex-tdfa/pkg-descr b/textproc/hs-regex-tdfa/pkg-descr deleted file mode 100644 index da68fb6f639..00000000000 --- a/textproc/hs-regex-tdfa/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A new all Haskell "tagged" DFA regex engine, inspired by libtre. - -WWW: http://hackage.haskell.org/package/regex-tdfa diff --git a/textproc/hs-rfc5051/Makefile b/textproc/hs-rfc5051/Makefile deleted file mode 100644 index 483eed3c4f1..00000000000 --- a/textproc/hs-rfc5051/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= rfc5051 -PORTVERSION= 0.1.0.4 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple unicode collation as per RFC5051 - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-rfc5051/distinfo b/textproc/hs-rfc5051/distinfo deleted file mode 100644 index ba8441321aa..00000000000 --- a/textproc/hs-rfc5051/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545561512 -SHA256 (cabal/rfc5051-0.1.0.4.tar.gz) = 615daa230eabc781eff1d3ce94c42fc5ba6188dbeb115a233328454b02c1b3d3 -SIZE (cabal/rfc5051-0.1.0.4.tar.gz) = 218105 diff --git a/textproc/hs-rfc5051/pkg-descr b/textproc/hs-rfc5051/pkg-descr deleted file mode 100644 index 32cf6d3e03b..00000000000 --- a/textproc/hs-rfc5051/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This library implements i;unicode-casemap, the simple, non -locale-sensitive unicode collation algorithm described in RFC 5051. -Proper unicode collation can be done using text-icu, but that is a big -dependency that depends on a large C library, and rfc5051 might be -better for some purposes. - -WWW: http://hackage.haskell.org/package/rfc5051 diff --git a/textproc/hs-scanner/Makefile b/textproc/hs-scanner/Makefile deleted file mode 100644 index 7e4b48153c2..00000000000 --- a/textproc/hs-scanner/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= scanner -PORTVERSION= 0.2 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parser combinator library designed to be fast - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-scanner/distinfo b/textproc/hs-scanner/distinfo deleted file mode 100644 index 70ef56e0020..00000000000 --- a/textproc/hs-scanner/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499620390 -SHA256 (cabal/scanner-0.2.tar.gz) = 3a020d68a0372a5211c72e55eeb299738ea608d17184bc68f74d31ebe667a5e9 -SIZE (cabal/scanner-0.2.tar.gz) = 38735 diff --git a/textproc/hs-scanner/pkg-descr b/textproc/hs-scanner/pkg-descr deleted file mode 100644 index 21807ac1f61..00000000000 --- a/textproc/hs-scanner/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Parser combinator library designed to be fast. It doesn't support backtracking. - -WWW: https://hackage.haskell.org/package/scanner diff --git a/textproc/hs-skylighting-core/Makefile b/textproc/hs-skylighting-core/Makefile deleted file mode 100644 index 3336966e084..00000000000 --- a/textproc/hs-skylighting-core/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= skylighting-core -PORTVERSION= 0.7.5 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Syntax highlighting library with support for over one hundred languages - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson ansi-terminal attoparsec base64-bytestring blaze-html case-insensitive colour hxt mtl \ - pretty-show regex-pcre regex-pcre-builtin safe utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-skylighting-core/distinfo b/textproc/hs-skylighting-core/distinfo deleted file mode 100644 index e7f0561f09d..00000000000 --- a/textproc/hs-skylighting-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546103880 -SHA256 (cabal/skylighting-core-0.7.5.tar.gz) = f706a2eb5d37d1323525d9c4944da2ad8d29c1ccf7d0ae7b433695d981413889 -SIZE (cabal/skylighting-core-0.7.5.tar.gz) = 599065 diff --git a/textproc/hs-skylighting-core/pkg-descr b/textproc/hs-skylighting-core/pkg-descr deleted file mode 100644 index 1af3090ca07..00000000000 --- a/textproc/hs-skylighting-core/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Skylighting is a syntax highlighting library with support for over one hundred -languages. It derives its tokenizers from XML syntax definitions used by KDE's -KSyntaxHighlighting framework, so any syntax supported by that framework can be -added. An optional command-line program is provided. Skylighting is intended to -be the successor to highlighting-kate. - -WWW: http://hackage.haskell.org/package/skylighting diff --git a/textproc/hs-skylighting/Makefile b/textproc/hs-skylighting/Makefile deleted file mode 100644 index de2a91ef59a..00000000000 --- a/textproc/hs-skylighting/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= skylighting -PORTVERSION= 0.7.5 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Syntax highlighting library with support for over one hundred languages - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson ansi-terminal attoparsec base64-bytestring blaze-html \ - case-insensitive colour hxt mtl pretty-show regex-pcre \ - regex-pcre-builtin safe skylighting-core utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-skylighting/distinfo b/textproc/hs-skylighting/distinfo deleted file mode 100644 index 76a2a823a29..00000000000 --- a/textproc/hs-skylighting/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546098040 -SHA256 (cabal/skylighting-0.7.5.tar.gz) = 7de100e42e7dac3687372f85225a6d905d534f75990c5a25c6e640acf0ad1320 -SIZE (cabal/skylighting-0.7.5.tar.gz) = 555533 diff --git a/textproc/hs-skylighting/pkg-descr b/textproc/hs-skylighting/pkg-descr deleted file mode 100644 index 1af3090ca07..00000000000 --- a/textproc/hs-skylighting/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Skylighting is a syntax highlighting library with support for over one hundred -languages. It derives its tokenizers from XML syntax definitions used by KDE's -KSyntaxHighlighting framework, so any syntax supported by that framework can be -added. An optional command-line program is provided. Skylighting is intended to -be the successor to highlighting-kate. - -WWW: http://hackage.haskell.org/package/skylighting diff --git a/textproc/hs-stringsearch/Makefile b/textproc/hs-stringsearch/Makefile deleted file mode 100644 index 6176def34c7..00000000000 --- a/textproc/hs-stringsearch/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Samy Al Bahra -# $FreeBSD$ - -PORTNAME= stringsearch -PORTVERSION= 0.3.6.6 -PORTREVISION= 6 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast searching, splitting and replacing of ByteStrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-stringsearch/distinfo b/textproc/hs-stringsearch/distinfo deleted file mode 100644 index ca07c62d3bd..00000000000 --- a/textproc/hs-stringsearch/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624838 -SHA256 (cabal/stringsearch-0.3.6.6.tar.gz) = 295f1971920bc52263d8275d7054ad223a7e1aefe75533f9887735c9644ffe4a -SIZE (cabal/stringsearch-0.3.6.6.tar.gz) = 39679 diff --git a/textproc/hs-stringsearch/files/patch-stringsearch.cabal b/textproc/hs-stringsearch/files/patch-stringsearch.cabal deleted file mode 100644 index c58220803be..00000000000 --- a/textproc/hs-stringsearch/files/patch-stringsearch.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- stringsearch.cabal.orig 2015-03-28 23:03:58 UTC -+++ stringsearch.cabal -@@ -83,7 +83,7 @@ Library - -- Packages needed in order to build this package. - if flag(base4) - Build-depends: base >= 4 && < 5, array >= 0.3 && < 0.6, -- bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.6 -+ bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.7 - else - if flag(base3) - Build-depends: base >= 3 && < 4, array >= 0.1 && < 0.4, diff --git a/textproc/hs-stringsearch/pkg-descr b/textproc/hs-stringsearch/pkg-descr deleted file mode 100644 index 7734f556919..00000000000 --- a/textproc/hs-stringsearch/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package provides several functions to quickly search for substrings -in strict or lazy ByteStrings. It also provides functions for breaking or -splitting on substrings and replacing all occurrences of a substring (the -first in case of overlaps) with another. GHC before 6.10 are no longer -supported, other compilers only if they support BangPatterns. If you need -it to work with other compilers, send a feature request. - -WWW: https://bitbucket.org/dafis/stringsearch diff --git a/textproc/hs-tagsoup/Makefile b/textproc/hs-tagsoup/Makefile deleted file mode 100644 index 933020863da..00000000000 --- a/textproc/hs-tagsoup/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= tagsoup -PORTVERSION= 0.14.6 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Parsing and extracting information from HTML/XML documents - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -FLAGS_DEFINE= DOWNLOAD - -DOWNLOAD_DESC= Build with Download module -DOWNLOAD_FLAG_ENABLE= download -DOWNLOAD_FLAG_CABAL= network - -FLAGS_DISABLE= testprog - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-tagsoup/distinfo b/textproc/hs-tagsoup/distinfo deleted file mode 100644 index 4a5409291a2..00000000000 --- a/textproc/hs-tagsoup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523444247 -SHA256 (cabal/tagsoup-0.14.6.tar.gz) = 4b4ed4db1428e859389d628dd5755074f659a424ec49934ec53e44b0fc6a63fb -SIZE (cabal/tagsoup-0.14.6.tar.gz) = 43982 diff --git a/textproc/hs-tagsoup/pkg-descr b/textproc/hs-tagsoup/pkg-descr deleted file mode 100644 index 9ef9450aa8b..00000000000 --- a/textproc/hs-tagsoup/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -TagSoup is a library for parsing HTML/XML. It supports the HTML 5 -specification, and can be used to parse either well-formed XML, or -unstructured and malformed HTML from the web. The library also provides -useful functions to extract information from an HTML document, making it -ideal for screen-scraping. - -WWW: http://community.haskell.org/~ndm/tagsoup/ diff --git a/textproc/hs-tagstream-conduit/Makefile b/textproc/hs-tagstream-conduit/Makefile deleted file mode 100644 index c37bb4364a3..00000000000 --- a/textproc/hs-tagstream-conduit/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= tagstream-conduit -PORTVERSION= 0.5.5.3 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Streamlined HTML tag parser - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10 blaze-builder case-insensitive conduit>=1.2 \ - conduit-extra>=1.1.0 data-default>=0.5.0 resourcet \ - xml-conduit>=1.1.0.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-tagstream-conduit/distinfo b/textproc/hs-tagstream-conduit/distinfo deleted file mode 100644 index 5f332dbf642..00000000000 --- a/textproc/hs-tagstream-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624839 -SHA256 (cabal/tagstream-conduit-0.5.5.3.tar.gz) = b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab -SIZE (cabal/tagstream-conduit-0.5.5.3.tar.gz) = 9813 diff --git a/textproc/hs-tagstream-conduit/pkg-descr b/textproc/hs-tagstream-conduit/pkg-descr deleted file mode 100644 index 3e754e0746d..00000000000 --- a/textproc/hs-tagstream-conduit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Tag-stream is a library for parsing HTML//XML to a token stream. It can -parse unstructured and malformed HTML from the web. It also provides an -Enumeratee which can parse streamline html, which means it consumes constant -memory. - -WWW: https://github.com/yihuang/tagstream-conduit diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile deleted file mode 100644 index e722d221262..00000000000 --- a/textproc/hs-texmath/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= texmath -PORTVERSION= 0.11.1.2 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Conversion between formats used to represent mathematics - -LICENSE= GPLv2 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson mtl network network-uri pandoc-types split syb xml - -FLAGS_ENABLE= network-uri -FLAGS_DISABLE= executable - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-texmath/distinfo b/textproc/hs-texmath/distinfo deleted file mode 100644 index 44b497348bf..00000000000 --- a/textproc/hs-texmath/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545834044 -SHA256 (cabal/texmath-0.11.1.2.tar.gz) = 373f1281832c0f397976eec8f94117d2e298443ae2591f64a92e734631224cf1 -SIZE (cabal/texmath-0.11.1.2.tar.gz) = 1707310 diff --git a/textproc/hs-texmath/pkg-descr b/textproc/hs-texmath/pkg-descr deleted file mode 100644 index 72b6503f17f..00000000000 --- a/textproc/hs-texmath/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The texmath library provides functions to read and write TeX math, -presentation MathML, and OMML (Office Math Markup Language, used in -Microsoft Office). Support is also included for converting math formats to -pandoc's native format (allowing conversion, via pandoc, to a variety of -different markup formats). The TeX reader supports basic LaTeX and AMS -extensions, and it can parse and apply LaTeX macros. - -WWW: https://github.com/jgm/texmath diff --git a/textproc/hs-unicode-transforms/Makefile b/textproc/hs-unicode-transforms/Makefile deleted file mode 100644 index 596af87f8c9..00000000000 --- a/textproc/hs-unicode-transforms/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= unicode-transforms -PORTVERSION= 0.3.5 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Unicode normalization - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= bitarray - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-unicode-transforms/distinfo b/textproc/hs-unicode-transforms/distinfo deleted file mode 100644 index 1bf94de6bfd..00000000000 --- a/textproc/hs-unicode-transforms/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546101707 -SHA256 (cabal/unicode-transforms-0.3.5.tar.gz) = c9f7d138ab43ed2e11de5973b0bd771c8f5c14cc0d87d3fbd1c6980c176fa03e -SIZE (cabal/unicode-transforms-0.3.5.tar.gz) = 718750 diff --git a/textproc/hs-unicode-transforms/pkg-descr b/textproc/hs-unicode-transforms/pkg-descr deleted file mode 100644 index 62e88d41282..00000000000 --- a/textproc/hs-unicode-transforms/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast Unicode 9.0 normalization in Haskell (NFC, NFKC, NFD, NFKD). - -WWW: https://github.com/harendra-kumar/unicode-transforms diff --git a/textproc/hs-uri-bytestring-aeson/Makefile b/textproc/hs-uri-bytestring-aeson/Makefile deleted file mode 100644 index e9942661d65..00000000000 --- a/textproc/hs-uri-bytestring-aeson/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uri-bytestring-aeson -PORTVERSION= 0.1.0.7 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The uri-bytestring-aeson package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson uri-bytestring - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-uri-bytestring-aeson/distinfo b/textproc/hs-uri-bytestring-aeson/distinfo deleted file mode 100644 index c816260405b..00000000000 --- a/textproc/hs-uri-bytestring-aeson/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835914 -SHA256 (cabal/uri-bytestring-aeson-0.1.0.7.tar.gz) = 7e90b5eb1c65a83461e127a27ce635f2f8279eb0d0cb14823831b6dfb503ef9b -SIZE (cabal/uri-bytestring-aeson-0.1.0.7.tar.gz) = 2034 diff --git a/textproc/hs-uri-bytestring-aeson/pkg-descr b/textproc/hs-uri-bytestring-aeson/pkg-descr deleted file mode 100644 index 85839085fcf..00000000000 --- a/textproc/hs-uri-bytestring-aeson/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -uri-bytestring aims to be an RFC3986 compliant URI parser that uses -efficient ByteStrings for parsing and representing the URI data. - -WWW: http://hackage.haskell.org/package/uri-bytestring diff --git a/textproc/hs-uri-bytestring/Makefile b/textproc/hs-uri-bytestring/Makefile deleted file mode 100644 index 37adda3ee7e..00000000000 --- a/textproc/hs-uri-bytestring/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uri-bytestring -PORTVERSION= 0.3.2.1 -PORTREVISION= 1 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell URI parsing as ByteStrings - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec blaze-builder th-lift th-lift-instances - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-uri-bytestring/distinfo b/textproc/hs-uri-bytestring/distinfo deleted file mode 100644 index c9273f5a31c..00000000000 --- a/textproc/hs-uri-bytestring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545680924 -SHA256 (cabal/uri-bytestring-0.3.2.1.tar.gz) = 64bd16bed1eca66d844cbc9dfb90a7ffda5b24572066765cf61b3d8d28a1c1fc -SIZE (cabal/uri-bytestring-0.3.2.1.tar.gz) = 22280 diff --git a/textproc/hs-uri-bytestring/pkg-descr b/textproc/hs-uri-bytestring/pkg-descr deleted file mode 100644 index 85839085fcf..00000000000 --- a/textproc/hs-uri-bytestring/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -uri-bytestring aims to be an RFC3986 compliant URI parser that uses -efficient ByteStrings for parsing and representing the URI data. - -WWW: http://hackage.haskell.org/package/uri-bytestring diff --git a/textproc/hs-uri-encode/Makefile b/textproc/hs-uri-encode/Makefile deleted file mode 100644 index 10be6623387..00000000000 --- a/textproc/hs-uri-encode/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uri-encode -PORTVERSION= 1.5.0.5 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= URI encoding library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= network-uri utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-uri-encode/distinfo b/textproc/hs-uri-encode/distinfo deleted file mode 100644 index 4212e969e86..00000000000 --- a/textproc/hs-uri-encode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524855375 -SHA256 (cabal/uri-encode-1.5.0.5.tar.gz) = e82b588aad63112d34f6bad6f1ef72489b9edebfe14f2f523dc1dabdcbe2b186 -SIZE (cabal/uri-encode-1.5.0.5.tar.gz) = 3447 diff --git a/textproc/hs-uri-encode/pkg-descr b/textproc/hs-uri-encode/pkg-descr deleted file mode 100644 index c31db48b190..00000000000 --- a/textproc/hs-uri-encode/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Unicode aware uri-encoding. - -WWW: https://github.com/silkapp/uri-encode diff --git a/textproc/hs-uri/Makefile b/textproc/hs-uri/Makefile deleted file mode 100644 index c17be677a39..00000000000 --- a/textproc/hs-uri/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= uri -PORTVERSION= 0.1.6.4 -PORTREVISION= 4 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for working with URIs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= safe utf8-string - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-uri/distinfo b/textproc/hs-uri/distinfo deleted file mode 100644 index 9d2b1a5fbfa..00000000000 --- a/textproc/hs-uri/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624841 -SHA256 (cabal/uri-0.1.6.4.tar.gz) = a90cd3d3ca1d33740dc732f14773266a7707901a872747a6e543129cab4ee409 -SIZE (cabal/uri-0.1.6.4.tar.gz) = 5343 diff --git a/textproc/hs-uri/pkg-descr b/textproc/hs-uri/pkg-descr deleted file mode 100644 index 0b1ed596598..00000000000 --- a/textproc/hs-uri/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Library for working with URIs, including parsing, rendering, merging, -escaping. - -WWW: http://gitorious.org/uri diff --git a/textproc/hs-xml-conduit/Makefile b/textproc/hs-xml-conduit/Makefile deleted file mode 100644 index 850c95ad795..00000000000 --- a/textproc/hs-xml-conduit/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xml-conduit -PORTVERSION= 1.8.0 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Pure-Haskell utilities for dealing with XML with the conduit package - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10 blaze-builder>=0.2 blaze-html>=0.5 \ - blaze-markup>=0.5 conduit>=1.0 conduit-extra>=1.1 \ - data-default monad-control>=0.3 resourcet>=0.3 \ - xml-types>=0.3.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-xml-conduit/distinfo b/textproc/hs-xml-conduit/distinfo deleted file mode 100644 index da5da32152d..00000000000 --- a/textproc/hs-xml-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523899098 -SHA256 (cabal/xml-conduit-1.8.0.tar.gz) = 0382bfd3627be4970b11228948274faef51ca9a2590a7723b5787a7205a52036 -SIZE (cabal/xml-conduit-1.8.0.tar.gz) = 39469 diff --git a/textproc/hs-xml-conduit/pkg-descr b/textproc/hs-xml-conduit/pkg-descr deleted file mode 100644 index adbaeed6779..00000000000 --- a/textproc/hs-xml-conduit/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -This package provides parsing and rendering functions for XML. It is -based on the datatypes found in the xml-types package. This package is -broken up into the following modules: - - * Text.XML: DOM-based parsing and rendering. This is the most commonly - used module. - - * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional - traversing of the DOM, similar to XPath. - - * Text.XML.Unresolved: A slight modification to Text.XML which does not - require all entities to be resolved at parsing. The datatypes are - slightly more complicated here, and therefore this module is only - recommended when you need to deal directly with raw entities. - - * Text.XML.Stream.Parse: Streaming parser, including some streaming - parser combinators. - - * Text.XML.Stream.Render: Streaming renderer. - -WWW: https://github.com/snoyberg/xml diff --git a/textproc/hs-xml-hamlet/Makefile b/textproc/hs-xml-hamlet/Makefile deleted file mode 100644 index ac5fa895ea6..00000000000 --- a/textproc/hs-xml-hamlet/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xml-hamlet -PORTVERSION= 0.5.0 -PORTREVISION= 2 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Hamlet-style quasiquoter for XML content - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= shakespeare>=1.0 xml-conduit>=1.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-xml-hamlet/distinfo b/textproc/hs-xml-hamlet/distinfo deleted file mode 100644 index 5e91648bb30..00000000000 --- a/textproc/hs-xml-hamlet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524849871 -SHA256 (cabal/xml-hamlet-0.5.0.tar.gz) = 7bcec0aad83e72c2870efd3327553b3d78f6332cf01c12ad4b67c02f499015a3 -SIZE (cabal/xml-hamlet-0.5.0.tar.gz) = 9189 diff --git a/textproc/hs-xml-hamlet/pkg-descr b/textproc/hs-xml-hamlet/pkg-descr deleted file mode 100644 index 42a52f78315..00000000000 --- a/textproc/hs-xml-hamlet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Hamlet-style quasiquoter for XML content. - -WWW: https://www.yesodweb.com/ diff --git a/textproc/hs-xml-types/Makefile b/textproc/hs-xml-types/Makefile deleted file mode 100644 index 850e43b3bb6..00000000000 --- a/textproc/hs-xml-types/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xml-types -PORTVERSION= 0.3.6 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Basic types for representing XML - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-xml-types/distinfo b/textproc/hs-xml-types/distinfo deleted file mode 100644 index 2c7ccd8c94f..00000000000 --- a/textproc/hs-xml-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624842 -SHA256 (cabal/xml-types-0.3.6.tar.gz) = 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 -SIZE (cabal/xml-types-0.3.6.tar.gz) = 4020 diff --git a/textproc/hs-xml-types/pkg-descr b/textproc/hs-xml-types/pkg-descr deleted file mode 100644 index 19bec359229..00000000000 --- a/textproc/hs-xml-types/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Basic types for representing XML. - -WWW: http://john-millikin.com/software/haskell-xml/ - diff --git a/textproc/hs-xml/Makefile b/textproc/hs-xml/Makefile deleted file mode 100644 index 0622db81ee3..00000000000 --- a/textproc/hs-xml/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= xml -PORTVERSION= 1.3.14 -PORTREVISION= 5 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Simple XML library for Haskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-xml/distinfo b/textproc/hs-xml/distinfo deleted file mode 100644 index 4b7af438fd9..00000000000 --- a/textproc/hs-xml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499624842 -SHA256 (cabal/xml-1.3.14.tar.gz) = 32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d -SIZE (cabal/xml-1.3.14.tar.gz) = 12048 diff --git a/textproc/hs-xml/pkg-descr b/textproc/hs-xml/pkg-descr deleted file mode 100644 index 625325f5604..00000000000 --- a/textproc/hs-xml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A simple XML library. - -WWW: http://code.galois.com/ - diff --git a/textproc/hs-xmlhtml/Makefile b/textproc/hs-xmlhtml/Makefile deleted file mode 100644 index 244fae87ade..00000000000 --- a/textproc/hs-xmlhtml/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xmlhtml -PORTVERSION= 0.2.5.2 -PORTREVISION= 3 -CATEGORIES= textproc haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= XML parser and renderer with HTML 5 quirks mode - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder blaze-html blaze-markup unordered-containers - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/textproc/hs-xmlhtml/distinfo b/textproc/hs-xmlhtml/distinfo deleted file mode 100644 index b159c775f81..00000000000 --- a/textproc/hs-xmlhtml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524404821 -SHA256 (cabal/xmlhtml-0.2.5.2.tar.gz) = 64818617644bfc7c3c9fe561435af9929ef60310627b0796c78b4b99240b5bdc -SIZE (cabal/xmlhtml-0.2.5.2.tar.gz) = 123829 diff --git a/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal b/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal deleted file mode 100644 index c83c3b3c5c8..00000000000 --- a/textproc/hs-xmlhtml/files/patch-xmlhtml.cabal +++ /dev/null @@ -1,12 +0,0 @@ ---- xmlhtml.cabal.orig 2017-11-24 19:17:43 UTC -+++ xmlhtml.cabal -@@ -826,8 +826,7 @@ Library - blaze-html >= 0.9 && < 0.10, - blaze-markup >= 0.8 && < 0.9, - bytestring >= 0.9 && < 0.11, -- bytestring-builder >= 0.10.4.0.2 && < 0.11, -- containers >= 0.3 && < 0.6, -+ containers >= 0.3 && < 0.7, - parsec >= 3.1.2 && < 3.2, - text >= 0.11 && < 1.3, - unordered-containers >= 0.1.4 && < 0.3 diff --git a/textproc/hs-xmlhtml/pkg-descr b/textproc/hs-xmlhtml/pkg-descr deleted file mode 100644 index e1b4a798988..00000000000 --- a/textproc/hs-xmlhtml/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Contains renderers and parsers for both XML and HTML 5 document fragments, -which share data structures so that it's easy to work with both. Document -fragments are bits of documents, which are not constrained by some of the -high-level structure rules (in particular, they may contain more than one -root element). Note that this is not a compliant HTML 5 parser. Rather, -it is a parser for HTML 5 compliant documents. It does not implement the -HTML 5 parsing algorithm, and should generally be expected to perform -correctly only on documents that you trust to conform to HTML 5. This is -not a suitable library for implementing web crawlers or other software -that will be exposed to documents from outside sources. The result is also -not the HTML 5 node structure, but rather something closer to the physical -structure. For example, omitted start tags are not inserted (and so, their -corresponding end tags must also be omitted). - -WWW: http://hackage.haskell.org/package/xmlhtml diff --git a/textproc/hs-yaml/Makefile b/textproc/hs-yaml/Makefile index df1d440f23d..7be5948b56d 100644 --- a/textproc/hs-yaml/Makefile +++ b/textproc/hs-yaml/Makefile @@ -2,16 +2,27 @@ PORTNAME= yaml PORTVERSION= 0.11.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Support for parsing and rendering YAML documents +COMMENT= Utilities for converting YAML and JSON documents back and forth LICENSE= BSD3CLAUSE -USE_CABAL= aeson>=0.5 attoparsec conduit>=1.1.0 enclosed-exceptions \ - libyaml resourcet>=0.3 scientific unordered-containers vector +USES= cabal + +USE_CABAL= aeson-1.4.2.0_1 attoparsec-0.13.2.2 base-compat-0.10.5 \ + conduit-1.3.1 dlist-0.8.0.5 exceptions-0.10.0_2 \ + hashable-1.2.7.0_1 integer-logarithms-1.0.2.2 libyaml-0.1.1.0 \ + mono-traversable-1.0.11.0 primitive-0.6.4.0_1 random-1.1_1 \ + resourcet-1.2.2 scientific-0.3.6.2 split-0.2.3.3_1 tagged-0.8.6 \ + th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + transformers-compat-0.6.2 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 uuid-types-1.0.3_1 vector-0.12.0.2 \ + vector-algorithms-0.8.0.1 + +EXECUTABLES= json2yaml yaml2json +CABAL_FLAGS= -no-exe -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/textproc/hs-yaml/distinfo b/textproc/hs-yaml/distinfo index 012d0e2e042..e324d1fe7ae 100644 --- a/textproc/hs-yaml/distinfo +++ b/textproc/hs-yaml/distinfo @@ -1,3 +1,67 @@ -TIMESTAMP = 1546184008 +TIMESTAMP = 1553429262 SHA256 (cabal/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf SIZE (cabal/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 diff --git a/textproc/hs-yaml/pkg-descr b/textproc/hs-yaml/pkg-descr index fab41530ef2..7031811b188 100644 --- a/textproc/hs-yaml/pkg-descr +++ b/textproc/hs-yaml/pkg-descr @@ -1,6 +1,5 @@ -Provides support for parsing and emitting Yaml documents. This package -includes the full libyaml C library version 0.1.2 by Kirill Simonov in -the package so you don't need to worry about any non-Haskell -dependencies. +Provides command line utilities for converting Yaml documents to JSON and other +way around. This package includes the full libyaml C library version 0.1.2 by +Kirill Simonov in the package. WWW: https://github.com/snoyberg/yaml/ diff --git a/www/Makefile b/www/Makefile index d25fb57eaff..c2889152ab8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -239,49 +239,9 @@ SUBDIR += horde-wicked SUBDIR += hotcrp SUBDIR += hs-DAV - SUBDIR += hs-HTTP - SUBDIR += hs-authenticate - SUBDIR += hs-cgi - SUBDIR += hs-cookie - SUBDIR += hs-css-text - SUBDIR += hs-fastcgi - SUBDIR += hs-happstack-server - SUBDIR += hs-heist SUBDIR += hs-hjsmin - SUBDIR += hs-http-api-data - SUBDIR += hs-http-client - SUBDIR += hs-http-client-tls - SUBDIR += hs-http-conduit - SUBDIR += hs-http-date - SUBDIR += hs-http-reverse-proxy - SUBDIR += hs-http-server - SUBDIR += hs-http-types - SUBDIR += hs-http2 - SUBDIR += hs-multipart - SUBDIR += hs-oeis - SUBDIR += hs-path-pieces - SUBDIR += hs-recaptcha - SUBDIR += hs-shakespeare - SUBDIR += hs-snap - SUBDIR += hs-snap-core - SUBDIR += hs-snap-server - SUBDIR += hs-url - SUBDIR += hs-wai SUBDIR += hs-wai-app-static - SUBDIR += hs-wai-extra - SUBDIR += hs-wai-logger - SUBDIR += hs-warp - SUBDIR += hs-warp-tls - SUBDIR += hs-xss-sanitize - SUBDIR += hs-yesod - SUBDIR += hs-yesod-auth - SUBDIR += hs-yesod-auth-hashdb SUBDIR += hs-yesod-bin - SUBDIR += hs-yesod-core - SUBDIR += hs-yesod-form - SUBDIR += hs-yesod-persistent - SUBDIR += hs-yesod-static - SUBDIR += hs-yesod-test SUBDIR += htdigest SUBDIR += htdump SUBDIR += html2hdml @@ -1496,7 +1456,6 @@ SUBDIR += py-caldav SUBDIR += py-cheroot SUBDIR += py-cherrypy - SUBDIR += py-cherrypy-old SUBDIR += py-clientform SUBDIR += py-collective.easytemplate SUBDIR += py-collective.templateengines diff --git a/www/cl-lml-sbcl/Makefile b/www/cl-lml-sbcl/Makefile index 6498f7dd42b..d34494d885c 100644 --- a/www/cl-lml-sbcl/Makefile +++ b/www/cl-lml-sbcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none diff --git a/www/davix/Makefile b/www/davix/Makefile index e9080471b40..1c78e504458 100644 --- a/www/davix/Makefile +++ b/www/davix/Makefile @@ -20,6 +20,8 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +PORTSCOUT= limit:^[0-9\.]*$$ # prevent versions like N.N.N-el7.x86_64 + post-install: @${RM} -r ${STAGEDIR}${DOCSDIR} diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 5f227d2dbd4..5d4c5b45a0b 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -3,7 +3,7 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 +DISTVERSION= 1.8.1 CATEGORIES= www MAINTAINER= stb@lassitu.de diff --git a/www/gitea/distinfo b/www/gitea/distinfo index f3499f3d4f5..35d7106d741 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556897794 -SHA256 (go-gitea-gitea-v1.8.0_GH0.tar.gz) = cc9e7f3d01400391455f2ae5fdd78f0e16360158cf02e45f034a94d3fb0fa8fb -SIZE (go-gitea-gitea-v1.8.0_GH0.tar.gz) = 24268907 +TIMESTAMP = 1557418627 +SHA256 (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 91f1094f1aa833c8e2cb11cf4c2e1301c53317a49c9f6818c4a7a1ef926850cd +SIZE (go-gitea-gitea-v1.8.1_GH0.tar.gz) = 24304805 diff --git a/www/hs-DAV/Makefile b/www/hs-DAV/Makefile index 09d61c9b46a..7bc27bdef2c 100644 --- a/www/hs-DAV/Makefile +++ b/www/hs-DAV/Makefile @@ -1,24 +1,50 @@ # $FreeBSD$ PORTNAME= DAV -PORTVERSION= 1.3.2 -PORTREVISION= 2 +PORTVERSION= 1.3.3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= RFC 4918 WebDAV support +COMMENT= Command line client for RFC 4918 WebDAV protocol LICENSE= GPLv3 -USE_CABAL= case-insensitive>=0.4 data-default either>=4.1 \ - exceptions http-client>=0.2 http-client-tls>=0.2 \ - http-types>=0.7 lens>=3.0 mtl>=2.1 network>=2.6 \ - network-uri>=2.6 optparse-applicative>=0.10.0 \ - transformers-base utf8-string xml-conduit>=1.0 \ - xml-hamlet>=0.4 -EXECUTABLE= hdav +USES= cabal -FLAGS_ENABLE= network-uri +USE_CABAL= StateVar-1.1.1.1 adjunctions-4.4_2 aeson-1.4.2.0_1 ansi-terminal-0.9 \ + ansi-wl-pprint-0.6.8.2_1 asn1-encoding-0.9.5 asn1-parse-0.9.4 \ + asn1-types-0.3.2 async-2.2.1_1 attoparsec-0.13.2.2 base-compat-0.10.5 \ + base-orphans-0.8 basement-0.0.10 bifunctors-5.5.3 \ + blaze-builder-0.4.1.0 blaze-html-0.9.1.1 blaze-markup-0.8.2.2 \ + byteable-0.1.1 cabal-doctest-1.0.6_2 call-stack-0.1.0 \ + case-insensitive-1.2.0.11 cereal-0.5.8.0 colour-2.3.4 \ + comonad-5.0.4 conduit-1.3.1 conduit-extra-1.3.0 connection-0.2.8 \ + contravariant-1.5 cookie-0.4.4 cryptonite-0.25 \ + data-default-0.7.1.1 data-default-class-0.1.2.0 \ + data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 \ + data-default-instances-old-locale-0.0.1 distributive-0.6 \ + dlist-0.8.0.5 exceptions-0.10.0_2 free-5.1 hashable-1.2.7.0_1 \ + hourglass-0.2.12 http-client-0.6.1 http-client-tls-0.3.5.3 \ + http-types-0.12.2 integer-logarithms-1.0.2.2 invariant-0.5.1 \ + kan-extensions-5.2 lens-4.17 memory-0.14.18 mime-types-0.1.0.9 \ + mono-traversable-1.0.11.0 network-2.7.0.2_2 network-uri-2.6.1.0_1 \ + old-locale-1.0.0.7_2 optparse-applicative-0.14.3.0 \ + parallel-3.2.2.0 pem-0.2.4 primitive-0.6.4.0_1 profunctors-5.3 \ + random-1.1_1 reflection-2.1.4 resourcet-1.2.2 scientific-0.3.6.2 \ + semigroupoids-5.3.2 semigroups-0.18.5 shakespeare-2.0.20 \ + socks-0.5.6 split-0.2.3.3_1 streaming-commons-0.2.1.0 \ + tagged-0.8.6 th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + tls-1.4.1 transformers-base-0.4.5.2 transformers-compat-0.6.2 \ + typed-process-0.2.4.0 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 utf8-string-1.0.1.1_3 \ + uuid-types-1.0.3_1 vector-0.12.0.2 vector-algorithms-0.8.0.1 \ + void-0.7.2 x509-1.7.5 x509-store-1.6.7 \ + x509-system-1.6.6 x509-validation-1.6.11 xml-conduit-1.8.0.1 \ + xml-hamlet-0.5.0 xml-types-0.3.6 zlib-0.6.2 + +EXECUTABLES= hdav + +CABAL_FLAGS= network-uri -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/www/hs-DAV/distinfo b/www/hs-DAV/distinfo index b7079ff0d6b..f666b6e319c 100644 --- a/www/hs-DAV/distinfo +++ b/www/hs-DAV/distinfo @@ -1,3 +1,217 @@ -TIMESTAMP = 1524938205 -SHA256 (cabal/DAV-1.3.2.tar.gz) = 613314357579b29e1d3fa8451b51e8b9a1307a2b33b65a3f2b2ef2bece025169 -SIZE (cabal/DAV-1.3.2.tar.gz) = 19992 +TIMESTAMP = 1553621173 +SHA256 (cabal/DAV-1.3.3.tar.gz) = 24f49c63bd603b7757569ac0f5842ac30dea2bfcce64d157162a952e576e3991 +SIZE (cabal/DAV-1.3.3.tar.gz) = 20524 +SHA256 (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = eb6436516ab2d5e3d3e070b5a1595c4dceea760a58a9cc8d23dad5f6008f2223 +SIZE (cabal/StateVar-1.1.1.1/StateVar-1.1.1.1.tar.gz) = 4762 +SHA256 (cabal/adjunctions-4.4/adjunctions-4.4.tar.gz) = 507c2ef55337ae61c805f8cbc1213dfd7d2b85187342675d662254b8d8a16ae9 +SIZE (cabal/adjunctions-4.4/adjunctions-4.4.tar.gz) = 19891 +SHA256 (cabal/adjunctions-4.4/revision/2.cabal) = 2738dd5f5d5e93749adb14a05472e58a96a75d0f299e46371c6f46dc4e97daf9 +SIZE (cabal/adjunctions-4.4/revision/2.cabal) = 3067 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = aceec656bfb4222ad3035c3d87d80130b42b595b72888f9ab59c6dbb7ed24817 +SIZE (cabal/base-orphans-0.8/base-orphans-0.8.tar.gz) = 19606 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = d434528fd2ea765bace57c4ade0bc9fa32ba2c425f563b33a4b60f625ecfc9ca +SIZE (cabal/bifunctors-5.5.3/bifunctors-5.5.3.tar.gz) = 40366 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = f25f5e0992a39371079cc25c2a14b5abb872fa7d868a32753aac3a258b83b1e2 +SIZE (cabal/call-stack-0.1.0/call-stack-0.1.0.tar.gz) = 2473 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 +SIZE (cabal/comonad-5.0.4/comonad-5.0.4.tar.gz) = 17758 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae +SIZE (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 32716 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 6ef067b692ad69ffff294b953aa85f3ded459d4ae133c37896222a09280fc3c2 +SIZE (cabal/contravariant-1.5/contravariant-1.5.tar.gz) = 15399 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/distributive-0.6/distributive-0.6.tar.gz) = a4af1341a63a430dc569dd1e59631f127c40ebdd353a945a74d18682f6bdc1d4 +SIZE (cabal/distributive-0.6/distributive-0.6.tar.gz) = 10904 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/free-5.1/free-5.1.tar.gz) = 70424d5c82dea36a0a29c4f5f6bc047597a947ad46f3d66312e47bbee2eeea84 +SIZE (cabal/free-5.1/free-5.1.tar.gz) = 64549 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/invariant-0.5.1/invariant-0.5.1.tar.gz) = eb8c9c45ad24020af2978f22271458bf3787937d931c50c86b580c53ca3f122b +SIZE (cabal/invariant-0.5.1/invariant-0.5.1.tar.gz) = 24236 +SHA256 (cabal/kan-extensions-5.2/kan-extensions-5.2.tar.gz) = 6b727e586f744b96529415eeabc745dfe05feea61f6b6bad90c224c879f4dbd3 +SIZE (cabal/kan-extensions-5.2/kan-extensions-5.2.tar.gz) = 24151 +SHA256 (cabal/lens-4.17/lens-4.17.tar.gz) = 473664de541023bef44aa29105abbb1e35542e9254cdc846963183e0dd3f08cc +SIZE (cabal/lens-4.17/lens-4.17.tar.gz) = 991660 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 +SIZE (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 14681 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 74632acc5bb76e04ade95e187be432b607da0e863c0e08f3cabafb23d8b4a3b7 +SIZE (cabal/profunctors-5.3/profunctors-5.3.tar.gz) = 28744 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/reflection-2.1.4/reflection-2.1.4.tar.gz) = f22fc478d43a36ec3d6c48c57ec53636c0bf936f3733b9a2b34e1a2e6351c44d +SIZE (cabal/reflection-2.1.4/reflection-2.1.4.tar.gz) = 18364 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 61a8213df437ee96a20b1c6dec8b5c573e4e0f338eb2061739a67f471d6b9d05 +SIZE (cabal/semigroupoids-5.3.2/semigroupoids-5.3.2.tar.gz) = 25649 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = f50ebff8e585851a1e3af36885d6a6d1218b19dcde1d7459f02272d6925d9e03 +SIZE (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = 65695 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = d0c80c63fdce6a077dd8eda4f1ff289b85578703a3f1272e141d400fe23245e8 +SIZE (cabal/transformers-base-0.4.5.2/transformers-base-0.4.5.2.tar.gz) = 2849 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 980b2f13ab8f54d8c2cbf92d186d5fac6c6ead42197c6687bd81e2fea2afef9c +SIZE (cabal/xml-conduit-1.8.0.1/xml-conduit-1.8.0.1.tar.gz) = 39586 +SHA256 (cabal/xml-hamlet-0.5.0/xml-hamlet-0.5.0.tar.gz) = 7bcec0aad83e72c2870efd3327553b3d78f6332cf01c12ad4b67c02f499015a3 +SIZE (cabal/xml-hamlet-0.5.0/xml-hamlet-0.5.0.tar.gz) = 9189 +SHA256 (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 +SIZE (cabal/xml-types-0.3.6/xml-types-0.3.6.tar.gz) = 4020 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/www/hs-HTTP/Makefile b/www/hs-HTTP/Makefile deleted file mode 100644 index 16e23471805..00000000000 --- a/www/hs-HTTP/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= HTTP -PORTVERSION= 4000.3.12 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for client-side HTTP - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= mtl>=2.0 network>=2.6 network-uri>=2.6 old-time>=1.0.0.0 - -FLAGS_ENABLE= network-uri -FLAGS_DISABLE= mtl1 warn-as-error network23 conduit10 warp-tests - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-HTTP/distinfo b/www/hs-HTTP/distinfo deleted file mode 100644 index 3ea99e54af9..00000000000 --- a/www/hs-HTTP/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545834704 -SHA256 (cabal/HTTP-4000.3.12.tar.gz) = a3ff6a9c93771079121083f1691188fe45f84380118e0f76bc4578153c361990 -SIZE (cabal/HTTP-4000.3.12.tar.gz) = 71800 diff --git a/www/hs-HTTP/files/patch-HTTP.cabal b/www/hs-HTTP/files/patch-HTTP.cabal deleted file mode 100644 index 6bc94f4441a..00000000000 --- a/www/hs-HTTP/files/patch-HTTP.cabal +++ /dev/null @@ -1,20 +0,0 @@ ---- HTTP.cabal.orig 2018-06-09 15:12:09 UTC -+++ HTTP.cabal -@@ -109,7 +109,7 @@ Library - - -- note the test harness constraints should be kept in sync with these - -- where dependencies are shared -- Build-depends: base >= 4.3.0.0 && < 4.12, parsec >= 2.0 && < 3.2 -+ Build-depends: base >= 4.3.0.0 && < 4.13, parsec >= 2.0 && < 3.2 - Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11 - Build-depends: time >= 1.1.2.3 && < 1.10 - -@@ -151,7 +151,7 @@ Test-Suite test - bytestring >= 0.9.1.5 && < 0.11, - deepseq >= 1.3.0.0 && < 1.5, - pureMD5 >= 0.2.4 && < 2.2, -- base >= 4.3.0.0 && < 4.12, -+ base >= 4.3.0.0 && < 4.13, - split >= 0.1.3 && < 0.3, - test-framework >= 0.2.0 && < 0.9, - test-framework-hunit >= 0.3.0 && <0.4 diff --git a/www/hs-HTTP/pkg-descr b/www/hs-HTTP/pkg-descr deleted file mode 100644 index 0f391dc0f46..00000000000 --- a/www/hs-HTTP/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The HTTP package supports client-side web programming in Haskell. It lets -you set up HTTP connections, transmitting requests and processing the -responses coming back, all from within the comforts of Haskell. It's -dependent on the network package to operate, but other than that, the -implementation is all written in Haskell. - -A basic API for issuing single HTTP requests + receiving responses is -provided. On top of that, a session-level abstraction is also on offer -(the BrowserAction monad); it taking care of handling the management of -persistent connections, proxies, state (cookies) and authentication -credentials required to handle multi-step interactions with a web server. - -The representation of the bytes flowing across is extensible via the use -of a type class, letting you pick the representation of requests and -responses that best fits your use. Some pre-packaged, common instances -are provided for you (ByteString, String.) - -WWW: https://github.com/haskell/HTTP diff --git a/www/hs-authenticate/Makefile b/www/hs-authenticate/Makefile deleted file mode 100644 index 505dab6cf9f..00000000000 --- a/www/hs-authenticate/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= authenticate -PORTVERSION= 1.3.4 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Authentication methods for Haskell web applications - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.5 attoparsec blaze-builder case-insensitive>=0.2 \ - conduit>=0.5 http-conduit>=1.5 http-types>=0.6 monad-control \ - network>=2.6 network-uri>=2.6 resourcet \ - tagstream-conduit>=0.5.5 unordered-containers \ - xml-conduit>=1.0 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-authenticate/distinfo b/www/hs-authenticate/distinfo deleted file mode 100644 index 8f46fb0234c..00000000000 --- a/www/hs-authenticate/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525184608 -SHA256 (cabal/authenticate-1.3.4.tar.gz) = 3fd566dbfdf75d81ad1bebd19facb9f01509ead6e27d9aed802404ecde932fb8 -SIZE (cabal/authenticate-1.3.4.tar.gz) = 8814 diff --git a/www/hs-authenticate/pkg-descr b/www/hs-authenticate/pkg-descr deleted file mode 100644 index bbd980074fd..00000000000 --- a/www/hs-authenticate/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Focus is on third-party authentication methods, such as OpenID, rpxnow -and Facebook. - -WWW: https://github.com/yesodweb/authenticate diff --git a/www/hs-cgi/Makefile b/www/hs-cgi/Makefile deleted file mode 100644 index bac815990a3..00000000000 --- a/www/hs-cgi/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= cgi -PORTVERSION= 3001.3.0.3 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for writing CGI programs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= exceptions mtl>=2.2.1 multipart>=0.1.2 network>=2.6 \ - network-uri>=2.6 old-locale old-time - -FLAGS_ENABLE= network-uri -FLAGS_DISABLE= old-mtl - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-cgi/distinfo b/www/hs-cgi/distinfo deleted file mode 100644 index 13aefc0f10d..00000000000 --- a/www/hs-cgi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835086 -SHA256 (cabal/cgi-3001.3.0.3.tar.gz) = eb8144d7d0b74643c43b73c63e4d9fa88a110c4be719b9436917ca7d0d32b4e6 -SIZE (cabal/cgi-3001.3.0.3.tar.gz) = 18988 diff --git a/www/hs-cgi/pkg-descr b/www/hs-cgi/pkg-descr deleted file mode 100644 index 4d364c7e00f..00000000000 --- a/www/hs-cgi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Haskell library for writing CGI programs. - -WWW: https://github.com/cheecheeo/haskell-cgi diff --git a/www/hs-cookie/Makefile b/www/hs-cookie/Makefile deleted file mode 100644 index 56a779695cc..00000000000 --- a/www/hs-cookie/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= cookie -PORTVERSION= 0.4.4 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP cookie parsing and rendering - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder data-default-class old-locale - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-cookie/distinfo b/www/hs-cookie/distinfo deleted file mode 100644 index 4a85c10ee78..00000000000 --- a/www/hs-cookie/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523784609 -SHA256 (cabal/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 -SIZE (cabal/cookie-0.4.4.tar.gz) = 5996 diff --git a/www/hs-cookie/pkg-descr b/www/hs-cookie/pkg-descr deleted file mode 100644 index 8ffe2b110a0..00000000000 --- a/www/hs-cookie/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP cookie parsing and rendering. - -WWW: https://github.com/snoyberg/cookie diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile deleted file mode 100644 index 5de39ed7395..00000000000 --- a/www/hs-css-text/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= css-text -PORTVERSION= 0.1.3.0 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= CSS parser and renderer - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10.2.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-css-text/distinfo b/www/hs-css-text/distinfo deleted file mode 100644 index 383dd60ddb0..00000000000 --- a/www/hs-css-text/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523784892 -SHA256 (cabal/css-text-0.1.3.0.tar.gz) = 5ff507bf3863219f41e7f2d215e5511fe15ee13d1e28bd3ee64e0b0b894bcd7a -SIZE (cabal/css-text-0.1.3.0.tar.gz) = 4594 diff --git a/www/hs-css-text/pkg-descr b/www/hs-css-text/pkg-descr deleted file mode 100644 index a9034e887a5..00000000000 --- a/www/hs-css-text/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -CSS parser and renderer. - -WWW: http://www.yesodweb.com/ diff --git a/www/hs-fastcgi/Makefile b/www/hs-fastcgi/Makefile deleted file mode 100644 index 369701bc97f..00000000000 --- a/www/hs-fastcgi/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= fastcgi -PORTVERSION= 3001.0.2.4 -PORTREVISION= 13 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell library for writing FastCGI programs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cgi>=3000.0.0 - -LIB_DEPENDS= libfcgi.so:www/fcgi - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-fastcgi/distinfo b/www/hs-fastcgi/distinfo deleted file mode 100644 index 36d713f05b2..00000000000 --- a/www/hs-fastcgi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625372 -SHA256 (cabal/fastcgi-3001.0.2.4.tar.gz) = b91faff0f2316105147d4d95bd4ff5f9f3437a8007aac93feb830094003fe152 -SIZE (cabal/fastcgi-3001.0.2.4.tar.gz) = 4497 diff --git a/www/hs-fastcgi/pkg-descr b/www/hs-fastcgi/pkg-descr deleted file mode 100644 index 629d421854b..00000000000 --- a/www/hs-fastcgi/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This Haskell library lets you write FastCGI programs. This package -reuses the cgi package API, making it very easy to port CGI programs to -FastCGI. The FastCGI C development kit is required to build this -library. - -WWW: http://hackage.haskell.org/package/fastcgi diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile deleted file mode 100644 index 3ec36c0fa55..00000000000 --- a/www/hs-happstack-server/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= happstack-server -PORTVERSION= 7.5.1.1 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Web-related tools and services - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=1.0 blaze-html>=0.5 exceptions \ - extensible-exceptions hslogger>=1.0.2 html monad-control>=0.3 \ - mtl>=2 network>=2.6 network-uri>=2.6 semigroups sendfile>=0.7.1 \ - syb system-filepath>=0.3.1 threads>=0.5 time-compat \ - transformers-base>=0.4 utf8-string>=0.3.4 zlib - -FLAGS_ENABLE= network-uri template_haskell - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-happstack-server/distinfo b/www/hs-happstack-server/distinfo deleted file mode 100644 index 2723282b8d8..00000000000 --- a/www/hs-happstack-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545837312 -SHA256 (cabal/happstack-server-7.5.1.1.tar.gz) = 614a65dd721bfa74ff4e0090e70c4b5c7dfb1fdb6485218b4ce1c5d50509fd61 -SIZE (cabal/happstack-server-7.5.1.1.tar.gz) = 81814 diff --git a/www/hs-happstack-server/files/patch-happstack-server.cabal b/www/hs-happstack-server/files/patch-happstack-server.cabal deleted file mode 100644 index 164f15536b7..00000000000 --- a/www/hs-happstack-server/files/patch-happstack-server.cabal +++ /dev/null @@ -1,11 +0,0 @@ ---- happstack-server.cabal.orig 2018-06-26 15:51:43 UTC -+++ happstack-server.cabal -@@ -95,7 +95,7 @@ Library - system-filepath >= 0.3.1, - syb, - text >= 0.10 && < 1.3, -- template-haskell < 2.14, -+ template-haskell < 2.15, - time, - time-compat, - threads >= 0.5, diff --git a/www/hs-happstack-server/pkg-descr b/www/hs-happstack-server/pkg-descr deleted file mode 100644 index 84c49f9e7ba..00000000000 --- a/www/hs-happstack-server/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Happstack Server provides an HTTP server and a rich set of functions for -routing requests, handling query parameters, generating responses, -working with cookies, serving files, and more. - -WWW: http://happstack.com/ diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile deleted file mode 100644 index fea13b7a63b..00000000000 --- a/www/hs-heist/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= heist -PORTVERSION= 1.1.0.1 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell template system supporting both HTML5 and XML - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson attoparsec blaze-builder blaze-html directory-tree \ - dlist hashable lifted-base map-syntax monad-control mtl \ - random transformers-base unordered-containers vector \ - xmlhtml - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-heist/distinfo b/www/hs-heist/distinfo deleted file mode 100644 index 4da32d6cf07..00000000000 --- a/www/hs-heist/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545835019 -SHA256 (cabal/heist-1.1.0.1.tar.gz) = 185778ba87642685b8c4ca5608963b05a4bae929a2e9474b1514126fb94b90c8 -SIZE (cabal/heist-1.1.0.1.tar.gz) = 71359 diff --git a/www/hs-heist/pkg-descr b/www/hs-heist/pkg-descr deleted file mode 100644 index b6b890eae16..00000000000 --- a/www/hs-heist/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Heist is a powerful template system that supports both HTML5 and XML. -Some of Heist's features are: - - * Designer-friendly HTML5 (or XML) syntax - * Templates can be reloaded to make changes visible without recompiling - your Haskell code - * Enforces near-perfect separation of business logic - and view - * Powerful abstraction primitives allowing you to eliminate repetition - * Easy creation of domain-specific markup languages - * Built-in support for including JSON and Markdown content in templates - * Simple mechanism for designer-specified template caching - * Optional merging of multiple tags defined anywhere in the document - -WWW: http://snapframework.com/ diff --git a/www/hs-hjsmin/Makefile b/www/hs-hjsmin/Makefile index 0535aa6b1bf..e286666fb56 100644 --- a/www/hs-hjsmin/Makefile +++ b/www/hs-hjsmin/Makefile @@ -2,7 +2,7 @@ PORTNAME= hjsmin PORTVERSION= 0.2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +10,13 @@ COMMENT= Haskell implementation of a javascript minifier LICENSE= BSD3CLAUSE -USE_CABAL= blaze-builder>=0.2 language-javascript>=0.5.14 \ - optparse-applicative>=0.7 -EXECUTABLE= hjsmin +BUILD_DEPENDS= happy:devel/hs-happy + +USES= cabal + +USE_CABAL= alex-3.2.4 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \ + blaze-builder-0.4.1.0 colour-2.3.4 happy-1.19.9_3 \ + language-javascript-0.6.0.11 optparse-applicative-0.14.3.0 \ + transformers-compat-0.6.2 utf8-string-1.0.1.1_3 -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/www/hs-hjsmin/distinfo b/www/hs-hjsmin/distinfo index a7019ee35d2..67c5da02d5f 100644 --- a/www/hs-hjsmin/distinfo +++ b/www/hs-hjsmin/distinfo @@ -1,3 +1,29 @@ -TIMESTAMP = 1499544739 +TIMESTAMP = 1550308347 SHA256 (cabal/hjsmin-0.2.0.2.tar.gz) = bec153d2396962c63998eb12d0a2c7c9f7df6f774cb00e41b6cdb1f5a4905484 SIZE (cabal/hjsmin-0.2.0.2.tar.gz) = 4211 +SHA256 (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = d58e4d708b14ff332a8a8edad4fa8989cb6a9f518a7c6834e96281ac5f8ff232 +SIZE (cabal/alex-3.2.4/alex-3.2.4.tar.gz) = 110688 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 3e81a3e813acca3aae52721c412cde18b7b7c71ecbacfaeaa5c2f4b35abf1d8d +SIZE (cabal/happy-1.19.9/happy-1.19.9.tar.gz) = 179328 +SHA256 (cabal/happy-1.19.9/revision/3.cabal) = f8c774230735a390c287b2980cfcd2703d24d8dde85a01ea721b7b4b4c82944f +SIZE (cabal/happy-1.19.9/revision/3.cabal) = 4667 +SHA256 (cabal/language-javascript-0.6.0.11/language-javascript-0.6.0.11.tar.gz) = d4756e9bc9a180cb93701e964a3157a03d4db4c7cb5a7b6b196067e587cc6143 +SIZE (cabal/language-javascript-0.6.0.11/language-javascript-0.6.0.11.tar.gz) = 106881 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 diff --git a/www/hs-http-api-data/Makefile b/www/hs-http-api-data/Makefile deleted file mode 100644 index 3302f263183..00000000000 --- a/www/hs-http-api-data/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-api-data -PORTVERSION= 0.4 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Convert Haskell data types to and from HTTP API data - -LICENSE= GPLv3 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec attoparsec-iso8601 base-compat cookie hashable \ - http-types tagged time-locale-compat unordered-containers \ - uri-bytestring uuid-types - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-api-data/distinfo b/www/hs-http-api-data/distinfo deleted file mode 100644 index fd9c4a1f112..00000000000 --- a/www/hs-http-api-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545757436 -SHA256 (cabal/http-api-data-0.4.tar.gz) = 837e3f39f23df2caa23d75a4608f4a0505a1ab23f7290006976a37a373164a8a -SIZE (cabal/http-api-data-0.4.tar.gz) = 20498 diff --git a/www/hs-http-api-data/pkg-descr b/www/hs-http-api-data/pkg-descr deleted file mode 100644 index 0f0424783ec..00000000000 --- a/www/hs-http-api-data/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This package defines typeclasses used for converting Haskell data types to -and from HTTP API data. - -WWW: https://hackage.haskell.org/package/http-api-data diff --git a/www/hs-http-client-tls/Makefile b/www/hs-http-client-tls/Makefile deleted file mode 100644 index 5a324f60948..00000000000 --- a/www/hs-http-client-tls/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-client-tls -PORTVERSION= 0.3.5.1 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= http-client backend using the connection package and tls library - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= connection>=0.2.2 data-default-class http-client>=0.3.5 \ - network tls>=1.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-client-tls/distinfo b/www/hs-http-client-tls/distinfo deleted file mode 100644 index e02402552a2..00000000000 --- a/www/hs-http-client-tls/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625375 -SHA256 (cabal/http-client-tls-0.3.5.1.tar.gz) = c1fa23eb868f4b4e36304f3d03890bce1230284be79f80bd7b4fe1733e8a9558 -SIZE (cabal/http-client-tls-0.3.5.1.tar.gz) = 7240 diff --git a/www/hs-http-client-tls/pkg-descr b/www/hs-http-client-tls/pkg-descr deleted file mode 100644 index 7b8be71041c..00000000000 --- a/www/hs-http-client-tls/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Intended for use by higher-level libraries, such as http-conduit. - -WWW: https://github.com/snoyberg/http-client diff --git a/www/hs-http-client/Makefile b/www/hs-http-client/Makefile deleted file mode 100644 index 00535bb9f11..00000000000 --- a/www/hs-http-client/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-client -PORTVERSION= 0.5.12.1 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP client engine, intended as a base layer for more user-friendly packages - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= base64-bytestring>=1.0 blaze-builder>=0.3 case-insensitive>=1.0 \ - cookie data-default-class exceptions>=0.4 http-types>=0.8 \ - memory mime-types network>=2.6 network-uri>=2.6 random \ - streaming-commons>=0.1.0.2 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-client/distinfo b/www/hs-http-client/distinfo deleted file mode 100644 index d9eca7ef4c2..00000000000 --- a/www/hs-http-client/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524400718 -SHA256 (cabal/http-client-0.5.12.1.tar.gz) = 4b5116324d217f0498d258d37135a52f3e69103d3a951b0999618b263c9bd63e -SIZE (cabal/http-client-0.5.12.1.tar.gz) = 87578 diff --git a/www/hs-http-client/pkg-descr b/www/hs-http-client/pkg-descr deleted file mode 100644 index ce023b54063..00000000000 --- a/www/hs-http-client/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -An HTTP client engine, intended as a base layer for more user-friendly -packages. - -WWW: https://github.com/snoyberg/http-client diff --git a/www/hs-http-conduit/Makefile b/www/hs-http-conduit/Makefile deleted file mode 100644 index 91da082b1c9..00000000000 --- a/www/hs-http-conduit/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-conduit -PORTVERSION= 2.3.1 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP client package with conduit interface and HTTPS support - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson conduit conduit-extra http-client http-client-tls \ - http-types lifted-base monad-control mtl resourcet - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-conduit/distinfo b/www/hs-http-conduit/distinfo deleted file mode 100644 index 7d34d06f985..00000000000 --- a/www/hs-http-conduit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524934706 -SHA256 (cabal/http-conduit-2.3.1.tar.gz) = 8251c3f0ab2a42b998bda4aaf2805e8c3325f0084462502661ce964f671f7859 -SIZE (cabal/http-conduit-2.3.1.tar.gz) = 27332 diff --git a/www/hs-http-conduit/pkg-descr b/www/hs-http-conduit/pkg-descr deleted file mode 100644 index 0074c407329..00000000000 --- a/www/hs-http-conduit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This package uses conduit for parsing the actual contents of the HTTP -connection. It also provides higher-level functions which allow you to -avoid directly dealing with streaming data. - -WWW: http://www.yesodweb.com/book/http-conduit diff --git a/www/hs-http-date/Makefile b/www/hs-http-date/Makefile deleted file mode 100644 index fd3c8e51e0a..00000000000 --- a/www/hs-http-date/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-date -PORTVERSION= 0.0.6.1 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP Date parser/formatter - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-date/distinfo b/www/hs-http-date/distinfo deleted file mode 100644 index 11bea69ca36..00000000000 --- a/www/hs-http-date/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625376 -SHA256 (cabal/http-date-0.0.6.1.tar.gz) = f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636 -SIZE (cabal/http-date-0.0.6.1.tar.gz) = 4989 diff --git a/www/hs-http-date/pkg-descr b/www/hs-http-date/pkg-descr deleted file mode 100644 index 2c0edeebe7b..00000000000 --- a/www/hs-http-date/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fast parser and formatter for HTTP Date. - -WWW: http://hackage.haskell.org/package/http-date diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile deleted file mode 100644 index b612119d8f9..00000000000 --- a/www/hs-http-reverse-proxy/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-reverse-proxy -PORTVERSION= 0.6.0 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Reverse proxy HTTP requests, either over raw sockets or with WAI - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async blaze-builder>=0.3 case-insensitive>=0.4 conduit>=1.1 \ - conduit-extra data-default-class http-client>=0.3 \ - http-types>=0.6 lifted-base>=0.1 monad-control>=0.3 \ - network resourcet streaming-commons wai>=3.0 unliftio \ - wai-logger word8>=0.0 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-reverse-proxy/distinfo b/www/hs-http-reverse-proxy/distinfo deleted file mode 100644 index 27d4dd379fe..00000000000 --- a/www/hs-http-reverse-proxy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524852143 -SHA256 (cabal/http-reverse-proxy-0.6.0.tar.gz) = fb1c913111478384c4f23647810b8c3c01c79e9276a08a1ea46215e4a42dd1a8 -SIZE (cabal/http-reverse-proxy-0.6.0.tar.gz) = 10538 diff --git a/www/hs-http-reverse-proxy/pkg-descr b/www/hs-http-reverse-proxy/pkg-descr deleted file mode 100644 index bb89c68e4f7..00000000000 --- a/www/hs-http-reverse-proxy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Provides a simple means of reverse-proxying HTTP requests. The raw -approach uses the same technique as leveraged by keter, whereas the WAI -approach performs full request/response parsing via WAI and -http-conduit. - -WWW: https://github.com/fpco/http-reverse-proxy diff --git a/www/hs-http-server/Makefile b/www/hs-http-server/Makefile deleted file mode 100644 index c1f80ab8e3c..00000000000 --- a/www/hs-http-server/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= http-server -PORTVERSION= 1.0.6 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for writing Haskell web servers - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HTTP>=4000.2.0 mime>=0.3 network>=2.6 network-uri>=2.6 \ - url>=2.0 utf8-string>=0.3.4 - -INSTALL_PORTEXAMPLES= cd ${WRKSRC}/example && \ - ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - -OPTIONS_DEFINE= EXAMPLES - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" - -.if ${PORT_OPTIONS:MEXAMPLES} -SUB_FILES= pkg-message - -post-install:: - @${CAT} ${PKGMESSAGE} -.endif - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-server/distinfo b/www/hs-http-server/distinfo deleted file mode 100644 index d91e498e0da..00000000000 --- a/www/hs-http-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625376 -SHA256 (cabal/http-server-1.0.6.tar.gz) = 5cd44741053aef8ba7bd6b6d8d0a8048a171db42e2b7cb5013a99fcd754143b5 -SIZE (cabal/http-server-1.0.6.tar.gz) = 29071 diff --git a/www/hs-http-server/files/pkg-message.in b/www/hs-http-server/files/pkg-message.in deleted file mode 100644 index d549047b1b5..00000000000 --- a/www/hs-http-server/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - ------------------------------------------------------------------------- -Note that the examples have been installed into this directory: - - %%EXAMPLESDIR%% - -The port converters/hs-json has to be installed in order to use them. ------------------------------------------------------------------------- diff --git a/www/hs-http-server/pkg-descr b/www/hs-http-server/pkg-descr deleted file mode 100644 index 7badaeb8fb1..00000000000 --- a/www/hs-http-server/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for writing Haskell web servers. - -WWW: https://github.com/GaloisInc/http-server diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile deleted file mode 100644 index f5e5a3e2b24..00000000000 --- a/www/hs-http-types/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http-types -PORTVERSION= 0.12.2 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Generic HTTP types for Haskell (for both client and server code) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.2.1.4 case-insensitive>=0.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http-types/distinfo b/www/hs-http-types/distinfo deleted file mode 100644 index 7e0dc723147..00000000000 --- a/www/hs-http-types/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545832873 -SHA256 (cabal/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 -SIZE (cabal/http-types-0.12.2.tar.gz) = 13552 diff --git a/www/hs-http-types/pkg-descr b/www/hs-http-types/pkg-descr deleted file mode 100644 index 591ae86c023..00000000000 --- a/www/hs-http-types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Generic HTTP types for Haskell (for both client and server code). - -WWW: https://github.com/aristidb/http-types diff --git a/www/hs-http2/Makefile b/www/hs-http2/Makefile deleted file mode 100644 index fb0599ada9d..00000000000 --- a/www/hs-http2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= http2 -PORTVERSION= 1.6.3 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP/2.0 library including frames and HPACK - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson aeson-pretty case-insensitive hex mwc-random psqueues \ - unordered-containers vector word8 - -FLAGS_DISABLE= devel - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-http2/distinfo b/www/hs-http2/distinfo deleted file mode 100644 index b914d033241..00000000000 --- a/www/hs-http2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625378 -SHA256 (cabal/http2-1.6.3.tar.gz) = 61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43 -SIZE (cabal/http2-1.6.3.tar.gz) = 5138268 diff --git a/www/hs-http2/files/patch-http2.cabal b/www/hs-http2/files/patch-http2.cabal deleted file mode 100644 index 830fac27bff..00000000000 --- a/www/hs-http2/files/patch-http2.cabal +++ /dev/null @@ -1,50 +0,0 @@ ---- http2.cabal.orig 2017-02-02 01:41:44 UTC -+++ http2.cabal -@@ -82,7 +82,6 @@ Library - Build-Depends: base >= 4.6 && < 5 - , array - , bytestring >= 0.10 -- , bytestring-builder - , case-insensitive - , containers >= 0.5 - , psqueues -@@ -115,7 +114,6 @@ Test-Suite spec - Build-Depends: base >= 4 && < 5 - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -138,7 +136,6 @@ Test-Suite hpack - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory -@@ -188,7 +185,6 @@ Executable hpack-encode - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -210,7 +206,6 @@ Executable hpack-debug - , aeson - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , hex -@@ -233,7 +228,6 @@ Executable hpack-stat - , aeson-pretty - , array - , bytestring -- , bytestring-builder - , case-insensitive - , containers - , directory diff --git a/www/hs-http2/pkg-descr b/www/hs-http2/pkg-descr deleted file mode 100644 index dde5115be78..00000000000 --- a/www/hs-http2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -HTTP/2.0 library including frames and HPACK. Currently HTTP/2 16 -framing and HPACK 10 is supported. - -WWW: http://hackage.haskell.org/package/http2 diff --git a/www/hs-multipart/Makefile b/www/hs-multipart/Makefile deleted file mode 100644 index 1efcc1be7e7..00000000000 --- a/www/hs-multipart/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= multipart -PORTVERSION= 0.1.2 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP multipart split out of the cgi package - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-multipart/distinfo b/www/hs-multipart/distinfo deleted file mode 100644 index 1b6febacfac..00000000000 --- a/www/hs-multipart/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625378 -SHA256 (cabal/multipart-0.1.2.tar.gz) = e543fb307beb14fc366171d7767a6a18244bacf78db295d8d161c5c03d94043c -SIZE (cabal/multipart-0.1.2.tar.gz) = 6787 diff --git a/www/hs-multipart/pkg-descr b/www/hs-multipart/pkg-descr deleted file mode 100644 index 2f34e174c07..00000000000 --- a/www/hs-multipart/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP multipart split out of the cgi package. - -WWW: https://github.com/silkapp/multipart diff --git a/www/hs-oeis/Makefile b/www/hs-oeis/Makefile deleted file mode 100644 index bb01ba31f97..00000000000 --- a/www/hs-oeis/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= oeis -PORTVERSION= 0.3.9 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface to the Online Encyclopedia of Integer Sequences (OEIS) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HTTP>=4000.2 network>=2.6 network-uri>=2.6 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-oeis/distinfo b/www/hs-oeis/distinfo deleted file mode 100644 index 885b80c37c3..00000000000 --- a/www/hs-oeis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499540242 -SHA256 (cabal/oeis-0.3.9.tar.gz) = 8a692c0b898f5d89e607f9593697a24827981a1cfee53045c192084015061b8e -SIZE (cabal/oeis-0.3.9.tar.gz) = 29159 diff --git a/www/hs-oeis/pkg-descr b/www/hs-oeis/pkg-descr deleted file mode 100644 index 2d2537f0f1a..00000000000 --- a/www/hs-oeis/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Interface to the Online Encyclopedia of Integer Sequences. - -WWW: http://hackage.haskell.org/package/oeis diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile deleted file mode 100644 index 05376f1747a..00000000000 --- a/www/hs-path-pieces/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $FreeBSD$ - -PORTNAME= path-pieces -PORTVERSION= 0.2.1 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Components of paths - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-path-pieces/distinfo b/www/hs-path-pieces/distinfo deleted file mode 100644 index f3e26a48483..00000000000 --- a/www/hs-path-pieces/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625378 -SHA256 (cabal/path-pieces-0.2.1.tar.gz) = 080bd49f53e20597ca3e5962e0c279a3422345f5b088840a30a751cd76d4a36f -SIZE (cabal/path-pieces-0.2.1.tar.gz) = 3529 diff --git a/www/hs-path-pieces/pkg-descr b/www/hs-path-pieces/pkg-descr deleted file mode 100644 index 611e067c883..00000000000 --- a/www/hs-path-pieces/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Components of paths. - -WWW: http://hackage.haskell.org/package/path-pieces diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile deleted file mode 100644 index 8bcc61827c5..00000000000 --- a/www/hs-recaptcha/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= recaptcha -PORTVERSION= 0.1.0.3 -PORTREVISION= 5 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Functions for using the reCAPTCHA service in web applications - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= HTTP>=3001.1.4 network>=2.6 network-uri>=2.6 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-recaptcha/distinfo b/www/hs-recaptcha/distinfo deleted file mode 100644 index dcd0d59f2ae..00000000000 --- a/www/hs-recaptcha/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625378 -SHA256 (cabal/recaptcha-0.1.0.3.tar.gz) = 29a898bc7a063be88c05ac3ec0446a23117ed04c501dbd99c83684683fd638a3 -SIZE (cabal/recaptcha-0.1.0.3.tar.gz) = 2742 diff --git a/www/hs-recaptcha/pkg-descr b/www/hs-recaptcha/pkg-descr deleted file mode 100644 index 89f9f5e9058..00000000000 --- a/www/hs-recaptcha/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The reCAPTCHA [1] is a service that provides captchas for preventing -automated spam in web applications. The recaptcha-hs provides functions -for using reCAPTCHA in Haskell web applications. - -[1] http://recaptcha.net/ - -WWW: https://github.com/jgm/recaptcha/tree/master diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile deleted file mode 100644 index a38e98a5486..00000000000 --- a/www/hs-shakespeare/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= shakespeare -PORTVERSION= 2.0.15 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Toolkit for making compile-time interpolated templates - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson blaze-html blaze-markup exceptions - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-shakespeare/distinfo b/www/hs-shakespeare/distinfo deleted file mode 100644 index d842e51d2bd..00000000000 --- a/www/hs-shakespeare/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524400477 -SHA256 (cabal/shakespeare-2.0.15.tar.gz) = 4354c6eebbfa89103c8090aae3bc7be5fceae6a0e327acf8adc4f3fd535864ee -SIZE (cabal/shakespeare-2.0.15.tar.gz) = 65369 diff --git a/www/hs-shakespeare/pkg-descr b/www/hs-shakespeare/pkg-descr deleted file mode 100644 index 4cbf2dfb5b0..00000000000 --- a/www/hs-shakespeare/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Shakespeare is a family of type-safe, efficient template languages. -Shakespeare templates are expanded at compile-time, ensuring that all -interpolated variables are in scope. Variables are interpolated -according to their type through a typeclass. Shakespeare templates can -be used inline with a quasi-quoter or in an external file. Note there is -no dependency on haskell-src-extras. Instead Shakespeare believes logic -should stay out of templates and has its own minimal Haskell parser. -Packages that use this: shakespeare-js, shakespeare-css, -shakespeare-text, hamlet, and xml-hamlet. - -WWW: http://www.yesodweb.com/book/shakespearean-templates diff --git a/www/hs-snap-core/Makefile b/www/hs-snap-core/Makefile deleted file mode 100644 index 2dc5d171e76..00000000000 --- a/www/hs-snap-core/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= snap-core -PORTVERSION= 1.0.3.2 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Snap: A Haskell Web Framework (core interfaces and types) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec case-insensitive hashable HUnit io-streams \ - lifted-base monad-control mtl network-uri old-locale \ - random readable regex-posix time-locale-compat \ - transformers-base unix-compat unordered-containers \ - vector - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-snap-core/distinfo b/www/hs-snap-core/distinfo deleted file mode 100644 index 4ec9f3cfb0d..00000000000 --- a/www/hs-snap-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524419838 -SHA256 (cabal/snap-core-1.0.3.2.tar.gz) = 4c4398476fe882122ce8adc03f69509588d071fc011f50162cd69706093dd88c -SIZE (cabal/snap-core-1.0.3.2.tar.gz) = 149530 diff --git a/www/hs-snap-core/files/patch-snap-core.cabal b/www/hs-snap-core/files/patch-snap-core.cabal deleted file mode 100644 index c6e6480d508..00000000000 --- a/www/hs-snap-core/files/patch-snap-core.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- snap-core.cabal.orig 2017-05-11 13:48:21 UTC -+++ snap-core.cabal -@@ -133,7 +133,6 @@ Library - attoparsec >= 0.12 && < 0.14, - base >= 4 && < 5, - bytestring >= 0.9 && < 0.11, -- bytestring-builder >= 0.10.4 && < 0.11, - case-insensitive >= 1.1 && < 1.3, - containers >= 0.3 && < 1.0, - directory >= 1 && < 2, -@@ -235,7 +234,6 @@ Test-suite testsuite - attoparsec, - base, - bytestring, -- bytestring-builder, - case-insensitive, - containers, - directory, diff --git a/www/hs-snap-core/pkg-descr b/www/hs-snap-core/pkg-descr deleted file mode 100644 index cb9f08c1a3e..00000000000 --- a/www/hs-snap-core/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Snap is a simple and fast web development framework and server written -in Haskell. This library contains the core definitions and types for -the Snap framework, including: - - 1. Primitive types and functions for HTTP (requests, responses, cookies, - post/query parameters, etc). - - 2. Type aliases and helper functions for Iteratee I/O. - - 3. A monad for programming web handlers called "Snap", inspired by happstack's, - which allows: - - - Stateful access to the HTTP request and response objects. - - - Monadic failure (i.e. MonadPlus/Alternative instances) for declining to - handle requests and chaining handlers together. - - - Early termination of the computation if you know early what you want to - return and want to prevent further monadic processing. - -WWW: http://snapframework.com/ diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile deleted file mode 100644 index 69169cacd01..00000000000 --- a/www/hs-snap-server/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -PORTNAME= snap-server -PORTVERSION= 1.1.0.0 -PORTREVISION= 3 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, iteratee-based, epoll-enabled web server for the Snap Framework - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec blaze-builder case-insensitive clock io-streams \ - io-streams-haproxy lifted-base mtl network old-locale snap-core \ - unix-compat vector - -FLAGS_DEFINE= OPENSSL - -OPENSSL_DESC= Enable HTTPS support using the HsOpenSSL library -OPENSSL_FLAG_ENABLE= openssl -OPENSSL_FLAG_CABAL= HsOpenSSL>=0.10 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-snap-server/distinfo b/www/hs-snap-server/distinfo deleted file mode 100644 index 5bef910ac31..00000000000 --- a/www/hs-snap-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524853220 -SHA256 (cabal/snap-server-1.1.0.0.tar.gz) = 249ea390a4e54899b310c0dd13b91af007a2b685bd0d9769c3e208dd914d7c6f -SIZE (cabal/snap-server-1.1.0.0.tar.gz) = 74090 diff --git a/www/hs-snap-server/files/patch-snap-server.cabal b/www/hs-snap-server/files/patch-snap-server.cabal deleted file mode 100644 index 3371a5616e9..00000000000 --- a/www/hs-snap-server/files/patch-snap-server.cabal +++ /dev/null @@ -1,18 +0,0 @@ ---- snap-server.cabal.orig 2018-03-20 13:04:01 UTC -+++ snap-server.cabal -@@ -95,13 +95,12 @@ Library - - build-depends: - attoparsec >= 0.12 && < 0.14, -- base >= 4.6 && < 4.12, -+ base >= 4.6 && < 4.13, - blaze-builder >= 0.4 && < 0.5, - bytestring >= 0.9.1 && < 0.11, -- bytestring-builder >= 0.10.4 && < 0.11, - case-insensitive >= 1.1 && < 1.3, - clock >= 0.7.1 && < 0.8, -- containers >= 0.3 && < 0.6, -+ containers >= 0.3 && < 0.7, - filepath >= 1.1 && < 2.0, - io-streams >= 1.3 && < 1.6, - io-streams-haproxy >= 1.0 && < 1.1, diff --git a/www/hs-snap-server/pkg-descr b/www/hs-snap-server/pkg-descr deleted file mode 100644 index 3b8b6644db9..00000000000 --- a/www/hs-snap-server/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Snap is a simple and fast web development framework and server written -in Haskell. The Snap HTTP server is a high performance, epoll-enabled, -iteratee-based web server library written in Haskell. Together with the -"snap-core" library upon which it depends, it provides a clean and -efficient Haskell programming interface to the HTTP protocol. - -WWW: http://snapframework.com/ diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile deleted file mode 100644 index a840bb27ada..00000000000 --- a/www/hs-snap/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -PORTNAME= snap -PORTVERSION= 1.1.1.0 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Top-level package for the Snap Web Framework - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson attoparsec cereal clientsession configurator \ - directory-tree dlist hashable heist lens lifted-base \ - map-syntax monad-control mtl mwc-random pwstore-fast \ - snap-core snap-server transformers-base \ - unordered-containers xmlhtml - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo deleted file mode 100644 index 4debd81b9c4..00000000000 --- a/www/hs-snap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1531830411 -SHA256 (cabal/snap-1.1.1.0.tar.gz) = e74b645ed6f97c47ce55e68d416d86363a99f891c876e1e2d5d34d147cde6f22 -SIZE (cabal/snap-1.1.1.0.tar.gz) = 82418 diff --git a/www/hs-snap/pkg-descr b/www/hs-snap/pkg-descr deleted file mode 100644 index 2a9aefd6509..00000000000 --- a/www/hs-snap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the top-level package for the official Snap Framework libraries. -It includes: - - * The Snaplets API - * The "snap" executable program for generating starter projects - * Snaplets for sessions, authentication, and templates - -WWW: http://snapframework.com/ diff --git a/www/hs-url/Makefile b/www/hs-url/Makefile deleted file mode 100644 index 55fb70eafd2..00000000000 --- a/www/hs-url/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Giuseppe Pilichi aka Jacula Modyun -# $FreeBSD$ - -PORTNAME= url -PORTVERSION= 2.1.3 -PORTREVISION= 16 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Library for working with URLs - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= utf8-string>=0.3.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-url/distinfo b/www/hs-url/distinfo deleted file mode 100644 index 6f7b646574d..00000000000 --- a/www/hs-url/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625379 -SHA256 (cabal/url-2.1.3.tar.gz) = 5af27e3f8c0a27e52d0dcb98ef06a0fdd01efe8bb21242c29432e1bc380a4f61 -SIZE (cabal/url-2.1.3.tar.gz) = 4180 diff --git a/www/hs-url/pkg-descr b/www/hs-url/pkg-descr deleted file mode 100644 index df4194efd43..00000000000 --- a/www/hs-url/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A library for working with URLs. - -WWW: http://www.haskell.org/haskellwiki/Url diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile index 24c0a0b5941..790b7c4d851 100644 --- a/www/hs-wai-app-static/Makefile +++ b/www/hs-wai-app-static/Makefile @@ -2,7 +2,7 @@ PORTNAME= wai-app-static PORTVERSION= 3.1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,13 +10,32 @@ COMMENT= WAI application for static serving LICENSE= MIT -USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.5 \ - blaze-markup>=0.5.1 byteable cryptohash>=0.11 \ - cryptohash-conduit file-embed>=0.0.3.1 http-date \ - http-types>=0.7 mime-types>=0.1 optparse-applicative>=0.7 \ - unix-compat>=0.2 unordered-containers>=0.2 wai>=3.0 \ - wai-extra>=3.0 warp>=3.0.11 zlib>=0.5 -EXECUTABLE= warp +USES= cabal + +USE_CABAL= aeson-1.4.2.0_1 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \ + appar-0.1.7 async-2.2.1_1 attoparsec-0.13.2.2 auto-update-0.1.4 \ + base64-bytestring-1.0.0.2 base-compat-0.10.5 basement-0.0.10_1 \ + blaze-builder-0.4.1.0 blaze-html-0.9.1.1 blaze-markup-0.8.2.2 \ + bsb-http-chunked-0.0.0.4 byteorder-1.0.4 cabal-doctest-1.0.6_2 \ + case-insensitive-1.2.0.11 colour-2.3.4 cookie-0.4.4 \ + cryptonite-0.25 data-default-class-0.1.2.0 dlist-0.8.0.5 \ + easy-file-0.2.2 exceptions-0.10.0_2 fast-logger-2.4.13 \ + file-embed-0.0.11 hashable-1.2.7.0_1 hsc2hs-0.68.4_1 \ + http-date-0.0.8 http-types-0.12.2 \ + http2-1.6.4 integer-logarithms-1.0.2.2 iproute-1.7.7 \ + memory-0.14.18_1 mime-types-0.1.0.9 network-2.7.0.2_2 \ + network-byte-order-0.0.0.0 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \ + optparse-applicative-0.14.3.0 primitive-0.6.4.0_1 \ + psqueues-0.2.7.1 random-1.1_1 resourcet-1.2.2 \ + scientific-0.3.6.2 semigroups-0.18.5 simple-sendfile-0.2.28 \ + streaming-commons-0.2.1.0 tagged-0.8.6 \ + th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 \ + transformers-compat-0.6.2 unix-compat-0.5.1 unix-time-0.4.5 \ + unliftio-core-0.1.2.0_1 unordered-containers-0.2.10.0 \ + uuid-types-1.0.3_1 vault-0.3.1.2 vector-0.12.0.2 void-0.7.2 \ + wai-3.2.2 wai-extra-3.0.25 wai-logger-2.3.4 warp-3.2.26 \ + word8-0.1.3 zlib-0.6.2 + +EXECUTABLES= warp -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/www/hs-wai-app-static/distinfo b/www/hs-wai-app-static/distinfo index 61df9d10107..4728aed2907 100644 --- a/www/hs-wai-app-static/distinfo +++ b/www/hs-wai-app-static/distinfo @@ -1,3 +1,167 @@ -TIMESTAMP = 1525035879 +TIMESTAMP = 1553624567 SHA256 (cabal/wai-app-static-3.1.6.2.tar.gz) = d0b0a566be61ef4c8f800922a71dbc4de64287f8f73782b1461cd5d294c1dc3e SIZE (cabal/wai-app-static-3.1.6.2.tar.gz) = 22509 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = f6de4f1d1332d665057a9fd1af6b805f66cf04299b03f53696f3c9db4f7ff21f +SIZE (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = 3997 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 +SIZE (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 8607 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c +SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hsc2hs-0.68.4/revision/1.cabal) = 713092fccf64712b510ef1228695b14e1bf7ef0d1b2ce069776e0dcf894d4bf1 +SIZE (cabal/hsc2hs-0.68.4/revision/1.cabal) = 2437 +SHA256 (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 0f4c6348487abe4f9d58e43d3c23bdefc7fd1fd5672effd3c7d84aaff05f5427 +SIZE (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 5322 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 2fcadd614cb8fa031e23a0fae096be76b08af7bbd525dc67096bd575cc3f1e66 +SIZE (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 5192632 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = e6a3fe4a6f2a78fcee0f98255f97232d8b6b9b1fa48faee3bef96f0b462a4b3d +SIZE (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = 13253 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3bb6f1110d9ac16a18f0c2d5921af584044e667e46fcfbdebd7a1e74e329de71 +SIZE (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3188 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 047e42ecd50d09fef99d1db9f8b1e511b64ea4b41afc435ad5fdd373d2ea8ec1 +SIZE (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 27384 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = a9800b79d41c3896181c93b3805135440bca31b5524a33303b7e32aa1bb29870 +SIZE (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = 343120 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c +SIZE (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 5307 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 2a64d54901d7bcc3c59dd94dcc99b5dcbbb95b4ec9176e677877888526c17fe1 +SIZE (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 10176 +SHA256 (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = def0216fdad1da6015fc076c1405a65ffae6fc8a673fd79e79587acb630d5f31 +SIZE (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = 62734 +SHA256 (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 93fe191310c4054ccf5ad8c431e9075646b0d2b7405faf697640461c72789600 +SIZE (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 5771 +SHA256 (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 4ca338568a3b867e36d6f01255bf562429f25d8f1373e79122881bcd461803e9 +SIZE (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 78477 +SHA256 (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 2630934c75728bfbf390c1f0206b225507b354f68d4047b06c018a36823b5d8a +SIZE (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 6271 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile deleted file mode 100644 index cf4370dd8eb..00000000000 --- a/www/hs-wai-extra/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wai-extra -PORTVERSION= 3.0.22.1 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Provides some basic WAI handlers and middleware - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson ansi-terminal base64-bytestring blaze-builder \ - case-insensitive cookie data-default-class \ - fast-logger http-types iproute lifted-base \ - network old-locale resourcet streaming-commons \ - stringsearch unix-compat vault void \ - wai wai-logger word8 zlib - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-wai-extra/distinfo b/www/hs-wai-extra/distinfo deleted file mode 100644 index 4bfc199b9fa..00000000000 --- a/www/hs-wai-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524842206 -SHA256 (cabal/wai-extra-3.0.22.1.tar.gz) = 7e7c9075455015b90e079d7c1d16110f2fb27e33ff66620d84248c3a9805722f -SIZE (cabal/wai-extra-3.0.22.1.tar.gz) = 61594 diff --git a/www/hs-wai-extra/pkg-descr b/www/hs-wai-extra/pkg-descr deleted file mode 100644 index b1e30c04a64..00000000000 --- a/www/hs-wai-extra/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Provides basic WAI handler and middleware functionality. - -WWW: https://github.com/yesodweb/wai diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile deleted file mode 100644 index 81e396a2c22..00000000000 --- a/www/hs-wai-logger/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wai-logger -PORTVERSION= 2.3.2 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Logging system for WAI - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder byteorder case-insensitive fast-logger \ - http-types network old-locale unix-time wai - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-wai-logger/distinfo b/www/hs-wai-logger/distinfo deleted file mode 100644 index 696f866f084..00000000000 --- a/www/hs-wai-logger/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524842605 -SHA256 (cabal/wai-logger-2.3.2.tar.gz) = 8dd4ff875d9ac2c115f5d45cc4375635a6c3e55a75c632ff3781d1fb086eb470 -SIZE (cabal/wai-logger-2.3.2.tar.gz) = 5386 diff --git a/www/hs-wai-logger/pkg-descr b/www/hs-wai-logger/pkg-descr deleted file mode 100644 index 355a0c051a5..00000000000 --- a/www/hs-wai-logger/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A logging system for WAI. - -WWW: http://hackage.haskell.org/package/wai-logger diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile deleted file mode 100644 index b9f187484d7..00000000000 --- a/www/hs-wai/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wai -PORTVERSION= 3.2.1.2 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Web Application Interface - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder>=0.2.1.4 http-types>=0.7 network>=2.2.1.5 \ - vault>=0.3 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-wai/distinfo b/www/hs-wai/distinfo deleted file mode 100644 index 61ad245f291..00000000000 --- a/www/hs-wai/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524252958 -SHA256 (cabal/wai-3.2.1.2.tar.gz) = 282351461f19fbac26aa0a7896d7ab583b4abef522fcd9aba944f1848e58234b -SIZE (cabal/wai-3.2.1.2.tar.gz) = 9938 diff --git a/www/hs-wai/pkg-descr b/www/hs-wai/pkg-descr deleted file mode 100644 index 92344cbcb9e..00000000000 --- a/www/hs-wai/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Provides a common protocol for communication between web applications and -web servers. - -WWW: https://github.com/yesodweb/wai diff --git a/www/hs-warp-tls/Makefile b/www/hs-warp-tls/Makefile deleted file mode 100644 index fd30d8da1b1..00000000000 --- a/www/hs-warp-tls/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= warp-tls -PORTVERSION= 3.2.4 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= HTTP over SSL/TLS support for Warp via the TLS package - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cprng-aes>=0.5.0 data-default-class>=0.0.1 network>=2.2.1 \ - streaming-commons tls>=1.2.16 tls-session-manager wai>=3.0 warp>=3.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-warp-tls/distinfo b/www/hs-warp-tls/distinfo deleted file mode 100644 index 1202565ccff..00000000000 --- a/www/hs-warp-tls/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625382 -SHA256 (cabal/warp-tls-3.2.4.tar.gz) = 05d1aad58fa1a16a652369d7247d4c68b86af0b8febaea9ab7969c121f956e17 -SIZE (cabal/warp-tls-3.2.4.tar.gz) = 7158 diff --git a/www/hs-warp-tls/pkg-descr b/www/hs-warp-tls/pkg-descr deleted file mode 100644 index 49af88cbe0b..00000000000 --- a/www/hs-warp-tls/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -HTTP over SSL/TLS support for Warp via the TLS package. - -WWW: https://github.com/yesodweb/wai diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile deleted file mode 100644 index 6e6f10e10d2..00000000000 --- a/www/hs-warp/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= warp -PORTVERSION= 3.2.22 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Fast, light-weight web server for WAI applications - -LICENSE= MIT - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= auto-update>=0.1.1 bsb-http-chunked case-insensitive>=0.2 \ - hashable http-date http-types>=0.8.5 http2>=1.0.2 \ - iproute>=1.3.1 network>=2.3 old-locale simple-sendfile>=0.2.7 \ - streaming-commons>=0.1.10 unix-compat>=0.2 vault>=0.3 \ - wai>=3.0 word8 - -FLAGS_ENABLE= allow-sendfilefd -FLAGS_DISABLE= network-bytestring warp-debug use-bytestring-builder - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-warp/distinfo b/www/hs-warp/distinfo deleted file mode 100644 index 68e738127d1..00000000000 --- a/www/hs-warp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524927920 -SHA256 (cabal/warp-3.2.22.tar.gz) = 645b230c32050da227e4c2486a0ae6b6866706f563d2ba5e3761f581855f590e -SIZE (cabal/warp-3.2.22.tar.gz) = 77658 diff --git a/www/hs-warp/pkg-descr b/www/hs-warp/pkg-descr deleted file mode 100644 index 62b9840b328..00000000000 --- a/www/hs-warp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The premier WAI handler. - -WWW: https://github.com/yesodweb/wai diff --git a/www/hs-xss-sanitize/Makefile b/www/hs-xss-sanitize/Makefile deleted file mode 100644 index 262dd14a981..00000000000 --- a/www/hs-xss-sanitize/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= xss-sanitize -PORTVERSION= 0.3.5.7 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Sanitize untrusted HTML to prevent XSS attacks - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10.0.3 css-text>=0.1.1 network>=2.6 \ - network-uri>=2.6 tagsoup>=0.12.2 utf8-string>=0.3 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-xss-sanitize/distinfo b/www/hs-xss-sanitize/distinfo deleted file mode 100644 index 794c144ef36..00000000000 --- a/www/hs-xss-sanitize/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625383 -SHA256 (cabal/xss-sanitize-0.3.5.7.tar.gz) = 955856413e70375c794766d04ac9ab7f0d3337dbb04a412c9b7ff5c415acac00 -SIZE (cabal/xss-sanitize-0.3.5.7.tar.gz) = 10878 diff --git a/www/hs-xss-sanitize/pkg-descr b/www/hs-xss-sanitize/pkg-descr deleted file mode 100644 index 660c71b7265..00000000000 --- a/www/hs-xss-sanitize/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent -XSS attacks. - -WWW: https://github.com/yesodweb/haskell-xss-sanitize diff --git a/www/hs-yesod-auth-hashdb/Makefile b/www/hs-yesod-auth-hashdb/Makefile deleted file mode 100644 index 4adfac16e98..00000000000 --- a/www/hs-yesod-auth-hashdb/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-auth-hashdb -PORTVERSION= 1.7.1 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Authentication plugin for Yesod - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= cryptohash>=0.8 persistent>=2.1 pwstore-fast>=2.2 \ - yesod-auth>=1.4 yesod-core>=1.4 yesod-form>=1.4 \ - yesod-persistent>=1.2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-auth-hashdb/distinfo b/www/hs-yesod-auth-hashdb/distinfo deleted file mode 100644 index 6e350d82c05..00000000000 --- a/www/hs-yesod-auth-hashdb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546182489 -SHA256 (cabal/yesod-auth-hashdb-1.7.1.tar.gz) = 0d6f27a49aa862af8f4d1a84f8fe540300e42f9208728fba03a7996a5517dfe5 -SIZE (cabal/yesod-auth-hashdb-1.7.1.tar.gz) = 15545 diff --git a/www/hs-yesod-auth-hashdb/pkg-descr b/www/hs-yesod-auth-hashdb/pkg-descr deleted file mode 100644 index 184468b38fc..00000000000 --- a/www/hs-yesod-auth-hashdb/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -This package is the Yesod.Auth.HashDB plugin, originally included in -yesod-auth, but now modified to be more secure and placed in a separate -package. - -It provides authentication using hashed passwords stored in a database, -and works best in situations where an administrator is involved in -setting up a user with an initial password. - -The complete login process, including a default form, is implemented by -this plugin, but the application developer must design the interfaces -for setting up users and allowing them to change their own passwords, -since only the low-level password-setting functions are provided by this -package. - -WWW: https://github.com/paul-rouse/yesod-auth-hashdb diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile deleted file mode 100644 index f20d487428d..00000000000 --- a/www/hs-yesod-auth/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-auth -PORTVERSION= 1.6.5 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Authentication for Yesod - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.7 authenticate>=1.3 base16-bytestring \ - base64-bytestring blaze-builder blaze-html>=0.5 \ - blaze-markup>=0.5.1 byteable conduit conduit-extra cryptohash \ - data-default email-validate>=1.0 file-embed http-client \ - http-conduit>=1.5 http-types lifted-base>=0.1 mime-mail>=0.3 \ - network>=2.6 network-uri>=2.6 nonce>=1.0.2 persistent>=2.1 \ - persistent-template>=2.1 random>=1.0.0.2 resourcet safe \ - shakespeare unordered-containers wai>=1.4 \ - yesod-core>=1.4 yesod-form>=1.4 yesod-persistent>=1.4 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-auth/distinfo b/www/hs-yesod-auth/distinfo deleted file mode 100644 index 342c27e5bef..00000000000 --- a/www/hs-yesod-auth/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546179997 -SHA256 (cabal/yesod-auth-1.6.5.tar.gz) = b9dd963473a4d18d6a6921c0c321d86c77f264d8be2849b4aadcfa8f3ac337b3 -SIZE (cabal/yesod-auth-1.6.5.tar.gz) = 51828 diff --git a/www/hs-yesod-auth/pkg-descr b/www/hs-yesod-auth/pkg-descr deleted file mode 100644 index 4849aac6a24..00000000000 --- a/www/hs-yesod-auth/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package provides a pluggable mechanism for allowing users to -authenticate with your site. It comes with a number of common plugins, -such as OpenID, BrowserID (a.k.a., Mozilla Persona), and email. Other -packages are available from Hackage as well. If you've written such an -add-on, please notify me so that it can be added to this description. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod-bin/Makefile b/www/hs-yesod-bin/Makefile index b318964b959..07d00e3cc09 100644 --- a/www/hs-yesod-bin/Makefile +++ b/www/hs-yesod-bin/Makefile @@ -2,7 +2,7 @@ PORTNAME= yesod-bin PORTVERSION= 1.6.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -11,20 +11,41 @@ COMMENT= Yesod helper executable LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_CABAL= async attoparsec>=0.10 base64-bytestring \ - blaze-builder>=0.2.1.4 conduit>=1.2 conduit-extra \ - data-default-class file-embed fsnotify>=0.0 ghc-paths>=0.1 \ - http-client http-conduit>=2.1.4 http-reverse-proxy>=0.4 \ - http-types>=0.7 lifted-base network \ - optparse-applicative>=0.11 \ - project-template>=0.1.1 resourcet>=0.3 safe-exceptions say shakespeare>=2.0 \ - split>=0.2 streaming-commons tar>=0.4 \ - transformers-compat typed-process unix-compat>=0.2 unordered-containers \ - wai>=1.4 wai-extra warp>=1.3.7.5 warp-tls>=3.0.1 yaml>=0.8 \ - zlib>=0.5 +USES= cabal -EXECUTABLE= yesod -STANDALONE= yes +USE_CABAL= aeson-1.4.2.0_1 ansi-terminal-0.9 ansi-wl-pprint-0.6.8.2_1 \ + appar-0.1.7 asn1-encoding-0.9.5 asn1-parse-0.9.4 \ + asn1-types-0.3.2 async-2.2.1_1 attoparsec-0.13.2.2 auto-update-0.1.4 \ + base64-bytestring-1.0.0.2 base-compat-0.10.5 basement-0.0.10_1 \ + blaze-builder-0.4.1.0 blaze-html-0.9.1.1 blaze-markup-0.8.2.2 \ + bsb-http-chunked-0.0.0.4 byteable-0.1.1 byteorder-1.0.4 \ + cabal-doctest-1.0.6_2 case-insensitive-1.2.0.11 cereal-0.5.8.0 \ + clock-0.7.2 colour-2.3.4 conduit-1.3.1 conduit-extra-1.3.0 \ + connection-0.2.8 cookie-0.4.4 cryptonite-0.25 \ + data-default-class-0.1.2.0 dlist-0.8.0.5 easy-file-0.2.2 \ + exceptions-0.10.0_2 fast-logger-2.4.13 file-embed-0.0.11 \ + fsnotify-0.3.0.1_1 hsc2hs-0.68.4_1 hashable-1.2.7.0_1 \ + hourglass-0.2.12 http-client-0.6.1 http-client-tls-0.3.5.3 \ + http-date-0.0.8 http-reverse-proxy-0.6.0 http-types-0.12.2 \ + http2-1.6.4 integer-logarithms-1.0.2.2 iproute-1.7.7 \ + libyaml-0.1.1.0 memory-0.14.18_1 mime-types-0.1.0.9 \ + mono-traversable-1.0.11.0 network-2.7.0.2_2 network-byte-order-0.0.0.0 \ + network-uri-2.6.1.0_1 old-locale-1.0.0.7_2 old-time-1.1.0.3_2 \ + optparse-applicative-0.14.3.0 pem-0.2.4 primitive-0.6.4.0_1 \ + project-template-0.2.0.1 psqueues-0.2.7.1 random-1.1_1 \ + resourcet-1.2.2 say-0.1.0.1 scientific-0.3.6.2 semigroups-0.18.5 \ + shakespeare-2.0.20 simple-sendfile-0.2.28 socks-0.5.6_1 \ + split-0.2.3.3_1 streaming-commons-0.2.1.0 tar-0.5.1.0_1 tagged-0.8.6 \ + th-abstraction-0.2.10.0 time-locale-compat-0.1.1.5 tls-1.4.1 \ + tls-session-manager-0.0.0.2 transformers-compat-0.6.2 \ + typed-process-0.2.4.0 unix-compat-0.5.1 unix-time-0.4.5 \ + unliftio-0.2.10 unliftio-core-0.1.2.0_1 \ + unordered-containers-0.2.10.0 uuid-types-1.0.3_1 vault-0.3.1.2 \ + vector-0.12.0.2 vector-algorithms-0.8.0.1 void-0.7.2 wai-3.2.2 \ + wai-extra-3.0.25 wai-logger-2.3.4 warp-3.2.26 warp-tls-3.2.4.3 \ + word8-0.1.3 x509-1.7.5 x509-store-1.6.7 x509-system-1.6.6 \ + x509-validation-1.6.11 yaml-0.11.0.0 zlib-0.6.2 + +EXECUTABLES= yesod -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/www/hs-yesod-bin/distinfo b/www/hs-yesod-bin/distinfo index 3ad59b0e8f9..9540b887f12 100644 --- a/www/hs-yesod-bin/distinfo +++ b/www/hs-yesod-bin/distinfo @@ -1,3 +1,247 @@ -TIMESTAMP = 1531832614 +TIMESTAMP = 1553697364 SHA256 (cabal/yesod-bin-1.6.0.3.tar.gz) = e4db295b4c651c205a1730df38501c217d9b600f3dbc1eea21d5fa47e832aedc SIZE (cabal/yesod-bin-1.6.0.3.tar.gz) = 22319 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/aeson-1.4.2.0/revision/1.cabal) = 8166752a9669597db375343df19805069595fed9c613f98504e418849f40fe18 +SIZE (cabal/aeson-1.4.2.0/revision/1.cabal) = 7007 +SHA256 (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = d755c2c0f2819cd7fe198a6aa58e60a88ae532cd69467e1111c8839b83c0ac03 +SIZE (cabal/ansi-terminal-0.9/ansi-terminal-0.9.tar.gz) = 34424 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = a630721bd57678c3bfeb6c703f8249e434cbf85f40daceec4660fb8c6725cb3e +SIZE (cabal/ansi-wl-pprint-0.6.8.2/ansi-wl-pprint-0.6.8.2.tar.gz) = 16491 +SHA256 (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 08d938b6b1a61690063b12dad47f899ce3f8d8f179480948b98af8e733016701 +SIZE (cabal/ansi-wl-pprint-0.6.8.2/revision/1.cabal) = 2178 +SHA256 (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = f6de4f1d1332d665057a9fd1af6b805f66cf04299b03f53696f3c9db4f7ff21f +SIZE (cabal/appar-0.1.7/appar-0.1.7.tar.gz) = 3997 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 5e96c151024e8bcaf4eaa932e16995872b2017f46124b967e155744d9580b425 +SIZE (cabal/auto-update-0.1.4/auto-update-0.1.4.tar.gz) = 8607 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c +SIZE (cabal/base64-bytestring-1.0.0.2/base64-bytestring-1.0.0.2.tar.gz) = 9830 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = ea0e944298dbbd692b41af4f15dbd1a1574aec7b8f91f38391d25106b143bb1b +SIZE (cabal/blaze-html-0.9.1.1/blaze-html-0.9.1.1.tar.gz) = 81502 +SHA256 (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = c6f0cf8fd707ba8c0b700e0c5ad6a1212c8b57d46a9cbdfb904d8bf585ad82e1 +SIZE (cabal/blaze-markup-0.8.2.2/blaze-markup-0.8.2.2.tar.gz) = 14458 +SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c +SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 +SHA256 (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = decaaa5a73eaabaf3c4f8c644bd7f6e3f428b6244e935c0cf105f75f9b24ed2d +SIZE (cabal/cabal-doctest-1.0.6/cabal-doctest-1.0.6.tar.gz) = 10007 +SHA256 (cabal/cabal-doctest-1.0.6/revision/2.cabal) = c0b4a5b1ff38d2867e7003b4be59f3bd7e8e204ab8c988d96d3a77472ae671cd +SIZE (cabal/cabal-doctest-1.0.6/revision/2.cabal) = 1408 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 886601978898d3a91412fef895e864576a7125d661e1f8abc49a2a08840e691f +SIZE (cabal/clock-0.7.2/clock-0.7.2.tar.gz) = 7465 +SHA256 (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 0f439f00b322ce3d551f28a4dd1520aa2c91d699de4cdc6d485b9b04be0dc5eb +SIZE (cabal/colour-2.3.4/colour-2.3.4.tar.gz) = 20418 +SHA256 (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = ae129b66ada785c43a693d3b260f0e7b2f01d79fbf04ae43f7341405455320d6 +SIZE (cabal/conduit-1.3.1/conduit-1.3.1.tar.gz) = 87476 +SHA256 (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 2c41c925fc53d9ba2e640c7cdca72c492b28c0d45f1a82e94baef8dfa65922ae +SIZE (cabal/conduit-extra-1.3.0/conduit-extra-1.3.0.tar.gz) = 32716 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 52f52e72ba48d60935932401c233a72bf45c582871238aecc5a18021ce67b47e +SIZE (cabal/easy-file-0.2.2/easy-file-0.2.2.tar.gz) = 12667 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2 +SIZE (cabal/fast-logger-2.4.13/fast-logger-2.4.13.tar.gz) = 10998 +SHA256 (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50 +SIZE (cabal/file-embed-0.0.11/file-embed-0.0.11.tar.gz) = 6469 +SHA256 (cabal/fsnotify-0.3.0.1/fsnotify-0.3.0.1.tar.gz) = ded2165f72a2b4971f941cb83ef7f58b200e3e04159be78da55ba6c5d35f6da5 +SIZE (cabal/fsnotify-0.3.0.1/fsnotify-0.3.0.1.tar.gz) = 20638 +SHA256 (cabal/fsnotify-0.3.0.1/revision/1.cabal) = 58bb530d7acf93eb4ed69473e32a1485581815f04f69dfc8a278523781ba49dd +SIZE (cabal/fsnotify-0.3.0.1/revision/1.cabal) = 2988 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = e69f4ff4a839df3e2b6d7dbb78bbba637456ea8ebb18dd74cefd992343f61f1f +SIZE (cabal/hsc2hs-0.68.4/hsc2hs-0.68.4.tar.gz) = 28109 +SHA256 (cabal/hsc2hs-0.68.4/revision/1.cabal) = 713092fccf64712b510ef1228695b14e1bf7ef0d1b2ce069776e0dcf894d4bf1 +SIZE (cabal/hsc2hs-0.68.4/revision/1.cabal) = 2437 +SHA256 (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = d4e7d809b6068148e15b15a9ea9da8379b5219562a45799260849c93952bd267 +SIZE (cabal/http-client-0.6.1/http-client-0.6.1.tar.gz) = 88984 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 0f4c6348487abe4f9d58e43d3c23bdefc7fd1fd5672effd3c7d84aaff05f5427 +SIZE (cabal/http-date-0.0.8/http-date-0.0.8.tar.gz) = 5322 +SHA256 (cabal/http-reverse-proxy-0.6.0/http-reverse-proxy-0.6.0.tar.gz) = fb1c913111478384c4f23647810b8c3c01c79e9276a08a1ea46215e4a42dd1a8 +SIZE (cabal/http-reverse-proxy-0.6.0/http-reverse-proxy-0.6.0.tar.gz) = 10538 +SHA256 (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 523102d7ba8923e1b399cfd2a1c821e858146ecd934fc147c3acd0fd2b2f9305 +SIZE (cabal/http-types-0.12.2/http-types-0.12.2.tar.gz) = 13552 +SHA256 (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 2fcadd614cb8fa031e23a0fae096be76b08af7bbd525dc67096bd575cc3f1e66 +SIZE (cabal/http2-1.6.4/http2-1.6.4.tar.gz) = 5192632 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = e6a3fe4a6f2a78fcee0f98255f97232d8b6b9b1fa48faee3bef96f0b462a4b3d +SIZE (cabal/iproute-1.7.7/iproute-1.7.7.tar.gz) = 13253 +SHA256 (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 6a034047f45c2f5d3acb8a5b0852075bd4b4f7d6a222a992f45afac152b55f5f +SIZE (cabal/libyaml-0.1.1.0/libyaml-0.1.1.0.tar.gz) = 63160 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3bb6f1110d9ac16a18f0c2d5921af584044e667e46fcfbdebd7a1e74e329de71 +SIZE (cabal/network-byte-order-0.0.0.0/network-byte-order-0.0.0.0.tar.gz) = 3188 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 1ccb158b0f7851715d36b757c523b026ca1541e2030d02239802ba39b4112bc1 +SIZE (cabal/old-time-1.1.0.3/old-time-1.1.0.3.tar.gz) = 74219 +SHA256 (cabal/old-time-1.1.0.3/revision/2.cabal) = c91fbb3ee73d20ccd015842b30f1f29a304893ebe0ae3128b7bbc13d5bb0d4c8 +SIZE (cabal/old-time-1.1.0.3/revision/2.cabal) = 1328 +SHA256 (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 72476302fe555a508917b2d7d6121c7b58ea5434cdc08aeb5d4b652e8f0e7663 +SIZE (cabal/optparse-applicative-0.14.3.0/optparse-applicative-0.14.3.0.tar.gz) = 53480 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/project-template-0.2.0.1/project-template-0.2.0.1.tar.gz) = eb52496fa7448f5fed445525c05327b31a45282fc1d0a772c7022a9809e7c9dc +SIZE (cabal/project-template-0.2.0.1/project-template-0.2.0.1.tar.gz) = 8321 +SHA256 (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 047e42ecd50d09fef99d1db9f8b1e511b64ea4b41afc435ad5fdd373d2ea8ec1 +SIZE (cabal/psqueues-0.2.7.1/psqueues-0.2.7.1.tar.gz) = 27384 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/say-0.1.0.1/say-0.1.0.1.tar.gz) = f639656fc21925c45f3f55769b9fb7a90699e943376a725e215a5deea473b3e4 +SIZE (cabal/say-0.1.0.1/say-0.1.0.1.tar.gz) = 5931 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = ab2a96af6e81e31b909c37ba65f436f1493dbf387cfe0de10b6586270c4ce29d +SIZE (cabal/semigroups-0.18.5/semigroups-0.18.5.tar.gz) = 20162 +SHA256 (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = f50ebff8e585851a1e3af36885d6a6d1218b19dcde1d7459f02272d6925d9e03 +SIZE (cabal/shakespeare-2.0.20/shakespeare-2.0.20.tar.gz) = 65695 +SHA256 (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = a9800b79d41c3896181c93b3805135440bca31b5524a33303b7e32aa1bb29870 +SIZE (cabal/simple-sendfile-0.2.28/simple-sendfile-0.2.28.tar.gz) = 343120 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/socks-0.5.6/revision/1.cabal) = 765b6ba4996fda7bbf561a2bb7ad2a37087dfe0691a31fe2077caf4ed5f7c6a5 +SIZE (cabal/socks-0.5.6/revision/1.cabal) = 1254 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = c89d697b6472b739db50e61201251fcaf8a8f5b595b1d9a488d395d7d5ce4b68 +SIZE (cabal/tar-0.5.1.0/tar-0.5.1.0.tar.gz) = 39271 +SHA256 (cabal/tar-0.5.1.0/revision/1.cabal) = 9d18d14f4121a9f13806b06efe1c5bbf967cfa3a4006f3c056c23156355fcdd3 +SIZE (cabal/tar-0.5.1.0/revision/1.cabal) = 4733 +SHA256 (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = c9dbffcaa4ed04f257427e61da135797190b572d4e37662f7821844cbd2114af +SIZE (cabal/th-abstraction-0.2.10.0/th-abstraction-0.2.10.0.tar.gz) = 29620 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = c586ccfd8da578ed2174352bea1952f55fe38023e476f851d7f0ed428aa57567 +SIZE (cabal/tls-session-manager-0.0.0.2/tls-session-manager-0.0.0.2.tar.gz) = 3183 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +SIZE (cabal/unix-compat-0.5.1/unix-compat-0.5.1.tar.gz) = 13218 +SHA256 (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = fe7805c62ad682589567afeee265e6e230170c3941cdce479a2318d1c5088faf +SIZE (cabal/unix-time-0.4.5/unix-time-0.4.5.tar.gz) = 51731 +SHA256 (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 141d6e858f3c340c881d9853a38076ca09306e45a02fffc36885b9ee11cf1b5c +SIZE (cabal/unliftio-0.2.10/unliftio-0.2.10.tar.gz) = 42075 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 9e00e52ec0b054cfb9b1e44d8ce2eefb499cc1dcd4bcdd0d434b370d635e551c +SIZE (cabal/vault-0.3.1.2/vault-0.3.1.2.tar.gz) = 5307 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/void-0.7.2/void-0.7.2.tar.gz) = d3fffe66a03e4b53db1e459edf75ad8402385a817cae415d857ec0b03ce0cf2b +SIZE (cabal/void-0.7.2/void-0.7.2.tar.gz) = 5563 +SHA256 (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 2a64d54901d7bcc3c59dd94dcc99b5dcbbb95b4ec9176e677877888526c17fe1 +SIZE (cabal/wai-3.2.2/wai-3.2.2.tar.gz) = 10176 +SHA256 (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = def0216fdad1da6015fc076c1405a65ffae6fc8a673fd79e79587acb630d5f31 +SIZE (cabal/wai-extra-3.0.25/wai-extra-3.0.25.tar.gz) = 62734 +SHA256 (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 93fe191310c4054ccf5ad8c431e9075646b0d2b7405faf697640461c72789600 +SIZE (cabal/wai-logger-2.3.4/wai-logger-2.3.4.tar.gz) = 5771 +SHA256 (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 4ca338568a3b867e36d6f01255bf562429f25d8f1373e79122881bcd461803e9 +SIZE (cabal/warp-3.2.26/warp-3.2.26.tar.gz) = 78477 +SHA256 (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 84cd511e32019ba5bef07b0e8a3550b2da06d534bf3df1673d14a5ec4a12f29d +SIZE (cabal/warp-tls-3.2.4.3/warp-tls-3.2.4.3.tar.gz) = 7366 +SHA256 (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 2630934c75728bfbf390c1f0206b225507b354f68d4047b06c018a36823b5d8a +SIZE (cabal/word8-0.1.3/word8-0.1.3.tar.gz) = 6271 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = e66466cd29a4d256c3dd4dd4ab366033dbc5fa1fb67fdc6f7ac7aa3f161527bf +SIZE (cabal/yaml-0.11.0.0/yaml-0.11.0.0.tar.gz) = 26529 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/www/hs-yesod-bin/files/patch-yesod-bin.cabal b/www/hs-yesod-bin/files/patch-yesod-bin.cabal index 013dc826119..c96db4007b0 100644 --- a/www/hs-yesod-bin/files/patch-yesod-bin.cabal +++ b/www/hs-yesod-bin/files/patch-yesod-bin.cabal @@ -1,11 +1,21 @@ --- yesod-bin.cabal.orig 2018-05-13 12:13:32 UTC +++ yesod-bin.cabal -@@ -43,7 +43,7 @@ executable yesod +@@ -1,5 +1,6 @@ + name: yesod-bin + version: 1.6.0.3 ++x-revision: 4 + license: MIT + license-file: LICENSE + author: Michael Snoyman +@@ -43,9 +44,9 @@ executable yesod , zlib >= 0.5 , tar >= 0.4 && < 0.6 , unordered-containers - , yaml >= 0.8 && < 0.9 + , yaml >= 0.8 && < 0.12 , optparse-applicative >= 0.11 - , fsnotify >= 0.0 && < 0.3 +- , fsnotify >= 0.0 && < 0.3 ++ , fsnotify >= 0.0 && < 0.4 , split >= 0.2 && < 0.3 + , file-embed + , conduit >= 1.3 diff --git a/www/hs-yesod-core/Makefile b/www/hs-yesod-core/Makefile deleted file mode 100644 index 5441bc71892..00000000000 --- a/www/hs-yesod-core/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-core -PORTVERSION= 1.6.4 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Creation of type-safe, RESTful web applications - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson>=0.5 auto-update blaze-builder>=0.2.1.4 blaze-html>=0.5 \ - blaze-markup>=0.5.1 case-insensitive>=0.2 cereal>=0.3 \ - clientsession>=0.9.1 conduit>=1.2 conduit-extra cookie>=0.4.1 \ - data-default deepseq-generics exceptions>=0.6 fast-logger>=2.2 http-types>=0.7 \ - lifted-base>=0.1.2 monad-control>=0.3 monad-logger>=0.3.1 mtl \ - mwc-random old-locale>=1.0.0.2 path-pieces>=0.1.2 \ - primitive random>=1.0.0.2 resourcet>=0.4.9 safe semigroups \ - shakespeare>=2.0 transformers-base>=0.4 unix-compat unliftio \ - unordered-containers>=0.2 vector>=0.9 wai>=3.0 \ - wai-extra>=3.0.5 wai-logger>=0.2 warp>=3.0.2 word8 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-core/distinfo b/www/hs-yesod-core/distinfo deleted file mode 100644 index ab9aed5ec22..00000000000 --- a/www/hs-yesod-core/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525033997 -SHA256 (cabal/yesod-core-1.6.4.tar.gz) = 8d7e42b70f18ee7a154d351df0bd3b6b025598f593598817ae88d6bb22092727 -SIZE (cabal/yesod-core-1.6.4.tar.gz) = 94604 diff --git a/www/hs-yesod-core/pkg-descr b/www/hs-yesod-core/pkg-descr deleted file mode 100644 index 351f8ff16e9..00000000000 --- a/www/hs-yesod-core/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Yesod is a framework designed to foster creation of RESTful web -application that have strong compile-time guarantees of correctness. It -also affords space efficient code and portability to many deployment -backends, from CGI to stand-alone serving. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile deleted file mode 100644 index 85cf194b5ba..00000000000 --- a/www/hs-yesod-form/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-form -PORTVERSION= 1.6.1 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Form handling support for Yesod Web Framework - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson attoparsec>=0.10 blaze-builder>=0.2.1.4 blaze-html>=0.5 \ - blaze-markup>=0.5.1 byteable data-default email-validate>=1.0 \ - network>=2.6 network-uri>=2.6 persistent resourcet semigroups \ - shakespeare>=2.0 wai>=1.3 xss-sanitize>=0.3.0.1 \ - yesod-core>=1.4 yesod-persistent>=1.4 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-form/distinfo b/www/hs-yesod-form/distinfo deleted file mode 100644 index b0186c2e1c6..00000000000 --- a/www/hs-yesod-form/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525181435 -SHA256 (cabal/yesod-form-1.6.1.tar.gz) = b8ff14eafff4bb6c2b01b235e8ebeafe9802f545979c1c1227076b06edd3f616 -SIZE (cabal/yesod-form-1.6.1.tar.gz) = 32873 diff --git a/www/hs-yesod-form/pkg-descr b/www/hs-yesod-form/pkg-descr deleted file mode 100644 index 249a85642fe..00000000000 --- a/www/hs-yesod-form/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Form handling support for Yesod Web Framework. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod-persistent/Makefile b/www/hs-yesod-persistent/Makefile deleted file mode 100644 index b4d2b7ba93f..00000000000 --- a/www/hs-yesod-persistent/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-persistent -PORTVERSION= 1.6.0.1 -PORTREVISION= 1 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Some helpers for using Persistent from Yesod - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= blaze-builder conduit persistent persistent-template \ - resource-pool resourcet yesod-core - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-persistent/distinfo b/www/hs-yesod-persistent/distinfo deleted file mode 100644 index c70cc441bb3..00000000000 --- a/www/hs-yesod-persistent/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1546104685 -SHA256 (cabal/yesod-persistent-1.6.0.1.tar.gz) = 748acc0a08e371548920a1b5e2e8b2c95b95014becd63acf259712d306a9bd4f -SIZE (cabal/yesod-persistent-1.6.0.1.tar.gz) = 5028 diff --git a/www/hs-yesod-persistent/pkg-descr b/www/hs-yesod-persistent/pkg-descr deleted file mode 100644 index 1e35a2d32d7..00000000000 --- a/www/hs-yesod-persistent/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Some helpers for using Persistent from Yesod. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod-static/Makefile b/www/hs-yesod-static/Makefile deleted file mode 100644 index ed26cd65755..00000000000 --- a/www/hs-yesod-static/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-static -PORTVERSION= 1.6.0 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Static file serving subsite for Yesod Web Framework - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= async attoparsec>=0.10 base64-bytestring>=0.1.0.1 \ - blaze-builder>=0.3 byteable>=0.1 conduit>=0.5 conduit-extra \ - cryptohash>=0.11 cryptohash-conduit>=0.1 cryptonite-conduit \ - css-text>=0.1.2 data-default file-embed>=0.0.4.1 hashable>=1.1 \ - hjsmin http-types>=0.7 mime-types>=0.1 old-time>=1.0 \ - resourcet>=0.4 unix-compat>=0.2 unordered-containers>=0.2 \ - wai>=1.3 wai-app-static>=3.1 yesod-core>=1.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-static/distinfo b/www/hs-yesod-static/distinfo deleted file mode 100644 index da2a619eade..00000000000 --- a/www/hs-yesod-static/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525169575 -SHA256 (cabal/yesod-static-1.6.0.tar.gz) = bd0bf5924bb9c27fe24047816018158e92fc687053c190221af2f03bac94880e -SIZE (cabal/yesod-static-1.6.0.tar.gz) = 25416 diff --git a/www/hs-yesod-static/pkg-descr b/www/hs-yesod-static/pkg-descr deleted file mode 100644 index 8ed862ee867..00000000000 --- a/www/hs-yesod-static/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Static file serving subsite for Yesod Web Framework. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod-test/Makefile b/www/hs-yesod-test/Makefile deleted file mode 100644 index d6b148b4364..00000000000 --- a/www/hs-yesod-test/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod-test -PORTVERSION= 1.6.4 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Integration testing for WAI/Yesod Applications - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= attoparsec>=0.10 blaze-builder blaze-html>=0.5 \ - blaze-markup>=0.5.1 case-insensitive>=0.2 cookie \ - hspec-core>=2.0 html-conduit>=0.1 http-types>=0.7 HUnit>=1.2 \ - monad-control network>=2.2 persistent>=1.0 pretty-show wai>=3.0 \ - wai-extra xml-conduit>=1.0 xml-types>=0.3 yesod-core>=1.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod-test/distinfo b/www/hs-yesod-test/distinfo deleted file mode 100644 index 78e1b45aace..00000000000 --- a/www/hs-yesod-test/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525176699 -SHA256 (cabal/yesod-test-1.6.4.tar.gz) = cffa1639237646836be0ead1bc0b1787a3fccb384cbb7e77dcbcf54c1ed3b95b -SIZE (cabal/yesod-test-1.6.4.tar.gz) = 21745 diff --git a/www/hs-yesod-test/pkg-descr b/www/hs-yesod-test/pkg-descr deleted file mode 100644 index 67e88088a2d..00000000000 --- a/www/hs-yesod-test/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Behaviour Oriented integration Testing for Yesod Applications. - -WWW: https://www.yesodweb.com/ diff --git a/www/hs-yesod/Makefile b/www/hs-yesod/Makefile deleted file mode 100644 index bd5b8447dd6..00000000000 --- a/www/hs-yesod/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= yesod -PORTVERSION= 1.6.0 -PORTREVISION= 2 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Creation of type-safe, RESTful web applications - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= aeson blaze-html>=0.5 blaze-markup>=0.5.1 conduit-extra \ - data-default fast-logger monad-control>=0.3 monad-logger \ - safe shakespeare>=2.0 streaming-commons \ - unordered-containers wai>=1.3 wai-extra>=1.3 wai-logger \ - warp>=1.3 yaml yesod-auth>=1.4 yesod-core>=1.4 \ - yesod-form>=1.3 yesod-persistent>=1.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/www/hs-yesod/distinfo b/www/hs-yesod/distinfo deleted file mode 100644 index 770ac6ad21e..00000000000 --- a/www/hs-yesod/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1525179938 -SHA256 (cabal/yesod-1.6.0.tar.gz) = 8a242ffe1df10bc2c5dffb6e255ad21b11e96a9c4794bac20504b67f973da773 -SIZE (cabal/yesod-1.6.0.tar.gz) = 9072 diff --git a/www/hs-yesod/pkg-descr b/www/hs-yesod/pkg-descr deleted file mode 100644 index 74f244583f4..00000000000 --- a/www/hs-yesod/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -A RESTful web framework with strong compile-time guarantees of correctness. -It also affords space efficient code, highly concurrent loads, and -portability to many deployment backends (via the wai package), from CGI -to stand-alone serving. Yesod also focuses on developer productivity. -Yesod integrates well with tools for all your basic web development (wai, -persistent, and shakespeare/hamlet). - -WWW: https://www.yesodweb.com/ diff --git a/www/py-cherrypy-old/Makefile b/www/py-cherrypy-old/Makefile deleted file mode 100644 index b432ff72ff1..00000000000 --- a/www/py-cherrypy-old/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Nicola Vitale -# $FreeBSD$ - -PORTNAME= cherrypy -PORTVERSION= 2.3.0 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= www python -MASTER_SITES= http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -old -DISTNAME= CherryPy-${PORTVERSION:C/\.b$/beta/} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Pythonic, object-oriented web development framework - -LICENSE= BSD3CLAUSE - -DEPRECATED= Lates version is in tree and no dependent ports -EXPIRATION_DATE=2019-05-08 - -USES= python:2.7 -USE_PYTHON= autoplist distutils - -PORTSCOUT= ignore:1 # This the last version of 2.3.X branch - -.include diff --git a/www/py-cherrypy-old/distinfo b/www/py-cherrypy-old/distinfo deleted file mode 100644 index 7b189b7703f..00000000000 --- a/www/py-cherrypy-old/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (CherryPy-2.3.0.tar.gz) = a41e1b31ab723f50223b303991bb4e1a420a05deb2f4ab923a2ceadece4854cf -SIZE (CherryPy-2.3.0.tar.gz) = 241999 diff --git a/www/py-cherrypy-old/pkg-descr b/www/py-cherrypy-old/pkg-descr deleted file mode 100644 index d4855416b08..00000000000 --- a/www/py-cherrypy-old/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -CherryPy is a pythonic, object-oriented web development framework. - -CherryPy allows developers to build web applications in much the same -way they would build any other object-oriented Python program. -This usually results in smaller source code developed in less time. - -CherryPy is now more than three years old and it is has proven very -fast and stable. It is being used in production by many sites, from -the simplest ones to the most demanding ones. - -WWW: http://www.cherrypy.org/ diff --git a/www/varnish-libvmod-maxminddb/Makefile b/www/varnish-libvmod-maxminddb/Makefile index b56704c685d..09948fd71dc 100644 --- a/www/varnish-libvmod-maxminddb/Makefile +++ b/www/varnish-libvmod-maxminddb/Makefile @@ -14,7 +14,8 @@ BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb -USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish +USES= autoreconf compiler:c11 gmake libtool pkgconfig \ + python:2.7,build varnish GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip diff --git a/x11-fm/fsv2/Makefile b/x11-fm/fsv2/Makefile index 4c2c2564633..95db5836995 100644 --- a/x11-fm/fsv2/Makefile +++ b/x11-fm/fsv2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgtkgl-2.0.so:x11-toolkits/gtkglarea2 \ libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl -USES= tar:bzip2 libtool gettext-runtime pkgconfig +USES= compiler:c++11-lang tar:bzip2 libtool gettext-runtime pkgconfig USE_GNOME= gtkmm24 atkmm glibmm pangomm cairomm libsigc++20 gtk20 atk cairo \ gdkpixbuf2 USE_GL= gl glu diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index acdd88cae57..7f46d487f1a 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -60,16 +60,6 @@ SUBDIR += gtksourceview4 SUBDIR += gtksourceviewmm3 SUBDIR += hippo-canvas - SUBDIR += hs-GLURaw - SUBDIR += hs-GLUT - SUBDIR += hs-OpenGL - SUBDIR += hs-OpenGLRaw - SUBDIR += hs-gtk - SUBDIR += hs-gtk2hs - SUBDIR += hs-gtksourceview2 - SUBDIR += hs-pango - SUBDIR += hs-vte - SUBDIR += hs-wxdirect SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile deleted file mode 100644 index c2e33d7f40f..00000000000 --- a/x11-toolkits/hs-GLURaw/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= GLURaw -PORTVERSION= 2.0.0.4 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Raw binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenGLRaw>=2.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-GLURaw/distinfo b/x11-toolkits/hs-GLURaw/distinfo deleted file mode 100644 index 2ef6947485d..00000000000 --- a/x11-toolkits/hs-GLURaw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1523908514 -SHA256 (cabal/GLURaw-2.0.0.4.tar.gz) = b863fd5cb26b1a37afb66ef8a81c0335bc073d33b0a67ec5190dfc62cb885dc4 -SIZE (cabal/GLURaw-2.0.0.4.tar.gz) = 10557 diff --git a/x11-toolkits/hs-GLURaw/pkg-descr b/x11-toolkits/hs-GLURaw/pkg-descr deleted file mode 100644 index ab020ac46af..00000000000 --- a/x11-toolkits/hs-GLURaw/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. -It is basically a 1:1 mapping of GLU's C API, intended as a basis for a -nicer interface. OpenGL is the industry's most widely used and -supported 2D and 3D graphics application programming interface (API), -incorporating a broad set of rendering, texture mapping, special -effects, and other powerful visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile deleted file mode 100644 index 7b87e6473a8..00000000000 --- a/x11-toolkits/hs-GLUT/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Volker Stolz -# $FreeBSD$ - -PORTNAME= GLUT -PORTVERSION= 2.7.0.14 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenGL Utility Toolkit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1 -USE_GL= glut - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-GLUT/distinfo b/x11-toolkits/hs-GLUT/distinfo deleted file mode 100644 index 1e060f403b0..00000000000 --- a/x11-toolkits/hs-GLUT/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545837059 -SHA256 (cabal/GLUT-2.7.0.14.tar.gz) = 5cf8f7700a6b6ac33e39b2d7bd300679a245ff7c1498eb423901134f9d302106 -SIZE (cabal/GLUT-2.7.0.14.tar.gz) = 655029 diff --git a/x11-toolkits/hs-GLUT/pkg-descr b/x11-toolkits/hs-GLUT/pkg-descr deleted file mode 100644 index 2cac6daac6d..00000000000 --- a/x11-toolkits/hs-GLUT/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell binding for the OpenGL Utility Toolkit, a window system -independent toolkit for writing OpenGL programs. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile deleted file mode 100644 index 6f39dc5191e..00000000000 --- a/x11-toolkits/hs-OpenGL/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Volker Stolz -# $FreeBSD$ - -PORTNAME= OpenGL -PORTVERSION= 3.0.2.2 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= GLURaw>=1.3 ObjectName>=1.1 OpenGLRaw>=2.1 StateVar>=1.1 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-OpenGL/distinfo b/x11-toolkits/hs-OpenGL/distinfo deleted file mode 100644 index 286163ef85f..00000000000 --- a/x11-toolkits/hs-OpenGL/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545656184 -SHA256 (cabal/OpenGL-3.0.2.2.tar.gz) = 4cba40fe8eecee67c8251556b4c05d9e98256c11d49c20e914f8232bfae67da7 -SIZE (cabal/OpenGL-3.0.2.2.tar.gz) = 130711 diff --git a/x11-toolkits/hs-OpenGL/pkg-descr b/x11-toolkits/hs-OpenGL/pkg-descr deleted file mode 100644 index 92ed6418f07..00000000000 --- a/x11-toolkits/hs-OpenGL/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A Haskell binding for the OpenGL graphics system (GL, version 4.5) and -its accompanying utility library (GLU, version 1.3). - -OpenGL is the industry's most widely used and supported 2D and 3D -graphics application programming interface (API), incorporating a broad -set of rendering, texture mapping, special effects, and other powerful -visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile deleted file mode 100644 index 00324da411b..00000000000 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $FreeBSD$ - -PORTNAME= OpenGLRaw -PORTVERSION= 3.3.1.0 -PORTREVISION= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Raw binding for the OpenGL graphics system - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= fixed half -USE_GL= gl glut - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-OpenGLRaw/distinfo b/x11-toolkits/hs-OpenGLRaw/distinfo deleted file mode 100644 index a7b484b80ea..00000000000 --- a/x11-toolkits/hs-OpenGLRaw/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1545561651 -SHA256 (cabal/OpenGLRaw-3.3.1.0.tar.gz) = 6b0745f6d421f658b57c13bfdbae014c0aa6871a98e11e98908d4a04461f1cf5 -SIZE (cabal/OpenGLRaw-3.3.1.0.tar.gz) = 858858 diff --git a/x11-toolkits/hs-OpenGLRaw/pkg-descr b/x11-toolkits/hs-OpenGLRaw/pkg-descr deleted file mode 100644 index 4c9981fb366..00000000000 --- a/x11-toolkits/hs-OpenGLRaw/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system -and lots of OpenGL extensions. It is basically a 1:1 mapping of -OpenGL's C API, intended as a basis for a nicer interface. OpenGLRaw -offers access to all necessary functions, tokens and types plus a -general facility for loading extension entries. The module hierarchy -closely mirrors the naming structure of the OpenGL extensions, making it -easy to find the right module to import. All API entries are loaded -dynamically, so no special C header files are needed for building this -package. If an API entry is not found at runtime, a userError is -thrown. - -OpenGL is the industry's most widely used and supported 2D and 3D -graphics application programming interface (API), incorporating a broad -set of rendering, texture mapping, special effects, and other powerful -visualization functions. - -WWW: http://www.haskell.org/haskellwiki/Opengl diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile deleted file mode 100644 index a6794a51645..00000000000 --- a/x11-toolkits/hs-gtk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtk -PORTVERSION= 0.14.9 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Gtk+ graphical user interface library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo>=0.13.0.0 gio>=0.13.0 glib>=0.13.0.0 mtl \ - pango>=0.13.0.0 -USE_GNOME= gtk20 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo deleted file mode 100644 index 3a319f7b2d3..00000000000 --- a/x11-toolkits/hs-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524938622 -SHA256 (cabal/gtk-0.14.9.tar.gz) = bff7cdc93d66a3be9db038018c1315445411846beaa519f48107a8c7ab371fce -SIZE (cabal/gtk-0.14.9.tar.gz) = 677659 diff --git a/x11-toolkits/hs-gtk/pkg-descr b/x11-toolkits/hs-gtk/pkg-descr deleted file mode 100644 index 15b9bf7e120..00000000000 --- a/x11-toolkits/hs-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the core library of the Gtk2Hs suite of libraries for Haskell based on -Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating -graphical user interfaces. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile deleted file mode 100644 index 900d57995f4..00000000000 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Oliver Braun -# $FreeBSD$ - -PORTNAME= gtk2hs -PORTVERSION= 0.13.2.2 -PORTREVISION= 4 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= GTK2 Binding for Haskell - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -METAPORT= yes -USE_CABAL= glib gio cairo pango gtk - -FLAGS_DEFINE= GCONF GTKSOURCEVIEW2 SVGCAIRO VTE WEBKIT - -GCONF_DESC= GConf2 configuration system -GCONF_FLAG_CABAL= gconf - -GTKSOURCEVIEW2_DESC= Source code editor -GTKSOURCEVIEW2_FLAG_CABAL= gtksourceview2 - -SVGCAIRO_DESC= Cairo SVG loader -SVGCAIRO_FLAG_CABAL= svgcairo - -VTE_DESC= Terminal emulator -VTE_FLAG_CABAL= vte - -WEBKIT_DESC= WebKit rendering engine -WEBKIT_FLAG_CABAL= webkit - -.include "../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-gtk2hs/pkg-descr b/x11-toolkits/hs-gtk2hs/pkg-descr deleted file mode 100644 index f7f0a3b7370..00000000000 --- a/x11-toolkits/hs-gtk2hs/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gtk2Hs is a GUI library for Haskell based on Gtk+. Gtk+ is an extensive and -mature multi-platform toolkit for creating graphical user interfaces. - -Gtk2Hs features: - - * Automatic memory management. - * Nearly complete coverage of the Gtk+ API. - * Unicode support. - * Extensive reference documentation. - * Support for several related GtK+ and Gnome modules: - o the cairo vector graphics library. - o rendering of SVG images using cairo (via librsvg) - o GConf for storing application preferences. - o SourceView, an editor widget with syntax highlighting. - o the Mozilla browser rendering engine in a Gtk+ widget - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile deleted file mode 100644 index 53e342c20de..00000000000 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtksourceview2 -PORTVERSION= 0.13.3.1 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the GtkSourceView library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13 gtk>=0.13.0.0 mtl -USE_GNOME= gtksourceview2 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-gtksourceview2/distinfo b/x11-toolkits/hs-gtksourceview2/distinfo deleted file mode 100644 index 7faca4e021d..00000000000 --- a/x11-toolkits/hs-gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625640 -SHA256 (cabal/gtksourceview2-0.13.3.1.tar.gz) = a1c5ebc07faa5b2809d424b3ded5e9cfa0a5338b51c7989e2a0271d016c5fe53 -SIZE (cabal/gtksourceview2-0.13.3.1.tar.gz) = 45713 diff --git a/x11-toolkits/hs-gtksourceview2/pkg-descr b/x11-toolkits/hs-gtksourceview2/pkg-descr deleted file mode 100644 index 1ef0ceb7e6c..00000000000 --- a/x11-toolkits/hs-gtksourceview2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget -GtkTextView. It improves GtkTextView by implementing syntax highlighting and -other features typical of a source editor. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile deleted file mode 100644 index daec2457a79..00000000000 --- a/x11-toolkits/hs-pango/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pango -PORTVERSION= 0.13.5.0 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Pango text rendering engine - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= cairo>=0.13.0.0 glib>=0.13.0.0 mtl -USE_GNOME= pango - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-pango/distinfo b/x11-toolkits/hs-pango/distinfo deleted file mode 100644 index 537456e3ad5..00000000000 --- a/x11-toolkits/hs-pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524851066 -SHA256 (cabal/pango-0.13.5.0.tar.gz) = bf59b9273134e5d1c9c648a253e5a766cd1ef51afc2216175bce21a15b6d49e8 -SIZE (cabal/pango-0.13.5.0.tar.gz) = 52797 diff --git a/x11-toolkits/hs-pango/pkg-descr b/x11-toolkits/hs-pango/pkg-descr deleted file mode 100644 index d2356f48d21..00000000000 --- a/x11-toolkits/hs-pango/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package provides a wrapper around the Pango C library that allows -high-quality rendering of Unicode text. It can be used either with -Cairo to output text in PDF, PS or other documents or with Gtk+ to -display text on-screen. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile deleted file mode 100644 index 325425a6708..00000000000 --- a/x11-toolkits/hs-vte/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= vte -PORTVERSION= 0.13.1.1 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the VTE library - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= glib>=0.13.0.0 gtk>=0.13.0.0 mtl pango>=0.13.0.0 -USE_GNOME= vte - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-vte/distinfo b/x11-toolkits/hs-vte/distinfo deleted file mode 100644 index 93583dc681f..00000000000 --- a/x11-toolkits/hs-vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625641 -SHA256 (cabal/vte-0.13.1.1.tar.gz) = c38699a626af47be2c15ddcc7c9070fe5b9999fee73e3b479d1bafb96cdd5231 -SIZE (cabal/vte-0.13.1.1.tar.gz) = 28931 diff --git a/x11-toolkits/hs-vte/pkg-descr b/x11-toolkits/hs-vte/pkg-descr deleted file mode 100644 index f075178ba4a..00000000000 --- a/x11-toolkits/hs-vte/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The VTE library inserts terminal capability strings into a trie, and then -uses it to determine if data received from a pseudo-terminal is a control -sequence or just random data. The sample program "interpret" illustrates -more or less what the widget sees after it filters incoming data. - -WWW: http://projects.haskell.org/gtk2hs/ diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile deleted file mode 100644 index 6d5d1f6e7c3..00000000000 --- a/x11-toolkits/hs-wxdirect/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -PORTNAME= wxdirect -PORTVERSION= 0.92.3.0 -PORTREVISION= 5 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Helper tool for building wxHaskell - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= dos2unix -USE_CABAL= strict - -EXECUTABLE= wxdirect - -post-patch:: - @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"|' \ - ${WRKSRC}/src/ParseC.hs - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11-toolkits/hs-wxdirect/distinfo b/x11-toolkits/hs-wxdirect/distinfo deleted file mode 100644 index 8623589f11b..00000000000 --- a/x11-toolkits/hs-wxdirect/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499446016 -SHA256 (cabal/wxdirect-0.92.3.0.tar.gz) = 03c60f604347dcfb1fb8cf65b4d0a487b5c2c868e4896f03ce5edd12d81e367a -SIZE (cabal/wxdirect-0.92.3.0.tar.gz) = 30586 diff --git a/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal b/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal deleted file mode 100644 index c66c2152b35..00000000000 --- a/x11-toolkits/hs-wxdirect/files/patch-wxdirect.cabal +++ /dev/null @@ -1,17 +0,0 @@ ---- wxdirect.cabal.orig 2018-12-23 10:54:50 UTC -+++ wxdirect.cabal -@@ -53,12 +53,12 @@ executable wxdirect - strict, - time >= 1.0, - filepath < 1.5, -- process >= 1.1 && < 1.5 -+ process >= 1.1 && < 1.7 - - if flag(splitBase) - build-depends: - base >= 4 && < 5, -- containers >= 0.2 && < 0.6 -+ containers >= 0.2 && < 0.7 - else - build-depends: - base >= 3 && < 4, diff --git a/x11-toolkits/hs-wxdirect/pkg-descr b/x11-toolkits/hs-wxdirect/pkg-descr deleted file mode 100644 index 31bf09fc9ca..00000000000 --- a/x11-toolkits/hs-wxdirect/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -wxHaskell is a portable and native GUI library for Haskell. It is built -on top of wxWidgets, a comprehensive C++ library that is portable across -all major GUI platforms, including GTK, Windows, X11, and MacOS X. - -WWW: http://haskell.org/haskellwiki/WxHaskell diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index 1a0ce417d9c..6217b67962d 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -4,7 +4,7 @@ PORTNAME= stumpwm DISTVERSION= 18.11-2 DISTVERSIONSUFFIX= -g84f093e -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm lisp MAINTAINER= jrm@FreeBSD.org diff --git a/x11/Makefile b/x11/Makefile index 634829addc7..bbd88636ac4 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -98,8 +98,6 @@ SUBDIR += guake SUBDIR += gxkb SUBDIR += hhpc - SUBDIR += hs-X11 - SUBDIR += hs-X11-xft SUBDIR += hs-xmobar SUBDIR += hsetroot SUBDIR += i3blocks diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile index 7d1e85ca9b0..cf5658960d1 100644 --- a/x11/bemenu/Makefile +++ b/x11/bemenu/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= bemenu -DISTVERSION= 0.1.0-11 -DISTVERSIONSUFFIX= -g6cc18e3 +DISTVERSION= 0.1.0-14 +DISTVERSIONSUFFIX= -g121367b CATEGORIES= x11 wayland MAINTAINER= tobik@FreeBSD.org @@ -13,21 +13,19 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE-CLIENT LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSE-LIB -USES= cmake +USES= cmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= Cloudef USE_LDCONFIG= yes -LDFLAGS+= -Wl,--as-needed +LDFLAGS+= -pthread -Wl,--as-needed -OPTIONS_DEFINE= BEMENU_RUN OPTIONS_DEFAULT= ${OPTIONS_MULTI_BACKEND} OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= NCURSES WAYLAND X11 OPTIONS_SUB= yes BACKEND_DESC= Backend -BEMENU_RUN_DESC= Install bemenu-run (not recommended) NCURSES_CMAKE_BOOL= BEMENU_CURSES_RENDERER NCURSES_CMAKE_ON= -DCURSES_FOUND:BOOL=yes \ diff --git a/x11/bemenu/distinfo b/x11/bemenu/distinfo index a7959630c94..dd7390c7aba 100644 --- a/x11/bemenu/distinfo +++ b/x11/bemenu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556083947 -SHA256 (Cloudef-bemenu-0.1.0-11-g6cc18e3_GH0.tar.gz) = abd734b01bf3c290b880c46635bacee6c11b464adff5e841ba662406f5045d65 -SIZE (Cloudef-bemenu-0.1.0-11-g6cc18e3_GH0.tar.gz) = 118128 +TIMESTAMP = 1557375765 +SHA256 (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 0c74a2514b44395ac3131fb25dcba774da83aaedd9dc594071055c8bd274a16a +SIZE (Cloudef-bemenu-0.1.0-14-g121367b_GH0.tar.gz) = 118122 diff --git a/x11/bemenu/pkg-help b/x11/bemenu/pkg-help deleted file mode 100644 index e266eab873a..00000000000 --- a/x11/bemenu/pkg-help +++ /dev/null @@ -1,6 +0,0 @@ -BEMENU_RUN -When enabled the bundled bemenu-run utility will also be installed. -It behaves badly on FreeBSD with Wayland and might hang and not -release bemenu's key grab when executing a program. It is recommended -to instead install x11/dmenu and use its dmenu_path script with -bemenu as a substitute. diff --git a/x11/bemenu/pkg-plist b/x11/bemenu/pkg-plist index 948418334b4..8afd831c7b4 100644 --- a/x11/bemenu/pkg-plist +++ b/x11/bemenu/pkg-plist @@ -1,5 +1,5 @@ bin/bemenu -%%BEMENU_RUN%%bin/bemenu-run +bin/bemenu-run include/bemenu.h %%NCURSES%%lib/bemenu/bemenu-renderer-curses.so %%WAYLAND%%lib/bemenu/bemenu-renderer-wayland.so diff --git a/x11/cl-clx-sbcl/Makefile b/x11/cl-clx-sbcl/Makefile index 81899c5da15..3accd0dec90 100644 --- a/x11/cl-clx-sbcl/Makefile +++ b/x11/cl-clx-sbcl/Makefile @@ -2,7 +2,7 @@ PORTNAME= clx DISTVERSION= 0.7.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 lisp PKGNAMEPREFIX= cl- PKGNAMESUFFIX= -sbcl diff --git a/x11/deforaos-libdesktop/Makefile b/x11/deforaos-libdesktop/Makefile index aae59dc07b4..00828cc8949 100644 --- a/x11/deforaos-libdesktop/Makefile +++ b/x11/deforaos-libdesktop/Makefile @@ -17,8 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libSystem.so:devel/deforaos-libsystem +USES= gnome pkgconfig USE_GNOME= gtk20 -USES= pkgconfig USE_LDCONFIG= yes MAKE_ARGS+= PREFIX=${PREFIX} MAKE_ENV+= MANDIR=${STAGEDIR}${MANPREFIX}/man diff --git a/x11/deforaos-libdesktop/pkg-descr b/x11/deforaos-libdesktop/pkg-descr index a7aa85b645b..4a0d1cba956 100644 --- a/x11/deforaos-libdesktop/pkg-descr +++ b/x11/deforaos-libdesktop/pkg-descr @@ -1,3 +1,3 @@ DeforaOS desktop library -WWW: http://www.defora.org/ +WWW: https://www.defora.org/ diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile deleted file mode 100644 index 316376e418a..00000000000 --- a/x11/hs-X11-xft/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= X11-xft -PORTVERSION= 0.3.1 -PORTREVISION= 19 -CATEGORIES= x11 haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs - -LICENSE= LGPL21 - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USES= pkgconfig -USE_CABAL= utf8-string>=0.1 X11>=1.2.1 -USE_XORG= xft xrender - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11/hs-X11-xft/distinfo b/x11/hs-X11-xft/distinfo deleted file mode 100644 index 169c31947b2..00000000000 --- a/x11/hs-X11-xft/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625448 -SHA256 (cabal/X11-xft-0.3.1.tar.gz) = 4eba3fee62570e06447654030a62fb55f19587884bc2cef77a9c3b2c3458f8d1 -SIZE (cabal/X11-xft-0.3.1.tar.gz) = 13621 diff --git a/x11/hs-X11-xft/pkg-descr b/x11/hs-X11-xft/pkg-descr deleted file mode 100644 index 451353b8370..00000000000 --- a/x11/hs-X11-xft/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Bindings to the Xft, X Free Type interface library, and some Xrender parts. - -WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile deleted file mode 100644 index f3f02316c0e..00000000000 --- a/x11/hs-X11/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Volker Stolz -# $FreeBSD$ - -PORTNAME= X11 -PORTVERSION= 1.8 -PORTREVISION= 5 -CATEGORIES= x11 haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the X11 graphics library - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= data-default -USE_XORG= x11 xrandr xext - -USE_HARDENING= pie:off - -FLAGS_DEFINE= XINERAMA -FLAGS_DEFAULT= XINERAMA - -XINERAMA_DESC= Build with Xinerama support -XINERAMA_FLAG_XORG= xinerama -XINERAMA_FLAG_CONFIGURE_ON= --configure-option="--with-xinerama" -XINERAMA_FLAG_CONFIGURE_OFF= --configure-option="--without-xinerama" - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include diff --git a/x11/hs-X11/distinfo b/x11/hs-X11/distinfo deleted file mode 100644 index 72f1c887d06..00000000000 --- a/x11/hs-X11/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1486838578 -SHA256 (cabal/X11-1.8.tar.gz) = 541b166aab1e05a92dc8f42a511d827e7aad373af12ae283b9df9982ccc09d8e -SIZE (cabal/X11-1.8.tar.gz) = 191331 diff --git a/x11/hs-X11/pkg-descr b/x11/hs-X11/pkg-descr deleted file mode 100644 index 3f1b006d7d4..00000000000 --- a/x11/hs-X11/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A Haskell binding to the X11 library. The binding is a direct -translation of C binding. - -WWW: https://github.com/haskell-pkg-janitors/X11 diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 724f2ee132b..3879f82d90d 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmobar PORTVERSION= 0.29.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org @@ -11,52 +11,77 @@ COMMENT= Minimalistic text-based status bar LICENSE= BSD3CLAUSE -USE_CABAL= HTTP>=4000.2.4 async extensible-exceptions http-conduit \ - mtl>=2.1 regex-compat X11>=1.6.1 parsec-numbers -USE_XORG= x11 xext xinerama xpm xrandr xrender +USES= cabal pkgconfig -EXECUTABLE= xmobar -STANDALONE= yes - -OPTIONS_DEFINE= EXAMPLES - -INSTALL_PORTEXAMPLES= ${INSTALL_DATA} ${WRKSRC}/examples/xmobar.config \ - ${STAGEDIR}${EXAMPLESDIR} - -FLAGS_DEFINE= XFT UTF8 MPD INOTIFY DATEZONE THREADED -FLAGS_DEFAULT= XFT UTF8 +OPTIONS_DEFINE= EXAMPLES XFT XPM UTF8 MPD INOTIFY DATEZONE THREADED UVMETER +OPTIONS_DEFAULT= XFT UTF8 XFT_DESC= Use Xft to render text (UTF-8 support included) -XFT_FLAG_ENABLE= with_xft -XFT_FLAG_CABAL= utf8-string X11-xft>=0.2 -XFT_USE_XORG= xft +XFT_CABAL_FLAGS= with_xft +XFT_USE_CABAL= utf8-string-1.0.1.1_3 X11-xft-0.3.1 +XFT_USE= xorg=xft +XFT_IMPLIES= UTF8 + +XPM_DESC= Use Xpm to render icons +XPM_CABAL_FLAGS= with_xpm +XPM_USE= xorg=xpm UTF8_DESC= UTF-8 support -UTF8_FLAG_ENABLE= with_utf8 -UTF8_FLAG_CABAL= utf8-string +UTF8_CABAL_FLAGS= with_utf8 +UTF8_USE_CABAL= utf8-string-1.0.1.1_3 -MPD_DESC= mpd support -MPD_FLAG_ENABLE= with_mpd -MPD_FLAG_CABAL= libmpd +MPD_DESC= Music Player Daemon support +MPD_CABAL_FLAGS= with_mpd +MPD_USE_CABAL= libmpd-0.9.0.9 -INOTIFY_DESC= inotify support -INOTIFY_FLAG_ENABLE= with_inotify -INOTIFY_FLAG_CABAL= hinotify>=0.3 +INOTIFY_DESC= inotify support (required for the Mail and MBox plugins) +INOTIFY_CABAL_FLAGS= with_inotify +INOTIFY_USE_CABAL= hinotify-0.4 +INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify +INOTIFY_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-hinotify.cabal DATEZONE_DESC= Localized date support -DATEZONE_FLAG_ENABLE= with_datezone -DATEZONE_FLAG_CABAL= timezone-olson>=0.1 timezone-series>=0.1 +DATEZONE_CABAL_FLAGS= with_datezone +DATEZONE_USE_CABAL= timezone-olson-0.1.9 timezone-series-0.1.9 THREADED_DESC= Use threaded runtime -THREADED_FLAG_ENABLE= with_threaded +THREADED_CABAL_FLAGS= with_threaded -# Disable unsupported options and enable new default ones -FLAGS_ENABLE= with_weather -FLAGS_DISABLE= with_mpris with_dbus with_iwlib with_alsa +UVMETER_DESC= UV meter plugin +UVMETER_CABAL_FLAGS= with_uvmeter -post-extract: - ${ECHO} "import Distribution.Simple" > ${WRKSRC}/Setup.hs - ${ECHO} "main = defaultMain" >> ${WRKSRC}/Setup.hs +USE_XORG= xrandr xrender xscrnsaver xinerama xext x11 + +USE_CABAL= X11-1.9 X11-xft-0.3.1 async-2.2.1_1 data-default-0.7.1.1 \ + data-default-class-0.1.2.0 data-default-instances-containers-0.0.1 \ + data-default-instances-dlist-0.0.1 hashable-1.2.7.0_1 \ + data-default-instances-old-locale-0.0.1 dlist-0.8.0.5 \ + extensible-exceptions-0.1.1.4 old-locale-1.0.0.7_2 parsec-numbers-0.1.0 \ + random-1.1_1 regex-base-0.93.2 regex-compat-0.95.1 regex-posix-0.95.2 \ + utf8-string-1.0.1.1_3 http-types-0.12.3 case-insensitive-1.2.0.11 \ + http-conduit-2.3.6.1 unliftio-core-0.1.2.0_1 resourcet-1.2.2 \ + http-client-tls-0.3.5.3 tls-1.4.1 memory-0.14.18_1 \ + http-client-0.6.2 streaming-commons-0.2.1.0 mime-types-0.1.0.9 \ + exceptions-0.10.0_2 transformers-compat-0.6.2 cookie-0.4.4 \ + blaze-builder-0.4.1.0 cryptonite-0.25 basement-0.0.10_1 \ + connection-0.2.8_1 x509-validation-1.6.11 x509-system-1.6.6 \ + x509-store-1.6.7 x509-1.7.5 socks-0.5.6_1 byteable-0.1.1 \ + conduit-extra-1.3.1.1 typed-process-0.2.4.0 primitive-0.6.4.0_1 \ + conduit-1.3.1.1 vector-0.12.0.2 mono-traversable-1.0.11.0 \ + attoparsec-0.13.2.2_2 scientific-0.3.6.2 aeson-1.4.2.0 \ + uuid-types-1.0.3_1 unordered-containers-0.2.10.0 network-2.7.0.2_2 \ + network-uri-2.6.1.0_1 time-locale-compat-0.1.1.5 \ + th-abstraction-0.2.11.0 tagged-0.8.6 base-compat-0.10.5 \ + vector-algorithms-0.8.0.1 split-0.2.3.3_1 \ + integer-logarithms-1.0.2.2_1 cereal-0.5.8.0 asn1-types-0.3.2 \ + hourglass-0.2.12 asn1-encoding-0.9.5 pem-0.2.4 asn1-parse-0.9.4 \ + zlib-0.6.2 + +CABAL_FLAGS= with_weather with_rtsopts \ + -with_mpris -with_dbus -with_iwlib -with_alsa -all_extensions + +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/xmobar.config ${STAGEDIR}${EXAMPLESDIR} -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include diff --git a/x11/hs-xmobar/distinfo b/x11/hs-xmobar/distinfo index 63eb2c0186e..c52c854b829 100644 --- a/x11/hs-xmobar/distinfo +++ b/x11/hs-xmobar/distinfo @@ -1,3 +1,185 @@ -TIMESTAMP = 1546020535 +TIMESTAMP = 1553705725 SHA256 (cabal/xmobar-0.29.4.tar.gz) = 59378f117d41dbf5312bd1eaaf7b2d82d09e95652c6d777b64e300de2fd17122 SIZE (cabal/xmobar-0.29.4.tar.gz) = 115342 +SHA256 (cabal/X11-1.9/X11-1.9.tar.gz) = 10138e863d8c6f860aad1755a6f1a36949cc02d83e5afacf6677fb3999f10db9 +SIZE (cabal/X11-1.9/X11-1.9.tar.gz) = 191779 +SHA256 (cabal/X11-xft-0.3.1/X11-xft-0.3.1.tar.gz) = 4eba3fee62570e06447654030a62fb55f19587884bc2cef77a9c3b2c3458f8d1 +SIZE (cabal/X11-xft-0.3.1/X11-xft-0.3.1.tar.gz) = 13621 +SHA256 (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 75ce71814a33d5e5568208e6806a8847e7ba47fea74d30f6a8b1b56ecb318bd0 +SIZE (cabal/aeson-1.4.2.0/aeson-1.4.2.0.tar.gz) = 268052 +SHA256 (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 1e863bfd363f6c3760cc80f2c0d422e17845a9f79fe006030db202ecab5aaf29 +SIZE (cabal/asn1-encoding-0.9.5/asn1-encoding-0.9.5.tar.gz) = 16114 +SHA256 (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = c6a328f570c69db73f8d2416f9251e8a03753f90d5d19e76cbe69509a3ceb708 +SIZE (cabal/asn1-parse-0.9.4/asn1-parse-0.9.4.tar.gz) = 2860 +SHA256 (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 0c571fff4a10559c6a630d4851ba3cdf1d558185ce3dcfca1136f9883d647217 +SIZE (cabal/asn1-types-0.3.2/asn1-types-0.3.2.tar.gz) = 6424 +SHA256 (cabal/async-2.2.1/async-2.2.1.tar.gz) = 8f0b86022a1319d3c1c68655790da4b7f98017982e27ec3f3dbfe01029d39027 +SIZE (cabal/async-2.2.1/async-2.2.1.tar.gz) = 12775 +SHA256 (cabal/async-2.2.1/revision/1.cabal) = 61789382f449a02f827e70a029ba8f24a223b9c6b3792bb094fbd41ee360e851 +SIZE (cabal/async-2.2.1/revision/1.cabal) = 2983 +SHA256 (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = dd93471eb969172cc4408222a3842d867adda3dd7fb39ad8a4df1b121a67d848 +SIZE (cabal/attoparsec-0.13.2.2/attoparsec-0.13.2.2.tar.gz) = 159729 +SHA256 (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 6a0baba19991e84ef939056e7b411ad3a1ea0fb5e1e8fce7ca50e96c84b206c8 +SIZE (cabal/attoparsec-0.13.2.2/revision/2.cabal) = 5791 +SHA256 (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 990aea21568956d44ab018c5dbfbaea014b9a0d5295d29ca7550149419a6fb41 +SIZE (cabal/base-compat-0.10.5/base-compat-0.10.5.tar.gz) = 33158 +SHA256 (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = e3471b037187da02814fa710c4d59a804c5446a3617122aca63f32d4f8c4f505 +SIZE (cabal/basement-0.0.10/basement-0.0.10.tar.gz) = 133928 +SHA256 (cabal/basement-0.0.10/revision/1.cabal) = 11b1a13d16c81a7a9706fadfc52ecad60523abd745efd27206e6f43f12d8bcd8 +SIZE (cabal/basement-0.0.10/revision/1.cabal) = 5595 +SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 +SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 +SHA256 (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 243b34a1b5b64b39e39fe58f75c18f6cad5b668b10cabcd86816cbde27783fe2 +SIZE (cabal/byteable-0.1.1/byteable-0.1.1.tar.gz) = 2400 +SHA256 (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = a7ce6d17e50caaa0f19ad8e67361499022860554c521b1e57993759da3eb37e3 +SIZE (cabal/case-insensitive-1.2.0.11/case-insensitive-1.2.0.11.tar.gz) = 53581 +SHA256 (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 37d3668aba37babc83321aa1538841da041476b5423722e6f5210c4e5e014282 +SIZE (cabal/cereal-0.5.8.0/cereal-0.5.8.0.tar.gz) = 20083 +SHA256 (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 84dfafc92e9553c7bae4b4fe0cba3da29b37def606f88b989db95ee2dc933fa2 +SIZE (cabal/conduit-1.3.1.1/conduit-1.3.1.1.tar.gz) = 87547 +SHA256 (cabal/conduit-extra-1.3.1.1/conduit-extra-1.3.1.1.tar.gz) = dcb1a9d6b5e1f34454133adeb29b97f9bbcf1ff998f1f68c58ab9abd41195249 +SIZE (cabal/conduit-extra-1.3.1.1/conduit-extra-1.3.1.1.tar.gz) = 32881 +SHA256 (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb +SIZE (cabal/connection-0.2.8/connection-0.2.8.tar.gz) = 8695 +SHA256 (cabal/connection-0.2.8/revision/1.cabal) = e3cc3c04e49dcfe68dc8665add7c4b237f58a54745a5302a091c982d31e60d97 +SIZE (cabal/connection-0.2.8/revision/1.cabal) = 1516 +SHA256 (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 3245ed04ae933cf7becede816d1f76043b851472700abf558ae90b28414cc0e3 +SIZE (cabal/cookie-0.4.4/cookie-0.4.4.tar.gz) = 5996 +SHA256 (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 89be1a18af8730a7bfe4d718d7d5f6ce858e9df93a411566d15bf992db5a3c8c +SIZE (cabal/cryptonite-0.25/cryptonite-0.25.tar.gz) = 552967 +SHA256 (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511 +SIZE (cabal/data-default-0.7.1.1/data-default-0.7.1.1.tar.gz) = 1627 +SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 +SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 +SHA256 (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = a55e07af005c9815d82f3fc95e125db82994377c9f4a769428878701d4ec081a +SIZE (cabal/data-default-instances-containers-0.0.1/data-default-instances-containers-0.0.1.tar.gz) = 1659 +SHA256 (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 7d683711cbf08abd7adcd5ac2be825381308d220397315a5570fe61b719b5959 +SIZE (cabal/data-default-instances-dlist-0.0.1/data-default-instances-dlist-0.0.1.tar.gz) = 1503 +SHA256 (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 60d3b02922958c4908d7bf2b24ddf61511665745f784227d206745784b0c0802 +SIZE (cabal/data-default-instances-old-locale-0.0.1/data-default-instances-old-locale-0.0.1.tar.gz) = 1519 +SHA256 (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 98a88aa839b40d4aee8b08880030d282d627b63de311f5414dca6e831a951b43 +SIZE (cabal/dlist-0.8.0.5/dlist-0.8.0.5.tar.gz) = 8987 +SHA256 (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 1edd912e5ea5cbda37941b06738597d35214dc247d332b1bfffc82adadfa49d7 +SIZE (cabal/exceptions-0.10.0/exceptions-0.10.0.tar.gz) = 19460 +SHA256 (cabal/exceptions-0.10.0/revision/2.cabal) = ef6066c13de2dfd191dc810f9dfa9a474318abc9bb458413ffbdd2ece482312a +SIZE (cabal/exceptions-0.10.0/revision/2.cabal) = 2149 +SHA256 (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388 +SIZE (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 8531 +SHA256 (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = ecb5efc0586023f5a0dc861100621c1dbb4cbb2f0516829a16ebac39f0432abf +SIZE (cabal/hashable-1.2.7.0/hashable-1.2.7.0.tar.gz) = 30182 +SHA256 (cabal/hashable-1.2.7.0/revision/1.cabal) = 03b6836ca9cd3ad0e5a2f3cce989b001dd0e05f306a873db3196037adb30e0a4 +SIZE (cabal/hashable-1.2.7.0/revision/1.cabal) = 5215 +SHA256 (cabal/hinotify-0.4/hinotify-0.4.tar.gz) = 7d182c524384aaa15eec666803643d067671e8e806f315c10758685e90a934f4 +SIZE (cabal/hinotify-0.4/hinotify-0.4.tar.gz) = 9158 +SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a +SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 +SHA256 (cabal/http-client-0.6.2/http-client-0.6.2.tar.gz) = 9b426d891ab68c0eabf9a455d67e37789d3a2b84d925ae247d9ff385a5b042f0 +SIZE (cabal/http-client-0.6.2/http-client-0.6.2.tar.gz) = 89500 +SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 +SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 +SHA256 (cabal/http-conduit-2.3.6.1/http-conduit-2.3.6.1.tar.gz) = 445a3d7c1ebc4f720a5638e07aafebf1ccbc79a6d265308ba5efb7d4a7d15966 +SIZE (cabal/http-conduit-2.3.6.1/http-conduit-2.3.6.1.tar.gz) = 28002 +SHA256 (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 4e8a4a66477459fa436a331c75e46857ec8026283df984d54f90576cd3024016 +SIZE (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 13547 +SHA256 (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = ba86628d5c14f31fddccea86eeec122ed992af28d5b7ad964b2f5487605e7fc3 +SIZE (cabal/integer-logarithms-1.0.2.2/integer-logarithms-1.0.2.2.tar.gz) = 8855 +SHA256 (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 7c35772bd3077643774da79327b582675415c78655bb5550d3b80b89e06c0499 +SIZE (cabal/integer-logarithms-1.0.2.2/revision/1.cabal) = 2822 +SHA256 (cabal/libmpd-0.9.0.9/libmpd-0.9.0.9.tar.gz) = 5b867ee675de1f490e58f5cb3903e1ea7e430ebca4b6d86e6b9c2c1c87a861a4 +SIZE (cabal/libmpd-0.9.0.9/libmpd-0.9.0.9.tar.gz) = 38960 +SHA256 (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = f5458d170a291788ac8da896bb44b0cc84021c99dd596c52adf2f7a7f6c03507 +SIZE (cabal/memory-0.14.18/memory-0.14.18.tar.gz) = 42266 +SHA256 (cabal/memory-0.14.18/revision/1.cabal) = f55301417e1c5a43b055d1f0d3e88abe895d15a3e9d49889af634fb4b7028d40 +SIZE (cabal/memory-0.14.18/revision/1.cabal) = 5087 +SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 +SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 +SHA256 (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = c1a0d727a06131174bf6da3733084c284ec70e4f6aa398981e8ba5d4289137d2 +SIZE (cabal/mono-traversable-1.0.11.0/mono-traversable-1.0.11.0.tar.gz) = 39701 +SHA256 (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 6e0b1d86a3377512d8169865ad0a66e8092691fa460993ed7fe1057e3e674dbb +SIZE (cabal/network-2.7.0.2/network-2.7.0.2.tar.gz) = 124420 +SHA256 (cabal/network-2.7.0.2/revision/2.cabal) = 7cb8d7bc2080be946cf87890c807b12dae9c59314fa030b2687999100ce60512 +SIZE (cabal/network-2.7.0.2/revision/2.cabal) = 2845 +SHA256 (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 423e0a2351236f3fcfd24e39cdbc38050ec2910f82245e69ca72a661f7fc47f0 +SIZE (cabal/network-uri-2.6.1.0/network-uri-2.6.1.0.tar.gz) = 27262 +SHA256 (cabal/network-uri-2.6.1.0/revision/1.cabal) = 62cc45c66023e37ef921d5fb546aca56a9c786615e05925fb193a70bf0913690 +SIZE (cabal/network-uri-2.6.1.0/revision/1.cabal) = 2310 +SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 +SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 +SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 +SIZE (cabal/old-locale-1.0.0.7/revision/2.cabal) = 1071 +SHA256 (cabal/parsec-numbers-0.1.0/parsec-numbers-0.1.0.tar.gz) = 77019a4817712f6bfc61c9d148b680579955eb40d286f7766f7b0a90c726febf +SIZE (cabal/parsec-numbers-0.1.0/parsec-numbers-0.1.0.tar.gz) = 4125 +SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098999e28573c3743a8a296bb96f8d4 +SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 +SHA256 (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 4cbeaf7924dd79221f327ea101a29bf35c4976dc3319df157ff46ea68e6a0c64 +SIZE (cabal/primitive-0.6.4.0/primitive-0.6.4.0.tar.gz) = 45937 +SHA256 (cabal/primitive-0.6.4.0/revision/1.cabal) = 5b6a2c3cc70a35aabd4565fcb9bb1dd78fe2814a36e62428a9a1aae8c32441a1 +SIZE (cabal/primitive-0.6.4.0/revision/1.cabal) = 2079 +SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a +SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870 +SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df +SIZE (cabal/random-1.1/revision/1.cabal) = 1777 +SHA256 (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278 +SIZE (cabal/regex-base-0.93.2/regex-base-0.93.2.tar.gz) = 9156 +SHA256 (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b +SIZE (cabal/regex-compat-0.95.1/regex-compat-0.95.1.tar.gz) = 3968 +SHA256 (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e +SIZE (cabal/regex-posix-0.95.2/regex-posix-0.95.2.tar.gz) = 42916 +SHA256 (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 1323425aba3827479eb3588efaf7608b12a083327d64ec814f02863c3673cbe5 +SIZE (cabal/resourcet-1.2.2/resourcet-1.2.2.tar.gz) = 16541 +SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f +SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438 +SIZE (cabal/socks-0.5.6/socks-0.5.6.tar.gz) = 10239 +SHA256 (cabal/socks-0.5.6/revision/1.cabal) = 765b6ba4996fda7bbf561a2bb7ad2a37087dfe0691a31fe2077caf4ed5f7c6a5 +SIZE (cabal/socks-0.5.6/revision/1.cabal) = 1254 +SHA256 (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 1dcd674f7c5f276f33300f5fd59e49d1ac6fc92ae949fd06a0f6d3e9d9ac1413 +SIZE (cabal/split-0.2.3.3/split-0.2.3.3.tar.gz) = 15681 +SHA256 (cabal/split-0.2.3.3/revision/1.cabal) = f1c7b12865e38d1e241ceef74c85eb81d82301022fea1a5012d8d9803af5e26f +SIZE (cabal/split-0.2.3.3/revision/1.cabal) = 2614 +SHA256 (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = d8d1fe588924479ea7eefce8c6af77dfb373ee6bde7f4691bdfcbd782b36d68d +SIZE (cabal/streaming-commons-0.2.1.0/streaming-commons-0.2.1.0.tar.gz) = 86525 +SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd +SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759 +SHA256 (cabal/th-abstraction-0.2.11.0/th-abstraction-0.2.11.0.tar.gz) = 51884bcc31d825b93e6788f5731bd7234478dd4ada379816a88228ccc8e0800c +SIZE (cabal/th-abstraction-0.2.11.0/th-abstraction-0.2.11.0.tar.gz) = 30570 +SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c +SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 +SHA256 (cabal/timezone-olson-0.1.9/timezone-olson-0.1.9.tar.gz) = 32230509029bcf9e1bd95b5ad7ee69b8b0250cffc4bb8f2df88a651b3af74b15 +SIZE (cabal/timezone-olson-0.1.9/timezone-olson-0.1.9.tar.gz) = 11471 +SHA256 (cabal/timezone-series-0.1.9/timezone-series-0.1.9.tar.gz) = e5d35df5dc2408803120602b0a66ed63439e36b38dd0895f3e2159fcbd7d9cae +SIZE (cabal/timezone-series-0.1.9/timezone-series-0.1.9.tar.gz) = 5812 +SHA256 (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = bbead1afc0b808bd5cff7bddaeae84ade37f18bbe72bd78d45a2fa4ac41908f8 +SIZE (cabal/tls-1.4.1/tls-1.4.1.tar.gz) = 92647 +SHA256 (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = dc06228b7b8a546f9d257b4fe2b369fc2cb279240bbe4312aa8f47bb2752e4be +SIZE (cabal/transformers-compat-0.6.2/transformers-compat-0.6.2.tar.gz) = 39711 +SHA256 (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 997ff5a892c6f2834736a25cbc9e8936138a4a2f36093bebc292774db0f2bb0b +SIZE (cabal/typed-process-0.2.4.0/typed-process-0.2.4.0.tar.gz) = 15567 +SHA256 (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 24c38b3d610ca2642ed496d1de3d7b6b398ce0410aa0a15f3c7ce636ba8f7a78 +SIZE (cabal/unliftio-core-0.1.2.0/unliftio-core-0.1.2.0.tar.gz) = 3631 +SHA256 (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 49d43dc863d14d89d91a676a968cea8d9f0030ad6ac95768747a44d0d273dd68 +SIZE (cabal/unliftio-core-0.1.2.0/revision/1.cabal) = 1081 +SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573 +SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733 +SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 +SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 +SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b +SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 +SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd +SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 +SHA256 (cabal/uuid-types-1.0.3/revision/1.cabal) = 01887ed945e74c3c361b00700bd9aeead37d1124d39c0d4f190f89fb0e909c47 +SIZE (cabal/uuid-types-1.0.3/revision/1.cabal) = 2473 +SHA256 (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 52e89dacaff10bedb8653181963cae928f9674a099bb706713dae83994bbc0f3 +SIZE (cabal/vector-0.12.0.2/vector-0.12.0.2.tar.gz) = 124743 +SHA256 (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 15bcde786dcf03861946885e030d3dbe3b683e1a6fc12d7317e115084f4637fe +SIZE (cabal/vector-algorithms-0.8.0.1/vector-algorithms-0.8.0.1.tar.gz) = 26071 +SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 +SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 +SHA256 (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 9786356c8bfdf631ea018c3244d0854c6db2cb24e583891ea553961443f61ef9 +SIZE (cabal/x509-store-1.6.7/x509-store-1.6.7.tar.gz) = 12689 +SHA256 (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 40dcdaae3ec67f38c08d96d4365b901eb8ac0c590bd7972eb429d37d58aa4419 +SIZE (cabal/x509-system-1.6.6/x509-system-1.6.6.tar.gz) = 3419 +SHA256 (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = f94321cbcc4a534adf5889ae6950f3673e38b62b89b6970b477f502ce987d19b +SIZE (cabal/x509-validation-1.6.11/x509-validation-1.6.11.tar.gz) = 19752 +SHA256 (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 0dcc7d925769bdbeb323f83b66884101084167501f11d74d21eb9bc515707fed +SIZE (cabal/zlib-0.6.2/zlib-0.6.2.tar.gz) = 142677 diff --git a/devel/hs-hinotify/files/patch-hinotify.cabal b/x11/hs-xmobar/files/extra-patch-hinotify.cabal similarity index 71% rename from devel/hs-hinotify/files/patch-hinotify.cabal rename to x11/hs-xmobar/files/extra-patch-hinotify.cabal index b2a293f1068..923d6c57faf 100644 --- a/devel/hs-hinotify/files/patch-hinotify.cabal +++ b/x11/hs-xmobar/files/extra-patch-hinotify.cabal @@ -1,5 +1,5 @@ ---- hinotify.cabal.orig 2015-08-08 07:35:44 UTC -+++ hinotify.cabal +--- hinotify-0.4/hinotify.cabal.orig 2015-08-08 07:35:44 UTC ++++ hinotify-0.4/hinotify.cabal @@ -32,6 +32,9 @@ library includes: sys/inotify.h hs-source-dirs: src diff --git a/x11/hs-xmobar/pkg-plist b/x11/hs-xmobar/pkg-plist new file mode 100644 index 00000000000..745794f4e42 --- /dev/null +++ b/x11/hs-xmobar/pkg-plist @@ -0,0 +1 @@ +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmobar.config