*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2015-12-12 09:30:55 +01:00
parent 795c77fc18
commit f49e408e1c
289 changed files with 2312 additions and 1081 deletions

View file

@ -12,16 +12,15 @@ DISTNAME= sz${PORTVERSION:S/.//}_src
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast compression utility
OPTIONS_DEFINE= DOCS
USES= gmake
NO_WRKSUBDIR= yes
MAKEFILE= makefile
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= *.txt
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's,more logfile,cat logfile,' \
-e "s,^CFLAGS.*,CFLAGS= ${CFLAGS}," \
@ -29,6 +28,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}

View file

@ -82,8 +82,8 @@
SUBDIR += py-RO
SUBDIR += py-aipy
SUBDIR += py-astLib
SUBDIR += py-metar
SUBDIR += py-pyfits
SUBDIR += py-pymetar
SUBDIR += pyephem
SUBDIR += pyweather
SUBDIR += qlandkartegt

View file

@ -1,22 +1,22 @@
# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$
PORTNAME= metar
PORTNAME= pymetar
PORTVERSION= 0.20
CATEGORIES= astro python geography
MASTER_SITES= http://www.schwarzvogel.de/pkgs/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python module that provides access to NOAA METAR weather reports
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_PYTHON= autoplist distutils
USES= python:2 shebangfix
SHEBANG_FILES= bin/py${PORTNAME}
SHEBANG_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= praat
@ -8,7 +8,7 @@ CATEGORIES= audio science
MASTER_SITES= http://www.fon.hum.uva.nl/praat/
DISTNAME= praat5408_sources
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Phonetics by Computer
LICENSE= GPLv2

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= bwa
@ -6,7 +6,7 @@ PORTVERSION= 0.7.9a
CATEGORIES= biology
MASTER_SITES= SF/bio-bwa/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Burrows-Wheeler sequence aligner
LICENSE= GPLv3

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= cd-hit
@ -6,7 +6,7 @@ PORTVERSION= 4.6.4
DISTVERSIONPREFIX= V
CATEGORIES= biology
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Clustering and comparing protein or nucleotide sequences
LICENSE= GPLv2

View file

@ -4,10 +4,9 @@
PORTNAME= cdbfasta
PORTVERSION= 2010.07.22
CATEGORIES= biology
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Fast indexing and retrieval of FASTA records from flat file databases
# LICENSE= unspecified

View file

@ -1,11 +1,11 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= fastool
PORTVERSION= 0.1.4
CATEGORIES= biology
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Simple and quick FastQ and FastA tool for file reading and conversion
LICENSE= BSD2CLAUSE

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= FastTree
@ -7,7 +7,7 @@ CATEGORIES= biology
MASTER_SITES= http://www.microbesonline.org/fasttree/
EXTRACT_SUFX= .c
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments
# LICENSE= unspecified open source

View file

@ -1,11 +1,11 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= fastx_toolkit
PORTVERSION= 0.0.14
CATEGORIES= biology
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= CLI tools for Short-Reads FASTA/FASTQ files preprocessing
LICENSE= AGPLv3

View file

@ -7,7 +7,7 @@ CATEGORIES= biology
MASTER_SITES= http://research-pub.gene.com/gmap/src/
DISTNAME= ${PORTNAME}-gsnap-${PORTVERSION:C|\.|-|g}
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences
LICENSE= GMAP

View file

@ -8,7 +8,7 @@ CATEGORIES= biology
MASTER_SITES= ftp://selab.janelia.org/pub/software/hmmer3/3.0/ \
http://selab.janelia.org/software/hmmer3/3.0/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Profile hidden Markov models for biological sequence analysis
LICENSE= GPLv3

View file

@ -1,11 +1,11 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= libgtextutils
PORTVERSION= 0.7
CATEGORIES= biology
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Gordon's text utilities
LICENSE= AGPLv3

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= blast+
@ -10,7 +10,7 @@ MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION
PKGNAMEPREFIX= ncbi-
DISTNAME= ncbi-blast-${PORTVERSION}+-src
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= NCBI implementation of Basic Local Alignment Search Tool
LICENSE= Public_domain

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= plink
@ -8,7 +8,7 @@ CATEGORIES= biology science
MASTER_SITES= http://pngu.mgh.harvard.edu/~purcell/plink/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Whole genome association analysis toolset
LICENSE= GPLv2

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= plinkseq
@ -8,7 +8,7 @@ MASTER_SITES= http://psychgen.u.hpc.mssm.edu/plinkseq_downloads/
# Default DISTNAME is correct, so leave it alone.
DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tgz
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Toolset for working with human genetic variation data
LICENSE= GPLv2

View file

@ -5,10 +5,9 @@ PORTNAME= cutecom
PORTVERSION= 0.20.0
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= http://cutecom.sourceforge.net/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= http://cutecom.sourceforge.net/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Graphical serial terminal
RUN_DEPENDS= lsz:${PORTSDIR}/comms/lrzsz

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= calecto
PORTVERSION= 0.4.2
PORTVERSION= 0.4.3
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= elixir-

View file

@ -1,2 +1,2 @@
SHA256 (lau-calecto-v0.4.2_GH0.tar.gz) = ebbca73aede774e2554668e61a657ff6b3a5d6e78e50c5bb05b3cb46c5541200
SIZE (lau-calecto-v0.4.2_GH0.tar.gz) = 11412
SHA256 (lau-calecto-v0.4.3_GH0.tar.gz) = 2ca76fb9290bcee57db7129ff025d31befb633dd2e496527fc17a09f9e2b6408
SIZE (lau-calecto-v0.4.3_GH0.tar.gz) = 11422

View file

@ -25,7 +25,7 @@ USES= gmake libtool readline uidfix
USE_AUTOTOOLS= autoheader aclocal
USE_OPENSSL= yes
NOT_FOR_ARCHS= i386 mips armv6
NOT_FOR_ARCHS= arm armv6 i386 mips powerpc
NOT_FOR_ARCHS_REASON= can only be built on 64bit platforms
GNU_CONFIGURE= yes

View file

@ -8,7 +8,7 @@ CATEGORIES= deskutils
MASTER_SITES= PORTS_JP
DISTNAME= ${PORTNAME}-4.0+i18n
MAINTAINER= sarumaru@jp.FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Calendar with a notebook for X11 (internationalized version)
WRKSRC= ${WRKDIR}/${PORTNAME}

View file

@ -1054,7 +1054,6 @@
SUBDIR += jech-dht
SUBDIR += jenkins
SUBDIR += jenkins-lts
SUBDIR += jep
SUBDIR += jgoodies-common
SUBDIR += jiic
SUBDIR += jline
@ -2001,6 +2000,7 @@
SUBDIR += p5-Data-SExpression
SUBDIR += p5-Data-Section
SUBDIR += p5-Data-Section-Simple
SUBDIR += p5-Data-Serializable
SUBDIR += p5-Data-Serializer
SUBDIR += p5-Data-Serializer-Sereal
SUBDIR += p5-Data-ShowTable
@ -2558,6 +2558,7 @@
SUBDIR += p5-Log-Handler
SUBDIR += p5-Log-Log4perl
SUBDIR += p5-Log-Log4perl-Appender-RabbitMQ
SUBDIR += p5-Log-Log4perl-Appender-Socket-UNIX
SUBDIR += p5-Log-Log4perl-Tiny
SUBDIR += p5-Log-Message
SUBDIR += p5-Log-Message-Simple
@ -4090,6 +4091,7 @@
SUBDIR += py-jdcal
SUBDIR += py-jedi
SUBDIR += py-jellyfish
SUBDIR += py-jep
SUBDIR += py-jira
SUBDIR += py-jmespath
SUBDIR += py-joblib
@ -4176,6 +4178,7 @@
SUBDIR += py-phpserialize
SUBDIR += py-pika
SUBDIR += py-pip
SUBDIR += py-pkgconfig
SUBDIR += py-plan
SUBDIR += py-plex
SUBDIR += py-pluggy
@ -4370,6 +4373,7 @@
SUBDIR += py-unittestplus
SUBDIR += py-urlimport
SUBDIR += py-urwid
SUBDIR += py-urwidtrees
SUBDIR += py-usb
SUBDIR += py-user_agents
SUBDIR += py-utils

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= artifactory
PORTVERSION= 4.3.0
PORTREVISION= 1
PORTVERSION= 4.3.1
CATEGORIES= devel java
MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/
DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (jfrog-artifactory-oss-4.3.0.zip) = ce530cc5e52c7a00599271978097cf5e478e1c3877ef48e575e2c039a453c46f
SIZE (jfrog-artifactory-oss-4.3.0.zip) = 35801706
SHA256 (jfrog-artifactory-oss-4.3.1.zip) = 599d2493aed0b74d518f0f2f0dbacc65ec0043924314b0307a40ce8fa0eb2d06
SIZE (jfrog-artifactory-oss-4.3.1.zip) = 35868446

View file

@ -26,4 +26,7 @@ CONFIGURE_ARGS= --enable-ehal --disable-enotify --disable-eukit \
--disable-edbus-test --disable-edbus-test-client \
--disable-edbus-async-test --disable-static
DEPRECATED= Not used anymore by x11-wm/enlightenment
EXPIRATION_DATE=2016-01-15
.include <bsd.port.mk>

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= calendar
PORTVERSION= 0.11.2
PORTVERSION= 0.12.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View file

@ -1,2 +1,2 @@
SHA256 (lau-calendar-v0.11.2_GH0.tar.gz) = ec352972e9e7b840a6c0cf60afd5b2ce2a63093ad1f88d3f0ad3aeb1bf737070
SIZE (lau-calendar-v0.11.2_GH0.tar.gz) = 37056
SHA256 (lau-calendar-v0.12.0_GH0.tar.gz) = 6497d8bfd34bf3380fd46a4b0235caf622cbfa32b420e67f498badec9914995f
SIZE (lau-calendar-v0.12.0_GH0.tar.gz) = 37915

View file

@ -1,34 +0,0 @@
# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= jep
PORTVERSION= 2.4
PORTREVISION= 2
CATEGORIES= devel java python
MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java Embedded Python
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}
USE_JAVA= yes
JAVA_VERSION= 1.6+
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool python
# Necessary, since the configure script does the LIBS and
# LDFLAGS detection wrong
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>

View file

@ -1,2 +0,0 @@
SHA256 (jep-2.4.tar.gz) = 7f57b2874e36c33f0207be5bc47da29e5547ec48523962ac03fc56aab83087f8
SIZE (jep-2.4.tar.gz) = 637141

View file

@ -1,6 +0,0 @@
lib/libjep.a
lib/libjep.so.2
lib/libjep.so.2.0.1
lib/libjep.so
man/man1/jep.1.gz
%%JAVAJARDIR%%/jep.jar

View file

@ -1,13 +1,12 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= libgamepad
PORTVERSION= 0.1.2
CATEGORIES= devel games
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Generic gamepad API
LICENSE= BSD2CLAUSE

View file

@ -4,10 +4,9 @@
PORTNAME= libnxt
PORTVERSION= 0.3
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= GOOGLE_CODE
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Lego NXT library
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons

View file

@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= SOURCEFORGE_JP/${PORTNAME}/20457
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= sarumaru@jp.FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= FeliCa read/write library for Sony RC-S320 USB FeliCa R/W(PaSoRi)
USES= tar:bzip2 uidfix

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= libsysinfo
@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= GNU libc's sysinfo port for FreeBSD
LICENSE= BSD3CLAUSE

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libthai
PORTVERSION= 0.1.23
PORTVERSION= 0.1.24
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/

View file

@ -1,2 +1,2 @@
SHA256 (libthai-0.1.23.tar.xz) = a10695ab9a16542ee9fb0aa3f4ce910c03343b3d212d2c2b46a0988341b3e6ac
SIZE (libthai-0.1.23.tar.xz) = 394024
SHA256 (libthai-0.1.24.tar.xz) = a2dd95f79084a27ac077cc206e66e30ee193b70738676ed39792acc9a1c2af0d
SIZE (libthai-0.1.24.tar.xz) = 394672

View file

@ -18,7 +18,7 @@ include/thai/wtt.h
lib/libthai.a
lib/libthai.so
lib/libthai.so.0
lib/libthai.so.0.2.3
lib/libthai.so.0.2.4
libdata/pkgconfig/libthai.pc
%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
%%DOXYGEN%%%%DOCSDIR%%/html/arrowdown.png

View file

@ -6,7 +6,7 @@ PORTVERSION= 5.7
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Terminfo database required by Linux ncurses programs
USE_LINUX= c6

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= devtools
@ -18,7 +18,7 @@ DISTFILES= binutils-2.18.50.0.9-8.fc10.${LINUX_RPM_ARCH}.rpm:bin \
gcc-c++-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin \
gcc-gfortran-4.3.2-7.${LINUX_RPM_ARCH}.rpm:bin
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Linux compilers and base libraries
.if defined(PACKAGE_BUILDING)

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= ncurses-base
@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= devel linux
MASTER_SITES= http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/10/Fedora/i386/os/Packages/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Terminfo database required by Linux ncurses programs
USE_LINUX= f10

View file

@ -1,4 +1,4 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= lnphost
@ -6,7 +6,7 @@ PORTVERSION= 1.0a
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Lego RCX iinfrared communication API
LICENSE= GPLv2

View file

@ -1,13 +1,12 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= openvex
PORTVERSION= 0.5.3
CATEGORIES= devel
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Open source firmware for Vex robotics controllers
LICENSE= GPLv3

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4
PORTVERSION= 2015.1.1252202
PORTVERSION= 2015.1.1314399
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd100x86/p4) = 79177ad4fbd68e90846f3a01009eb5d46d3fd2123c568c5193fc2fcf542bfd1c
SIZE (perforce/2015.1.1252202/bin.freebsd100x86/p4) = 2562676
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4) = 04cd983ef267e132f7729cd1eebea27f966e319459a9448782c6ea2349a17089
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4) = 2562708

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd100x86_64/p4) = 5e4d42cd93c9ec21f9a04c6ef6dab3dc2c3801fa31247c05ef55fe77253cabc1
SIZE (perforce/2015.1.1252202/bin.freebsd100x86_64/p4) = 2816032
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4) = e637bd877ecc6ee9855ca354d33e1522e3573cbf7ccac337f819abf3a8c88f5c
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4) = 2818912

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd70x86/p4) = 6c0316f2d4a8220e9634a1e1ddba48cc3294937f80e5086b4693d3df204d9cda
SIZE (perforce/2015.1.1252202/bin.freebsd70x86/p4) = 2634656
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4) = b0a021228b7d6e3a0d50e23dd28dd45464aca38a0838c11adae1656f757f2cbc
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4) = 2638400

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd70x86_64/p4) = 7fdc0bb9c8e57df97c1e932e1ac82d1c4224560db9d32d1fc4f33d47e7c86a4e
SIZE (perforce/2015.1.1252202/bin.freebsd70x86_64/p4) = 2796024
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4) = 36d2b34282eedaf83d44d750ea79b6c02e2d0f156e25469265a5bd8e58a9a1d4
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4) = 2798936

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= p4api
PORTVERSION= 2015.1.1126382
PORTVERSION= 2015.1.1314399
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/:tar \
ftp://ftp.perforce.com/perforce/${P4VERSION}/doc/manuals/p4api/:pdf

View file

@ -1,4 +1,4 @@
SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 55273d0114caef8c44ba719199b523e7b88953727d815b29fecbe9f9bd7290eb
SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.tgz) = 1432888
SHA256 (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1126382/bin.freebsd100x86/p4api.pdf) = 1623596
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4api.tgz) = 2626d0dc8c95fb4790f008c2d41b488460a1c4e80dc0392adcd919b87a78c0d9
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4api.tgz) = 1433851
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4api.pdf) = 1623596

View file

@ -1,4 +1,4 @@
SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 359708ab1aa8310eb4fb13ca2bdce5b5ac687c16090891b6c3ca2ef3b6d5ea5b
SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.tgz) = 1468585
SHA256 (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1126382/bin.freebsd100x86_64/p4api.pdf) = 1623596
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.tgz) = f1bf11c5ba3f202d0b0e5a9a1def5dabcf9dbcbb7fb51ca54c4baa7a6655ac96
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.tgz) = 1469314
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4api.pdf) = 1623596

View file

@ -1,4 +1,4 @@
SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = f0d3289467083d139ffbc24af26a7e5224ca532479926ca1ec206c5e0cdf6bbb
SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.tgz) = 1446584
SHA256 (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1126382/bin.freebsd70x86/p4api.pdf) = 1623596
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4api.tgz) = e9029d5c1782e59505f696eadea6df6d7c681471a91473474ea66b7b92ecd814
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4api.tgz) = 1447306
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4api.pdf) = 1623596

View file

@ -1,4 +1,4 @@
SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 9ecc33449e024b5f98a36621923c17fb6967fc32eb1e6dd67ea774d1e4475fc3
SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.tgz) = 1466900
SHA256 (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1126382/bin.freebsd70x86_64/p4api.pdf) = 1623596
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.tgz) = 2247c739c5875aa9d85056ce857c8db0a4182543fde4fc254907e5b8d401898d
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.tgz) = 1467450
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.pdf) = 16e6e6548fe4e51210239cc643b08f07ed97159f004a7ef513cfd6f16403e1bd
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4api.pdf) = 1623596

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4d
PORTVERSION= 2015.1.1256673
PORTVERSION= 2015.1.1314399
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1256673/bin.freebsd100x86/p4d) = a500c4c90db1f8a88cc2dc1a98b36c55457207780352b327a4630568c4ba8291
SIZE (perforce/2015.1.1256673/bin.freebsd100x86/p4d) = 5226300
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4d) = 26087ddf1b213f865c4e7bcc6e6bd511fc80de870188ee1eb201cf2dafdf2de6
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4d) = 5226524

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1256673/bin.freebsd100x86_64/p4d) = 26df0e94bf7f144774eb3773c967a709446cd2b82fcfff7141899d237e24607e
SIZE (perforce/2015.1.1256673/bin.freebsd100x86_64/p4d) = 5375872
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4d) = 0b6149f8292c1da50c2b702d98e3708ee97994cf92773adb0b3934ee353f6b01
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4d) = 5380032

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1256673/bin.freebsd70x86/p4d) = f4aa2fe2a55014c858afaa104a0b6c53cd783c687f52fc8a6cbdc1000506dd35
SIZE (perforce/2015.1.1256673/bin.freebsd70x86/p4d) = 5592064
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4d) = 980e432b6a0d8f5e58b37e7e3f863420b59e097ed4415f09b325de23dae10b25
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4d) = 5592512

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1256673/bin.freebsd70x86_64/p4d) = 685bdd8e0c01d8cc4ee07017b49f6ea3adb8f1c7b00a48b9e88fe7a727695fc8
SIZE (perforce/2015.1.1256673/bin.freebsd70x86_64/p4d) = 5767648
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4d) = e40bb691eff4c53aeb13a25e443f9761fb601a5fc302f6a1eeac6c86ede02d76
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4d) = 5770400

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4ftpd
PORTVERSION= 2015.1.1024208
PORTVERSION= 2015.1.1314399
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1024208/bin.freebsd100x86/p4ftpd) = f9c63fafb8bf114286a778704c16a7a5b8d6b6fc5e8201a2f75218e416c7f067
SIZE (perforce/2015.1.1024208/bin.freebsd100x86/p4ftpd) = 2596224
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4ftpd) = d90b0e993a29dd60280a97d86fb13ed1e2f7f9e59d1563d9ac51b740a9116e4d
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4ftpd) = 2608260

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1024208/bin.freebsd100x86_64/p4ftpd) = ef79956f0e17e26e16d1b7d486e6611263cce9fa64a733b7e6976f1dbc7cfc01
SIZE (perforce/2015.1.1024208/bin.freebsd100x86_64/p4ftpd) = 2852272
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4ftpd) = f449248eb9d6498757a976b84a3d0f292c5a049b5e8f8b35881258b876c33995
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4ftpd) = 2864960

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1024208/bin.freebsd70x86/p4ftpd) = 4e13ffd9ecc6fa773917f3da73f85220e0e934d09d8fd8736b06645023cab264
SIZE (perforce/2015.1.1024208/bin.freebsd70x86/p4ftpd) = 2671092
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4ftpd) = d49255f672c5f1325ac5f28e91d425b230611fb11e95c07e7e1796f65d5f2d3e
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4ftpd) = 2682900

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1024208/bin.freebsd70x86_64/p4ftpd) = 6fa08dda4fad1e1c0ad5b5a5d267110c509ee240bb7c611433abb5ceb46056b7
SIZE (perforce/2015.1.1024208/bin.freebsd70x86_64/p4ftpd) = 2840144
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4ftpd) = 8dc217e132a5d4a458bfb48ecec0d5cffbab88eb4477e7b45bbd7812e7bf481c
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4ftpd) = 2851664

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= p4p
PORTVERSION= 2015.1.1252202
PORTVERSION= 2015.1.1314399
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/ \
http://filehost.perforce.com/perforce/${P4VERSION}/bin.${PLATFORM}/

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd100x86/p4p) = a9b8d4b27c82014c7e635463e523fdaf1643a0724fdc163b850ca07bbfdce412
SIZE (perforce/2015.1.1252202/bin.freebsd100x86/p4p) = 2362792
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86/p4p) = 9794d98f7d2deb5b5a71bd0782322356f2bbe941c926679a9b5a887b443e3d09
SIZE (perforce/2015.1.1314399/bin.freebsd100x86/p4p) = 2366920

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd100x86_64/p4p) = 0545cc33f05960f71a75c1c9d5388bad50e5b433862d12b504feafa47e384688
SIZE (perforce/2015.1.1252202/bin.freebsd100x86_64/p4p) = 2628672
SHA256 (perforce/2015.1.1314399/bin.freebsd100x86_64/p4p) = 735df6b68873f48cb0d09f6923881d43b85dde778baac7cda431446a73da0786
SIZE (perforce/2015.1.1314399/bin.freebsd100x86_64/p4p) = 2630640

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd70x86/p4p) = 94bd6157b751bcba3ba3cc300163a25e8a51cde83d77509e968ed198c42f17de
SIZE (perforce/2015.1.1252202/bin.freebsd70x86/p4p) = 2404448
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86/p4p) = a891571cd4fe1b9d256e996961e822798f5bbfab1567f49eafe2a5b9615b4f80
SIZE (perforce/2015.1.1314399/bin.freebsd70x86/p4p) = 2405728

View file

@ -1,2 +1,2 @@
SHA256 (perforce/2015.1.1252202/bin.freebsd70x86_64/p4p) = d2f652fd0baa1f495683b868310e2f74ec1642be3cb864bc6dae15500e5109ab
SIZE (perforce/2015.1.1252202/bin.freebsd70x86_64/p4p) = 2605560
SHA256 (perforce/2015.1.1314399/bin.freebsd70x86_64/p4p) = e6bb227f9d47fde41fb2f8bace628de02b25ccfdd49c461355391b7ede312453
SIZE (perforce/2015.1.1314399/bin.freebsd70x86_64/p4p) = 2605656

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Data-Range-Compare
PORTVERSION= 1.030
PORTREVISION= 1
PORTVERSION= 1.031
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View file

@ -1,2 +1,2 @@
SHA256 (Data-Range-Compare-1.030.tar.gz) = 75d2b88c27221b38e4a6c3a1e92451e7a219205afa2643a58ad2cf375c3e7e46
SIZE (Data-Range-Compare-1.030.tar.gz) = 17140
SHA256 (Data-Range-Compare-1.031.tar.gz) = 489ffa3e5caa8bd9eec55f3c5a7195ae7cc6bfc0716364b1418a04b38c8ad26e
SIZE (Data-Range-Compare-1.031.tar.gz) = 17614

View file

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= Data-Serializable
PORTVERSION= 0.41.0
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jeremybbaggs@gmail.com
COMMENT= Moose role that adds serialization support to any class
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Data-Serializable-0.41.0.tar.gz) = b4cc66a23038d82a8a4be75e49d6d021f00585fd1e33ed695447aa20d093f780
SIZE (Data-Serializable-0.41.0.tar.gz) = 16077

View file

@ -0,0 +1,6 @@
A Moose-based role that enables the consumer to easily serialize/deserialize
data structures. The default serializer is Storable, but any serializer in the
Data::Serializer hierarchy can be used automatically. You can even install your
own custom serializer if the pre-defined ones are not useful for you.
WWW: http://search.cpan.org/dist/Data-Serializable/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Data/Serializable.pm
%%PERL5_MAN3%%/Data::Serializable.3.gz

View file

@ -1,12 +1,11 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= Device-USB
PORTVERSION= 0.35
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= josh.carroll@gmail.com

View file

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= Log-Log4perl-Appender-Socket-UNIX
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jeremybbaggs@gmail.com
COMMENT= Perl module which allows logging to a unix domain socket
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Log-Log4perl-Appender-Socket-UNIX-1.04.tar.gz) = b7edfdbc175f6ff1b4f5618983c81534e1e415156c6d21a7f2c19496ee392276
SIZE (Log-Log4perl-Appender-Socket-UNIX-1.04.tar.gz) = 9348

View file

@ -0,0 +1,3 @@
This is a simple appender for writing log info to a unix domain socket.
WWW: http://search.cpan.org/dist/Log-Log4perl-Appender-Socket-UNIX/

View file

@ -0,0 +1,2 @@
%%SITE_PERL%%/Log/Log4perl/Appender/Socket/UNIX.pm
%%PERL5_MAN3%%/Log::Log4perl::Appender::Socket::UNIX.3.gz

View file

@ -1,13 +1,12 @@
# Created by: Jason Bacon <jwbacon@tds.net>
# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= papp
PORTVERSION= 0.3.1
CATEGORIES= devel
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Assembly Preprocessor
LICENSE= BSD2CLAUSE

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pig
PORTVERSION= 0.14.0
PORTVERSION= 0.15.0
CATEGORIES= devel java
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
LOCAL/demon/:ant \
@ -17,7 +17,9 @@ COMMENT= Engine for executing data flows in parallel on Hadoop
LICENSE= APACHE20
.if defined(PACKAGE_BUILDING)
BROKEN= tries to make outbound http connection during build phase breaking tinderbox. Software itself does not have known issues, remove this BROKEN line and build your own package
.endif
BUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
@ -27,6 +29,8 @@ USE_JAVA= yes
JAVA_VERSION= 1.7+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src
PLIST_SUB= PORTVERSION="${PORTVERSION}"
post-patch:
${REINPLACE_CMD} -e "s#%%WRKDIR%%#${WRKDIR}#" ${WRKSRC}/ivy/ivysettings.xml

View file

@ -1,6 +1,6 @@
SHA256 (hadoop/pig-0.14.0-src.tar.gz) = e95e8449b68186966996be786c4a620b36b4e15707d263bd76c3e10cdb26c1a2
SIZE (hadoop/pig-0.14.0-src.tar.gz) = 14651571
SHA256 (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = cc298457ba337564a0addd4a129c8a51d7aaa1a512e6ebdf89d6cba6fb22de81
SIZE (hadoop/FreeBSD-pig-0.14.0-ant-repository.tar.gz) = 111651511
SHA256 (hadoop/pig-0.15.0-src.tar.gz) = 3ea357b00410e2539bd9c650bec7ad982539855a7be2771c2ac14c556bcdeb13
SIZE (hadoop/pig-0.15.0-src.tar.gz) = 14741037
SHA256 (hadoop/FreeBSD-pig-0.15.0-ant-repository.tar.gz) = 643efa306951b09ae61d178ff251bc34830812d95723b6f0e09a26c092cf9309
SIZE (hadoop/FreeBSD-pig-0.15.0-ant-repository.tar.gz) = 118338171
SHA256 (hadoop/ivy-2.2.0.jar) = 9d0a56026680999986ca33d53d12d6f28f7bff5e3c9e6e0c6633a3677ca00f18
SIZE (hadoop/ivy-2.2.0.jar) = 947592

View file

@ -14,19 +14,20 @@ bin/pig
%%DATADIR%%/lib/guava-11.0.jar
%%DATADIR%%/lib/h2/avro-mapred-1.7.5-hadoop2.jar
%%DATADIR%%/lib/h2/commons-collections4-4.0.jar
%%DATADIR%%/lib/h2/hbase-client-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-common-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-hadoop-compat-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-hadoop2-compat-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-protocol-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-server-0.96.0-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-client-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-common-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-hadoop-compat-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-hadoop2-compat-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-protocol-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hbase-server-0.98.12-hadoop2.jar
%%DATADIR%%/lib/h2/hive-shims-0.23-0.14.0.jar
%%DATADIR%%/lib/h2/tez-api-0.5.2.jar
%%DATADIR%%/lib/h2/tez-common-0.5.2.jar
%%DATADIR%%/lib/h2/tez-dag-0.5.2.jar
%%DATADIR%%/lib/h2/tez-mapreduce-0.5.2.jar
%%DATADIR%%/lib/h2/tez-runtime-internals-0.5.2.jar
%%DATADIR%%/lib/h2/tez-runtime-library-0.5.2.jar
%%DATADIR%%/lib/h2/tez-api-0.7.0.jar
%%DATADIR%%/lib/h2/tez-common-0.7.0.jar
%%DATADIR%%/lib/h2/tez-dag-0.7.0.jar
%%DATADIR%%/lib/h2/tez-mapreduce-0.7.0.jar
%%DATADIR%%/lib/h2/tez-runtime-internals-0.7.0.jar
%%DATADIR%%/lib/h2/tez-runtime-library-0.7.0.jar
%%DATADIR%%/lib/h2/tez-yarn-timeline-history-with-acls-0.7.0.jar
%%DATADIR%%/lib/hive-common-0.14.0.jar
%%DATADIR%%/lib/hive-exec-0.14.0-core.jar
%%DATADIR%%/lib/hive-serde-0.14.0.jar
@ -36,15 +37,15 @@ bin/pig
%%DATADIR%%/lib/jackson-mapper-asl-1.8.8.jar
%%DATADIR%%/lib/jansi-1.9.jar
%%DATADIR%%/lib/jline-1.0.jar
%%DATADIR%%/lib/joda-time-2.1.jar
%%DATADIR%%/lib/joda-time-2.5.jar
%%DATADIR%%/lib/jruby-complete-1.6.7.jar
%%DATADIR%%/lib/js-1.7R2.jar
%%DATADIR%%/lib/json-simple-1.1.jar
%%DATADIR%%/lib/jython-standalone-2.5.3.jar
%%DATADIR%%/lib/kryo-2.22.jar
%%DATADIR%%/lib/protobuf-java-2.5.0.jar
%%DATADIR%%/lib/snappy-java-1.0.5.jar
%%DATADIR%%/lib/snappy-java-1.1.0.1.jar
%%DATADIR%%/lib/trevni-avro-1.7.5.jar
%%DATADIR%%/lib/trevni-core-1.7.5.jar
%%DATADIR%%/lib/zookeeper-3.4.5.jar
%%DATADIR%%/pig-0.14.0-SNAPSHOT-core-h2.jar
%%DATADIR%%/pig-%%PORTVERSION%%-SNAPSHOT-core-h2.jar

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= flexmock
PORTVERSION= 0.9.7
PORTREVISION= 1
PORTVERSION= 0.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,2 +1,2 @@
SHA256 (flexmock-0.9.7.tar.gz) = 4192e7cb8bb2c60a646c1b1543608241c72e1c8273b9c6470907b1541332c945
SIZE (flexmock-0.9.7.tar.gz) = 24997
SHA256 (flexmock-0.10.0.tar.gz) = e22cc31adb6c0eee9b46f782f875e43275bb7c9cbc56f57d078a2f767ae4f946
SIZE (flexmock-0.10.0.tar.gz) = 44077

View file

@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwbacon@tds.net
MAINTAINER= bacon4000@gmail.com
COMMENT= Python module for instant inlining of C and C++ code in Python
LICENSE= LGPL3

39
devel/py-jep/Makefile Normal file
View file

@ -0,0 +1,39 @@
# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= jep
PORTVERSION= 3.4.2
CATEGORIES= devel java python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Java Embedded Python
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFIGURE_ENV= JAVA_HOME=${JAVA_HOME}
MAKE_ENV= JAVA_HOME=${JAVA_HOME}
USE_JAVA= yes
JAVA_VERSION= 1.6+
USE_LDCONFIG= yes
USES= python
USE_PYTHON= distutils
PLIST_SUB+= VERSION=${PORTVERSION}
# Necessary, since the configure script does the LIBS and
# LDFLAGS detection wrong
CFLAGS+= -I${JAVA_HOME}/include/freebsd
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NUMPY
OPTIONS_DEFAULT= NUMPY
NUMPY_BUILD_DEPENDS= ${PYNUMPY}
NUMPY_RUN_DEPENDS= ${PYNUMPY}
post-install:
${INSTALL_DATA} ${WRKSRC}/build/java/jep-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/jep.jar
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jep/jep.so
.include <bsd.port.mk>

2
devel/py-jep/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (jep-3.4.2.tar.gz) = 231987055d59a56668af7b09e04c8da6dff0c3faf49d43647c08b8ddaf563aa1
SIZE (jep-3.4.2.tar.gz) = 242895

View file

@ -0,0 +1,11 @@
--- commands/python.py.orig 2015-12-11 07:27:06 UTC
+++ commands/python.py
@@ -13,8 +13,6 @@ def get_python_libs():
if ldv:
v = ldv
libs = ['python' + v]
- if not is_windows():
- libs.append('dl')
return libs
def get_python_linker_args():

10
devel/py-jep/pkg-plist Normal file
View file

@ -0,0 +1,10 @@
bin/jep
%%PYTHON_SITELIBDIR%%/jep/__init__.py
%%PYTHON_SITELIBDIR%%/jep/console.py
%%PYTHON_SITELIBDIR%%/jep/hook.py
%%PYTHON_SITELIBDIR%%/jep/jdbc.py
%%PYTHON_SITELIBDIR%%/jep/jep-%%VERSION%%.jar
%%PYTHON_SITELIBDIR%%/jep/jep.so
%%PYTHON_SITELIBDIR%%/jep/libjep.so
%%PYTHON_SITELIBDIR%%/jep/version.py
%%JAVAJARDIR%%/jep.jar

View file

@ -0,0 +1,19 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= pkgconfig
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= xmj@chaot.net
COMMENT= Python module to interface with the pkg-config command line tool
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pkgconfig-1.1.0.tar.gz) = 709daaf077aa2b33bedac12706373412c3683576a43013bbaa529fc2769d80df
SIZE (pkgconfig-1.1.0.tar.gz) = 3887

View file

@ -0,0 +1,11 @@
--- setup.py.orig 2015-12-08 03:19:32 UTC
+++ setup.py
@@ -11,7 +11,5 @@ setup(
license='MIT',
packages=['pkgconfig'],
description="Interface Python with pkg-config",
- long_description=open('README.rst').read(),
- setup_requires=['nose>=1.0'],
- test_suite='test',
+ long_description=open('README.rst').read()
)

View file

@ -0,0 +1,3 @@
pkgconfig is a Python module to interface with the pkg-config command line tool.
WWW: https://pypi.python.org/pypi/pkgconfig

View file

@ -3,7 +3,7 @@
PORTNAME= pyinstaller
PORTVERSION= 2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,6 +14,8 @@ COMMENT= Program to create standalone executables from Python scripts
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
EXTRACT_AFTER_ARGS= --exclude doc/source --no-same-owner --no-same-permissions
USES= python
USE_PYTHON= autoplist distutils

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= robotframework-pabot
PORTVERSION= 0.18
PORTVERSION= 0.20
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:${PORTSDIR}/devel/py-r
${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:${PORTSDIR}/devel/py-robotremoteserver
NO_ARCH= yes
USES= python:2
USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (robotframework-pabot-0.18.tar.gz) = 39bc51cf0f2f132543fdc4ab6622628619e73c56a52f6209e0bf27cf1130343e
SIZE (robotframework-pabot-0.18.tar.gz) = 8355
SHA256 (robotframework-pabot-0.20.tar.gz) = f1ee8ad3a5dda2e5cab4598f779b343302b77b428305ef3c48e6e5fb9d18ebc9
SIZE (robotframework-pabot-0.20.tar.gz) = 8524

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