forked from Lainports/opnsense-ports
*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
a7fb0f3f94
commit
be79817ee6
155 changed files with 844 additions and 428 deletions
|
|
@ -12,12 +12,12 @@ COMMENT= Toolkit for developing GPS applications
|
|||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= cmake python:run
|
||||
USES= cmake:outsource python:run
|
||||
USE_GCC= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_SOURCE_PATH= ${WRKSRC}/dev
|
||||
|
||||
EXTRACT_AFTER_ARGS= --exclude .git
|
||||
|
||||
WRKSRC= ${WRKDIR}/dev
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
--- dev/ext/lib/FileDirProc/FileHunter.cpp.orig 2014-10-10 19:46:15 UTC
|
||||
+++ dev/ext/lib/FileDirProc/FileHunter.cpp
|
||||
@@ -52,6 +52,7 @@ using namespace gpstk::StringUtils;
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
+#include <sys/syslimits.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#include <direct.h>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
--- ext/lib/Utilities/BinUtils.hpp.orig 2014-10-11 11:19:24 UTC
|
||||
+++ ext/lib/Utilities/BinUtils.hpp
|
||||
--- dev/ext/lib/Utilities/BinUtils.hpp.orig 2014-10-10 19:46:16 UTC
|
||||
+++ dev/ext/lib/Utilities/BinUtils.hpp
|
||||
@@ -54,6 +54,7 @@
|
||||
|
||||
#include "Exception.hpp"
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- ext/lib/FileDirProc/FileHunter.cpp.orig 2014-10-10 19:46:15 UTC
|
||||
+++ ext/lib/FileDirProc/FileHunter.cpp
|
||||
@@ -52,6 +52,7 @@
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
+#include <sys/syslimits.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#include <direct.h>
|
||||
|
|
@ -12,14 +12,13 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= GNU All Mobile Management Utilities
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
|
||||
|
||||
CONFLICTS= gammu-devel-[1-9]* gammu-python-[1-9]*
|
||||
|
||||
OPTIONS_DEFINE= BASH
|
||||
|
||||
CMAKE_ARGS+= -DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
|
||||
|
||||
USES= cmake gettext pkgconfig python shebangfix
|
||||
|
|
@ -30,6 +29,13 @@ USE_LDCONFIG= yes
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= BASH
|
||||
|
||||
BASH_BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS}
|
||||
BASH_PLIST_FILES= etc/bash_completion.d/gammu
|
||||
BASH_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-contrib_CMakeLists.txt
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' -e 's:/etc/bash_completion.d:${PREFIX}/etc/bash_completion.d:' \
|
||||
${WRKSRC}/contrib/CMakeLists.txt
|
||||
|
|
@ -41,9 +47,4 @@ post-install:
|
|||
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
|
||||
-d ${PYTHONPREFIX_SITELIBDIR} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;})
|
||||
|
||||
BASH_BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
BASH_RUN_DEPENDS= ${BASH_BUILD_DEPENDS}
|
||||
BASH_PLIST_FILES= etc/bash_completion.d/gammu
|
||||
BASH_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-contrib_CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libirman
|
||||
PORTVERSION= 0.4.5
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4.6
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= rand@meridian-enviro.com
|
||||
MAINTAINER= rand@iteris.com
|
||||
COMMENT= Library for Evation's Irman infrared receiver
|
||||
|
||||
LICENSE= LGPL20
|
||||
|
|
@ -18,4 +17,6 @@ USE_LDCONFIG= yes
|
|||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PORTDOCS= README TECHNICAL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libirman-0.4.5.tar.bz2) = e0220645fedb511277720c03feb5fbf51ec2cef08f8e859c0ff4ecff4286064e
|
||||
SIZE (libirman-0.4.5.tar.bz2) = 225330
|
||||
SHA256 (libirman-0.4.6.tar.bz2) = 7865d276ec896939f0e15eca79a1228c4fba7f1eb3ecbf94364e2f0c2d71bfc0
|
||||
SIZE (libirman-0.4.6.tar.bz2) = 279148
|
||||
|
|
|
|||
|
|
@ -1,11 +1,20 @@
|
|||
--- Makefile.in.orig 2009-04-10 23:07:01 +0800
|
||||
--- Makefile.in.orig 2015-08-18 19:51:04 UTC
|
||||
+++ Makefile.in
|
||||
@@ -534,7 +534,7 @@ install-dist_sysconfDATA: $(dist_sysconf
|
||||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||||
f=$(am__strip_dir) \
|
||||
echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
|
||||
- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
|
||||
+ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f.sample"; \
|
||||
@@ -399,7 +399,7 @@ top_srcdir = @top_srcdir@
|
||||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
dist_doc_DATA = README TECHNICAL
|
||||
-pkgconfigdir = @libdir@/pkgconfig
|
||||
+pkgconfigdir = @prefix@/libdata/pkgconfig
|
||||
dist_pkgconfig_DATA = libirman.pc
|
||||
EXTRA_DIST = COPYING.lib TECHNICAL libirman.pc.in
|
||||
EXTRA_LTLIBRARIES = libirman_sw.la
|
||||
@@ -778,7 +778,7 @@ install-dist_sysconfDATA: $(dist_sysconf
|
||||
done | $(am__base_list) | \
|
||||
while read files; do \
|
||||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
|
||||
- $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
|
||||
+ $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)/$$files.sample" || exit $$?; \
|
||||
done
|
||||
|
||||
uninstall-dist_sysconfDATA:
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ lib/libirman.a
|
|||
lib/libirman.so
|
||||
lib/libirman.so.0
|
||||
lib/libirman.so.0.0.0
|
||||
libdata/pkgconfig/libirman.pc
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_ActiveSync
|
||||
PORTVERSION= 2.29.2
|
||||
PORTVERSION= 2.30.0
|
||||
CATEGORIES= comms www pear
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_ActiveSync-2.29.2.tgz) = 67f326339826d9aa43d91b63159c6bbbb24fda3a26453e5aff51586379dfbdc2
|
||||
SIZE (Horde/Horde_ActiveSync-2.29.2.tgz) = 361586
|
||||
SHA256 (Horde/Horde_ActiveSync-2.30.0.tgz) = 53a37a7093c4a422a55c8e65c3511c08dee16f588a55483775cd0148ec649151
|
||||
SIZE (Horde/Horde_ActiveSync-2.30.0.tgz) = 363729
|
||||
|
|
|
|||
|
|
@ -11,25 +11,29 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Mysqlreport makes a friendly report of important MySQL status values
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
|
||||
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= perl5 shebangfix tar:tgz
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/mysqlreport
|
||||
PORTDOCS= COPYING mysqlreportguide.html mysqlreportdoc.html
|
||||
|
||||
SHEBANG_FILES= mysqlreport
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/mysqlreport ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mysqlreport ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@ MASTER_SITES= http://hackmysql.com/scripts/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= GPLv2 # or later
|
||||
|
||||
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||
|
||||
USES= perl5 shebangfix
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/mysqlsla \
|
||||
man/man3/mysqlsla.3.gz
|
||||
|
|
@ -26,10 +26,10 @@ SHEBANG_FILES= bin/mysqlsla
|
|||
|
||||
pre-install:
|
||||
@${MKDIR} ${WRKSRC}/doc
|
||||
@pod2man ${WRKSRC}/lib/mysqlsla.pm > ${WRKSRC}/doc/mysqlsla.3
|
||||
pod2man ${WRKSRC}/lib/mysqlsla.pm > ${WRKSRC}/doc/mysqlsla.3
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqlsla ${STAGEDIR}${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/doc/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/mysqlsla ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/mysqlsla.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MongoDB
|
||||
PORTVERSION= 0.708.4.0
|
||||
PORTVERSION= 1.0.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (MongoDB-v0.708.4.0.tar.gz) = a85ea78fd27e5f9675160c7465d1b727a08fa2c357b7ef46825c1b29135dff9c
|
||||
SIZE (MongoDB-v0.708.4.0.tar.gz) = 1628510
|
||||
SHA256 (MongoDB-v1.0.2.tar.gz) = 9caea0e0cd8448bde81abed98d453fea2c3efbf397a6d78969ca7a72f81ec779
|
||||
SIZE (MongoDB-v1.0.2.tar.gz) = 1724702
|
||||
|
|
|
|||
|
|
@ -2,55 +2,102 @@
|
|||
%%SITE_ARCH%%/MongoDB/BSON.pm
|
||||
%%SITE_ARCH%%/MongoDB/BSON/Binary.pm
|
||||
%%SITE_ARCH%%/MongoDB/BSON/Regexp.pm
|
||||
%%SITE_ARCH%%/MongoDB/BSON/_EncodedDoc.pm
|
||||
%%SITE_ARCH%%/MongoDB/BulkWrite.pm
|
||||
%%SITE_ARCH%%/MongoDB/BulkWriteResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/BulkWriteView.pm
|
||||
%%SITE_ARCH%%/MongoDB/Code.pm
|
||||
%%SITE_ARCH%%/MongoDB/Collection.pm
|
||||
%%SITE_ARCH%%/MongoDB/CommandResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/Connection.pm
|
||||
%%SITE_ARCH%%/MongoDB/Cursor.pm
|
||||
%%SITE_ARCH%%/MongoDB/DBRef.pm
|
||||
%%SITE_ARCH%%/MongoDB/DataTypes.pod
|
||||
%%SITE_ARCH%%/MongoDB/Database.pm
|
||||
%%SITE_ARCH%%/MongoDB/DeleteResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/Error.pm
|
||||
%%SITE_ARCH%%/MongoDB/Examples.pod
|
||||
%%SITE_ARCH%%/MongoDB/GridFS.pm
|
||||
%%SITE_ARCH%%/MongoDB/GridFS/File.pm
|
||||
%%SITE_ARCH%%/MongoDB/Indexing.pod
|
||||
%%SITE_ARCH%%/MongoDB/IndexView.pm
|
||||
%%SITE_ARCH%%/MongoDB/InsertManyResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/InsertOneResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/MongoClient.pm
|
||||
%%SITE_ARCH%%/MongoDB/OID.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Aggregate.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_BatchInsert.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_BulkWrite.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Command.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_CreateIndexes.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Delete.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Distinct.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_GetMore.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_InsertOne.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_KillCursors.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_ListCollections.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_ListIndexes.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Query.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Update.pm
|
||||
%%SITE_ARCH%%/MongoDB/QueryResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/QueryResult/Filtered.pm
|
||||
%%SITE_ARCH%%/MongoDB/ReadPreference.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_CommandCursorOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_CommandOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_Cursor.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_DatabaseOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_InsertPreEncoder.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_LastError.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_Remover.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_Updater.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_View.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteQueue.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_Writeable.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_PrivateConstructor.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_ReadOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_ReadPrefModifier.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_UpdatePreEncoder.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/Timestamp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Tutorial.pod
|
||||
%%SITE_ARCH%%/MongoDB/WriteResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/UnacknowledgedResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/UpdateResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/Upgrading.pod
|
||||
%%SITE_ARCH%%/MongoDB/WriteConcern.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Constants.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Credential.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Link.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Protocol.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Query.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Server.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Topology.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Types.pm
|
||||
%%SITE_ARCH%%/MongoDB/_URI.pm
|
||||
%%SITE_ARCH%%/auto/MongoDB/MongoDB.so
|
||||
%%PERL5_MAN3%%/MongoDB.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BSON.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BSON::Binary.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BSON::Regexp.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BulkWrite.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BulkWriteResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::BulkWriteView.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Code.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Collection.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::CommandResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Connection.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Cursor.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::DBRef.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::DataTypes.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Database.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::DeleteResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Error.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Examples.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::GridFS.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::GridFS::File.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Indexing.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::IndexView.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::InsertManyResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::InsertOneResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::MongoClient.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::OID.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::QueryResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::QueryResult::Filtered.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::ReadPreference.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Timestamp.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Tutorial.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::WriteResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::UnacknowledgedResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::UpdateResult.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::Upgrading.3.gz
|
||||
%%PERL5_MAN3%%/MongoDB::WriteConcern.3.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= groupware
|
||||
PORTVERSION= 5.2.10
|
||||
PORTVERSION= 5.2.11
|
||||
CATEGORIES= deskutils www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/groupware-5.2.10.tgz) = 51458f69e8c6db61c670d25cc0610095cc16e9bd79cb2a89a312400c4b6fc88c
|
||||
SIZE (Horde/groupware-5.2.10.tgz) = 120891
|
||||
SHA256 (Horde/groupware-5.2.11.tgz) = 7d4885586333efd9d52d338bc28943d919623bb8e00c66cc48db3f5255c542b9
|
||||
SIZE (Horde/groupware-5.2.11.tgz) = 122898
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kronolith
|
||||
PORTVERSION= 4.2.9
|
||||
PORTVERSION= 4.2.11
|
||||
CATEGORIES= deskutils www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/kronolith-4.2.9.tgz) = e03678208dae269ca129e89b3c281aed35d62bca7148da05ccd229eb4b708060
|
||||
SIZE (Horde/kronolith-4.2.9.tgz) = 2600760
|
||||
SHA256 (Horde/kronolith-4.2.11.tgz) = 39b4256dc16841f125d2f7d12ccdcc833fd438ac23848efdcde2bd754bf61e4a
|
||||
SIZE (Horde/kronolith-4.2.11.tgz) = 2602015
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mnemo
|
||||
PORTVERSION= 4.2.7
|
||||
PORTVERSION= 4.2.8
|
||||
CATEGORIES= deskutils www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/mnemo-4.2.7.tgz) = e0d1f9031136473406b61cec4903628a6af610f7a204ff1a56aefe82ad565e04
|
||||
SIZE (Horde/mnemo-4.2.7.tgz) = 1200357
|
||||
SHA256 (Horde/mnemo-4.2.8.tgz) = 152b0f4e9420591129370cc6a21ad84eba5e6bb4c1575077aaf516ed48bfec0b
|
||||
SIZE (Horde/mnemo-4.2.8.tgz) = 1200463
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nag
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.6
|
||||
CATEGORIES= deskutils www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/nag-4.2.5.tgz) = c5f78127187d689a2839468f6a4d5a6a19c34f61e4343d40a65efd5f01ccf4db
|
||||
SIZE (Horde/nag-4.2.5.tgz) = 1638351
|
||||
SHA256 (Horde/nag-4.2.6.tgz) = 2f2cdd57ca1a7faa8b776008acc3138ccb89fa352a4737d4b2a7518c833a74ef
|
||||
SIZE (Horde/nag-4.2.6.tgz) = 1643076
|
||||
|
|
|
|||
|
|
@ -1,23 +1,25 @@
|
|||
# Created by: bsam
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wammu
|
||||
PORTVERSION= 0.36
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
|
||||
http://dl.cihar.com.nyud.net/wammu/v0/
|
||||
PORTNAME= wammu
|
||||
PORTVERSION= 0.36
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://dl.cihar.com/wammu/v0/ \
|
||||
http://dl.cihar.com.nyud.net/wammu/v0/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GUI manager of contacts, todos, calendar, and messages in your phone
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS+= libGammu.so:${PORTSDIR}/comms/gammu
|
||||
LIB_DEPENDS= libGammu.so:${PORTSDIR}/comms/gammu
|
||||
|
||||
USES= gettext pkgconfig python tar:bz2
|
||||
USE_PYTHON= distutils
|
||||
USE_WX= 3.0+
|
||||
WX_COMPS= python:lib
|
||||
USES= gettext pkgconfig python tar:bz2
|
||||
USE_PYTHON= distutils
|
||||
USE_WX= 3.0+
|
||||
WX_COMPS= python:lib
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--- setup.py.orig 2011-09-15 13:09:48.000000000 +0400
|
||||
+++ setup.py 2011-09-16 00:51:39.020550442 +0400
|
||||
--- setup.py.orig 2011-09-15 09:09:48 UTC
|
||||
+++ setup.py
|
||||
@@ -346,16 +346,16 @@ data_files.append((os.path.join('share',
|
||||
'icon/wammu.ico',
|
||||
'icon/wammu.svg',
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= clique
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (basho-clique-0.3.4_GH0.tar.gz) = 8c85bcf443a8b0770b0ff9e5041c54e08e1e51e5e277fcf349e5bf201e863e40
|
||||
SIZE (basho-clique-0.3.4_GH0.tar.gz) = 179474
|
||||
SHA256 (basho-clique-0.3.5_GH0.tar.gz) = 11ec104f2410485c9710781ee307a68f4849cf89be88bc8de172902502080cd6
|
||||
SIZE (basho-clique-0.3.5_GH0.tar.gz) = 179470
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
--- rebar.config.orig 2015-09-24 19:06:45 UTC
|
||||
--- rebar.config.orig 2015-10-22 18:25:14 UTC
|
||||
+++ rebar.config
|
||||
@@ -12,5 +12,4 @@
|
||||
]}.
|
||||
|
||||
{deps, [
|
||||
- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
|
||||
- {cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.5"}}}
|
||||
]}.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hive
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= APACHE/${PORTNAME}/stable \
|
||||
LOCAL/demon/:maven \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (hadoop/apache-hive-1.1.0-src.tar.gz) = 340bdd46e305f077132c0b1b0c62a1752245ec6deac7dc87b826e716e2f5c45f
|
||||
SIZE (hadoop/apache-hive-1.1.0-src.tar.gz) = 11990526
|
||||
SHA256 (hadoop/FreeBSD-hive-1.1.0-maven-repository.tar.gz) = 58e4b1f046ecd3f08949614bd86dbe1b83669a45cac0f9495e057f3497ce3835
|
||||
SIZE (hadoop/FreeBSD-hive-1.1.0-maven-repository.tar.gz) = 365563658
|
||||
SHA256 (hadoop/apache-hive-1.2.1-src.tar.gz) = 4e302c487717a9fd3a51574eaa03392ab82b20f6998ac6be05783643fa32603c
|
||||
SIZE (hadoop/apache-hive-1.2.1-src.tar.gz) = 14320992
|
||||
SHA256 (hadoop/FreeBSD-hive-1.2.1-maven-repository.tar.gz) = 19a886ea1d710dc1dd52579f887bd8e90706a869613536603d402582a9e5ab88
|
||||
SIZE (hadoop/FreeBSD-hive-1.2.1-maven-repository.tar.gz) = 363991147
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ hive/conf/hive-default.xml.template
|
|||
hive/conf/hive-env.sh.template
|
||||
hive/conf/hive-exec-log4j.properties.template
|
||||
hive/conf/hive-log4j.properties.template
|
||||
hive/conf/ivysettings.xml
|
||||
hive/examples/files/2000_cols_data.csv
|
||||
hive/examples/files/AvroPrimitiveInList.parquet
|
||||
hive/examples/files/AvroSingleFieldGroupInList.parquet
|
||||
hive/examples/files/HiveGroup.parquet
|
||||
hive/examples/files/HiveRequiredGroupInList.parquet
|
||||
hive/examples/files/MultiFieldGroupInList.parquet
|
||||
hive/examples/files/NestedMap.parquet
|
||||
|
|
@ -53,6 +55,7 @@ hive/examples/files/SortCol1Col2.txt
|
|||
hive/examples/files/SortCol2Col1.txt
|
||||
hive/examples/files/SortDescCol1Col2.txt
|
||||
hive/examples/files/SortDescCol2Col1.txt
|
||||
hive/examples/files/StringMapOfOptionalIntArray.parquet
|
||||
hive/examples/files/T1.txt
|
||||
hive/examples/files/T2.txt
|
||||
hive/examples/files/T3.txt
|
||||
|
|
@ -102,6 +105,7 @@ hive/examples/files/dim_shops.txt
|
|||
hive/examples/files/doctors.avro
|
||||
hive/examples/files/docurl.txt
|
||||
hive/examples/files/double.txt
|
||||
hive/examples/files/dynamic_partition_insert.txt
|
||||
hive/examples/files/dynpart_test.txt
|
||||
hive/examples/files/emp.txt
|
||||
hive/examples/files/employee.dat
|
||||
|
|
@ -113,6 +117,7 @@ hive/examples/files/episodes.avro
|
|||
hive/examples/files/escapetest.txt
|
||||
hive/examples/files/extrapolate_stats_full.txt
|
||||
hive/examples/files/extrapolate_stats_partial.txt
|
||||
hive/examples/files/extrapolate_stats_partial_ndv.txt
|
||||
hive/examples/files/fact-data.txt
|
||||
hive/examples/files/flights_join.txt
|
||||
hive/examples/files/flights_tiny.txt
|
||||
|
|
@ -170,6 +175,7 @@ hive/examples/files/map_null_schema.avro
|
|||
hive/examples/files/map_null_val.avro
|
||||
hive/examples/files/map_table.txt
|
||||
hive/examples/files/nested_complex.txt
|
||||
hive/examples/files/nestedcomplex_additional.txt
|
||||
hive/examples/files/non_ascii_tbl.txt
|
||||
hive/examples/files/null.txt
|
||||
hive/examples/files/nullfile.txt
|
||||
|
|
@ -181,6 +187,7 @@ hive/examples/files/orc_split_elim.orc
|
|||
hive/examples/files/parquet_array_null_element.txt
|
||||
hive/examples/files/parquet_columnar.txt
|
||||
hive/examples/files/parquet_create.txt
|
||||
hive/examples/files/parquet_external_time.parq
|
||||
hive/examples/files/parquet_partitioned.txt
|
||||
hive/examples/files/parquet_types.txt
|
||||
hive/examples/files/part.rc
|
||||
|
|
@ -207,6 +214,7 @@ hive/examples/files/smbbucket_2.rc
|
|||
hive/examples/files/smbbucket_2.txt
|
||||
hive/examples/files/smbbucket_3.rc
|
||||
hive/examples/files/smbbucket_3.txt
|
||||
hive/examples/files/sortdp.txt
|
||||
hive/examples/files/sour1.txt
|
||||
hive/examples/files/sour2.txt
|
||||
hive/examples/files/source.txt
|
||||
|
|
@ -234,7 +242,11 @@ hive/examples/files/things.txt
|
|||
hive/examples/files/things2.txt
|
||||
hive/examples/files/tiny_a.txt
|
||||
hive/examples/files/tiny_b.txt
|
||||
hive/examples/files/tjoin1.txt
|
||||
hive/examples/files/tjoin2.txt
|
||||
hive/examples/files/truststore.jks
|
||||
hive/examples/files/ts_formats.txt
|
||||
hive/examples/files/tsformat.json
|
||||
hive/examples/files/type_evolution.avro
|
||||
hive/examples/files/union_input.txt
|
||||
hive/examples/files/v1.txt
|
||||
|
|
@ -343,9 +355,9 @@ hive/lib/asm-commons-3.1.jar
|
|||
hive/lib/asm-tree-3.1.jar
|
||||
hive/lib/avro-1.7.5.jar
|
||||
hive/lib/bonecp-0.8.0.RELEASE.jar
|
||||
hive/lib/calcite-avatica-1.0.0-incubating.jar
|
||||
hive/lib/calcite-core-1.0.0-incubating.jar
|
||||
hive/lib/calcite-linq4j-1.0.0-incubating.jar
|
||||
hive/lib/calcite-avatica-1.2.0-incubating.jar
|
||||
hive/lib/calcite-core-1.2.0-incubating.jar
|
||||
hive/lib/calcite-linq4j-1.2.0-incubating.jar
|
||||
hive/lib/commons-beanutils-1.7.0.jar
|
||||
hive/lib/commons-beanutils-core-1.8.0.jar
|
||||
hive/lib/commons-cli-1.2.jar
|
||||
|
|
@ -365,11 +377,12 @@ hive/lib/commons-pool-1.5.4.jar
|
|||
hive/lib/commons-vfs2-2.0.jar
|
||||
hive/lib/curator-client-2.6.0.jar
|
||||
hive/lib/curator-framework-2.6.0.jar
|
||||
hive/lib/curator-recipes-2.6.0.jar
|
||||
hive/lib/datanucleus-api-jdo-3.2.6.jar
|
||||
hive/lib/datanucleus-core-3.2.10.jar
|
||||
hive/lib/datanucleus-rdbms-3.2.9.jar
|
||||
hive/lib/derby-10.11.1.1.jar
|
||||
hive/lib/eigenbase-properties-1.1.4.jar
|
||||
hive/lib/derby-10.10.2.0.jar
|
||||
hive/lib/eigenbase-properties-1.1.5.jar
|
||||
hive/lib/geronimo-annotation_1.0_spec-1.1.1.jar
|
||||
hive/lib/geronimo-jaspic_1.0_spec-1.0.jar
|
||||
hive/lib/geronimo-jta_1.1_spec-1.1.1.jar
|
||||
|
|
@ -396,21 +409,24 @@ hive/lib/hive-shims-%%HIVE_VER%%.jar
|
|||
hive/lib/hive-shims-common-%%HIVE_VER%%.jar
|
||||
hive/lib/hive-shims-scheduler-%%HIVE_VER%%.jar
|
||||
hive/lib/hive-testutils-%%HIVE_VER%%.jar
|
||||
hive/lib/httpclient-4.2.5.jar
|
||||
hive/lib/httpcore-4.2.5.jar
|
||||
hive/lib/httpclient-4.4.jar
|
||||
hive/lib/httpcore-4.4.jar
|
||||
hive/lib/ivy-2.4.0.jar
|
||||
hive/lib/janino-2.7.6.jar
|
||||
hive/lib/jcommander-1.32.jar
|
||||
hive/lib/jdo-api-3.0.1.jar
|
||||
hive/lib/jetty-all-7.6.0.v20120127.jar
|
||||
hive/lib/jetty-all-server-7.6.0.v20120127.jar
|
||||
hive/lib/jline-2.12.jar
|
||||
hive/lib/joda-time-2.5.jar
|
||||
hive/lib/jpam-1.1.jar
|
||||
hive/lib/json-20090211.jar
|
||||
hive/lib/jsr305-3.0.0.jar
|
||||
hive/lib/jta-1.1.jar
|
||||
hive/lib/junit-4.11.jar
|
||||
hive/lib/libfb303-0.9.2.jar
|
||||
hive/lib/libthrift-0.9.2.jar
|
||||
hive/lib/log4j-1.2.16.jar
|
||||
hive/lib/log4j-%%HIVE_VER%%6.jar
|
||||
hive/lib/mail-1.4.1.jar
|
||||
hive/lib/maven-scm-api-1.4.jar
|
||||
hive/lib/maven-scm-provider-svn-commons-1.4.jar
|
||||
|
|
@ -419,7 +435,7 @@ hive/lib/netty-3.7.0.Final.jar
|
|||
hive/lib/opencsv-2.3.jar
|
||||
hive/lib/oro-2.0.8.jar
|
||||
hive/lib/paranamer-2.3.jar
|
||||
hive/lib/parquet-hadoop-bundle-1.6.0rc3.jar
|
||||
hive/lib/parquet-hadoop-bundle-1.6.0.jar
|
||||
hive/lib/pentaho-aggdesigner-algorithm-5.1.5-jhyde.jar
|
||||
hive/lib/php/Thrift.php
|
||||
hive/lib/php/autoload.php
|
||||
|
|
@ -544,36 +560,45 @@ hive/scripts/metastore/upgrade/derby/hive-schema-0.6.0.derby.sql
|
|||
hive/scripts/metastore/upgrade/derby/hive-schema-0.7.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-schema-0.8.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-schema-0.9.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-schema-%%HIVE_VER%%.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-schema-1.1.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-schema-1.2.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-txn-schema-0.13.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/hive-txn-schema-0.14.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.11.0-to-0.12.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.12.0-to-0.13.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.13.0-to-0.14.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.14.0-to-%%HIVE_VER%%.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.14.0-to-1.1.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.5.0-to-0.6.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.6.0-to-0.7.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.7.0-to-0.8.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.8.0-to-0.9.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-0.9.0-to-0.10.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade-1.1.0-to-1.2.0.derby.sql
|
||||
hive/scripts/metastore/upgrade/derby/upgrade.order.derby
|
||||
hive/scripts/metastore/upgrade/mssql/001-HIVE-6862.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/002-HIVE-7784.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/003-HIVE-8239.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/004-HIVE-8550.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/005-HIVE-9296.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/006-HIVE-9456.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/README
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-0.11.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-0.12.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-0.13.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-0.14.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-%%HIVE_VER%%.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-1.1.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-schema-1.2.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-txn-schema-0.13.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/hive-txn-schema-0.14.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/pre-0-upgrade-0.12.0-to-0.13.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/pre-0-upgrade-0.13.0-to-0.14.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/pre-1-upgrade-0.12.0-to-0.13.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/pre-1-upgrade-0.13.0-to-0.14.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade-0.12.0-to-0.13.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade-0.13.0-to-0.14.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade-0.14.0-to-%%HIVE_VER%%.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade-0.14.0-to-1.1.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade-1.1.0-to-1.2.0.mssql.sql
|
||||
hive/scripts/metastore/upgrade/mssql/upgrade.order.mssql
|
||||
hive/scripts/metastore/upgrade/mysql/001-HIVE-972.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/002-HIVE-1068.mysql.sql
|
||||
|
|
@ -608,19 +633,21 @@ hive/scripts/metastore/upgrade/mysql/hive-schema-0.6.0.mysql.sql
|
|||
hive/scripts/metastore/upgrade/mysql/hive-schema-0.7.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-schema-0.8.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-schema-0.9.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-schema-%%HIVE_VER%%.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-schema-1.1.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-schema-1.2.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-txn-schema-0.13.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/hive-txn-schema-0.14.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.10.0-to-0.11.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.11.0-to-0.12.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.12.0-to-0.13.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.13.0-to-0.14.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.14.0-to-%%HIVE_VER%%.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.14.0-to-1.1.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.5.0-to-0.6.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.6.0-to-0.7.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.7.0-to-0.8.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.8.0-to-0.9.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-0.9.0-to-0.10.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade-1.1.0-to-1.2.0.mysql.sql
|
||||
hive/scripts/metastore/upgrade/mysql/upgrade.order.mysql
|
||||
hive/scripts/metastore/upgrade/oracle/010-HIVE-3072.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/011-HIVE-3649.oracle.sql
|
||||
|
|
@ -639,7 +666,8 @@ hive/scripts/metastore/upgrade/oracle/hive-schema-0.12.0.oracle.sql
|
|||
hive/scripts/metastore/upgrade/oracle/hive-schema-0.13.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-schema-0.14.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-schema-0.9.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-schema-%%HIVE_VER%%.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-schema-1.1.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-schema-1.2.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-txn-schema-0.13.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/hive-txn-schema-0.14.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/pre-0-upgrade-0.13.0-to-0.14.0.oracle.sql
|
||||
|
|
@ -648,8 +676,9 @@ hive/scripts/metastore/upgrade/oracle/upgrade-0.10.0-to-0.11.0.oracle.sql
|
|||
hive/scripts/metastore/upgrade/oracle/upgrade-0.11.0-to-0.12.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-0.12.0-to-0.13.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-0.13.0-to-0.14.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-0.14.0-to-%%HIVE_VER%%.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-0.14.0-to-1.1.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-0.9.0-to-0.10.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade-1.1.0-to-1.2.0.oracle.sql
|
||||
hive/scripts/metastore/upgrade/oracle/upgrade.order.oracle
|
||||
hive/scripts/metastore/upgrade/postgres/001-HIVE-972.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/002-HIVE-1068.postgres.sql
|
||||
|
|
@ -685,7 +714,8 @@ hive/scripts/metastore/upgrade/postgres/hive-schema-0.6.0.postgres.sql
|
|||
hive/scripts/metastore/upgrade/postgres/hive-schema-0.7.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-schema-0.8.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-schema-0.9.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-schema-%%HIVE_VER%%.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-schema-1.1.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-schema-1.2.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-txn-schema-0.13.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/hive-txn-schema-0.14.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/pre-0-upgrade-0.12.0-to-0.13.0.postgres.sql
|
||||
|
|
@ -694,12 +724,13 @@ hive/scripts/metastore/upgrade/postgres/upgrade-0.10.0-to-0.11.0.postgres.sql
|
|||
hive/scripts/metastore/upgrade/postgres/upgrade-0.11.0-to-0.12.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.12.0-to-0.13.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.13.0-to-0.14.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.14.0-to-%%HIVE_VER%%.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.14.0-to-1.1.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.5.0-to-0.6.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.6.0-to-0.7.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.7.0-to-0.8.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.8.0-to-0.9.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-0.9.0-to-0.10.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade-1.1.0-to-1.2.0.postgres.sql
|
||||
hive/scripts/metastore/upgrade/postgres/upgrade.order.postgres
|
||||
@dir(%%HIVE_USER%%,%%HIVE_GROUP%%,) %%HIVE_LOGDIR%%
|
||||
@dir(%%HIVE_USER%%,%%HIVE_GROUP%%,) %%HIVE_RUNDIR%%
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= content
|
||||
PORTVERSION= 2.0.4
|
||||
PORTVERSION= 2.0.5
|
||||
CATEGORIES= devel www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/content-2.0.4.tgz) = 8100a70d52055663312deed83181cdf405a755d29654ee1e13c18eb0010912f0
|
||||
SIZE (Horde/content-2.0.4.tgz) = 21670
|
||||
SHA256 (Horde/content-2.0.5.tgz) = 2fc0090625cecd6a9fbb1c42ce3ba6f1f107e7e4f384609e326d0d3cd1175a21
|
||||
SIZE (Horde/content-2.0.5.tgz) = 22036
|
||||
|
|
|
|||
|
|
@ -3,14 +3,16 @@
|
|||
|
||||
PORTNAME= jep
|
||||
PORTVERSION= 2.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel java python
|
||||
MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Java Embedded Python
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
LICENSE= ZLIB
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||
MAKE_ENV= JAVA_HOME=${JAVA_HOME}
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX}
|
||||
|
|
@ -21,11 +23,12 @@ USE_LDCONFIG= yes
|
|||
USES= libtool python
|
||||
# Necessary, since the configure script does the LIBS and
|
||||
# LDFLAGS detection wrong
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjep.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Jep embeds CPython in Java. It is safe to use in a heavily threaded
|
||||
environment, it is quite fast and its stability is a main feature and goal.
|
||||
|
||||
WWW: http://jepp.sourceforge.net
|
||||
WWW: http://jepp.sourceforge.net/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdombey
|
||||
PORTVERSION= 5.9
|
||||
PORTVERSION= 5.15
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libdombey-5.9.tar.gz) = 7f7e041f5823ac580ebac38f0bd8c3f2650f9d894282e4e2d9827f56893c1452
|
||||
SIZE (libdombey-5.9.tar.gz) = 39253
|
||||
SHA256 (libdombey-5.15.tar.gz) = b4a916b84cf8db116de58e2f7567399337da34f365981acad71d2b36ccb58b0d
|
||||
SIZE (libdombey-5.15.tar.gz) = 45505
|
||||
|
|
|
|||
|
|
@ -3,4 +3,7 @@ lib/libdombey.so
|
|||
lib/libdombey.so.%%PORTVERSION%%
|
||||
lib/libdombeythreads.so
|
||||
lib/libdombeythreads.so.%%PORTVERSION%%
|
||||
lib/libdombeyevents.so
|
||||
lib/libdombeyevents.so.%%PORTVERSION%%
|
||||
man/man8/libdombey.8.gz
|
||||
man/man8/libdombeyevents.8.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libserver
|
||||
PORTVERSION= 3.3
|
||||
PORTVERSION= 3.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.mammothcheese.ca/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libserver-3.3.tar.gz) = 60173b4865c1eba6a962c18922e8cc33a0fbde037e3a634d74ab0015f373d4bd
|
||||
SIZE (libserver-3.3.tar.gz) = 25109
|
||||
SHA256 (libserver-3.5.tar.gz) = da404af148e7ffa5bc5c37fdba48f42bb7add9f1859ff77aabb0ed62db5181e9
|
||||
SIZE (libserver-3.5.tar.gz) = 25323
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Core
|
||||
PORTVERSION= 2.22.0
|
||||
PORTVERSION= 2.22.1
|
||||
CATEGORIES= devel www pear
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_Core-2.22.0.tgz) = 4a0b2e6a58a47f1513ab17a6d0ee164a645970ccac684af848103a3e09463e9e
|
||||
SIZE (Horde/Horde_Core-2.22.0.tgz) = 1640311
|
||||
SHA256 (Horde/Horde_Core-2.22.1.tgz) = f7fe1ae8cb227be8b56d72026f2d4d64e0650c55541c06d3cfb62d0400d519bb
|
||||
SIZE (Horde/Horde_Core-2.22.1.tgz) = 1640542
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Nls
|
||||
PORTVERSION= 2.0.5
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel www pear
|
||||
MASTER_SITES= http://pear.horde.org/get/
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_Nls-2.0.5.tgz) = b26ce30d04ab0b4aacd61c4c3d79da70c64bdd26fc35cc74900e3104cc5819e0
|
||||
SIZE (Horde/Horde_Nls-2.0.5.tgz) = 446788
|
||||
SHA256 (Horde/Horde_Nls-2.1.0.tgz) = 20af8a8bd9c27b0ec5085f5219041807815af45762759d5c64dd54b604acb61c
|
||||
SIZE (Horde/Horde_Nls-2.1.0.tgz) = 448205
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Notification
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_Notification-2.0.2.tgz) = f94671ad167fea570e73c55deaeaaee399a4fb174b323cdb09c78bf6493a8e3c
|
||||
SIZE (Horde/Horde_Notification-2.0.2.tgz) = 20926
|
||||
SHA256 (Horde/Horde_Notification-2.0.3.tgz) = 22281ee4cab675ee2426b7fc1973424604a0b169a47037d3f37793a9f96f002d
|
||||
SIZE (Horde/Horde_Notification-2.0.3.tgz) = 20981
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Queue
|
||||
PORTVERSION= 1.1.2
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= devel www pear
|
||||
PKGNAMEPREFIX= pear-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_Queue-1.1.2.tgz) = 16d6cc176ca244ce765011def9871bdd0d9fc12fe6b7ecfa15784384bd64dfd9
|
||||
SIZE (Horde/Horde_Queue-1.1.2.tgz) = 11837
|
||||
SHA256 (Horde/Horde_Queue-1.1.3.tgz) = 2684028dca0aa93d57aa3bc7b76a905afeba12b68c02e5dad369dc4f8784ed03
|
||||
SIZE (Horde/Horde_Queue-1.1.3.tgz) = 11904
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Horde_Token
|
||||
PORTVERSION= 2.0.6
|
||||
PORTVERSION= 2.0.7
|
||||
CATEGORIES= devel www pear
|
||||
|
||||
MAINTAINER= horde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/Horde_Token-2.0.6.tgz) = c02e62d3deef82d277ac4d18987db59ca1a7da53ea8fb77ff3d4cc4c00e58635
|
||||
SIZE (Horde/Horde_Token-2.0.6.tgz) = 31120
|
||||
SHA256 (Horde/Horde_Token-2.0.7.tgz) = 7ffd81952f453b6af5f0c28cf0f9ad7dd8daea26ee2e2a2744a1b8ef16b3d574
|
||||
SIZE (Horde/Horde_Token-2.0.7.tgz) = 31140
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= PECL Weakref extension
|
||||
|
||||
LICENSE= PHP301
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= tar:tgz
|
||||
USE_PHP= yes
|
||||
|
|
|
|||
|
|
@ -11,18 +11,21 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Build script creation tool
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
WRKSRC= ${WRKDIR}/Premake-${PORTVERSION}
|
||||
|
||||
USES= gmake dos2unix zip
|
||||
USES= dos2unix gmake zip
|
||||
|
||||
PLIST_FILES= bin/premake
|
||||
|
||||
PORTDOCS= CHANGES.txt LICENSE.txt README.txt
|
||||
PORTDOCS= CHANGES.txt README.txt
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.old 2009-01-11 15:25:47.000000000 -0200
|
||||
+++ Makefile 2009-01-11 15:25:56.000000000 -0200
|
||||
@@ -13,9 +13,9 @@
|
||||
--- Makefile.orig 2015-10-21 13:41:03 UTC
|
||||
+++ Makefile
|
||||
@@ -13,9 +13,9 @@ export CONFIG
|
||||
|
||||
all: Premake
|
||||
|
||||
|
|
|
|||
|
|
@ -50,6 +50,12 @@ OPTIONS_DEFINE= DNSTAP FASTPARSER IDN
|
|||
DNSTAP_DESC= dnstap support (see dnstap.info)
|
||||
DNSTAP_CONFIGURE_ENABLE= dnstap
|
||||
DNSTAP_LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
|
||||
# XXX: because `kdig_CPPFLAGS += $(DNSTAP_CFLAGS)' line is missing from
|
||||
# `src/Makefile.am' file (and thus pre-generated `src/Makefile.in') which
|
||||
# should contain "$libfstrm_CFLAGS $libprotobuf_c_CFLAGS" set by configure
|
||||
# script, provide it here explicitly as patching those files would result
|
||||
# in higher line count. Ideally this bug should be fixed upstream.
|
||||
DNSTAP_CPPFLAGS= -I${LOCALBASE}/include
|
||||
|
||||
FASTPARSER_DESC= Fast zone parser (demanding compilation)
|
||||
FASTPARSER_CONFIGURE_ENABLE= fastparser
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gollem
|
||||
PORTVERSION= 3.0.5
|
||||
PORTVERSION= 3.0.6
|
||||
CATEGORIES= ftp www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/gollem-3.0.5.tgz) = e639f06992df7af0f5521bd4e0f5c2a91b11f073ce6790815e7284a81eb42c34
|
||||
SIZE (Horde/gollem-3.0.5.tgz) = 953125
|
||||
SHA256 (Horde/gollem-3.0.6.tgz) = cbe6bc70b20f176ec3ca55e6774f3a235001037f92f98123e8641c177d64100b
|
||||
SIZE (Horde/gollem-3.0.6.tgz) = 951649
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ MASTER_SITES= http://www.mhgames.org/files/formido/ \
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= 2D kill-em all with 3D rendered graphics
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/GPL_license.txt
|
||||
|
||||
USE_SDL= sdl mixer image
|
||||
USES= gmake
|
||||
|
|
@ -29,6 +30,8 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
|
||||
cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.cfg ${STAGEDIR}${DATADIR}/
|
||||
|
||||
do-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig 2006-05-25 19:04:22.000000000 +0400
|
||||
+++ Makefile 2013-06-04 19:53:49.202113477 +0400
|
||||
@@ -18,9 +18,9 @@
|
||||
--- Makefile.orig 2006-05-25 15:04:22 UTC
|
||||
+++ Makefile
|
||||
@@ -18,9 +18,9 @@ CONFIGDIR = /.formido
|
||||
DEFCONFIGDIR = .
|
||||
|
||||
CC=g++
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ MASTER_SITES= http://qualdan.com/vor/ \
|
|||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Dodge the rocks until you die
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:bzip2 gmake
|
||||
USE_SDL= mixer image sdl
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -30,8 +33,10 @@ DESKTOP_ENTRIES="Variations on Rockdodger" \
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gim
|
|||
|
||||
USES= python:run zip
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ MASTER_SITES= http://registry.gimp.org/files/
|
|||
PKGNAMEPREFIX= gimp-
|
||||
PKGNAMESUFFIX= -scripts
|
||||
DISTNAME= script-fu-jagged-border.scm
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
EXTRACT_SUFX= # empty
|
||||
EXTRACT_ONLY= # empty
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GIMP script to create a jagged border around an image
|
||||
|
|
@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gimp:${PORTSDIR}/graphics/gimp-app
|
|||
|
||||
USES= dos2unix
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
GIMP_SCRIPTS_DIR?= share/gimp/scripts
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ PKGNAMESUFFIX= -plugin
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gimp plugin to correct lens distortion using the lensfun library
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/exiv2.pc:${PORTSDIR}/graphics/exiv2 \
|
||||
${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- Makefile.orig 2014-02-08 09:31:49.000000000 -0200
|
||||
+++ Makefile 2014-03-22 22:41:34.000000000 -0300
|
||||
@@ -9,8 +9,6 @@
|
||||
--- Makefile.orig 2014-02-08 11:31:49 UTC
|
||||
+++ Makefile
|
||||
@@ -9,8 +9,6 @@ endif
|
||||
|
||||
|
||||
# set standard values, if not set by default
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
# project-specific flags
|
||||
@@ -26,8 +24,6 @@
|
||||
@@ -26,8 +24,6 @@ ifneq (, $(findstring mingw, $(SYS)))
|
||||
endif
|
||||
else
|
||||
# comment to disable OpenMP
|
||||
|
|
|
|||
|
|
@ -13,57 +13,43 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Gimp plugin to losslessly decompose images into wavelet scales layers
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
|
||||
PLUGIN_DIR?= libexec/gimp/2.2/plug-ins
|
||||
|
||||
# l10n languages
|
||||
LANGUAGES= de ru it pl
|
||||
|
||||
# installed files
|
||||
PLIST_FILES= ${PLUGIN_DIR}/wavelet-decompose
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
LANGUAGES= de ru it pl
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.for language in ${LANGUAGES}
|
||||
NLS_PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
.endfor
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \
|
||||
${WRKSRC}/src/Makefile
|
||||
#
|
||||
## l10n
|
||||
# disable l10n if appropriate
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|(^all:.*)po |\1|' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
## l10n
|
||||
#
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
.for language in ${LANGUAGES}
|
||||
PLIST_FILES+= share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
# plugin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/wavelet-decompose ${STAGEDIR}${PREFIX}/${PLUGIN_DIR}
|
||||
#
|
||||
## l10n
|
||||
#
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
||||
do-install-NLS-on:
|
||||
.for language in ${LANGUAGES}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/
|
||||
${INSTALL_DATA} ${WRKSRC}/po/${language}.mo ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
--- src/Makefile.orig 2014-03-22 22:50:21.000000000 -0300
|
||||
+++ src/Makefile 2014-03-22 22:50:36.000000000 -0300
|
||||
--- src/Makefile.orig 2008-12-30 10:23:34 UTC
|
||||
+++ src/Makefile
|
||||
@@ -1,4 +1,4 @@
|
||||
-CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
|
||||
+CFLAGS = $(shell gimptool-2.0 --cflags)
|
||||
+CFLAGS = -Wall $(shell gimptool-2.0 --cflags)
|
||||
LIBS = $(shell gimptool-2.0 --libs)
|
||||
PLUGIN = wavelet-decompose
|
||||
SOURCES = plugin.c wavelet.c interface.c decompose.c
|
||||
|
|
|
|||
|
|
@ -13,14 +13,11 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= GIMP plugin to reduce noise in each channel of an image separately
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
|
||||
OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS
|
||||
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
|
||||
PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR}
|
||||
|
|
@ -29,41 +26,33 @@ GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins
|
|||
# l10n languages
|
||||
LANGUAGES= de et it pl ru
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS
|
||||
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
# optimized CFLAGS
|
||||
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
|
||||
CFLAGS+= -O3
|
||||
.endif
|
||||
OPTIMIZED_CFLAGS_CFLAGS= -O3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \
|
||||
-e '/^LIBS =/s/$$/ -lm/' \
|
||||
${WRKSRC}/src/Makefile
|
||||
#
|
||||
## l10n
|
||||
# disable l10n if appropriate
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|(^all:.*)po |\1|' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
# plugin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
|
||||
#
|
||||
## l10n
|
||||
#
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
||||
do-install-NLS-on:
|
||||
.for language in ${LANGUAGES}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/
|
||||
${INSTALL_DATA} ${WRKSRC}/po/${language}.mo \
|
||||
${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -12,58 +12,46 @@ PKGNAMESUFFIX= -plugin
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GIMP plugin to sharpen by increasing contrast in high frequency space
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gimp-2.0.pc:${PORTSDIR}/graphics/gimp-app
|
||||
|
||||
OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS
|
||||
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
|
||||
PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR}
|
||||
GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins
|
||||
|
||||
# l10n languages
|
||||
LANGUAGES= de et it pl ru
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS
|
||||
OPTIONS_DEFAULT= OPTIMIZED_CFLAGS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
# optimized CFLAGS
|
||||
.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS}
|
||||
CFLAGS+= -O3
|
||||
.endif
|
||||
OPTIMIZED_CFLAGS_CFLAGS= -O3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|gimptool-2.0|${LOCALBASE}/bin/gimptool-2.0|' \
|
||||
-e '/^LIBS =/s/$$/ -lm/' \
|
||||
${WRKSRC}/src/Makefile
|
||||
#
|
||||
## l10n
|
||||
# disable l10n if appropriate
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
|
||||
post-patch-NLS-off:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|(^all:.*)po |\1|' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
# plugin
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/${GIMP_PLUGIN_DIR}
|
||||
#
|
||||
## l10n
|
||||
#
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
||||
do-install-NLS-on:
|
||||
.for language in ${LANGUAGES}
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/
|
||||
${INSTALL_DATA} ${WRKSRC}/po/${language}.mo \
|
||||
${STAGEDIR}${PREFIX}/share/locale/${language}/LC_MESSAGES/gimp20-${PORTNAME}-plug-in.mo
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= OCR program implemented as filter
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} CXXFLAGS="${CXXFLAGS}" CXX="${CXX}"
|
||||
|
|
@ -27,8 +28,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000024
|
||||
EXTRACT_DEPENDS=lzip:${PORTSDIR}/archivers/lzip
|
||||
EXTRACT_CMD= ${LOCALBASE}/bin/lzip
|
||||
EXTRACT_DEPENDS= lzip:${PORTSDIR}/archivers/lzip
|
||||
EXTRACT_CMD= ${LOCALBASE}/bin/lzip
|
||||
EXTRACT_BEFORE_ARGS= -cd
|
||||
EXTRACT_AFTER_ARGS= | ${TAR} -xf -
|
||||
.endif
|
||||
|
|
@ -37,14 +38,12 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/ocrad.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
do-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/testsuite && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yed
|
||||
PORTVERSION= 3.14.3
|
||||
PORTVERSION= 3.14.4
|
||||
CATEGORIES= graphics java
|
||||
MASTER_SITES= #
|
||||
DISTNAME= yEd-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (yEd-3.14.3.zip) = 94d15b5f66d1ebc39fe44f1e05d02fa2ed40995fbb7658cc7c5aa0bfecfcea75
|
||||
SIZE (yEd-3.14.3.zip) = 29474323
|
||||
SHA256 (yEd-3.14.4.zip) = c677b4b92a4e19284e436cb7d4ba9c4b09ac141489f3b499d10233a37538a25e
|
||||
SIZE (yEd-3.14.4.zip) = 29485917
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= elisa10
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= http://www.wheel.gr.jp/~dai/software/
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ all: ${F}.pcf.gz
|
|||
.endfor
|
||||
|
||||
.for F in ${SRCS:R}
|
||||
${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf
|
||||
${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.pcf.gz
|
||||
mkdir -p ${DESTDIR}%%DATADIR%%
|
||||
${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= elisa8
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= http://www.bsdbbq.org/~toshi/distfiles/
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ all: ${F}.pcf.gz
|
|||
.endfor
|
||||
|
||||
.for F in ${SRCS:R}
|
||||
${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.bdf
|
||||
${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.pcf.gz
|
||||
mkdir -p ${DESTDIR}%%DATADIR%%
|
||||
${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gambit-c
|
||||
PORTVERSION= 4.8.0
|
||||
PORTVERSION= 4.8.1
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (feeley-gambit-v4.8.0_GH0.tgz) = d5071035609c2d5fa20b8f7c232580ecb2c7b2af4a0a8209922d7a0b0f8c1ecb
|
||||
SIZE (feeley-gambit-v4.8.0_GH0.tgz) = 12506602
|
||||
SHA256 (feeley-gambit-v4.8.1_GH0.tgz) = dc5525086026645161dea3b703cf08c5eec2921eaf124a11bfbaf70a3f80e017
|
||||
SIZE (feeley-gambit-v4.8.1_GH0.tgz) = 12504507
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ bin/scheme-r5rs
|
|||
bin/scheme-srfi-0
|
||||
bin/six
|
||||
bin/six-script
|
||||
include/gambit-c/gambit-not407009.h
|
||||
include/gambit-c/gambit-not408001.h
|
||||
include/gambit-c/gambit.h
|
||||
lib/gambit-c/_asm#.scm
|
||||
lib/gambit-c/_assert#.scm
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 6.2.10
|
||||
PORTVERSION= 6.2.11
|
||||
CATEGORIES= mail www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/imp-6.2.10.tgz) = 9313780c0a840ccacb4e43a3d66e8b5da7b4f4c735adf09d895975d6471eb7fe
|
||||
SIZE (Horde/imp-6.2.10.tgz) = 4993229
|
||||
SHA256 (Horde/imp-6.2.11.tgz) = 255a6f79498039b4b3a43d658405b225769486b36c025fbbded30aefc4954ed5
|
||||
SIZE (Horde/imp-6.2.11.tgz) = 4994550
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ingo
|
||||
PORTVERSION= 3.2.6
|
||||
PORTVERSION= 3.2.7
|
||||
CATEGORIES= mail www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/ingo-3.2.6.tgz) = 20a51c1b9fc6bb8603913190da126ebfa6a98022f7c6cf8937af1bc3bdb2abc3
|
||||
SIZE (Horde/ingo-3.2.6.tgz) = 1512229
|
||||
SHA256 (Horde/ingo-3.2.7.tgz) = 472f260a63fbdfe237ebed26ac863324dd61c1a7557d5bc984b508e9f34be5c3
|
||||
SIZE (Horde/ingo-3.2.7.tgz) = 1518529
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= turba
|
||||
PORTVERSION= 4.2.8
|
||||
PORTVERSION= 4.2.10
|
||||
PKGNAMEPREFIX= horde-
|
||||
CATEGORIES= mail www pear
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/turba-4.2.8.tgz) = 63c71d0e4e3c6a18ccbae98e71f16ccde0aedc307de786b8d71fc6446df15a0c
|
||||
SIZE (Horde/turba-4.2.8.tgz) = 1984117
|
||||
SHA256 (Horde/turba-4.2.10.tgz) = 6a1a748269b136831b89179d9cf95f1dd52eb9d4c19630844454459187641143
|
||||
SIZE (Horde/turba-4.2.10.tgz) = 1987679
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webmail
|
||||
PORTVERSION= 5.2.10
|
||||
PORTVERSION= 5.2.11
|
||||
CATEGORIES= mail www pear
|
||||
PKGNAMEPREFIX= horde-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Horde/webmail-5.2.10.tgz) = 64462ec4d2e05b01b02159a633b08f0b6f0e4c3049725f0262706c899b22cdc1
|
||||
SIZE (Horde/webmail-5.2.10.tgz) = 158351
|
||||
SHA256 (Horde/webmail-5.2.11.tgz) = d4ef629b179d4299f02107669e5a731cc2fe89b5d1a2508dbd9a8e72fa533126
|
||||
SIZE (Horde/webmail-5.2.11.tgz) = 160961
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= octave-forge-io
|
||||
PORTVERSION= 2.2.10
|
||||
PORTVERSION= 2.2.11
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (octave-forge/io-2.2.10.tar.gz) = 996aade8c3196194a4d6d9f26ece5cf7ae4bb4114b2a0ebe41832874d8e3c150
|
||||
SIZE (octave-forge/io-2.2.10.tar.gz) = 243308
|
||||
SHA256 (octave-forge/io-2.2.11.tar.gz) = 6b7e8940287fc77b841d4a67e4af92e7220a97366eb371f4eea1dd23055c7487
|
||||
SIZE (octave-forge/io-2.2.11.tar.gz) = 244541
|
||||
|
|
|
|||
|
|
@ -442,6 +442,7 @@
|
|||
SUBDIR += tpp
|
||||
SUBDIR += translate
|
||||
SUBDIR += ttyrec
|
||||
SUBDIR += tudu
|
||||
SUBDIR += tvbrowser
|
||||
SUBDIR += typetrainer
|
||||
SUBDIR += uk-phone
|
||||
|
|
|
|||
23
misc/tudu/Makefile
Normal file
23
misc/tudu/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Created by: mp39590@gmail.com
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tudu
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://code.meskio.net/tudu/
|
||||
|
||||
MAINTAINER= mp39590@gmail.com
|
||||
COMMENT= Command line program for managing "todo" lists
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= ncurses
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E 's|cd (.+) && (\$$\{MAKE\})|\2 -C \1|' \
|
||||
${WRKSRC}/Makefile.acr
|
||||
@${REINPLACE_CMD} -e '/tudurc/s,SYSCONFDIR),&/tudurc.sample,' \
|
||||
${WRKSRC}/data/Makefile.acr
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
misc/tudu/distinfo
Normal file
2
misc/tudu/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (tudu-0.10.tar.gz) = a40f420eb08fc3b4fe3c75abc9ef3eeddf32e20ff893d17d530f020b0be4e114
|
||||
SIZE (tudu-0.10.tar.gz) = 61199
|
||||
6
misc/tudu/pkg-descr
Normal file
6
misc/tudu/pkg-descr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TuDu is a command line tool to manage hierarchical "todo" lists. Each
|
||||
task has a title, a long text description, a deadline (TuDu warns you
|
||||
when the date is close), and a scheduled date. There are categories
|
||||
and priorities.
|
||||
|
||||
WWW: http://code.meskio.net/tudu/
|
||||
5
misc/tudu/pkg-plist
Normal file
5
misc/tudu/pkg-plist
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
bin/tudu
|
||||
@sample etc/tudurc.sample
|
||||
man/man1/tudu.1.gz
|
||||
%%DATADIR%%/tudu.dtd
|
||||
%%DATADIR%%/welcome.xml
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 2.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.8.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= http://ffmpeg.org/releases/
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ffmpeg-2.8.tar.bz2) = 9565236404d3515aab754283c687c0a001019003148bf7f708e643608c0690b8
|
||||
SIZE (ffmpeg-2.8.tar.bz2) = 8563832
|
||||
SHA256 (ffmpeg-2.8.1.tar.bz2) = e2ed5ab28dee1af94336739173eb0019afc21a54e38a96f4e3208e94a07866e2
|
||||
SIZE (ffmpeg-2.8.1.tar.bz2) = 8564488
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tvheadend
|
||||
PORTVERSION= 3.9.20140806
|
||||
PORTVERSION= 4.0.6
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= decke@FreeBSD.org
|
||||
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
|
|||
RUN_DEPENDS= dtv-scan-tables>=0:${PORTSDIR}/multimedia/dtv-scan-tables
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 6d19440
|
||||
GH_TAGNAME= d97d5f1
|
||||
|
||||
USES= execinfo gmake pkgconfig python shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -78,6 +78,9 @@ post-patch:
|
|||
# ignore gcc warnings on FreeBSD 9.X, and clang warnings on FreeBSD 10+
|
||||
@${REINPLACE_CMD} 's|-Werror||' \
|
||||
${WRKSRC}/Makefile
|
||||
# Remove -Wunused-result because gcc 4.2 on FreeBSD 9.x does not know it
|
||||
@${REINPLACE_CMD} 's|-Wunused-result||' \
|
||||
${WRKSRC}/Makefile
|
||||
.if ${OSVERSION} >= 1000000
|
||||
# to suppress clang CC flags on FreeBSD 10+
|
||||
# @${REINPLACE_CMD} 's|clang|clang-options-disabled|' \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tvheadend-tvheadend-3.9.20140806-6d19440_GH0.tar.gz) = 3d8b813c989469d0f5706b2c8a2d59159194c8e606502aa094a2fc0b73fd46b4
|
||||
SIZE (tvheadend-tvheadend-3.9.20140806-6d19440_GH0.tar.gz) = 14897631
|
||||
SHA256 (tvheadend-tvheadend-4.0.6-d97d5f1_GH0.tar.gz) = 154ad12248847e0f8a8ff91b186f2edcd4b081c40c39d467be78d14f62842bcf
|
||||
SIZE (tvheadend-tvheadend-4.0.6-d97d5f1_GH0.tar.gz) = 15825659
|
||||
|
|
|
|||
29
multimedia/tvheadend/files/patch-Makefile.webui
Normal file
29
multimedia/tvheadend/files/patch-Makefile.webui
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
--- Makefile.webui.orig 2015-09-25 13:57:59 UTC
|
||||
+++ Makefile.webui
|
||||
@@ -153,22 +153,22 @@ define GO_JS
|
||||
$(VV)$(CSS_PY) --in="$^" utf-check
|
||||
$(VV)cat $^ > $@.tmp
|
||||
$(VV)$(RUN_JS) < $@.tmp > $@.tmp2
|
||||
- @stat --printf="%-35n %7s\n" $@.tmp $@.tmp2
|
||||
+ @stat -f "%-35N %7b" $@.tmp $@.tmp2
|
||||
$(VV)$(GZIPCMD) -c $@.tmp2 > $@.tmp
|
||||
@rm $@.tmp2
|
||||
@mv $@.tmp $@
|
||||
- @stat --printf="%-35n %7s\n" $@
|
||||
+ @stat -f "%-35N %7b" $@
|
||||
endef
|
||||
|
||||
define GO_CSS
|
||||
$(VV)$(CSS_PY) --in="$^" utf-check
|
||||
$(VV)$(CSS_PY) --in="$^" > $@.tmp
|
||||
$(VV)$(RUN_CSS) < $@.tmp > $@.tmp2
|
||||
- @stat --printf="%-35n %7s\n" $@.tmp $@.tmp2
|
||||
+ @stat -f "%-35N %7b" $@.tmp $@.tmp2
|
||||
$(VV)$(GZIPCMD) -c $@.tmp2 > $@.tmp
|
||||
@rm $@.tmp2
|
||||
@mv $@.tmp $@
|
||||
- @stat --printf="%-35n %7s\n" $@
|
||||
+ @stat -f "%-35N %7b" $@
|
||||
endef
|
||||
|
||||
all:
|
||||
45
multimedia/tvheadend/files/patch-src_byteswap.h
Normal file
45
multimedia/tvheadend/files/patch-src_byteswap.h
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
--- src/byteswap.h.orig 2015-10-21 17:12:45 UTC
|
||||
+++ src/byteswap.h
|
||||
@@ -0,0 +1,42 @@
|
||||
+/*-
|
||||
+ * Copyright (c) 2010 Isilon Systems, Inc.
|
||||
+ * Copyright (c) 2010 iX Systems, Inc.
|
||||
+ * Copyright (c) 2010 Panasas, Inc.
|
||||
+ * All rights reserved.
|
||||
+ *
|
||||
+ * Redistribution and use in source and binary forms, with or without
|
||||
+ * modification, are permitted provided that the following conditions
|
||||
+ * are met:
|
||||
+ * 1. Redistributions of source code must retain the above copyright
|
||||
+ * notice unmodified, 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.
|
||||
+ */
|
||||
+
|
||||
+#ifndef _INFINIBAND_BYTESWAP_H_
|
||||
+#define _INFINIBAND_BYTESWAP_H_
|
||||
+/*
|
||||
+ * This file is included for compatibility with the userland libraries
|
||||
+ * accompanying the infiniband stack.
|
||||
+ */
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/endian.h>
|
||||
+
|
||||
+#define bswap_16 bswap16
|
||||
+#define bswap_32 bswap32
|
||||
+#define bswap_64 bswap64
|
||||
+
|
||||
+#endif /* _INFINIBAND_BYTESWAP_H_ */
|
||||
10
multimedia/tvheadend/files/patch-src_http.c
Normal file
10
multimedia/tvheadend/files/patch-src_http.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- src/http.c.orig 2015-09-25 13:57:59 UTC
|
||||
+++ src/http.c
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
+#include <sys/socket.h>
|
||||
|
||||
#include "tvheadend.h"
|
||||
#include "tcp.h"
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue