*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-05-09 16:30:41 +02:00
parent 01f8606ac6
commit 9e2c8e4635
2137 changed files with 5155 additions and 47617 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1546094995
SHA256 (cabal/zip-archive-0.4.tar.gz) = 5fbea91d95ae1b1ec73aed8a8c67c8bae89bc3b6f7d9da898f07209e4a4ada19
SIZE (cabal/zip-archive-0.4.tar.gz) = 20859

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -1,18 +0,0 @@
# Created by: Samy Al Bahra <sbahra@kerneled.org>
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gnuastro
PORTVERSION= 0.8
PORTVERSION= 0.9
CATEGORIES= astro
MASTER_SITES= GNU

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
PORTNAME= avldrums
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.4
DISTVERSION= 0.3.5
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -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

View File

@ -1,23 +0,0 @@
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -1,23 +0,0 @@
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -1,3 +0,0 @@
A client library for MPD, the Music Player Daemon.
WWW: https://github.com/vimus/libmpd-haskell#readme

View File

@ -27,8 +27,6 @@
SUBDIR += hey
SUBDIR += himenobench
SUBDIR += hpl
SUBDIR += hs-criterion
SUBDIR += hs-criterion-measurement
SUBDIR += httperf
SUBDIR += hyperfine
SUBDIR += imb

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -1,31 +0,0 @@
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Horde_ActiveSync
DISTVERSION= 2.39.8
DISTVERSION= 2.39.9
CATEGORIES= comms www pear
MAINTAINER= horde@FreeBSD.org

View File

@ -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

View File

@ -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

View File

@ -2,7 +2,7 @@
PORTNAME= babel
PORTVERSION= 2010.01.16
PORTREVISION= 32
PORTREVISION= 33
CATEGORIES= converters lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -1,3 +0,0 @@
Compatibility layer for aeson
WWW: https://hackage.haskell.org/package/aeson-compat

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -1,20 +0,0 @@
# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
# $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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1523994029
SHA256 (cabal/json-0.9.2.tar.gz) = e6bb16fa791cc3833ae7b459b7e7885c1c2b11b0d294b7e095287c54fa73738e
SIZE (cabal/json-0.9.2.tar.gz) = 22650

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1545835387
SHA256 (cabal/sandi-0.4.3.tar.gz) = 76dc1332023b49635d9ae2fa7f3d0618f05fbe6dfdfe54416d19c16993fd214a
SIZE (cabal/sandi-0.4.3.tar.gz) = 19237

View File

@ -1,3 +0,0 @@
Reasonably fast data encoding library.
WWW: http://hackage.haskell.org/package/sandi

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1499619928
SHA256 (cabal/esqueleto-2.5.3.tar.gz) = 3d997551fe9e42b39b5eb8215d5daf4c59e33d55da5bc9eff193ae8a7f4ec482
SIZE (cabal/esqueleto-2.5.3.tar.gz) = 40259

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1524158122
SHA256 (cabal/hedis-0.10.1.tar.gz) = 56afcf52d8b32f23a79de7c50bcaf309f0dfd610cceacb6174dfdce0c051f5f7
SIZE (cabal/hedis-0.10.1.tar.gz) = 42203

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1524151121
SHA256 (cabal/mysql-0.1.5.tar.gz) = 49b367d07f6d93fd4cbd08390f83bbf8e40c66156a1d2b0f570b68921e6f3075
SIZE (cabal/mysql-0.1.5.tar.gz) = 16389

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1546018609
SHA256 (cabal/persistent-2.9.0.tar.gz) = e7865ceb4aa1e93ca8c65c789f92c8046a39ecf41283682bcace33e89b77f261
SIZE (cabal/persistent-2.9.0.tar.gz) = 60901

View File

@ -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

View File

@ -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

View File

@ -1,58 +0,0 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ruby/ruby-odbc-0.99991.tar.gz) = f4e0b215af6cec4c98f5b9cc75ebb2d952417a79c93db9f1a7e4b3efb6f8cfa7
SIZE (ruby/ruby-odbc-0.99991.tar.gz) = 69908

View File

@ -1,3 +0,0 @@
This is an extension library to use ODBC data sources from Ruby.
WWW: http://www.ch-werner.de/rubyodbc/

View File

@ -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 <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (rubygem/dbd-odbc-0.2.5.gem) = 85f4c70f76c860df290b86505bedadd673d2529927dc9d0228037558d249926f
SIZE (rubygem/dbd-odbc-0.2.5.gem) = 44032

View File

@ -1,3 +0,0 @@
This is the ODBC driver for DBI-for-Ruby.
WWW: http://ruby-dbi.sourceforge.net

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= sqlitebrowser
PORTVERSION= 3.11.1
PORTVERSION= 3.11.2
DISTVERSIONPREFIX= v
CATEGORIES= databases

View File

@ -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

View File

@ -117,7 +117,6 @@
SUBDIR += horde-nag
SUBDIR += hot-babe
SUBDIR += howm
SUBDIR += hs-fdo-notify
SUBDIR += ical
SUBDIR += jjclient
SUBDIR += jlj

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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/

View File

@ -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

View File

@ -2,7 +2,7 @@
PORTNAME= alexandria
PORTVERSION= 2010.01.16
PORTREVISION= 33
PORTREVISION= 34
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= infix
PORTVERSION= 19960628
PORTREVISION= 36
PORTREVISION= 37
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= port
PORTVERSION= 2002.10.02.1
PORTREVISION= 34
PORTREVISION= 35
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -3,7 +3,7 @@
PORTNAME= split-sequence
PORTVERSION= 20011114.1
PORTREVISION= 33
PORTREVISION= 34
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -2,7 +2,7 @@
PORTNAME= trivial-features
PORTVERSION= 2010.01.16
PORTREVISION= 33
PORTREVISION= 34
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -2,7 +2,7 @@
PORTNAME= trivial-gray-streams
PORTVERSION= 2008.11.02
PORTREVISION= 33
PORTREVISION= 34
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-
DISTFILES= # none

View File

@ -1,46 +0,0 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -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"
],

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More