forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
887 changed files
with
34,333 additions
and
4,203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/compression/ \ | |
MAINTAINER= [email protected] | ||
COMMENT= Compression program - often used in QNX | ||
|
||
LICENSE= NONE | ||
|
||
CONFLICTS_INSTALL= mlt-[0-9]* | ||
GNU_CONFIGURE= yes | ||
ALL_TARGET= prog | ||
|
@@ -22,7 +24,7 @@ PORTDOCS= README | |
|
||
OPTIONS_DEFINE= DOCS | ||
|
||
post-install: | ||
post-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (rubygem/archive-zip-0.8.0.gem) = c7ef7b7b7d97ab4ee9f70b4fe2d4973728634b3ba8fa8a483eb144c71ce3f67b | ||
SIZE (rubygem/archive-zip-0.8.0.gem) = 57856 | ||
TIMESTAMP = 1482857412 | ||
SHA256 (rubygem/archive-zip-0.9.0.gem) = 3a21b9970e12b0d6a8e97da477360930fab3939be0c013c32e01e23cc4ac98af | ||
SIZE (rubygem/archive-zip-0.9.0.gem) = 58368 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# $FreeBSD$ | ||
|
||
PORTNAME= snzip | ||
PORTVERSION= 1.0.2 | ||
PORTVERSION= 1.0.4 | ||
CATEGORIES= archivers | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SHA256 (kubo-snzip-1.0.2_GH0.tar.gz) = ec2763e15ca42455a32a53c8eefb92d7a4b8ea2f518a6e04c0f11f86c4924847 | ||
SIZE (kubo-snzip-1.0.2_GH0.tar.gz) = 1754963 | ||
TIMESTAMP = 1482759478 | ||
SHA256 (kubo-snzip-1.0.4_GH0.tar.gz) = e2f03856d8d232fe4e49b8a3b713ea92057c526f0ba2e028588b9b9570e5199a | ||
SIZE (kubo-snzip-1.0.4_GH0.tar.gz) = 2373756 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
PORTNAME= libosmium | ||
PORTVERSION= 2.10.3 | ||
DISTVERSIONPREFIX= v | ||
PORTREVISION= 1 | ||
CATEGORIES= astro geography devel | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -16,7 +17,9 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ | |
libboost_regex.so:devel/boost-libs \ | ||
libgeos.so:graphics/geos \ | ||
libexpat.so:textproc/expat2 | ||
BUILD_DEPENDS= sparsehash>=0:devel/sparsehash | ||
BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \ | ||
${LOCALBASE}/include/utf8.h:devel/utf8cpp | ||
RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp | ||
|
||
BROKEN_FreeBSD_9= does not build (lack of c++11 support) | ||
|
||
|
@@ -29,8 +32,7 @@ CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF | |
# if/when corresponding ports appear in the tree, these will need to | ||
# be turned from depends | ||
CMAKE_ARGS+= -DINSTALL_GDALCPP:BOOL=ON \ | ||
-DINSTALL_PROTOZERO:BOOL=ON \ | ||
-DINSTALL_UTFCPP:BOOL=ON | ||
-DINSTALL_PROTOZERO:BOOL=ON | ||
|
||
# though it builds tests, the library itself is header-only | ||
NO_ARCH= yes | ||
|
@@ -42,6 +44,9 @@ OPTIONS_DEFAULT= TEST | |
TEST_TEST_TARGET= test | ||
TEST_CMAKE_BOOL= BUILD_TESTING | ||
|
||
post-extract: | ||
@${RM} -rf ${WRKSRC}/include/utf8* | ||
|
||
post-install-DOCS-on: | ||
@${MKDIR} ${STAGEDIR}${DOCSDIR} | ||
${INSTALL_DATA} ${WRKSRC}/CHANGELOG.md ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.