Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Apr 8, 2017
1 parent 73f4d29 commit eb25b92
Show file tree
Hide file tree
Showing 386 changed files with 3,693 additions and 973 deletions.
10 changes: 9 additions & 1 deletion archivers/p5-Archive-Extract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= Archive-Extract
PORTVERSION= 0.80
PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -17,4 +18,11 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure

.include <bsd.port.mk>
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 502504
BUILD_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
RUN_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional
.endif

.include <bsd.port.post.mk>
2 changes: 1 addition & 1 deletion archivers/p5-Archive-Peek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Peek into archives without extracting them

BUILD_DEPENDS= p5-Archive-Tar>=0:archivers/p5-Archive-Tar \
Expand Down
2 changes: 1 addition & 1 deletion audio/p5-Filesys-Virtual-DAAP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Present a DAAP share as a VFS

RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \
Expand Down
2 changes: 1 addition & 1 deletion audio/p5-Net-DAAP-Client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Client for Apple iTunes DAAP service

RUN_DEPENDS= p5-Digest-MD5-M4p>=0:security/p5-Digest-MD5-M4p \
Expand Down
2 changes: 1 addition & 1 deletion audio/p5-Net-DAAP-DMAP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reading and writing DAAP structures

BUILD_DEPENDS= p5-Math-BigInt>0:math/p5-Math-BigInt
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/fio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= fio
PORTVERSION= 2.18
PORTVERSION= 2.19
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/fio/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1488036487
SHA256 (fio-2.18.tar.bz2) = 361dbefa80ac08b0974de5f0cc39da04d699b9f52b7ba574f2ab9b5260157d22
SIZE (fio-2.18.tar.bz2) = 579818
TIMESTAMP = 1491644824
SHA256 (fio-2.19.tar.bz2) = 81b3caaa2e1fa8903b7b2b374773fc4446e3bf7ac4d42f51f37d3cbd6e139d37
SIZE (fio-2.19.tar.bz2) = 583869
13 changes: 0 additions & 13 deletions benchmarks/fio/files/patch-os_os-freebsd.h

This file was deleted.

2 changes: 1 addition & 1 deletion databases/cego/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= cego
PORTVERSION= 2.33.4
PORTVERSION= 2.33.5
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/

Expand Down
6 changes: 3 additions & 3 deletions databases/cego/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1491119071
SHA256 (cego-2.33.4.tar.gz) = e6fdc4ad3939e3d3d28684d4c5d34fab93ac2e7e8bc822c2d885104a6d5a83c5
SIZE (cego-2.33.4.tar.gz) = 1399969
TIMESTAMP = 1491579237
SHA256 (cego-2.33.5.tar.gz) = c82f2933811d429fa83477404afae395ee6265fcf89dd9d833b64f22957e34f7
SIZE (cego-2.33.5.tar.gz) = 1400656
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-AsForm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Produce HTML form elements for database columns

BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-DATA-Schema/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Execute Class::DBI SQL from DATA sections

RUN_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-LazyInflate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Defer inflating of columns until they are used

BUILD_DEPENDS= p5-Data-Lazy>=0:devel/p5-Data-Lazy \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Loader-Relationship/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHUNZI
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Easier relationship specification in CDBI::L

BUILD_DEPENDS= p5-Class-DBI-Loader>=0:databases/p5-Class-DBI-Loader \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Get COUNT(*) results with abstract SQL

BUILD_DEPENDS= p5-Class-DBI-Plugin>=0.02:databases/p5-Class-DBI-Plugin \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= More complex retrieve_all() for Class::DBI

BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Plugin-Type/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Determine type information for columns

BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Abstract base class for Class::DBI plugins

BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-Class-DBI-Untaint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Class::DBI constraints using CGI::Untaint

BUILD_DEPENDS= p5-Class-DBI>=0:databases/p5-Class-DBI \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-DBIx-Class-TimeStamp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= DBIx::Class extension to handle date and time based fields

RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:databases/p5-DBIx-Class-DynamicDefault \
Expand Down
2 changes: 1 addition & 1 deletion databases/p5-DBIx-MySQLSequence/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= lth@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Proper and correct (emulated) sequence support for MySQL

BUILD_DEPENDS= p5-DBD-mysql>0:databases/p5-DBD-mysql \
Expand Down
10 changes: 7 additions & 3 deletions databases/p5-SQL-Statement/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= SQL-Statement
PORTVERSION= 1.410
PORTVERSION= 1.412
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -12,11 +12,15 @@ COMMENT= Perl5 module for SQL parsing and processing

LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC-1.0
LICENSE_FILE_GPLv1= ${WRKSRC}/GPL-1

RUN_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \
BUILD_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
p5-Params-Util>=1.00:devel/p5-Params-Util
BUILD_DEPENDS:= ${RUN_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}

NO_ARCH= yes
USES= perl5
USE_PERL5= configure

Expand Down
6 changes: 3 additions & 3 deletions databases/p5-SQL-Statement/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1467793815
SHA256 (SQL-Statement-1.410.tar.gz) = 7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182
SIZE (SQL-Statement-1.410.tar.gz) = 153271
TIMESTAMP = 1491579728
SHA256 (SQL-Statement-1.412.tar.gz) = 65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8
SIZE (SQL-Statement-1.412.tar.gz) = 154608
14 changes: 7 additions & 7 deletions databases/py-apsw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= apsw
PORTVERSION= 3.14.1
PORTVERSION= 3.17.0
DISTVERSIONSUFFIX= -r1
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,16 +13,16 @@ COMMENT= Another Python SQLite Wrapper
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE

USE_GITHUB= yes
GH_ACCOUNT= rogerbinns

USE_PYTHON= autoplist concurrent distutils
USES= localbase python sqlite:3
USE_PYTHON= distutils autoplist

GH_ACCOUNT= rogerbinns
USE_GITHUB= yes

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions databases/py-apsw/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1475531833
SHA256 (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 9b3fc7665f9ff7ac35d2b03ceabe649bcfef5e07ff340d5f2a58957710a15a3f
SIZE (rogerbinns-apsw-3.14.1-r1_GH0.tar.gz) = 311486
TIMESTAMP = 1491600848
SHA256 (rogerbinns-apsw-3.17.0-r1_GH0.tar.gz) = ff408c39b62a7815fe9ed1b65542239f33a0d132e99e178dccd9c439278e35cc
SIZE (rogerbinns-apsw-3.17.0-r1_GH0.tar.gz) = 303641
11 changes: 5 additions & 6 deletions databases/py-apsw/pkg-descr
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
APSW is a Python wrapper for the SQLite embedded relational database
engine. In contrast to other wrappers such as pysqlite it focuses
on being a minimal layer over SQLite attempting just to translate
the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
APSW provides an SQLite 3 wrapper that provides the thinnest layer over the
SQLite database library possible. Everything you can do from the SQLite C API,
you can do from Python. Although APSW looks vaguely similar to the PEP 249
(DBAPI), it is not compliant with that API because instead it works the way
SQLite 3 does.

WWW: https://rogerbinns.github.io/apsw/
2 changes: 1 addition & 1 deletion databases/rubygem-awesome_nested_set/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= awesome_nested_set
PORTVERSION= 3.1.1
PORTVERSION= 3.1.2
CATEGORIES= databases rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions databases/rubygem-awesome_nested_set/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1482933502
SHA256 (rubygem/awesome_nested_set-3.1.1.gem) = 1c6edd117f700ed6bd6865963cd3f5f00a9cc0fad95f011270cd38e446f8276e
SIZE (rubygem/awesome_nested_set-3.1.1.gem) = 20480
TIMESTAMP = 1491579755
SHA256 (rubygem/awesome_nested_set-3.1.2.gem) = 333a52c4da2f2d169ca53a04623149e4509803bc67ec1cf74921c829dc7ed03b
SIZE (rubygem/awesome_nested_set-3.1.2.gem) = 20480
4 changes: 4 additions & 0 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
SUBDIR += SpecTcl
SUBDIR += aap
SUBDIR += aarch64-binutils
SUBDIR += aarch64-gcc
SUBDIR += aarch64-none-elf-binutils
SUBDIR += aarch64-none-elf-gcc
SUBDIR += aarch64-xtoolchain-gcc
SUBDIR += abi-compliance-checker
SUBDIR += ace
SUBDIR += ace+tao-doc
Expand Down Expand Up @@ -5817,6 +5819,8 @@
SUBDIR += xparam
SUBDIR += xsd
SUBDIR += xtl
SUBDIR += xtoolchain-llvm-devel
SUBDIR += xtoolchain-llvm40
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += xxhash
Expand Down
8 changes: 8 additions & 0 deletions devel/aarch64-gcc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# $FreeBSD$

PKGNAMEPREFIX= aarch64-
PLIST= ${.CURDIR}/pkg-plist

MASTERDIR= ${.CURDIR}/../powerpc64-gcc

.include "${MASTERDIR}/Makefile"
Loading

0 comments on commit eb25b92

Please sign in to comment.