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
117 changed files
with
2,653 additions
and
2,803 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
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- drpython.lin.orig 2014-04-20 17:50:40 UTC | ||
+++ drpython.lin | ||
@@ -1,2 +1,2 @@ | ||
-#!/bin/bash | ||
-python ${0%/*}/drpython.pyw | ||
+#!/bin/sh | ||
+%%PYTHON%% ${0%/*}/drpython.pyw |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
PORTNAME= gdb | ||
PORTVERSION= 7.10 | ||
PORTREVISION= 1 | ||
PORTREVISION= 2 | ||
CATEGORIES= devel | ||
MASTER_SITES= GNU | ||
|
||
|
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= lcov | ||
PORTVERSION= 1.10 | ||
PORTVERSION= 1.12 | ||
CATEGORIES= devel | ||
MASTER_SITES= SF/ltp/Coverage%20Analysis/LCOV-${PORTVERSION} | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= The Linux Test Project GCOV extension | ||
COMMENT= Linux Test Project GCOV extension | ||
|
||
LICENSE= GPLv1 | ||
|
||
|
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,2 @@ | ||
SHA256 (lcov-1.10.tar.gz) = 8a4661becc95fafad7875786672f7f29b080437825c3ff31d55a49492c15b88f | ||
SIZE (lcov-1.10.tar.gz) = 150174 | ||
SHA256 (lcov-1.12.tar.gz) = b474e49c6c962754063b3be97a757a2ba9e7a455f0aea612863bf67e9b8b8ea7 | ||
SIZE (lcov-1.12.tar.gz) = 153009 |
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 |
---|---|---|
|
@@ -2,30 +2,32 @@ | |
# $FreeBSD$ | ||
|
||
PORTNAME= mongo-c-driver | ||
PORTVERSION= 0.7.1 | ||
DISTVERSIONPREFIX= v | ||
PORTVERSION= 1.1.9 | ||
CATEGORIES= devel | ||
PKGNAMESUFFIX= -devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= C Driver for MongoDB | ||
|
||
LICENSE= APACHE20 | ||
|
||
BUILD_DEPENDS= ${LOCALBASE}/lib/libbson-1.0.so:${PORTSDIR}/devel/libbson | ||
LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 | ||
|
||
USE_GITHUB= yes | ||
GH_ACCOUNT= mongodb | ||
|
||
USES= gmake | ||
|
||
USES= autoreconf gmake libtool pkgconfig | ||
GNU_CONFIGURE= yes | ||
USE_LDCONFIG= yes | ||
LDFLAGS+= -pthread | ||
|
||
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" V=1 | ||
|
||
pre-configure: | ||
cd ${WRKSRC} && ./autogen.sh | ||
|
||
PLIST_FILES= include/mongo.h \ | ||
include/bson.h \ | ||
lib/libmongoc.a \ | ||
lib/libmongoc.so.0.7 \ | ||
lib/libmongoc.so.0.7.1 \ | ||
lib/libmongoc.so \ | ||
lib/libbson.a \ | ||
lib/libbson.so.0.7.1 \ | ||
lib/libbson.so.0.7 \ | ||
lib/libbson.so | ||
post-stage: | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmongoc-priv.so.0.0.0 | ||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmongoc-1.0.so.0.0.0 | ||
|
||
.include <bsd.port.mk> |
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,2 @@ | ||
SHA256 (mongodb-mongo-c-driver-v0.7.1_GH0.tar.gz) = 8338f851cb1202353db83c26bfab85eb3e3fb976b58bf990862dbfe0a20a308f | ||
SIZE (mongodb-mongo-c-driver-v0.7.1_GH0.tar.gz) = 108524 | ||
SHA256 (mongodb-mongo-c-driver-1.1.9_GH0.tar.gz) = a025131105807ae2c176f1da5b8128c998d334c7c8d96be42c7da227dd0985c8 | ||
SIZE (mongodb-mongo-c-driver-1.1.9_GH0.tar.gz) = 347463 |
Oops, something went wrong.