*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
baca36bfdf
commit
a9154630f8
190 changed files with 3256 additions and 443 deletions
|
|
@ -590,6 +590,7 @@
|
|||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
SUBDIR += pd
|
||||
SUBDIR += pd-cyclone
|
||||
SUBDIR += pear-Text_Spell_Audio
|
||||
SUBDIR += penguinsap
|
||||
SUBDIR += pianobar
|
||||
|
|
|
|||
38
audio/pd-cyclone/Makefile
Normal file
38
audio/pd-cyclone/Makefile
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cyclone
|
||||
DISTVERSION= 0.2~beta1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= DEBIAN/pool/main/p/pd-${PORTNAME}
|
||||
PKGNAMEPREFIX= pd-
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${DISTVERSION}
|
||||
EXTRACT_SUFX= .orig.tar.gz
|
||||
|
||||
MAINTAINER= brittlehaus@gmail.com
|
||||
COMMENT= Pd library of clones of Max/MSP 4.5 objects
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BUILD_DEPENDS= pd:${PORTSDIR}/audio/pd
|
||||
RUN_DEPENDS= pd:${PORTSDIR}/audio/pd
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-0.2beta1
|
||||
|
||||
USES= gmake
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|Linux|FreeBSD|g' \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|cflags =|cflags = -I${LOCALBASE}/include/pd|' \
|
||||
${WRKSRC}/Makefile
|
||||
@${REINPLACE_CMD} -e 's|GNU/kFreeBSD|FreeBSD|g' \
|
||||
${WRKSRC}/Makefile.pdlibbuilder
|
||||
@${REINPLACE_CMD} -e 's|/usr/include|/usr/local/include|g' \
|
||||
${WRKSRC}/Makefile.pdlibbuilder
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone
|
||||
${FIND} ${WRKSRC} -name "*.pd" -exec ${INSTALL_DATA} {} \
|
||||
${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \;
|
||||
${FIND} ${WRKSRC} -name "*.pd_linux" -exec ${INSTALL_PROGRAM} {} \
|
||||
${STAGEDIR}${PREFIX}/lib/pd-externals/cyclone \;
|
||||
.include <bsd.port.mk>
|
||||
2
audio/pd-cyclone/distinfo
Normal file
2
audio/pd-cyclone/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pd-cyclone_0.2~beta1.orig.tar.gz) = c6af3275af3dfe952ddfe43396ee5e6bf84be4588503009937170fd578839d3c
|
||||
SIZE (pd-cyclone_0.2~beta1.orig.tar.gz) = 667289
|
||||
9
audio/pd-cyclone/pkg-descr
Normal file
9
audio/pd-cyclone/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Cyclone is a library of PureData classes, bringing some level of
|
||||
compatibility between Max/MSP and Pd environments. The original
|
||||
goal of cyclone was to create a collection of Max/MSP objects for
|
||||
PureData. This was in the 2000s area, Max/MSP version 4.6. Since
|
||||
then MAX evolved its architecture and file format to something that
|
||||
is incompatible with PureData. Compatibility in patch file level
|
||||
is limited to this very old version of Max/MSP.
|
||||
|
||||
WWW: http://puredata.info/downloads/cyclone/
|
||||
434
audio/pd-cyclone/pkg-plist
Normal file
434
audio/pd-cyclone/pkg-plist
Normal file
|
|
@ -0,0 +1,434 @@
|
|||
lib/pd-externals/cyclone/Append-help.pd
|
||||
lib/pd-externals/cyclone/Append.pd_linux
|
||||
lib/pd-externals/cyclone/Borax-help.pd
|
||||
lib/pd-externals/cyclone/Borax-test.pd
|
||||
lib/pd-externals/cyclone/Borax.pd_linux
|
||||
lib/pd-externals/cyclone/Bucket-help.pd
|
||||
lib/pd-externals/cyclone/Bucket-test.pd
|
||||
lib/pd-externals/cyclone/Bucket.pd_linux
|
||||
lib/pd-externals/cyclone/Clip-help.pd
|
||||
lib/pd-externals/cyclone/Clip.pd_linux
|
||||
lib/pd-externals/cyclone/Clip~-help.pd
|
||||
lib/pd-externals/cyclone/Clip~.pd_linux
|
||||
lib/pd-externals/cyclone/Decode-help.pd
|
||||
lib/pd-externals/cyclone/Decode-test.pd
|
||||
lib/pd-externals/cyclone/Decode.pd_linux
|
||||
lib/pd-externals/cyclone/Histo-help.pd
|
||||
lib/pd-externals/cyclone/Histo-test.pd
|
||||
lib/pd-externals/cyclone/Histo.pd_linux
|
||||
lib/pd-externals/cyclone/Line~-help.pd
|
||||
lib/pd-externals/cyclone/Line~.pd_linux
|
||||
lib/pd-externals/cyclone/MouseState-help.pd
|
||||
lib/pd-externals/cyclone/MouseState-test.pd
|
||||
lib/pd-externals/cyclone/MouseState.pd_linux
|
||||
lib/pd-externals/cyclone/Peak-help.pd
|
||||
lib/pd-externals/cyclone/Peak.pd_linux
|
||||
lib/pd-externals/cyclone/Scope~-help.pd
|
||||
lib/pd-externals/cyclone/Scope~.pd_linux
|
||||
lib/pd-externals/cyclone/Snapshot~-help.pd
|
||||
lib/pd-externals/cyclone/Snapshot~.pd_linux
|
||||
lib/pd-externals/cyclone/Table-help.pd
|
||||
lib/pd-externals/cyclone/Table-test.pd
|
||||
lib/pd-externals/cyclone/Table.pd_linux
|
||||
lib/pd-externals/cyclone/TogEdge-help.pd
|
||||
lib/pd-externals/cyclone/TogEdge-test.pd
|
||||
lib/pd-externals/cyclone/TogEdge.pd_linux
|
||||
lib/pd-externals/cyclone/Trough-help.pd
|
||||
lib/pd-externals/cyclone/Trough.pd_linux
|
||||
lib/pd-externals/cyclone/Uzi-help.pd
|
||||
lib/pd-externals/cyclone/Uzi-test.pd
|
||||
lib/pd-externals/cyclone/Uzi.pd_linux
|
||||
lib/pd-externals/cyclone/a-mix2.pd
|
||||
lib/pd-externals/cyclone/abs~-help.pd
|
||||
lib/pd-externals/cyclone/abs~.pd_linux
|
||||
lib/pd-externals/cyclone/accum-help.pd
|
||||
lib/pd-externals/cyclone/accum.pd_linux
|
||||
lib/pd-externals/cyclone/acos-help.pd
|
||||
lib/pd-externals/cyclone/acos.pd_linux
|
||||
lib/pd-externals/cyclone/acosh~-help.pd
|
||||
lib/pd-externals/cyclone/acosh~.pd_linux
|
||||
lib/pd-externals/cyclone/acos~-help.pd
|
||||
lib/pd-externals/cyclone/acos~.pd_linux
|
||||
lib/pd-externals/cyclone/active-help.pd
|
||||
lib/pd-externals/cyclone/active-test.pd
|
||||
lib/pd-externals/cyclone/active.pd_linux
|
||||
lib/pd-externals/cyclone/allHammers.pd
|
||||
lib/pd-externals/cyclone/allSickles.pd
|
||||
lib/pd-externals/cyclone/allpass~-help.pd
|
||||
lib/pd-externals/cyclone/allpass~.pd_linux
|
||||
lib/pd-externals/cyclone/anal-help.pd
|
||||
lib/pd-externals/cyclone/anal-test.pd
|
||||
lib/pd-externals/cyclone/anal.pd_linux
|
||||
lib/pd-externals/cyclone/append-test.pd
|
||||
lib/pd-externals/cyclone/asin-help.pd
|
||||
lib/pd-externals/cyclone/asin.pd_linux
|
||||
lib/pd-externals/cyclone/asinh~-help.pd
|
||||
lib/pd-externals/cyclone/asinh~.pd_linux
|
||||
lib/pd-externals/cyclone/asin~-help.pd
|
||||
lib/pd-externals/cyclone/asin~.pd_linux
|
||||
lib/pd-externals/cyclone/atan2~-help.pd
|
||||
lib/pd-externals/cyclone/atan2~.pd_linux
|
||||
lib/pd-externals/cyclone/atanh~-help.pd
|
||||
lib/pd-externals/cyclone/atanh~.pd_linux
|
||||
lib/pd-externals/cyclone/atan~-help.pd
|
||||
lib/pd-externals/cyclone/atan~.pd_linux
|
||||
lib/pd-externals/cyclone/average~-help.pd
|
||||
lib/pd-externals/cyclone/average~.pd_linux
|
||||
lib/pd-externals/cyclone/avg~-help.pd
|
||||
lib/pd-externals/cyclone/avg~.pd_linux
|
||||
lib/pd-externals/cyclone/bangbang-help.pd
|
||||
lib/pd-externals/cyclone/bangbang.pd_linux
|
||||
lib/pd-externals/cyclone/bitand~-help.pd
|
||||
lib/pd-externals/cyclone/bitand~.pd_linux
|
||||
lib/pd-externals/cyclone/bitnot~-help.pd
|
||||
lib/pd-externals/cyclone/bitnot~.pd_linux
|
||||
lib/pd-externals/cyclone/bitor~-help.pd
|
||||
lib/pd-externals/cyclone/bitor~.pd_linux
|
||||
lib/pd-externals/cyclone/bitshift~-help.pd
|
||||
lib/pd-externals/cyclone/bitshift~.pd_linux
|
||||
lib/pd-externals/cyclone/bitxor~-help.pd
|
||||
lib/pd-externals/cyclone/bitxor~.pd_linux
|
||||
lib/pd-externals/cyclone/bondo-help.pd
|
||||
lib/pd-externals/cyclone/bondo-test.pd
|
||||
lib/pd-externals/cyclone/bondo.pd_linux
|
||||
lib/pd-externals/cyclone/buddy-help.pd
|
||||
lib/pd-externals/cyclone/buddy-test.pd
|
||||
lib/pd-externals/cyclone/buddy.pd_linux
|
||||
lib/pd-externals/cyclone/buffir-test.pd
|
||||
lib/pd-externals/cyclone/buffir~-help.pd
|
||||
lib/pd-externals/cyclone/buffir~.pd_linux
|
||||
lib/pd-externals/cyclone/capture-help.pd
|
||||
lib/pd-externals/cyclone/capture-test.pd
|
||||
lib/pd-externals/cyclone/capture.pd_linux
|
||||
lib/pd-externals/cyclone/capture~-help.pd
|
||||
lib/pd-externals/cyclone/capture~.pd_linux
|
||||
lib/pd-externals/cyclone/cartopol-help.pd
|
||||
lib/pd-externals/cyclone/cartopol.pd_linux
|
||||
lib/pd-externals/cyclone/cartopol~-help.pd
|
||||
lib/pd-externals/cyclone/cartopol~.pd_linux
|
||||
lib/pd-externals/cyclone/change~-help.pd
|
||||
lib/pd-externals/cyclone/change~.pd_linux
|
||||
lib/pd-externals/cyclone/click-test.pd
|
||||
lib/pd-externals/cyclone/click~-help.pd
|
||||
lib/pd-externals/cyclone/click~.pd_linux
|
||||
lib/pd-externals/cyclone/clip-test.pd
|
||||
lib/pd-externals/cyclone/coll-help.pd
|
||||
lib/pd-externals/cyclone/coll-print.pd
|
||||
lib/pd-externals/cyclone/coll-test.pd
|
||||
lib/pd-externals/cyclone/coll-test2.pd
|
||||
lib/pd-externals/cyclone/coll.pd_linux
|
||||
lib/pd-externals/cyclone/comb-test.pd
|
||||
lib/pd-externals/cyclone/comb~-help.pd
|
||||
lib/pd-externals/cyclone/comb~.pd_linux
|
||||
lib/pd-externals/cyclone/comment-dotest.pd
|
||||
lib/pd-externals/cyclone/comment-help.pd
|
||||
lib/pd-externals/cyclone/comment-ogonki.pd
|
||||
lib/pd-externals/cyclone/comment-test.pd
|
||||
lib/pd-externals/cyclone/comment.pd_linux
|
||||
lib/pd-externals/cyclone/cosh-help.pd
|
||||
lib/pd-externals/cyclone/cosh.pd_linux
|
||||
lib/pd-externals/cyclone/cosh~-help.pd
|
||||
lib/pd-externals/cyclone/cosh~.pd_linux
|
||||
lib/pd-externals/cyclone/cosx~-help.pd
|
||||
lib/pd-externals/cyclone/cosx~.pd_linux
|
||||
lib/pd-externals/cyclone/count-test.pd
|
||||
lib/pd-externals/cyclone/counter-help.pd
|
||||
lib/pd-externals/cyclone/counter-test.pd
|
||||
lib/pd-externals/cyclone/counter.pd_linux
|
||||
lib/pd-externals/cyclone/count~-help.pd
|
||||
lib/pd-externals/cyclone/count~.pd_linux
|
||||
lib/pd-externals/cyclone/curve-test.pd
|
||||
lib/pd-externals/cyclone/curve~-help.pd
|
||||
lib/pd-externals/cyclone/curve~.pd_linux
|
||||
lib/pd-externals/cyclone/cycle-help.pd
|
||||
lib/pd-externals/cyclone/cycle-test.pd
|
||||
lib/pd-externals/cyclone/cycle.pd_linux
|
||||
lib/pd-externals/cyclone/cycle~-help.pd
|
||||
lib/pd-externals/cyclone/cycle~.pd_linux
|
||||
lib/pd-externals/cyclone/cyclone-meta.pd
|
||||
lib/pd-externals/cyclone/cyclone-test.pd
|
||||
lib/pd-externals/cyclone/decide-help.pd
|
||||
lib/pd-externals/cyclone/decide-test.pd
|
||||
lib/pd-externals/cyclone/decide.pd_linux
|
||||
lib/pd-externals/cyclone/delay~-help.pd
|
||||
lib/pd-externals/cyclone/delay~.pd_linux
|
||||
lib/pd-externals/cyclone/deltaclip~-help.pd
|
||||
lib/pd-externals/cyclone/deltaclip~.pd_linux
|
||||
lib/pd-externals/cyclone/delta~-help.pd
|
||||
lib/pd-externals/cyclone/delta~.pd_linux
|
||||
lib/pd-externals/cyclone/drunk-help.pd
|
||||
lib/pd-externals/cyclone/drunk-test.pd
|
||||
lib/pd-externals/cyclone/drunk.pd_linux
|
||||
lib/pd-externals/cyclone/dspSwitch~.pd
|
||||
lib/pd-externals/cyclone/edge~-help.pd
|
||||
lib/pd-externals/cyclone/edge~.pd_linux
|
||||
lib/pd-externals/cyclone/flush-help.pd
|
||||
lib/pd-externals/cyclone/flush.pd_linux
|
||||
lib/pd-externals/cyclone/forward-help.pd
|
||||
lib/pd-externals/cyclone/forward-test.pd
|
||||
lib/pd-externals/cyclone/forward.pd_linux
|
||||
lib/pd-externals/cyclone/frameaccum-test.pd
|
||||
lib/pd-externals/cyclone/frameaccum-test2.pd
|
||||
lib/pd-externals/cyclone/frameaccum~-help.pd
|
||||
lib/pd-externals/cyclone/frameaccum~.pd_linux
|
||||
lib/pd-externals/cyclone/framedelta~-help.pd
|
||||
lib/pd-externals/cyclone/framedelta~.pd_linux
|
||||
lib/pd-externals/cyclone/fromsymbol-help.pd
|
||||
lib/pd-externals/cyclone/fromsymbol-test.pd
|
||||
lib/pd-externals/cyclone/fromsymbol.pd_linux
|
||||
lib/pd-externals/cyclone/funbuff-etest.pd
|
||||
lib/pd-externals/cyclone/funbuff-help.pd
|
||||
lib/pd-externals/cyclone/funbuff-test.pd
|
||||
lib/pd-externals/cyclone/funbuff.pd_linux
|
||||
lib/pd-externals/cyclone/funnel-help.pd
|
||||
lib/pd-externals/cyclone/funnel-test.pd
|
||||
lib/pd-externals/cyclone/funnel.pd_linux
|
||||
lib/pd-externals/cyclone/gate-help.pd
|
||||
lib/pd-externals/cyclone/gate-test.pd
|
||||
lib/pd-externals/cyclone/gate.pd_linux
|
||||
lib/pd-externals/cyclone/grab-help.pd
|
||||
lib/pd-externals/cyclone/grab-test.pd
|
||||
lib/pd-externals/cyclone/grab.pd_linux
|
||||
lib/pd-externals/cyclone/index-test.pd
|
||||
lib/pd-externals/cyclone/index~-help.pd
|
||||
lib/pd-externals/cyclone/index~.pd_linux
|
||||
lib/pd-externals/cyclone/iter-help.pd
|
||||
lib/pd-externals/cyclone/iter.pd_linux
|
||||
lib/pd-externals/cyclone/kink-test.pd
|
||||
lib/pd-externals/cyclone/kink~-help.pd
|
||||
lib/pd-externals/cyclone/kink~.pd_linux
|
||||
lib/pd-externals/cyclone/line-test.pd
|
||||
lib/pd-externals/cyclone/linedrive-help.pd
|
||||
lib/pd-externals/cyclone/linedrive-test.pd
|
||||
lib/pd-externals/cyclone/linedrive.pd_linux
|
||||
lib/pd-externals/cyclone/log~-help.pd
|
||||
lib/pd-externals/cyclone/log~.pd_linux
|
||||
lib/pd-externals/cyclone/lookup~-help.pd
|
||||
lib/pd-externals/cyclone/lookup~.pd_linux
|
||||
lib/pd-externals/cyclone/lores-test.pd
|
||||
lib/pd-externals/cyclone/lores~-help.pd
|
||||
lib/pd-externals/cyclone/lores~.pd_linux
|
||||
lib/pd-externals/cyclone/match-help.pd
|
||||
lib/pd-externals/cyclone/match-reentrant.pd
|
||||
lib/pd-externals/cyclone/match-test.pd
|
||||
lib/pd-externals/cyclone/match.pd_linux
|
||||
lib/pd-externals/cyclone/matrix-test.pd
|
||||
lib/pd-externals/cyclone/matrix-test2.pd
|
||||
lib/pd-externals/cyclone/matrix~-help.pd
|
||||
lib/pd-externals/cyclone/matrix~.pd_linux
|
||||
lib/pd-externals/cyclone/maximum-help.pd
|
||||
lib/pd-externals/cyclone/maximum.pd_linux
|
||||
lib/pd-externals/cyclone/maximum~-help.pd
|
||||
lib/pd-externals/cyclone/maximum~.pd_linux
|
||||
lib/pd-externals/cyclone/maxmin-test.pd
|
||||
lib/pd-externals/cyclone/maxmode-help.pd
|
||||
lib/pd-externals/cyclone/maxmode-test.pd
|
||||
lib/pd-externals/cyclone/mean-help.pd
|
||||
lib/pd-externals/cyclone/mean-test.pd
|
||||
lib/pd-externals/cyclone/mean.pd_linux
|
||||
lib/pd-externals/cyclone/midi-test.pd
|
||||
lib/pd-externals/cyclone/midiflush-help.pd
|
||||
lib/pd-externals/cyclone/midiflush.pd_linux
|
||||
lib/pd-externals/cyclone/midiformat-help.pd
|
||||
lib/pd-externals/cyclone/midiformat.pd_linux
|
||||
lib/pd-externals/cyclone/midiparse-help.pd
|
||||
lib/pd-externals/cyclone/midiparse-test.pd
|
||||
lib/pd-externals/cyclone/midiparse.pd_linux
|
||||
lib/pd-externals/cyclone/minimum-help.pd
|
||||
lib/pd-externals/cyclone/minimum.pd_linux
|
||||
lib/pd-externals/cyclone/minimum~-help.pd
|
||||
lib/pd-externals/cyclone/minimum~.pd_linux
|
||||
lib/pd-externals/cyclone/minmax~-help.pd
|
||||
lib/pd-externals/cyclone/minmax~.pd_linux
|
||||
lib/pd-externals/cyclone/mousefilter-help.pd
|
||||
lib/pd-externals/cyclone/mousefilter-test.pd
|
||||
lib/pd-externals/cyclone/mousefilter.pd_linux
|
||||
lib/pd-externals/cyclone/mstosamps-test.pd
|
||||
lib/pd-externals/cyclone/mstosamps~-help.pd
|
||||
lib/pd-externals/cyclone/mstosamps~.pd_linux
|
||||
lib/pd-externals/cyclone/mtr-help.pd
|
||||
lib/pd-externals/cyclone/mtr-test.pd
|
||||
lib/pd-externals/cyclone/mtr.pd_linux
|
||||
lib/pd-externals/cyclone/nettles-help.pd
|
||||
lib/pd-externals/cyclone/nettles.pd_linux
|
||||
lib/pd-externals/cyclone/next-help.pd
|
||||
lib/pd-externals/cyclone/next-test.pd
|
||||
lib/pd-externals/cyclone/next.pd_linux
|
||||
lib/pd-externals/cyclone/offer-help.pd
|
||||
lib/pd-externals/cyclone/offer-test.pd
|
||||
lib/pd-externals/cyclone/offer.pd_linux
|
||||
lib/pd-externals/cyclone/onebang-help.pd
|
||||
lib/pd-externals/cyclone/onebang-test.pd
|
||||
lib/pd-externals/cyclone/onebang.pd_linux
|
||||
lib/pd-externals/cyclone/onepole-test.pd
|
||||
lib/pd-externals/cyclone/onepole~-help.pd
|
||||
lib/pd-externals/cyclone/onepole~.pd_linux
|
||||
lib/pd-externals/cyclone/output~.pd
|
||||
lib/pd-externals/cyclone/overdrive~-help.pd
|
||||
lib/pd-externals/cyclone/overdrive~.pd_linux
|
||||
lib/pd-externals/cyclone/past-help.pd
|
||||
lib/pd-externals/cyclone/past-test.pd
|
||||
lib/pd-externals/cyclone/past.pd_linux
|
||||
lib/pd-externals/cyclone/peakamp-test.pd
|
||||
lib/pd-externals/cyclone/peakamp~-help.pd
|
||||
lib/pd-externals/cyclone/peakamp~.pd_linux
|
||||
lib/pd-externals/cyclone/peek-test.pd
|
||||
lib/pd-externals/cyclone/peek~-help.pd
|
||||
lib/pd-externals/cyclone/peek~.pd_linux
|
||||
lib/pd-externals/cyclone/phasewrap~-help.pd
|
||||
lib/pd-externals/cyclone/phasewrap~.pd_linux
|
||||
lib/pd-externals/cyclone/pink-test.pd
|
||||
lib/pd-externals/cyclone/pink~-help.pd
|
||||
lib/pd-externals/cyclone/pink~.pd_linux
|
||||
lib/pd-externals/cyclone/play~-help.pd
|
||||
lib/pd-externals/cyclone/play~.pd_linux
|
||||
lib/pd-externals/cyclone/poke-test.pd
|
||||
lib/pd-externals/cyclone/poke~-help.pd
|
||||
lib/pd-externals/cyclone/poke~.pd_linux
|
||||
lib/pd-externals/cyclone/poltocar-help.pd
|
||||
lib/pd-externals/cyclone/poltocar.pd_linux
|
||||
lib/pd-externals/cyclone/poltocar~-help.pd
|
||||
lib/pd-externals/cyclone/poltocar~.pd_linux
|
||||
lib/pd-externals/cyclone/pong-test.pd
|
||||
lib/pd-externals/cyclone/pong~-help.pd
|
||||
lib/pd-externals/cyclone/pong~.pd_linux
|
||||
lib/pd-externals/cyclone/pow~-help.pd
|
||||
lib/pd-externals/cyclone/pow~.pd_linux
|
||||
lib/pd-externals/cyclone/prepend-help.pd
|
||||
lib/pd-externals/cyclone/prepend-test.pd
|
||||
lib/pd-externals/cyclone/prepend.pd_linux
|
||||
lib/pd-externals/cyclone/prob-help.pd
|
||||
lib/pd-externals/cyclone/prob-test.pd
|
||||
lib/pd-externals/cyclone/prob.pd_linux
|
||||
lib/pd-externals/cyclone/pv-help.pd
|
||||
lib/pd-externals/cyclone/pv-test.pd
|
||||
lib/pd-externals/cyclone/pv.pd_linux
|
||||
lib/pd-externals/cyclone/rampsmooth~-help.pd
|
||||
lib/pd-externals/cyclone/rampsmooth~.pd_linux
|
||||
lib/pd-externals/cyclone/rand-test.pd
|
||||
lib/pd-externals/cyclone/rand~-help.pd
|
||||
lib/pd-externals/cyclone/rand~.pd_linux
|
||||
lib/pd-externals/cyclone/record-sync-test.pd
|
||||
lib/pd-externals/cyclone/record-test.pd
|
||||
lib/pd-externals/cyclone/record~-help.pd
|
||||
lib/pd-externals/cyclone/record~.pd_linux
|
||||
lib/pd-externals/cyclone/reson-test.pd
|
||||
lib/pd-externals/cyclone/reson~-help.pd
|
||||
lib/pd-externals/cyclone/reson~.pd_linux
|
||||
lib/pd-externals/cyclone/sah~-help.pd
|
||||
lib/pd-externals/cyclone/sah~.pd_linux
|
||||
lib/pd-externals/cyclone/sampstoms~-help.pd
|
||||
lib/pd-externals/cyclone/sampstoms~.pd_linux
|
||||
lib/pd-externals/cyclone/scope-gop.pd
|
||||
lib/pd-externals/cyclone/scope-test.pd
|
||||
lib/pd-externals/cyclone/scope-test1.pd
|
||||
lib/pd-externals/cyclone/scope-test2.pd
|
||||
lib/pd-externals/cyclone/scope-test3.pd
|
||||
lib/pd-externals/cyclone/seq-help.pd
|
||||
lib/pd-externals/cyclone/seq-test.pd
|
||||
lib/pd-externals/cyclone/seq.pd_linux
|
||||
lib/pd-externals/cyclone/sigbits-test.pd
|
||||
lib/pd-externals/cyclone/sigcapture-test.pd
|
||||
lib/pd-externals/cyclone/sigcycle-test.pd
|
||||
lib/pd-externals/cyclone/sigmeters-test.pd
|
||||
lib/pd-externals/cyclone/sigops-test.pd
|
||||
lib/pd-externals/cyclone/sigsmoothers-test.pd
|
||||
lib/pd-externals/cyclone/sigtrig-test.pd
|
||||
lib/pd-externals/cyclone/sigwrappers-speed.pd
|
||||
lib/pd-externals/cyclone/sigwrappers-speed20.pd
|
||||
lib/pd-externals/cyclone/sigwrappers-test.pd
|
||||
lib/pd-externals/cyclone/sinh-help.pd
|
||||
lib/pd-externals/cyclone/sinh.pd_linux
|
||||
lib/pd-externals/cyclone/sinh~-help.pd
|
||||
lib/pd-externals/cyclone/sinh~.pd_linux
|
||||
lib/pd-externals/cyclone/sinx~-help.pd
|
||||
lib/pd-externals/cyclone/sinx~.pd_linux
|
||||
lib/pd-externals/cyclone/slide~-help.pd
|
||||
lib/pd-externals/cyclone/slide~.pd_linux
|
||||
lib/pd-externals/cyclone/spectrum-pm.pd
|
||||
lib/pd-externals/cyclone/speedlim-help.pd
|
||||
lib/pd-externals/cyclone/speedlim-rescheduling.pd
|
||||
lib/pd-externals/cyclone/speedlim-test.pd
|
||||
lib/pd-externals/cyclone/speedlim.pd_linux
|
||||
lib/pd-externals/cyclone/spell-help.pd
|
||||
lib/pd-externals/cyclone/spell-test.pd
|
||||
lib/pd-externals/cyclone/spell.pd_linux
|
||||
lib/pd-externals/cyclone/spike-test.pd
|
||||
lib/pd-externals/cyclone/spike~-help.pd
|
||||
lib/pd-externals/cyclone/spike~.pd_linux
|
||||
lib/pd-externals/cyclone/split-help.pd
|
||||
lib/pd-externals/cyclone/split-test.pd
|
||||
lib/pd-externals/cyclone/split.pd_linux
|
||||
lib/pd-externals/cyclone/spray-help.pd
|
||||
lib/pd-externals/cyclone/spray-test.pd
|
||||
lib/pd-externals/cyclone/spray.pd_linux
|
||||
lib/pd-externals/cyclone/sprintf-help.pd
|
||||
lib/pd-externals/cyclone/sprintf.pd_linux
|
||||
lib/pd-externals/cyclone/substitute-help.pd
|
||||
lib/pd-externals/cyclone/substitute-test.pd
|
||||
lib/pd-externals/cyclone/substitute.pd_linux
|
||||
lib/pd-externals/cyclone/sustain-help.pd
|
||||
lib/pd-externals/cyclone/sustain.pd_linux
|
||||
lib/pd-externals/cyclone/svf-test.pd
|
||||
lib/pd-externals/cyclone/svf~-help.pd
|
||||
lib/pd-externals/cyclone/svf~.pd_linux
|
||||
lib/pd-externals/cyclone/switch-help.pd
|
||||
lib/pd-externals/cyclone/switch-test.pd
|
||||
lib/pd-externals/cyclone/switch.pd_linux
|
||||
lib/pd-externals/cyclone/tanh-help.pd
|
||||
lib/pd-externals/cyclone/tanh.pd_linux
|
||||
lib/pd-externals/cyclone/tanh~-help.pd
|
||||
lib/pd-externals/cyclone/tanh~.pd_linux
|
||||
lib/pd-externals/cyclone/tanx~-help.pd
|
||||
lib/pd-externals/cyclone/tanx~.pd_linux
|
||||
lib/pd-externals/cyclone/teeth~-help.pd
|
||||
lib/pd-externals/cyclone/teeth~.pd
|
||||
lib/pd-externals/cyclone/testmess-help.pd
|
||||
lib/pd-externals/cyclone/testmess-reentrant.pd
|
||||
lib/pd-externals/cyclone/testmess-test.pd
|
||||
lib/pd-externals/cyclone/testmess.pd_linux
|
||||
lib/pd-externals/cyclone/thresh-help.pd
|
||||
lib/pd-externals/cyclone/thresh-test.pd
|
||||
lib/pd-externals/cyclone/thresh.pd_linux
|
||||
lib/pd-externals/cyclone/tosymbol-help.pd
|
||||
lib/pd-externals/cyclone/tosymbol-test.pd
|
||||
lib/pd-externals/cyclone/tosymbol.pd_linux
|
||||
lib/pd-externals/cyclone/train-test.pd
|
||||
lib/pd-externals/cyclone/train~-help.pd
|
||||
lib/pd-externals/cyclone/train~.pd_linux
|
||||
lib/pd-externals/cyclone/trapezoid~-help.pd
|
||||
lib/pd-externals/cyclone/trapezoid~.pd_linux
|
||||
lib/pd-externals/cyclone/triangle~-help.pd
|
||||
lib/pd-externals/cyclone/triangle~.pd_linux
|
||||
lib/pd-externals/cyclone/trig-test.pd
|
||||
lib/pd-externals/cyclone/universal-help.pd
|
||||
lib/pd-externals/cyclone/universal-test.pd
|
||||
lib/pd-externals/cyclone/universal.pd_linux
|
||||
lib/pd-externals/cyclone/urn-help.pd
|
||||
lib/pd-externals/cyclone/urn-test.pd
|
||||
lib/pd-externals/cyclone/urn.pd_linux
|
||||
lib/pd-externals/cyclone/vectral-test.pd
|
||||
lib/pd-externals/cyclone/vectral~-help.pd
|
||||
lib/pd-externals/cyclone/vectral~.pd_linux
|
||||
lib/pd-externals/cyclone/wave~-help.pd
|
||||
lib/pd-externals/cyclone/wave~.pd_linux
|
||||
lib/pd-externals/cyclone/xbend-test.pd
|
||||
lib/pd-externals/cyclone/xbendin-help.pd
|
||||
lib/pd-externals/cyclone/xbendin.pd_linux
|
||||
lib/pd-externals/cyclone/xbendin2-help.pd
|
||||
lib/pd-externals/cyclone/xbendin2.pd_linux
|
||||
lib/pd-externals/cyclone/xbendout-help.pd
|
||||
lib/pd-externals/cyclone/xbendout.pd_linux
|
||||
lib/pd-externals/cyclone/xbendout2-help.pd
|
||||
lib/pd-externals/cyclone/xbendout2.pd_linux
|
||||
lib/pd-externals/cyclone/xnote-test.pd
|
||||
lib/pd-externals/cyclone/xnotein-help.pd
|
||||
lib/pd-externals/cyclone/xnotein.pd_linux
|
||||
lib/pd-externals/cyclone/xnoteout-help.pd
|
||||
lib/pd-externals/cyclone/xnoteout.pd_linux
|
||||
lib/pd-externals/cyclone/zerox-test.pd
|
||||
lib/pd-externals/cyclone/zerox~-help.pd
|
||||
lib/pd-externals/cyclone/zerox~.pd_linux
|
||||
lib/pd-externals/cyclone/zl-help.pd
|
||||
lib/pd-externals/cyclone/zl-test.pd
|
||||
lib/pd-externals/cyclone/zl.pd_linux
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mariaex
|
||||
PORTVERSION= 0.6.4
|
||||
PORTVERSION= 0.7.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
@ -16,7 +16,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= xerions
|
||||
|
||||
MIX_BUILD_DEPS= devel/elixir-connection \
|
||||
devel/elixir-decimal
|
||||
devel/elixir-decimal \
|
||||
databases/elixir-db_connection
|
||||
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
||||
MIX_REWRITE= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (xerions-mariaex-v0.6.4_GH0.tar.gz) = 4d4a71fdea9be1d28030d1fde5f5e918bcd663b8f6761a772ccd96a88bf3d5ad
|
||||
SIZE (xerions-mariaex-v0.6.4_GH0.tar.gz) = 20436
|
||||
SHA256 (xerions-mariaex-v0.7.0_GH0.tar.gz) = 34d1a675cac908434785aa282b307a138b6e0a390fbc712d7ae096f321c60f5d
|
||||
SIZE (xerions-mariaex-v0.7.0_GH0.tar.gz) = 23714
|
||||
|
|
|
|||
|
|
@ -1,18 +1,28 @@
|
|||
lib/elixir/lib/mariaex/ebin/Elixir.DBConnection.Query.Mariaex.Query.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Cache.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.Utils.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Coder.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.Tcp.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Connection.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Error.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.LruCache.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Messages.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Protocol.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.ProtocolHelper.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Query.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.Result.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.Mariaex.beam
|
||||
lib/elixir/lib/mariaex/ebin/Elixir.String.Chars.Mariaex.Query.beam
|
||||
lib/elixir/lib/mariaex/ebin/mariaex.app
|
||||
lib/elixir/lib/mariaex/lib/mariaex.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/cache.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/coder.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/connection.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/connection/tcp.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/lru_cache.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/messages.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/protocol.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/protocol_helper.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/query.ex
|
||||
lib/elixir/lib/mariaex/lib/mariaex/structs.ex
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timex_ecto
|
||||
PORTVERSION= 0.9.0
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitwalker-timex_ecto-0.9.0_GH0.tar.gz) = 4c831d04960f2054d85dd49d02f48f0099c83ffd017098320c8c1f50ac291860
|
||||
SIZE (bitwalker-timex_ecto-0.9.0_GH0.tar.gz) = 5922
|
||||
SHA256 (bitwalker-timex_ecto-1.0.3_GH0.tar.gz) = 449dd3012fd97aa327d91650e822d9fc6f2a7690bc40cac2fc51cf3ad5f43166
|
||||
SIZE (bitwalker-timex_ecto-1.0.3_GH0.tar.gz) = 6169
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
lib/elixir/lib/timex_ecto/ebin/Elixir.Ecto.DataType.Timex.Date.beam
|
||||
lib/elixir/lib/timex_ecto/ebin/Elixir.Ecto.DataType.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.Date.beam
|
||||
lib/elixir/lib/timex_ecto/ebin/Elixir.Timex.Ecto.DateTime.beam
|
||||
|
|
|
|||
|
|
@ -492,6 +492,7 @@
|
|||
SUBDIR += erlang-lager
|
||||
SUBDIR += erlang-lager_syslog
|
||||
SUBDIR += erlang-meck
|
||||
SUBDIR += erlang-metrics
|
||||
SUBDIR += erlang-msgpack
|
||||
SUBDIR += erlang-neotoma
|
||||
SUBDIR += erlang-oserl
|
||||
|
|
@ -1028,8 +1029,8 @@
|
|||
SUBDIR += hs-word8
|
||||
SUBDIR += htable
|
||||
SUBDIR += hub
|
||||
SUBDIR += hyperscan
|
||||
SUBDIR += hwloc
|
||||
SUBDIR += hyperscan
|
||||
SUBDIR += ice
|
||||
SUBDIR += icmake
|
||||
SUBDIR += icu
|
||||
|
|
@ -1063,6 +1064,7 @@
|
|||
SUBDIR += jech-dht
|
||||
SUBDIR += jenkins
|
||||
SUBDIR += jenkins-lts
|
||||
SUBDIR += jenkins2
|
||||
SUBDIR += jiic
|
||||
SUBDIR += jline
|
||||
SUBDIR += jna
|
||||
|
|
@ -2669,9 +2671,9 @@
|
|||
SUBDIR += p5-MooX-HandlesVia
|
||||
SUBDIR += p5-MooX-Options
|
||||
SUBDIR += p5-MooX-StrictConstructor
|
||||
SUBDIR += p5-MooX-TypeTiny
|
||||
SUBDIR += p5-MooX-Types-MooseLike
|
||||
SUBDIR += p5-MooX-Types-MooseLike-Numeric
|
||||
SUBDIR += p5-MooX-TypeTiny
|
||||
SUBDIR += p5-MooX-late
|
||||
SUBDIR += p5-Moos
|
||||
SUBDIR += p5-Moose
|
||||
|
|
@ -4363,8 +4365,8 @@
|
|||
SUBDIR += py-setuptools_hg
|
||||
SUBDIR += py-setuptools_scm
|
||||
SUBDIR += py-sh
|
||||
SUBDIR += py-should_dsl
|
||||
SUBDIR += py-shapely
|
||||
SUBDIR += py-should_dsl
|
||||
SUBDIR += py-simplegeneric
|
||||
SUBDIR += py-simplejson
|
||||
SUBDIR += py-simpleparse
|
||||
|
|
@ -4560,8 +4562,8 @@
|
|||
SUBDIR += py3-gobject3
|
||||
SUBDIR += py3-jsonschema
|
||||
SUBDIR += py3-libpeas
|
||||
SUBDIR += py3-pytz
|
||||
SUBDIR += py3-python-magic
|
||||
SUBDIR += py3-pytz
|
||||
SUBDIR += py3-vcversioner
|
||||
SUBDIR += py3-xdg
|
||||
SUBDIR += py_static_check
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calendar
|
||||
PORTVERSION= 0.13.1
|
||||
PORTVERSION= 0.13.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (lau-calendar-v0.13.1_GH0.tar.gz) = 29d54f9f5a67490fd87482fc59a1ad687aa58cad3630a3b4e6eb7622a410219a
|
||||
SIZE (lau-calendar-v0.13.1_GH0.tar.gz) = 44718
|
||||
SHA256 (lau-calendar-v0.13.2_GH0.tar.gz) = 68b6f28eeaeae75a722d61029ace59d5f9d672668ff8787b30384d5530694e40
|
||||
SIZE (lau-calendar-v0.13.2_GH0.tar.gz) = 45462
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= csv
|
||||
PORTVERSION= 1.2.4
|
||||
PORTVERSION= 1.3.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (beatrichartz-csv-v1.2.4_GH0.tar.gz) = f048533d0dbfacac3d20f4201fd79b3f23be88cd7d4f65b42767a4900b7bb4f0
|
||||
SIZE (beatrichartz-csv-v1.2.4_GH0.tar.gz) = 13231
|
||||
SHA256 (beatrichartz-csv-v1.3.2_GH0.tar.gz) = e58e0107f14e6d75c3c1b9ca238e3ae36b8ff14b01d70df17a8c78193b164c59
|
||||
SIZE (beatrichartz-csv-v1.3.2_GH0.tar.gz) = 15706
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
lib/elixir/lib/csv/ebin/Elixir.CSV.Decoder.RowLengthError.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Decoder.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Defaults.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.Any.beam
|
||||
|
|
@ -6,9 +7,10 @@ lib/elixir/lib/csv/ebin/Elixir.CSV.Encode.beam
|
|||
lib/elixir/lib/csv/ebin/Elixir.CSV.Encoder.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Lexer.EncodingError.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Lexer.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.LineAggregator.CorruptStreamError.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.LineAggregator.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.SyntaxError.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Parser.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.Relay.beam
|
||||
lib/elixir/lib/csv/ebin/Elixir.CSV.beam
|
||||
lib/elixir/lib/csv/ebin/csv.app
|
||||
lib/elixir/lib/csv/lib/csv.ex
|
||||
|
|
@ -18,6 +20,6 @@ lib/elixir/lib/csv/lib/csv/encode.ex
|
|||
lib/elixir/lib/csv/lib/csv/encoder.ex
|
||||
lib/elixir/lib/csv/lib/csv/exceptions.ex
|
||||
lib/elixir/lib/csv/lib/csv/lexer.ex
|
||||
lib/elixir/lib/csv/lib/csv/line_aggregator.ex
|
||||
lib/elixir/lib/csv/lib/csv/parser.ex
|
||||
lib/elixir/lib/csv/lib/csv/relay.ex
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dialyze
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.2.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (fishcakez-dialyze-v0.2.0_GH0.tar.gz) = 742db858515aafb84d7b6717c3fc9f5dd512c2755ce0dc874674373e707d1cf1
|
||||
SIZE (fishcakez-dialyze-v0.2.0_GH0.tar.gz) = 9577
|
||||
SHA256 (fishcakez-dialyze-v0.2.1_GH0.tar.gz) = 93e9845799ad23c04556439ff8016440c46f15dedbb3aab5cf37c1f4b11ae256
|
||||
SIZE (fishcakez-dialyze-v0.2.1_GH0.tar.gz) = 9614
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- mix.exs.orig 2016-01-01 13:36:17 UTC
|
||||
+++ mix.exs
|
||||
@@ -4,7 +4,7 @@ defmodule Dialyze.Mixfile do
|
||||
def project do
|
||||
[app: :dialyze,
|
||||
version: "0.1.4-min_plt",
|
||||
- elixir: "~> 0.14.3 or ~> 0.15.0 or ~> 1.0.0 or ~> 1.1.0-dev",
|
||||
+ elixir: "~> 0.14.3 or ~> 0.15.0 or ~> 1.0",
|
||||
description: "Dialyzer mix task",
|
||||
deps: [],
|
||||
aliases: [install: ["compile", "archive.build", "archive.install --force"]],
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= elixir-estree
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 2.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bryanjos-elixir-estree-v2.2.0_GH0.tar.gz) = 7e7610f829855f40050b845e49f269328d0a17dc7d7932080ca5bf85486c0f33
|
||||
SIZE (bryanjos-elixir-estree-v2.2.0_GH0.tar.gz) = 17955
|
||||
SHA256 (bryanjos-elixir-estree-v2.3.0_GH0.tar.gz) = 2606237927b0da8193a9f00f0862b001a67d8590e58a1bec22e46e0305421992
|
||||
SIZE (bryanjos-elixir-estree-v2.3.0_GH0.tar.gz) = 18165
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ lib/elixir/lib/estree/ebin/Elixir.ESTree.ArrayPattern.beam
|
|||
lib/elixir/lib/estree/ebin/Elixir.ESTree.ArrowFunctionExpression.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.AssignmentExpression.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.AssignmentPattern.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.AssignmentProperty.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.AwaitExpression.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.BinaryExpression.beam
|
||||
lib/elixir/lib/estree/ebin/Elixir.ESTree.BlockStatement.beam
|
||||
|
|
@ -96,6 +97,7 @@ lib/elixir/lib/estree/lib/es_tree/array_pattern.ex
|
|||
lib/elixir/lib/estree/lib/es_tree/arrow_function_expression.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/assignment_expression.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/assignment_pattern.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/assignment_property.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/await_expression.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/binary_expression.ex
|
||||
lib/elixir/lib/estree/lib/es_tree/block_statement.ex
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= exprotobuf
|
||||
DISTVERSION= 1.0.0-rc1
|
||||
DISTVERSION= 1.0.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitwalker-exprotobuf-1.0.0-rc1_GH0.tar.gz) = ae2367934a94375bf072672f0871107279df26540c384bdb50769c705fc2eb92
|
||||
SIZE (bitwalker-exprotobuf-1.0.0-rc1_GH0.tar.gz) = 21030
|
||||
SHA256 (bitwalker-exprotobuf-1.0.0_GH0.tar.gz) = c99907645fa75cbf67723a6f5c29c672ec1595bae296fbc698af1737c1b76680
|
||||
SIZE (bitwalker-exprotobuf-1.0.0_GH0.tar.gz) = 21081
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Field.beam
|
|||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.OneOfField.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Parser.ParserError.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Parser.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Serializable.Any.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Serializable.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.Utils.beam
|
||||
lib/elixir/lib/exprotobuf/ebin/Elixir.Protobuf.beam
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hex
|
||||
PORTVERSION= 0.10.4
|
||||
PORTVERSION= 0.11.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (hexpm-hex-v0.10.4_GH0.tar.gz) = 2274028279013831b90f04afbf478797ebf55f805c01624402199fbd4c12397c
|
||||
SIZE (hexpm-hex-v0.10.4_GH0.tar.gz) = 205287
|
||||
SHA256 (hexpm-hex-v0.11.2_GH0.tar.gz) = 09eddadbaa4903ece7a5fe5f77430197bb7f02744b6e77d7e780e86b45e80b47
|
||||
SIZE (hexpm-hex-v0.11.2_GH0.tar.gz) = 215472
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.API.beam
|
|||
lib/elixir/lib/hex/ebin/Elixir.Hex.Config.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Mix.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Parallel.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.PublicKey.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Registry.ETS.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Registry.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.RemoteConverger.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Resolver.Backtracks.beam
|
||||
|
|
@ -21,6 +23,7 @@ lib/elixir/lib/hex/ebin/Elixir.Hex.Shell.beam
|
|||
lib/elixir/lib/hex/ebin/Elixir.Hex.State.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Tar.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Utils.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Version.Requirement.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.Version.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Hex.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Hex.Build.beam
|
||||
|
|
@ -32,6 +35,7 @@ lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Info.beam
|
|||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Key.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Outdated.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Owner.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.PublicKeys.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Publish.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Registry.beam
|
||||
lib/elixir/lib/hex/ebin/Elixir.Mix.Tasks.Hex.Search.beam
|
||||
|
|
@ -53,7 +57,9 @@ lib/elixir/lib/hex/lib/hex/api/verify_hostname.ex
|
|||
lib/elixir/lib/hex/lib/hex/config.ex
|
||||
lib/elixir/lib/hex/lib/hex/mix.ex
|
||||
lib/elixir/lib/hex/lib/hex/parallel.ex
|
||||
lib/elixir/lib/hex/lib/hex/public_key.ex
|
||||
lib/elixir/lib/hex/lib/hex/registry.ex
|
||||
lib/elixir/lib/hex/lib/hex/registry/ets.ex
|
||||
lib/elixir/lib/hex/lib/hex/remote_converger.ex
|
||||
lib/elixir/lib/hex/lib/hex/resolver.ex
|
||||
lib/elixir/lib/hex/lib/hex/resolver/backtracks.ex
|
||||
|
|
@ -73,8 +79,10 @@ lib/elixir/lib/hex/lib/mix/tasks/hex/info.ex
|
|||
lib/elixir/lib/hex/lib/mix/tasks/hex/key.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/outdated.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/owner.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/public_keys.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/publish.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/registry.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/search.ex
|
||||
lib/elixir/lib/hex/lib/mix/tasks/hex/user.ex
|
||||
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= quantum
|
||||
PORTVERSION= 1.6.1
|
||||
PORTVERSION= 1.7.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (c-rack-quantum-elixir-v1.6.1_GH0.tar.gz) = 241866f1baaf34464b1f69995d05dcc36606a5f4efbc7f6ec85acaa62949dec7
|
||||
SIZE (c-rack-quantum-elixir-v1.6.1_GH0.tar.gz) = 16068
|
||||
SHA256 (c-rack-quantum-elixir-v1.7.0_GH0.tar.gz) = 1a4bcae0673596be72f9ed3db2ffdc0399435ecd46245fb4bc127e1f37e33302
|
||||
SIZE (c-rack-quantum-elixir-v1.7.0_GH0.tar.gz) = 17919
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= timex
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= elixir-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (bitwalker-timex-1.0.2_GH0.tar.gz) = 5b268675bfde50aea84216e2dd42091195de286eb1c30927223698cffe8d796c
|
||||
SIZE (bitwalker-timex-1.0.2_GH0.tar.gz) = 97416
|
||||
SHA256 (bitwalker-timex-2.1.1_GH0.tar.gz) = c034f4af0cd321d0649f9db598934bd0ebc4bf8c69d58f0fd75bbf9d3850f51e
|
||||
SIZE (bitwalker-timex-2.1.1_GH0.tar.gz) = 123452
|
||||
|
|
|
|||
|
|
@ -1,8 +1,27 @@
|
|||
lib/elixir/lib/timex/ebin/Elixir.Enumerable.Timex.Interval.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Date.Convert.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Inspect.Timex.AmbiguousDateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Inspect.Timex.AmbiguousTimezoneInfo.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Inspect.Timex.Date.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Inspect.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Inspect.Timex.TimezoneInfo.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.AmbiguousDateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.AmbiguousTimezoneInfo.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Calendar.Gregorian.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Calendar.Julian.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Calendar.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Comparable.Timex.AmbiguousDateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Comparable.Timex.Date.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Comparable.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Comparable.Tuple.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Comparable.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Constants.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.Atom.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.Map.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.Timex.Date.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.Tuple.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Convertable.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Date.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.DateFormat.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.DateTime.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatter.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Format.DateTime.Formatters.Default.beam
|
||||
|
|
@ -11,8 +30,10 @@ lib/elixir/lib/timex/ebin/Elixir.Timex.Format.FormatError.beam
|
|||
lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatter.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatters.Default.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Format.Time.Formatters.Humanized.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Helpers.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Interval.FormatError.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Interval.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Macros.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Helpers.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Parser.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Parse.DateTime.Parsers.beam
|
||||
|
|
@ -33,14 +54,29 @@ lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.Database.beam
|
|||
lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.Local.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Timezone.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.TimezoneInfo.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Types.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.Utils.beam
|
||||
lib/elixir/lib/timex/ebin/Elixir.Timex.beam
|
||||
lib/elixir/lib/timex/ebin/timex.app
|
||||
lib/elixir/lib/timex/lib/calendar/calendar.ex
|
||||
lib/elixir/lib/timex/lib/calendar/gregorian.ex
|
||||
lib/elixir/lib/timex/lib/calendar/julian.ex
|
||||
lib/elixir/lib/timex/lib/comparable/ambiguous_datetime.ex
|
||||
lib/elixir/lib/timex/lib/comparable/comparable.ex
|
||||
lib/elixir/lib/timex/lib/comparable/date.ex
|
||||
lib/elixir/lib/timex/lib/comparable/datetime.ex
|
||||
lib/elixir/lib/timex/lib/comparable/tuple.ex
|
||||
lib/elixir/lib/timex/lib/convert/atom.ex
|
||||
lib/elixir/lib/timex/lib/convert/convertable.ex
|
||||
lib/elixir/lib/timex/lib/convert/date.ex
|
||||
lib/elixir/lib/timex/lib/convert/datetime.ex
|
||||
lib/elixir/lib/timex/lib/convert/map.ex
|
||||
lib/elixir/lib/timex/lib/convert/tuple.ex
|
||||
lib/elixir/lib/timex/lib/date/date.ex
|
||||
lib/elixir/lib/timex/lib/date/date_convert.ex
|
||||
lib/elixir/lib/timex/lib/date/date_format.ex
|
||||
lib/elixir/lib/timex/lib/date/datetime.ex
|
||||
lib/elixir/lib/timex/lib/date/interval.ex
|
||||
lib/elixir/lib/timex/lib/date/inspect.ex
|
||||
lib/elixir/lib/timex/lib/datetime/ambiguous.ex
|
||||
lib/elixir/lib/timex/lib/datetime/datetime.ex
|
||||
lib/elixir/lib/timex/lib/datetime/inspect.ex
|
||||
lib/elixir/lib/timex/lib/format/datetime/formatter.ex
|
||||
lib/elixir/lib/timex/lib/format/datetime/formatters/default.ex
|
||||
lib/elixir/lib/timex/lib/format/datetime/formatters/strftime.ex
|
||||
|
|
@ -48,6 +84,7 @@ lib/elixir/lib/timex/lib/format/format_error.ex
|
|||
lib/elixir/lib/timex/lib/format/time/formatter.ex
|
||||
lib/elixir/lib/timex/lib/format/time/formatters/default.ex
|
||||
lib/elixir/lib/timex/lib/format/time/formatters/humanized.ex
|
||||
lib/elixir/lib/timex/lib/interval/interval.ex
|
||||
lib/elixir/lib/timex/lib/parse/datetime/helpers.ex
|
||||
lib/elixir/lib/timex/lib/parse/datetime/parser.ex
|
||||
lib/elixir/lib/timex/lib/parse/datetime/parsers.ex
|
||||
|
|
@ -60,11 +97,17 @@ lib/elixir/lib/timex/lib/parse/posix/parser.ex
|
|||
lib/elixir/lib/timex/lib/parse/zoneinfo/parser.ex
|
||||
lib/elixir/lib/timex/lib/time/time.ex
|
||||
lib/elixir/lib/timex/lib/timex.ex
|
||||
lib/elixir/lib/timex/lib/timex/constants.ex
|
||||
lib/elixir/lib/timex/lib/timex/helpers.ex
|
||||
lib/elixir/lib/timex/lib/timex/macros.ex
|
||||
lib/elixir/lib/timex/lib/timex/types.ex
|
||||
lib/elixir/lib/timex/lib/timex/utils.ex
|
||||
lib/elixir/lib/timex/lib/timezone/ambiguous_timezone_info.ex
|
||||
lib/elixir/lib/timex/lib/timezone/database.ex
|
||||
lib/elixir/lib/timex/lib/timezone/inspect.ex
|
||||
lib/elixir/lib/timex/lib/timezone/timezone.ex
|
||||
lib/elixir/lib/timex/lib/timezone/timezone_info.ex
|
||||
lib/elixir/lib/timex/lib/timezone/timezone_local.ex
|
||||
lib/elixir/lib/timex/lib/utils/utils.ex
|
||||
lib/elixir/lib/timex/priv/olson_to_win.exs
|
||||
lib/elixir/lib/timex/priv/standard_to_olson.exs
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bear
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
@ -12,6 +12,6 @@ LICENSE= APACHE20
|
|||
|
||||
USES= erlang:rebar
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= boundary
|
||||
GH_ACCOUNT= puzza007
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (boundary-bear-0.8.2_GH0.tar.gz) = 39caaf7f25883afdc9bf943ae262cde024b0472cdef004accb7ea0075f8c88c3
|
||||
SIZE (boundary-bear-0.8.2_GH0.tar.gz) = 110499
|
||||
SHA256 (puzza007-bear-0.8.3_GH0.tar.gz) = 502c1da096c07016ba1b8e2f9b93fb9f79d405eef5d59469a9bfb2ad5d4e6efa
|
||||
SIZE (puzza007-bear-0.8.3_GH0.tar.gz) = 110539
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ A set of statistics functions for Erlang. Currently bear is focused
|
|||
on use inside the Folsom Erlang metrics library but all of these
|
||||
functions are generic and useful in other situations.
|
||||
|
||||
WWW: https://github.com/boundary/bear
|
||||
WWW: https://github.com/puzza007/bear/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= erlang-certifi
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (certifi-erlang-certifi-0.3.0_GH0.tar.gz) = 7c46bdf265f472dc831e07b9acf29f6538445d8c4aba0562ac6e28605e3a6359
|
||||
SIZE (certifi-erlang-certifi-0.3.0_GH0.tar.gz) = 631476
|
||||
SHA256 (certifi-erlang-certifi-0.4.0_GH0.tar.gz) = 02170134b7179a08b653e9936422a43da96fb8fb9ffab5296e008b0924aea487
|
||||
SIZE (certifi-erlang-certifi-0.4.0_GH0.tar.gz) = 739187
|
||||
|
|
|
|||
|
|
@ -1,14 +1,12 @@
|
|||
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.app
|
||||
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi.beam
|
||||
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi_cacerts.beam
|
||||
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi_weak.beam
|
||||
lib/erlang/lib/certifi-%%VERSION%%/ebin/certifi_weakcerts.beam
|
||||
lib/erlang/lib/certifi-%%VERSION%%/priv/cacerts.pem
|
||||
lib/erlang/lib/certifi-%%VERSION%%/priv/old_root.pem
|
||||
lib/erlang/lib/certifi-%%VERSION%%/priv/weak.pem
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi.app.src
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi.erl
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_cacerts.erl
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_cacerts.erl.src
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_weak.erl
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_weak.erl.src
|
||||
lib/erlang/lib/certifi-%%VERSION%%/src/certifi_weakcerts.erl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= folsom
|
||||
PORTVERSION= 0.8.2
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ LICENSE= APACHE20
|
|||
|
||||
USES= erlang:rebar
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= boundary
|
||||
GH_ACCOUNT= puzza007
|
||||
|
||||
ERL_BUILD_DEPS= devel/erlang-bear
|
||||
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (boundary-folsom-0.8.2_GH0.tar.gz) = 2ed373fce6c5d012a2afc112dc55ad35a06f00a68ba410f7250f6be8ee66aac6
|
||||
SIZE (boundary-folsom-0.8.2_GH0.tar.gz) = 174152
|
||||
SHA256 (puzza007-folsom-0.8.3_GH0.tar.gz) = ec97d9178a25e6ebd177760f34aa69bc9dbfcedd746b48b395ed0f2e81582a47
|
||||
SIZE (puzza007-folsom-0.8.3_GH0.tar.gz) = 951557
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
--- rebar.config.orig 2015-05-20 12:38:09 UTC
|
||||
--- rebar.config.orig 2016-03-12 17:55:15 UTC
|
||||
+++ rebar.config
|
||||
@@ -1,8 +1,6 @@
|
||||
@@ -3,7 +3,6 @@
|
||||
{sub_dirs, ["deps"]}.
|
||||
|
||||
{deps, [
|
||||
- {'bear', ".*", {git, "git://github.com/boundary/bear.git", {tag, "0.8.2"}}},
|
||||
- {meck, ".*", {git, "git://github.com/eproxus/meck", {tag, "0.8.2"}}}
|
||||
]}.
|
||||
- {bear, "0.8.3"}
|
||||
]}.
|
||||
|
||||
{erl_opts, [debug_info]}.
|
||||
{profiles,
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ output plugins. folsom is not a persistent store. There are 6 types
|
|||
of metrics: counters, gauges, histograms (and timers), histories,
|
||||
meter_readers and meters.
|
||||
|
||||
WWW: https://github.com/boundary/folsom
|
||||
WWW: https://github.com/puzza007/folsom/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gpb
|
||||
PORTVERSION= 3.19.0
|
||||
PORTVERSION= 3.20.0
|
||||
CATEGORIES= devel
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (tomas-abrahamsson-gpb-3.19.0_GH0.tar.gz) = b4c4de2ff5817497af845c2f4f82a12b6538f2b5a4f335c956c1c9a916c550c7
|
||||
SIZE (tomas-abrahamsson-gpb-3.19.0_GH0.tar.gz) = 285174
|
||||
SHA256 (tomas-abrahamsson-gpb-3.20.0_GH0.tar.gz) = 599e420b26d7285a7b7e94d53606cc3f770207089f26318e3e48a24bf75420da
|
||||
SIZE (tomas-abrahamsson-gpb-3.20.0_GH0.tar.gz) = 285461
|
||||
|
|
|
|||
18
devel/erlang-metrics/Makefile
Normal file
18
devel/erlang-metrics/Makefile
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= erlang-metrics
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Generic interface to metrics systems in Erlang
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
USES= erlang:rebar3
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= benoitc
|
||||
|
||||
ERL_APP_NAME= metrics
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
devel/erlang-metrics/distinfo
Normal file
2
devel/erlang-metrics/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (benoitc-erlang-metrics-1.1.0_GH0.tar.gz) = 5ee3b9baa9bb760d47513db67fcb88790c650495d279e39bba5c6a9e2c93f8aa
|
||||
SIZE (benoitc-erlang-metrics-1.1.0_GH0.tar.gz) = 8520
|
||||
3
devel/erlang-metrics/pkg-descr
Normal file
3
devel/erlang-metrics/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
A generic interface to folsom or exometer or any compliant interface.
|
||||
|
||||
WWW: https://github.com/benoitc/erlang-metrics
|
||||
11
devel/erlang-metrics/pkg-plist
Normal file
11
devel/erlang-metrics/pkg-plist
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics.app
|
||||
lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics.beam
|
||||
lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_dummy.beam
|
||||
lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_exometer.beam
|
||||
lib/erlang/lib/metrics-%%VERSION%%/ebin/metrics_folsom.beam
|
||||
lib/erlang/lib/metrics-%%VERSION%%/src/metrics.app.src
|
||||
lib/erlang/lib/metrics-%%VERSION%%/src/metrics.erl
|
||||
lib/erlang/lib/metrics-%%VERSION%%/src/metrics_dummy.erl
|
||||
lib/erlang/lib/metrics-%%VERSION%%/src/metrics_exometer.erl
|
||||
lib/erlang/lib/metrics-%%VERSION%%/src/metrics_folsom.erl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||
|
|
@ -15,7 +15,7 @@ COMMENT= Open-source continuous integration server
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
CONFLICTS= jenkins-[0-9]*
|
||||
CONFLICTS= jenkins-[0-9]* jenkins2-[0-9]*
|
||||
USE_JAVA= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ COMMENT= Open-source continuous integration server
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
CONFLICTS= jenkins-lts-[0-9]*
|
||||
CONFLICTS= jenkins-lts-[0-9]* jenkins2-[0-9]*
|
||||
|
||||
USE_JAVA= yes
|
||||
|
||||
|
|
|
|||
55
devel/jenkins2/Makefile
Normal file
55
devel/jenkins2/Makefile
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins2
|
||||
DISTVERSION= 2.0-alpha3
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war-rc/${PORTVERSION:R}/
|
||||
DISTNAME= jenkins
|
||||
EXTRACT_SUFX= .war
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= lwhsu@FreeBSD.org
|
||||
COMMENT= Open-source continuous integration server
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
CONFLICTS= jenkins-[0-9]* jenkins-lts-[0-9]*
|
||||
|
||||
USE_JAVA= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
USE_RC_SUBR= jenkins
|
||||
|
||||
USES+= cpe
|
||||
CPE_VENDOR= cloudbees
|
||||
|
||||
JENKINS_HOME?= ${PREFIX}/jenkins
|
||||
JENKINS_USER?= jenkins
|
||||
JENKINS_GROUP?= jenkins
|
||||
JENKINS_LOG_FILE?= /var/log/jenkins.log
|
||||
|
||||
.if ${JENKINS_USER} == "jenkins"
|
||||
USERS= jenkins
|
||||
.endif
|
||||
.if ${JENKINS_GROUP} == "jenkins"
|
||||
GROUPS= jenkins
|
||||
.endif
|
||||
|
||||
SUB_LIST+= JENKINS_HOME=${JENKINS_HOME} \
|
||||
JENKINS_USER=${JENKINS_USER} \
|
||||
JENKINS_GROUP=${JENKINS_GROUP} \
|
||||
JAVA_HOME=${JAVA_HOME} \
|
||||
JENKINS_LOG_FILE=${JENKINS_LOG_FILE}
|
||||
PLIST_SUB+= JENKINS_USER=${JENKINS_USER} \
|
||||
JENKINS_GROUP=${JENKINS_GROUP}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${JENKINS_HOME}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
||||
${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
2
devel/jenkins2/distinfo
Normal file
2
devel/jenkins2/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (jenkins2/2.0.a3/jenkins.war) = 3c554f2ea3b0894e93b4b04b70b43b477d5096ac82205d50e77e96aa6329eed4
|
||||
SIZE (jenkins2/2.0.a3/jenkins.war) = 66399701
|
||||
86
devel/jenkins2/files/jenkins.in
Normal file
86
devel/jenkins2/files/jenkins.in
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: jenkins
|
||||
# REQUIRE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
#
|
||||
# Configuration settings for jenkins in /etc/rc.conf:
|
||||
#
|
||||
# jenkins_enable (bool):
|
||||
# Set to "NO" by default.
|
||||
# Set it to "YES" to enable jenkins
|
||||
#
|
||||
# jenkins_args (str):
|
||||
# Extra arguments passed to start command
|
||||
#
|
||||
# jenkins_home (str)
|
||||
# Set to "%%JENKINS_HOME%%" by default.
|
||||
# Set the JENKINS_HOME variable for jenkins process
|
||||
#
|
||||
# jenkins_java_home (str):
|
||||
# Set to "%%JAVA_HOME%%" by default.
|
||||
# Set the Java virtual machine to run jenkins
|
||||
#
|
||||
# jenkins_java_opts (str):
|
||||
# Set to "" by default.
|
||||
# Java VM args to use.
|
||||
#
|
||||
# jenkins_user (str):
|
||||
# Set to "%%JENKINS_USER%%" by default.
|
||||
# User to run jenkins as.
|
||||
#
|
||||
# jenkins_group (str):
|
||||
# Set to "%%JENKINS_GROUP%%" by default.
|
||||
# Group for data file ownership.
|
||||
#
|
||||
# jenkins_log_file (str):
|
||||
# Set to "%%JENKINS_LOG_FILE%%" by default.
|
||||
# Log file location.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="jenkins"
|
||||
rcvar=jenkins_enable
|
||||
|
||||
load_rc_config "${name}"
|
||||
|
||||
: ${jenkins_enable="NO"}
|
||||
: ${jenkins_home="%%JENKINS_HOME%%"}
|
||||
: ${jenkins_args="--webroot=${jenkins_home}/war --httpPort=8180 --prefix=/jenkins"}
|
||||
: ${jenkins_java_home="%%JAVA_HOME%%"}
|
||||
: ${jenkins_user="%%JENKINS_USER%%"}
|
||||
: ${jenkins_group="%%JENKINS_GROUP%%"}
|
||||
: ${jenkins_log_file="%%JENKINS_LOG_FILE%%"}
|
||||
|
||||
pidfile="/var/run/jenkins/jenkins.pid"
|
||||
command="/usr/sbin/daemon"
|
||||
java_cmd="${jenkins_java_home}/bin/java"
|
||||
procname="${java_cmd}"
|
||||
command_args="-p ${pidfile} ${java_cmd} -DJENKINS_HOME=${jenkins_home} ${jenkins_java_opts} -jar %%DATADIR%%/jenkins.war ${jenkins_args} > ${jenkins_log_file} 2>&1"
|
||||
required_files="${java_cmd}"
|
||||
|
||||
start_precmd="jenkins_prestart"
|
||||
start_cmd="jenkins_start"
|
||||
|
||||
jenkins_prestart() {
|
||||
if [ ! -f "${jenkins_log_file}" ]; then
|
||||
touch "${jenkins_log_file}"
|
||||
chown "${jenkins_user}:${jenkins_group}" "${jenkins_log_file}"
|
||||
chmod 640 "${jenkins_log_file}"
|
||||
fi
|
||||
if [ ! -d "/var/run/jenkins" ]; then
|
||||
install -d -o "${jenkins_user}" -g "${jenkins_group}" -m 750 "/var/run/jenkins"
|
||||
fi
|
||||
}
|
||||
|
||||
jenkins_start()
|
||||
{
|
||||
check_startmsgs && echo "Starting ${name}."
|
||||
su -l ${jenkins_user} -c "exec ${command} ${command_args} ${rc_arg}"
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
||||
10
devel/jenkins2/files/pkg-message
Normal file
10
devel/jenkins2/files/pkg-message
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
************************************************************************
|
||||
|
||||
Please login to the Jenkins web interface and secure with a password,
|
||||
when installing for the first time.
|
||||
|
||||
More information:
|
||||
https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security
|
||||
https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup
|
||||
|
||||
************************************************************************
|
||||
5
devel/jenkins2/pkg-descr
Normal file
5
devel/jenkins2/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
In a nutshell Jenkins CI is the leading open-source continuous integration
|
||||
server. Built with Java, it provides over 300 plugins to support building
|
||||
and testing virtually any project.
|
||||
|
||||
WWW: http://jenkins-ci.org/
|
||||
2
devel/jenkins2/pkg-plist
Normal file
2
devel/jenkins2/pkg-plist
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
%%DATADIR%%/jenkins.war
|
||||
@dir(%%JENKINS_USER%%,%%JENKINS_GROUP%%,) jenkins
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= llvm
|
||||
PORTVERSION= 3.4.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
|
|
|||
62
devel/llvm34/files/patch-svn-219512
Normal file
62
devel/llvm34/files/patch-svn-219512
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
$FreeBSD$
|
||||
------------------------------------------------------------------------
|
||||
r219512 | hfinkel | 2014-10-10 17:06:20 +0000 (Fri, 10 Oct 2014) | 10 lines
|
||||
|
||||
[MiSched] Fix a logic error in tryPressure()
|
||||
|
||||
Fixes a logic error in the MachineScheduler found by Steve Montgomery (and
|
||||
confirmed by Andy). This has gone unfixed for months because the fix has been
|
||||
found to introduce some small performance regressions. However, Andy has
|
||||
recommended that, at this point, we fix this to avoid further dependence on the
|
||||
incorrect behavior (and then follow-up separately on any regressions), and I
|
||||
agree.
|
||||
|
||||
Fixes PR18883.
|
||||
------------------------------------------------------------------------
|
||||
Index: lib/CodeGen/MachineScheduler.cpp
|
||||
===================================================================
|
||||
--- lib/CodeGen/MachineScheduler.cpp (revision 219511)
|
||||
+++ lib/CodeGen/MachineScheduler.cpp (revision 219512)
|
||||
@@ -2495,8 +2495,8 @@
|
||||
}
|
||||
// If one candidate decreases and the other increases, go with it.
|
||||
// Invalid candidates have UnitInc==0.
|
||||
- if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
|
||||
- Reason)) {
|
||||
+ if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
|
||||
+ Reason)) {
|
||||
return true;
|
||||
}
|
||||
// If the candidates are decreasing pressure, reverse priority.
|
||||
#Index: test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
|
||||
#===================================================================
|
||||
#--- test/CodeGen/X86/ragreedy-last-chance-recoloring.ll (revision 219511)
|
||||
#+++ test/CodeGen/X86/ragreedy-last-chance-recoloring.ll (revision 219512)
|
||||
#@@ -2,10 +2,12 @@
|
||||
# ; Without the last chance recoloring, this test fails with:
|
||||
# ; "ran out of registers".
|
||||
#
|
||||
#-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEPTH
|
||||
#+; NOTE: With the fix to PR18883, we don't actually run out of registers here
|
||||
#+; any more, and so those checks are disabled. This test remains only for general coverage.
|
||||
#+; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEPTH
|
||||
# ; Test whether failure due to cutoff for depth is reported
|
||||
#
|
||||
#-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-INTERF
|
||||
#+; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-INTERF
|
||||
# ; Test whether failure due to cutoff for interference is reported
|
||||
#
|
||||
# ; RUN: llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 -lcr-max-depth=0 -exhaustive-register-search < %s > %t 2>&1
|
||||
#Index: test/CodeGen/X86/misched-matmul.ll
|
||||
#===================================================================
|
||||
#--- test/CodeGen/X86/misched-matmul.ll (revision 219511)
|
||||
#+++ test/CodeGen/X86/misched-matmul.ll (revision 219512)
|
||||
#@@ -10,7 +10,7 @@
|
||||
# ; more complex cases.
|
||||
# ;
|
||||
# ; CHECK: @wrap_mul4
|
||||
#-; CHECK: 22 regalloc - Number of spills inserted
|
||||
#+; CHECK: 23 regalloc - Number of spills inserted
|
||||
#
|
||||
# define void @wrap_mul4(double* nocapture %Out, [4 x double]* nocapture %A, [4 x double]* nocapture %B) #0 {
|
||||
# entry:
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= llvm
|
||||
DISTVERSION= 3.5.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://llvm.org/releases/3.5.2/
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}.src
|
||||
|
|
|
|||
62
devel/llvm35/files/patch-svn-219512
Normal file
62
devel/llvm35/files/patch-svn-219512
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
$FreeBSD$
|
||||
------------------------------------------------------------------------
|
||||
r219512 | hfinkel | 2014-10-10 17:06:20 +0000 (Fri, 10 Oct 2014) | 10 lines
|
||||
|
||||
[MiSched] Fix a logic error in tryPressure()
|
||||
|
||||
Fixes a logic error in the MachineScheduler found by Steve Montgomery (and
|
||||
confirmed by Andy). This has gone unfixed for months because the fix has been
|
||||
found to introduce some small performance regressions. However, Andy has
|
||||
recommended that, at this point, we fix this to avoid further dependence on the
|
||||
incorrect behavior (and then follow-up separately on any regressions), and I
|
||||
agree.
|
||||
|
||||
Fixes PR18883.
|
||||
------------------------------------------------------------------------
|
||||
Index: lib/CodeGen/MachineScheduler.cpp
|
||||
===================================================================
|
||||
--- lib/CodeGen/MachineScheduler.cpp (revision 219511)
|
||||
+++ lib/CodeGen/MachineScheduler.cpp (revision 219512)
|
||||
@@ -2495,8 +2495,8 @@
|
||||
}
|
||||
// If one candidate decreases and the other increases, go with it.
|
||||
// Invalid candidates have UnitInc==0.
|
||||
- if (tryLess(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
|
||||
- Reason)) {
|
||||
+ if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
|
||||
+ Reason)) {
|
||||
return true;
|
||||
}
|
||||
// If the candidates are decreasing pressure, reverse priority.
|
||||
#Index: test/CodeGen/X86/ragreedy-last-chance-recoloring.ll
|
||||
#===================================================================
|
||||
#--- test/CodeGen/X86/ragreedy-last-chance-recoloring.ll (revision 219511)
|
||||
#+++ test/CodeGen/X86/ragreedy-last-chance-recoloring.ll (revision 219512)
|
||||
#@@ -2,10 +2,12 @@
|
||||
# ; Without the last chance recoloring, this test fails with:
|
||||
# ; "ran out of registers".
|
||||
#
|
||||
#-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEPTH
|
||||
#+; NOTE: With the fix to PR18883, we don't actually run out of registers here
|
||||
#+; any more, and so those checks are disabled. This test remains only for general coverage.
|
||||
#+; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-DEPTH
|
||||
# ; Test whether failure due to cutoff for depth is reported
|
||||
#
|
||||
#-; RUN: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-INTERF
|
||||
#+; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s --check-prefix=CHECK-INTERF
|
||||
# ; Test whether failure due to cutoff for interference is reported
|
||||
#
|
||||
# ; RUN: llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 -lcr-max-depth=0 -exhaustive-register-search < %s > %t 2>&1
|
||||
#Index: test/CodeGen/X86/misched-matmul.ll
|
||||
#===================================================================
|
||||
#--- test/CodeGen/X86/misched-matmul.ll (revision 219511)
|
||||
#+++ test/CodeGen/X86/misched-matmul.ll (revision 219512)
|
||||
#@@ -10,7 +10,7 @@
|
||||
# ; more complex cases.
|
||||
# ;
|
||||
# ; CHECK: @wrap_mul4
|
||||
#-; CHECK: 22 regalloc - Number of spills inserted
|
||||
#+; CHECK: 23 regalloc - Number of spills inserted
|
||||
#
|
||||
# define void @wrap_mul4(double* nocapture %Out, [4 x double]* nocapture %A, [4 x double]* nocapture %B) #0 {
|
||||
# entry:
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= msp430-debug-stack
|
||||
PORTVERSION= 3.05.01.01
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.ti.com/lit/sw/slac460n/ \
|
||||
http://www.ti.com/lit/ug/slau320v/:doc1 \
|
||||
|
|
@ -23,16 +23,21 @@ LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
|
|||
|
||||
BROKEN_FreeBSD_9= does not build (internal compiler error)
|
||||
|
||||
USES= compiler:c++11-lib gmake zip:infozip
|
||||
USES= compiler:c++11-lib dos2unix gmake zip:infozip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/MSPDebugStack_OS_Package
|
||||
DOS2UNIX_REGEX= .*\.(cpp|h)
|
||||
|
||||
MAKE_ARGS+= BOOST_DIR=${LOCALBASE} \
|
||||
HIDAPI_DIR=${LOCALBASE}
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC}/DLL430_v3/src/TI/DLL430 \
|
||||
\( -name '*.cpp' -o -name '*.h' \) -print0 | ${XARGS} -0 \
|
||||
|
|
@ -45,5 +50,7 @@ do-install:
|
|||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau320v.pdf ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau656.pdf ${STAGEDIR}${DOCSDIR}/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd
|
||||
${INSTALL_DATA} ${FILESDIR}/mspfet.conf ${STAGEDIR}${PREFIX}/etc/devd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
25
devel/msp430-debug-stack/files/mspfet.conf
Normal file
25
devel/msp430-debug-stack/files/mspfet.conf
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Warning: Only a single instance of each FET product is supported
|
||||
#
|
||||
|
||||
attach 20 {
|
||||
device-name "umodem[0-9]+";
|
||||
match "vendor" "0x2047"; # TI MSPBSL_STANDARD_USB_VID
|
||||
match "product" "0x001(0|3|4)"; # Products: UIF eZ-FET MSP-FET
|
||||
match "interface" "0"; # JTAG-Interface
|
||||
action "cd /dev; p=$product; dn=$device-name; \
|
||||
un=$(sysctl -n dev.umodem.${dn#umodem}.ttyname); \
|
||||
chmod 666 cua$un; ln -sf cua$un mspfet${p#0x}";
|
||||
};
|
||||
|
||||
notify 20 {
|
||||
match "system" "USB";
|
||||
match "subsystem" "INTERFACE";
|
||||
match "type" "DETACH";
|
||||
match "vendor" "0x2047"; # TI MSPBSL_STANDARD_USB_VID
|
||||
match "product" "0x001(0|3|4)"; # Products: UIF eZ-FET MSP-FET
|
||||
match "interface" "0"; # JTAG-Interface
|
||||
action "p=$product; rm /dev/mspfet${p#0x}";
|
||||
};
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- DLL430_v3/src/TI/DLL430/FetControl.cpp.orig 2016-03-12 13:23:34 UTC
|
||||
+++ DLL430_v3/src/TI/DLL430/FetControl.cpp
|
||||
@@ -214,7 +214,7 @@ bool FetControl::resetCommunication()
|
||||
data.push_back(0x00);
|
||||
this->sendData(data); // reset connection
|
||||
|
||||
- std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
+ std::this_thread::sleep_for(std::chrono::milliseconds(300));
|
||||
|
||||
HalExecElement* el = new HalExecElement(ID_Zero);
|
||||
el->appendInputData8(STREAM_CORE_ZERO_VERSION);
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
--- DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp.orig 2016-03-12 13:23:34 UTC
|
||||
+++ DLL430_v3/src/TI/DLL430/UsbCdcIoChannel.cpp
|
||||
@@ -303,6 +303,22 @@ void UsbCdcIoChannel::createCdcPortList(
|
||||
}
|
||||
#else
|
||||
stringstream cdcIdStream;
|
||||
+
|
||||
+#ifdef __FreeBSD__
|
||||
+
|
||||
+ path p( "/dev" );
|
||||
+ if( exists(p) && is_directory(p) ) {
|
||||
+
|
||||
+ cdcIdStream << hex << setfill('0') << "mspfet" << setw(4) << productId;
|
||||
+
|
||||
+ const directory_iterator end;
|
||||
+ for( directory_iterator it(p); it != end; ++it ) {
|
||||
+
|
||||
+ string dir = it->path().string();
|
||||
+ if( dir.find( cdcIdStream.str() ) != string::npos ) {
|
||||
+ {
|
||||
+
|
||||
+#else
|
||||
cdcIdStream << hex << setfill('0') << "usb:v" << setw(4) << vendorId << "p" << setw(4) << productId;
|
||||
|
||||
path p("/sys/class/tty/");
|
||||
@@ -317,13 +333,14 @@ void UsbCdcIoChannel::createCdcPortList(
|
||||
string modalias;
|
||||
int interfaceNumber = -1;
|
||||
|
||||
- ifstream modAliasStream((it->path()/"device/modalias").string().c_str());
|
||||
+ std::ifstream modAliasStream((it->path()/"device/modalias").string().c_str());
|
||||
modAliasStream >> modalias;
|
||||
|
||||
- ifstream ifNumStream((it->path()/"device/bInterfaceNumber").string().c_str());
|
||||
+ std::ifstream ifNumStream((it->path()/"device/bInterfaceNumber").string().c_str());
|
||||
ifNumStream >> interfaceNumber;
|
||||
if (modalias.find(cdcIdStream.str()) == 0 && interfaceNumber == 0)
|
||||
{
|
||||
+#endif
|
||||
const string filename = it->path().filename().string();
|
||||
const string portPath = string("/dev/") + filename;
|
||||
|
||||
8
devel/msp430-debug-stack/files/pkg-message.in
Normal file
8
devel/msp430-debug-stack/files/pkg-message.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-------------------------------------------------------------------------
|
||||
|
||||
When plugging in FET debuggers a symlink will be created from
|
||||
the corresponding cuaU device to mspfetXX with XX being the
|
||||
product number (see mspfet.conf).
|
||||
Only a single instance of each FET product is supported.
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
|
|
@ -8,3 +8,4 @@ include/libmsp430/MSP430_HIL.h
|
|||
lib/libmsp430.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/slau320v.pdf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/slau656.pdf
|
||||
etc/devd/mspfet.conf
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rebar3
|
||||
PORTVERSION= 20151120
|
||||
PORTVERSION= 3.0.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES+= LOCAL/olgeni:deps \
|
||||
http://olgeni.olgeni.com/~olgeni/distfiles/:deps \
|
||||
https://s3.amazonaws.com/s3.hex.pm/tarballs/:hex
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
rebar3-cache-3${EXTRACT_SUFX}:deps
|
||||
rebar3-cache-4${EXTRACT_SUFX}:deps
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
rebar3-cache-3${EXTRACT_SUFX}
|
||||
rebar3-cache-4${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
COMMENT= Build tool for Erlang
|
||||
|
|
@ -24,7 +25,6 @@ OPTIONS_DEFINE= BASH ZSH
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rebar
|
||||
GH_TAGNAME= 356ac50
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTEXAMPLES= rebar.config.sample
|
||||
|
|
@ -34,17 +34,17 @@ ZSH_PLIST_FILES= share/zsh/site-functions/_rebar3
|
|||
|
||||
# from rebar.config
|
||||
REBAR_DEPS= bbmustache-1.0.4 \
|
||||
certifi-0.1.1 \
|
||||
certifi-0.4.0 \
|
||||
cf-0.2.1 \
|
||||
cth_readable-1.0.1 \
|
||||
erlware_commons-0.16.0 \
|
||||
eunit_formatters-0.2.0 \
|
||||
cth_readable-1.2.2 \
|
||||
erlware_commons-0.19.0 \
|
||||
eunit_formatters-0.3.1 \
|
||||
getopt-0.8.2 \
|
||||
providers-1.5.0 \
|
||||
relx-3.8.0 \
|
||||
providers-1.6.0 \
|
||||
relx-3.17.0 \
|
||||
ssl_verify_hostname-1.0.5
|
||||
|
||||
REBAR_PLUGINS= rebar3_hex-1.9.0
|
||||
# REBAR_PLUGINS= rebar3_hex-1.9.0
|
||||
|
||||
.for _dep in ${REBAR_DEPS} ${REBAR_PLUGINS}
|
||||
DISTFILES+= ${_dep}.tar:hex
|
||||
|
|
|
|||
|
|
@ -1,26 +1,28 @@
|
|||
SHA256 (rebar-rebar3-20151120-356ac50_GH0.tar.gz) = 15726536dccba7c2a63a76f87a80940a1293894e721d6fcb2631bcec13417bc0
|
||||
SIZE (rebar-rebar3-20151120-356ac50_GH0.tar.gz) = 196347
|
||||
SHA256 (rebar3-cache-3.tar.gz) = d2dbf47d7fc888c89fe3b3351a7695dc063012ed7bf5c067e8e2cba3d5335098
|
||||
SIZE (rebar3-cache-3.tar.gz) = 404535
|
||||
SHA256 (rebar-rebar3-3.0.0_GH0.tar.gz) = 886acd7bb7cfb99d105d9f900b93f8cc6e571330838004a75b6bac2a4ac1baca
|
||||
SIZE (rebar-rebar3-3.0.0_GH0.tar.gz) = 222367
|
||||
SHA256 (rebar3-cache-4.tar.gz) = f9e540ec5465c111eda6c5dcd38231e2c28e69256a8da3405fe24a1e26fba377
|
||||
SIZE (rebar3-cache-4.tar.gz) = 617698
|
||||
SHA256 (bbmustache-1.0.4.tar) = 03b0d47db66e86df993896dce7578d7e4aae5f84636809b45fa8a3e34ee59b12
|
||||
SIZE (bbmustache-1.0.4.tar) = 20480
|
||||
SHA256 (certifi-0.1.1.tar) = e6d1dda48fad1b1c5b454c8402e2ac375ae12bf85a9910decaf791f330a7de29
|
||||
SIZE (certifi-0.1.1.tar) = 327680
|
||||
SHA256 (certifi-0.4.0.tar) = 1cc233bee2d6990e7b0ff4c5824d7f401edda8a3cfad04d3328e35ad97de7611
|
||||
SIZE (certifi-0.4.0.tar) = 747520
|
||||
SHA256 (cf-0.2.1.tar) = baee9aa7ec2dfa3cb4486b67211177caa293f876780f0b313b45718edef6a0a5
|
||||
SIZE (cf-0.2.1.tar) = 10240
|
||||
SHA256 (cth_readable-1.0.1.tar) = e1b31eeee4d5af19eefeef9c30a639e5372256cbe3c0121da578b2eb9723ccb2
|
||||
SIZE (cth_readable-1.0.1.tar) = 20480
|
||||
SHA256 (erlware_commons-0.16.0.tar) = bde72986610a92b74b182f10f9e4763a6f7290eaa021d11d076904004023024e
|
||||
SIZE (erlware_commons-0.16.0.tar) = 61440
|
||||
SHA256 (eunit_formatters-0.2.0.tar) = 628ca89c98f214333c3677745656c3ac7eb7fe32ca1e6d45734cffb7e8d7710e
|
||||
SIZE (eunit_formatters-0.2.0.tar) = 20480
|
||||
SHA256 (cth_readable-1.2.2.tar) = 77585432b98b45b9ee086399cefa97b2191b6d780c4e795bf43c529412d9694d
|
||||
SIZE (cth_readable-1.2.2.tar) = 20480
|
||||
SHA256 (erlware_commons-0.19.0.tar) = 5bbff9402cd9e973af81745a8a40177d245b55b4c239f80a236949b856f2dabd
|
||||
SIZE (erlware_commons-0.19.0.tar) = 61440
|
||||
SHA256 (eunit_formatters-0.3.1.tar) = 64a40741429b7aff149c605d5a6135a48046af394a7282074e6003b3b56ae931
|
||||
SIZE (eunit_formatters-0.3.1.tar) = 20480
|
||||
SHA256 (getopt-0.8.2.tar) = 736e6db3679fbbad46373efb96b69509f8e420281635e9d92989af9f0a0483f7
|
||||
SIZE (getopt-0.8.2.tar) = 20480
|
||||
SHA256 (providers-1.5.0.tar) = 6efb7f60dc7d5796162fa0d71c4839cf790593442ec07a5d4bbdd640c5d588c1
|
||||
SIZE (providers-1.5.0.tar) = 20480
|
||||
SHA256 (relx-3.8.0.tar) = 189ef2992381ad79497d90cef9301495f1aaf5b886ed367f0e6c8e2f738c0979
|
||||
SIZE (relx-3.8.0.tar) = 71680
|
||||
SHA256 (providers-1.6.0.tar) = 0f6876529a613d34224de8c61d3660388eb981142360f2699486d8536050ce2f
|
||||
SIZE (providers-1.6.0.tar) = 20480
|
||||
SHA256 (relx-3.17.0.tar) = c22f3d8400394787cb67191dea4de1acccf1563f6cd2f1934bf2a13a525c5ef6
|
||||
SIZE (relx-3.17.0.tar) = 71680
|
||||
SHA256 (ssl_verify_hostname-1.0.5.tar) = f2cb11e6144e10ab39d1e14bf9fb2437b690979c70bf5428e9dc4bfaf1dfeabf
|
||||
SIZE (ssl_verify_hostname-1.0.5.tar) = 10240
|
||||
SHA256 (rebar3_hex-1.9.0.tar) = 451257f5e13536a8f68081c3e5b8cda8f83171a5f10e6edb358ade7cdc24a9f9
|
||||
SIZE (rebar3_hex-1.9.0.tar) = 20480
|
||||
SHA256 (rebar-rebar3-3.0.0_GH0.tar.gz) = 886acd7bb7cfb99d105d9f900b93f8cc6e571330838004a75b6bac2a4ac1baca
|
||||
SIZE (rebar-rebar3-3.0.0_GH0.tar.gz) = 222367
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
--- bootstrap.orig 2015-08-30 15:32:00 UTC
|
||||
+++ bootstrap
|
||||
@@ -32,7 +32,6 @@ main(_Args) ->
|
||||
|
||||
setup_env(),
|
||||
os:putenv("REBAR_PROFILE", "bootstrap"),
|
||||
- rebar3:run(["update"]),
|
||||
{ok, State} = rebar3:run(["compile"]),
|
||||
reset_env(),
|
||||
os:putenv("REBAR_PROFILE", ""),
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Net-DNS
|
||||
PORTVERSION= 1.05
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= dns net perl5 ipv6
|
||||
MASTER_SITES= CPAN
|
||||
|
|
@ -37,8 +38,8 @@ SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-B
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIPV6} && ${PERL_LEVEL} < 502200
|
||||
BUILD_DEPENDS= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
RUN_DEPENDS= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
BUILD_DEPENDS+= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
RUN_DEPENDS+= p5-IO-Socket-IP>=0.32:${PORTSDIR}/net/p5-IO-Socket-IP
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -7,19 +7,20 @@ CATEGORIES= games
|
|||
MASTER_SITES= ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/ \
|
||||
http://www.sourcefiles.org/Games/Role_Play/
|
||||
DISTNAME= dc${PORTVERSION:S/.//g}-src
|
||||
EXTRACT_SUFX= .tbz2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Old school roguelike game
|
||||
|
||||
WRKSRC_SUBDIR= source
|
||||
|
||||
USES= ncurses tar:bzip2
|
||||
USES= ncurses tar:tbz2
|
||||
MAKEFILE= makefile.bsd
|
||||
|
||||
PORTDOCS= buglist.txt crawl.txt
|
||||
PLIST_FILES= bin/dungeoncrawl man/man6/dungeoncrawl.6.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^CXX =|CXX ?=| ; \
|
||||
|
|
@ -31,14 +32,15 @@ post-patch:
|
|||
s|$${CFLAGS}|$${CXXFLAGS}|' ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} crawl \
|
||||
${STAGEDIR}${PREFIX}/bin/dungeoncrawl)
|
||||
(cd ${WRKSRC}/../docs && ${INSTALL_MAN} crawl.6 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man6/dungeoncrawl.6)
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/crawl \
|
||||
${STAGEDIR}${PREFIX}/bin/dungeoncrawl
|
||||
${INSTALL_MAN} ${WRKSRC}/../docs/crawl.6 \
|
||||
${STAGEDIR}${MAN6PREFIX}/man/man6/dungeoncrawl.6
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
(cd ${WRKSRC}/../docs && ${INSTALL_DATA} ${doc} \
|
||||
${STAGEDIR}${DOCSDIR})
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/../docs/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -866,8 +866,8 @@
|
|||
SUBDIR += py-pyganim
|
||||
SUBDIR += py-pyggel
|
||||
SUBDIR += py-pyglet
|
||||
SUBDIR += py-pygraphviz
|
||||
SUBDIR += py-pygooglechart
|
||||
SUBDIR += py-pygraphviz
|
||||
SUBDIR += py-pyproj
|
||||
SUBDIR += py-qt4-svg
|
||||
SUBDIR += py-qt5-svg
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hugin
|
||||
DISTVERSION= 2016.0.0.r1
|
||||
DISTVERSION= 2016.0.0.r2
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://launchpad.net/hugin/2016.0/2016.0rc1/+download/
|
||||
DISTFILES= hugin-2016.0.0_rc1.tar.bz2
|
||||
MASTER_SITES= https://launchpad.net/hugin/2016.0/2016.0rc2/+download/
|
||||
DISTFILES= hugin-2016.0.0_rc2.tar.bz2
|
||||
WRKSRC= ${WRKDIR}/hugin-2016.0.0
|
||||
PKGNAMESUFFIX= -2016
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (hugin-2016.0.0_rc1.tar.bz2) = 1be18902e70d541a8b2d2855cff7ccd8ce5bdc3836a6185a5d94262392b4f533
|
||||
SIZE (hugin-2016.0.0_rc1.tar.bz2) = 10507908
|
||||
SHA256 (hugin-2016.0.0_rc2.tar.bz2) = b030b05b248b583cf9a26817f5b350303e3ce2c8bc4b43d45f697fbdf55b65e6
|
||||
SIZE (hugin-2016.0.0_rc2.tar.bz2) = 10508576
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pngcrush
|
||||
PORTVERSION= 1.7.88
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/pmt/${PORTNAME}/${PORTVERSION}/ \
|
||||
SF/pmt/${PORTNAME}/old-versions/1.7/${PORTVERSION}/
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pngcrush-1.7.88-nolib.tar.xz) = d8fdfa25951465651b8f791bec3dc71acc4a752685885b41646f423a609f4855
|
||||
SIZE (pngcrush-1.7.88-nolib.tar.xz) = 60432
|
||||
SHA256 (pngcrush-1.8.0-nolib.tar.xz) = baa7048351c341e3a0c4769db7093b3206d46aa66ca93ac039c896ace63563bf
|
||||
SIZE (pngcrush-1.8.0-nolib.tar.xz) = 60224
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sxiv
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.3.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= solene@bsd.zplay.eu
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (muennich-sxiv-v1.3.1_GH0.tar.gz) = 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e
|
||||
SIZE (muennich-sxiv-v1.3.1_GH0.tar.gz) = 47171
|
||||
SHA256 (muennich-sxiv-v1.3.2_GH0.tar.gz) = 9f5368de8f0f57e78ebe02cb531a31107a993f2769cec51bcc8d70f5c668b653
|
||||
SIZE (muennich-sxiv-v1.3.2_GH0.tar.gz) = 46560
|
||||
|
|
|
|||
|
|
@ -6,13 +6,14 @@ PORTREVISION= 6
|
|||
CATEGORIES= irc net
|
||||
MASTER_SITES= http://www.stack.nl/~jilles/irc/ \
|
||||
http://www.bayofrum.net/dist/${PORTNAME}/
|
||||
DISTFILES= ${DISTNAME}.tbz2 ${DOCSDIST}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${DISTFILES:M*tbz2}
|
||||
|
||||
MAINTAINER= crees@FreeBSD.org
|
||||
COMMENT= Powerful IRC daemon, based on ircd-ratbox
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CONFLICTS= ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \
|
||||
nefarious-[0-9]* ircd-hybrid-[0-9]* \
|
||||
|
|
@ -25,7 +26,7 @@ MASTER_SITES:= ${MASTER_SITES} \
|
|||
|
||||
PORTDOCS= charybdis-oper-guide.pdf
|
||||
|
||||
USES= libtool pathfix
|
||||
USES= libtool pathfix tar:tbz2
|
||||
USE_OPENSSL= yes
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -38,21 +39,17 @@ CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
DOCSDIST+= ${PORTDOCS}:pdf
|
||||
.endif
|
||||
DOCS_DISTFILES= ${PORTDOCS}:pdf
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${DISTDIR}/charybdis-oper-guide.pdf \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${ETCDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/ircd.motd \
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/ircd.motd \
|
||||
${STAGEDIR}${ETCDIR}/ircd.motd.sample
|
||||
|
||||
pre-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/charybdis-oper-guide.pdf \
|
||||
${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eclipse
|
||||
PORTVERSION= 4.5.1
|
||||
PORTVERSION= 4.5.2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= https://googledrive.com/host/0B2kYpXHnC5LpSk01bU1ud0N5bXc/
|
||||
DISTFILES= eclipse.platform.releng.aggregator-${PORTVERSION}.xz \
|
||||
|
|
@ -10,7 +10,7 @@ DISTFILES= eclipse.platform.releng.aggregator-${PORTVERSION}.xz \
|
|||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= ljboiler@gmail.com
|
||||
COMMENT= Eclipse Mars.1
|
||||
COMMENT= Eclipse Mars.2
|
||||
|
||||
LICENSE= EPL
|
||||
|
||||
|
|
@ -63,12 +63,12 @@ GITCLONE=${DISTDIR}/eclipse/eclipse-gitclone/eclipse.platform.releng.aggregator
|
|||
|
||||
MVN_LOCAL_REPO= -Dmaven.repo.local=${WRKDIR}/eclipse-maven-repo-${PORTVERSION}/repository
|
||||
MVN_TEST_FLAG= -Dmaven.test.skip=true -DskipTests=true
|
||||
#MVN_SETTINGS+= --offline
|
||||
MVN_OPTS?= MAVEN_OPTS='-Xms1024m -Xmx1792m'
|
||||
MVN_SETTINGS+= --offline
|
||||
MVN_OPTS?= MAVEN_OPTS='-Xmx1024m'
|
||||
ECLIPSE_WS= gtk
|
||||
ECLIPSE_ARCH= x86${ARCH:C/^i.86//:C/^amd/_/}
|
||||
E_SHORTARCH= ${ARCH:C/^i.86//:C/^amd//}
|
||||
ECLIPSE_BUILDID=I20150603-2000
|
||||
ECLIPSE_BUILDID=M20160212-1500
|
||||
SCRIPTS_ENV+= ECLIPSE_ARCH=${ECLIPSE_ARCH} \
|
||||
E_SHORTARCH=${E_SHORTARCH}
|
||||
PORTDESTDIR= ${PREFIX}/lib/eclipse
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (eclipse/eclipse.platform.releng.aggregator-4.5.1.xz) = 294fedd5742a2755f4f46e0b0f825565b762def15760772351ac484bd08ae2a2
|
||||
SIZE (eclipse/eclipse.platform.releng.aggregator-4.5.1.xz) = 187196744
|
||||
SHA256 (eclipse/eclipse-maven-repo-4.5.1.xz) = b28e70618b92d63eaae5d5919c6f6dd5d28ce14caa9e9ee9fd7a56630a90aa6b
|
||||
SIZE (eclipse/eclipse-maven-repo-4.5.1.xz) = 131884596
|
||||
SHA256 (eclipse/eclipse.platform.releng.aggregator-4.5.2.xz) = 71e46eadfcc7c8fd0c758585a228cdee5810bfbea3190a27b577e3e972b662b2
|
||||
SIZE (eclipse/eclipse.platform.releng.aggregator-4.5.2.xz) = 187185556
|
||||
SHA256 (eclipse/eclipse-maven-repo-4.5.2.xz) = 038fe0c5a2bed3e2d10611e79fb327a171ec4efe10f0dcbcf84630d0273d9eac
|
||||
SIZE (eclipse/eclipse-maven-repo-4.5.2.xz) = 138007292
|
||||
|
|
|
|||
|
|
@ -373,10 +373,10 @@ diff --git a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml b/eclipse.platf
|
|||
--- a/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
|
||||
+++ b/eclipse.platform.releng.tychoeclipsebuilder/pom.xml
|
||||
@@ -35,6 +35,6 @@
|
||||
<module>platform.sdk</module>
|
||||
<module>sdk</module>
|
||||
<module>eclipse-junit-tests</module>
|
||||
- <module>eclipse.platform.repository</module>
|
||||
+ <!-- module>eclipse.platform.repository</module -->
|
||||
<module>platform.sdk</module>
|
||||
<module>sdk</module>
|
||||
<module>eclipse-junit-tests</module>
|
||||
- <module>eclipse.platform.repository</module>
|
||||
+ <!-- module>eclipse.platform.repository</module -->
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
@@ -15,10 +15,10 @@
|
||||
<artifactId>eclipse.platform.resources</artifactId>
|
||||
<groupId>eclipse.platform.resources</groupId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
- <relativePath>../../</relativePath>
|
||||
+ <relativePath>../../../../</relativePath>
|
||||
</parent>
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
@@ -15,10 +15,10 @@
|
||||
<artifactId>eclipse.platform.resources</artifactId>
|
||||
<groupId>eclipse.platform.resources</groupId>
|
||||
<version>4.5.1-SNAPSHOT</version>
|
||||
<version>4.5.2-SNAPSHOT</version>
|
||||
- <relativePath>../../</relativePath>
|
||||
+ <relativePath>../../../../</relativePath>
|
||||
</parent>
|
||||
|
|
@ -209,7 +209,7 @@
|
|||
Bundle-Vendor: %providerName
|
||||
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86; singleton:=true
|
||||
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.x86; singleton:=true
|
||||
Bundle-Version: 3.104.1.qualifier
|
||||
Bundle-Version: 3.104.2.qualifier
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Localization: fragment
|
||||
@@ -30,7 +30,7 @@
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
<groupId>org.eclipse.swt</groupId>
|
||||
- <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
|
||||
+ <artifactId>org.eclipse.swt.gtk.freebsd.x86</artifactId>
|
||||
<version>3.104.1-SNAPSHOT</version>
|
||||
<version>3.104.2-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
Bundle-Vendor: %providerName
|
||||
-Bundle-SymbolicName: org.eclipse.swt.gtk.linux.x86_64; singleton:=true
|
||||
+Bundle-SymbolicName: org.eclipse.swt.gtk.freebsd.x86_64; singleton:=true
|
||||
Bundle-Version: 3.104.1.qualifier
|
||||
Bundle-Version: 3.104.2.qualifier
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Localization: fragment
|
||||
@@ -30,7 +30,7 @@
|
||||
|
|
@ -328,7 +328,7 @@
|
|||
<groupId>org.eclipse.swt</groupId>
|
||||
- <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
|
||||
+ <artifactId>org.eclipse.swt.gtk.freebsd.x86_64</artifactId>
|
||||
<version>3.104.1-SNAPSHOT</version>
|
||||
<version>3.104.2-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openlibm
|
||||
PORTVERSION= 0.4.1
|
||||
PORTVERSION= 0.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= GH
|
||||
|
|
@ -25,12 +25,6 @@ USE_LDCONFIG= yes
|
|||
|
||||
MAKE_ENV+= prefix=${PREFIX}
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "i386"
|
||||
PLIST_SUB+= EXTRA_HEADER=""
|
||||
.else
|
||||
PLIST_SUB+= EXTRA_HEADER="@comment "
|
||||
.endif
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (JuliaLang-openlibm-v0.4.1_GH0.tar.gz) = d6269849348027b0a02ef5f7707968185017b4bb9607acd2fd7348ba28c69833
|
||||
SIZE (JuliaLang-openlibm-v0.4.1_GH0.tar.gz) = 277924
|
||||
SHA256 (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = a9a03644b38fd611a63838f1924925bc27f756ee04f69a90e2af7594f34558b8
|
||||
SIZE (JuliaLang-openlibm-v0.5.0_GH0.tar.gz) = 352346
|
||||
|
|
|
|||
|
|
@ -1,41 +1,16 @@
|
|||
--- Make.inc.orig 2014-12-01 13:10:35 UTC
|
||||
--- Make.inc.orig 2016-03-11 16:57:11 UTC
|
||||
+++ Make.inc
|
||||
@@ -7,11 +7,17 @@ VERSION = 0.4
|
||||
SOMAJOR = 1
|
||||
SOMINOR = 0
|
||||
@@ -3,11 +3,11 @@
|
||||
OS := $(shell uname)
|
||||
# Do not forget to bump SOMINOR when changing VERSION,
|
||||
# and SOMAJOR when breaking ABI in a backward-incompatible way
|
||||
-VERSION = 0.5-dev
|
||||
+VERSION = 0.5
|
||||
SOMAJOR = 2
|
||||
SOMINOR = 1
|
||||
DESTDIR =
|
||||
-prefix = /usr/local
|
||||
+prefix ?= /usr/local
|
||||
bindir = $(prefix)/bin
|
||||
libdir = $(prefix)/lib
|
||||
includedir = $(prefix)/include
|
||||
|
||||
+pkgconfigdir = $(libdir)/pkgconfig
|
||||
+
|
||||
+ifeq ($(OS), FreeBSD)
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
+endif
|
||||
+
|
||||
USEGCC = 1
|
||||
USECLANG = 0
|
||||
|
||||
@@ -20,6 +26,11 @@ USEGCC = 0
|
||||
USECLANG = 1
|
||||
endif
|
||||
|
||||
+ifeq ($(OS), FreeBSD)
|
||||
+USEGCC = 0
|
||||
+USECLANG = 1
|
||||
+endif
|
||||
+
|
||||
AR = ar
|
||||
|
||||
ifeq ($(USECLANG),1)
|
||||
@@ -90,6 +101,7 @@ ifeq ($(OS), FreeBSD)
|
||||
SHLIB_EXT = so
|
||||
SONAME_FLAG = -soname
|
||||
CFLAGS_add+=-fPIC
|
||||
+libdatadir = $(prefix)/libdata
|
||||
endif
|
||||
|
||||
ifeq ($(OS), Darwin)
|
||||
|
|
|
|||
|
|
@ -1,42 +1,16 @@
|
|||
--- Makefile.orig 2014-12-01 13:10:35 UTC
|
||||
--- Makefile.orig 2016-03-08 10:28:02 UTC
|
||||
+++ Makefile
|
||||
@@ -37,6 +37,16 @@ else
|
||||
@-ln -sf libopenlibm.$(SHLIB_EXT).$(SOMAJOR).$(SOMINOR) libopenlibm.$(SHLIB_EXT)
|
||||
endif
|
||||
|
||||
+check test: test/test-double test/test-float
|
||||
+ test/test-double
|
||||
+ test/test-float
|
||||
+
|
||||
+test/test-double: libopenlibm.$(SHLIB_EXT)
|
||||
+ $(MAKE) -C test test-double
|
||||
+
|
||||
+test/test-float: libopenlibm.$(SHLIB_EXT)
|
||||
+ $(MAKE) -C test test-float
|
||||
+
|
||||
clean:
|
||||
@for dir in $(SUBDIRS) .; do \
|
||||
rm -fr $$dir/*.o $$dir/*.a $$dir/*.$(SHLIB_EXT)*; \
|
||||
@@ -53,15 +63,15 @@ openlibm.pc: openlibm.pc.in Make.inc Mak
|
||||
|
||||
install: all openlibm.pc
|
||||
@@ -66,8 +66,8 @@ install: all openlibm.pc
|
||||
mkdir -p $(DESTDIR)$(shlibdir)
|
||||
- mkdir -p $(DESTDIR)$(libdir)/pkgconfig
|
||||
+ mkdir -p $(DESTDIR)$(pkgconfigdir)
|
||||
mkdir -p $(DESTDIR)$(pkgconfigdir)
|
||||
mkdir -p $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
- cp -a libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
- cp -a src/openlibm.h $(DESTDIR)$(includedir)/
|
||||
- cp -a openlibm.pc $(DESTDIR)$(libdir)/pkgconfig/
|
||||
- cp -f -a libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
- cp -f -a libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
- cp -f -a include/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -f -a src/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
- cp -f -a openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
+ ${BSD_INSTALL_LIB} libopenlibm.$(SHLIB_EXT)* $(DESTDIR)$(shlibdir)/
|
||||
+ ${BSD_INSTALL_DATA} libopenlibm.a $(DESTDIR)$(libdir)/
|
||||
+ ${BSD_INSTALL_DATA} src/openlibm.h $(DESTDIR)$(includedir)/
|
||||
+ ${BSD_INSTALL_DATA} include/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
+ ${BSD_INSTALL_DATA} src/*.h $(DESTDIR)$(includedir)/openlibm
|
||||
+ ${BSD_INSTALL_DATA} openlibm.pc $(DESTDIR)$(pkgconfigdir)/
|
||||
ifneq ($(wildcard $(ARCH)/bsd_asm.h),)
|
||||
- cp -a $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
|
||||
+ ${BSD_INSTALL_DATA} $(ARCH)/bsd_asm.h $(DESTDIR)$(includedir)/openlibm/
|
||||
endif
|
||||
ifneq ($(wildcard $(ARCH)/bsd_cdefs.h),)
|
||||
- cp -a $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
|
||||
+ ${BSD_INSTALL_DATA} $(ARCH)/bsd_cdefs.h $(DESTDIR)$(includedir)/openlibm/
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,9 +1,26 @@
|
|||
@comment $FreeBSD$
|
||||
include/openlibm.h
|
||||
%%EXTRA_HEADER%%include/openlibm/bsd_asm.h
|
||||
%%EXTRA_HEADER%%include/openlibm/bsd_cdefs.h
|
||||
include/openlibm/aarch64_fpmath.h
|
||||
include/openlibm/amd64_fpmath.h
|
||||
include/openlibm/bsd_cdefs.h
|
||||
include/openlibm/cdefs-compat.h
|
||||
include/openlibm/fpmath.h
|
||||
include/openlibm/i386_fpmath.h
|
||||
include/openlibm/k_log.h
|
||||
include/openlibm/k_logf.h
|
||||
include/openlibm/math_private.h
|
||||
include/openlibm/math_private_openbsd.h
|
||||
include/openlibm/openlibm.h
|
||||
include/openlibm/openlibm_complex.h
|
||||
include/openlibm/openlibm_fenv.h
|
||||
include/openlibm/openlibm_fenv_amd64.h
|
||||
include/openlibm/openlibm_fenv_arm.h
|
||||
include/openlibm/openlibm_fenv_i387.h
|
||||
include/openlibm/openlibm_fenv_powerpc.h
|
||||
include/openlibm/openlibm_math.h
|
||||
include/openlibm/powerpc_fpmath.h
|
||||
include/openlibm/types-compat.h
|
||||
lib/libopenlibm.a
|
||||
lib/libopenlibm.so
|
||||
lib/libopenlibm.so.1
|
||||
lib/libopenlibm.so.1.0
|
||||
lib/libopenlibm.so.2
|
||||
lib/libopenlibm.so.2.1
|
||||
libdata/pkgconfig/openlibm.pc
|
||||
|
|
|
|||
|
|
@ -370,7 +370,6 @@
|
|||
SUBDIR += posixtestsuite
|
||||
SUBDIR += proxyper
|
||||
SUBDIR += pspresent
|
||||
SUBDIR += py-tqdm
|
||||
SUBDIR += py-YABT
|
||||
SUBDIR += py-osd
|
||||
SUBDIR += py-pexpect
|
||||
|
|
@ -383,6 +382,7 @@
|
|||
SUBDIR += py-qt5-doc
|
||||
SUBDIR += py-spdx
|
||||
SUBDIR += py-spdx-lookup
|
||||
SUBDIR += py-tqdm
|
||||
SUBDIR += py-yolk
|
||||
SUBDIR += pylize
|
||||
SUBDIR += pypanda
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mimerl
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= misc
|
||||
PKGNAMEPREFIX= erlang-
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (benoitc-mimerl-1.1.0_GH0.tar.gz) = 1e3d71b9cb87c6af8e1c3a13373398957b4eab0a1c93abe5bdcee80be5d1e018
|
||||
SIZE (benoitc-mimerl-1.1.0_GH0.tar.gz) = 66898
|
||||
SHA256 (benoitc-mimerl-1.1.1_GH0.tar.gz) = 36b21bf63354d571657b7fa84bb6d4f20ec1dbcecd01e44fcefc1c213954a76b
|
||||
SIZE (benoitc-mimerl-1.1.1_GH0.tar.gz) = 66913
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gtk-youtube-viewer
|
||||
PORTVERSION= 3.2.0
|
||||
PORTVERSION= 3.2.1
|
||||
CATEGORIES= multimedia perl5
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (trizen-youtube-viewer-3.2.0_GH0.tar.gz) = f752141dce29dc5ca4cf7f82671a6b4d0348ddda37cb2c2a8fdbbb2972a9ee04
|
||||
SIZE (trizen-youtube-viewer-3.2.0_GH0.tar.gz) = 222493
|
||||
SHA256 (trizen-youtube-viewer-3.2.1_GH0.tar.gz) = 13fc160b30eb35407a531447b5c86dbc2a31e5c4d92c6e50e2cb823fa1119cd8
|
||||
SIZE (trizen-youtube-viewer-3.2.1_GH0.tar.gz) = 223136
|
||||
|
|
|
|||
|
|
@ -5,16 +5,23 @@ PORTNAME= check_smartmon
|
|||
PORTVERSION= 20100318
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://nognu.de/s/FreeBSD/distfiles/
|
||||
MASTER_SITES= http://ftp.bsdserwis.com/pub/FreeBSD/ports/distfiles/
|
||||
PKGNAMEPREFIX= nagios-
|
||||
|
||||
MAINTAINER= ports@bsdserwis.com
|
||||
COMMENT= Nagios plug-in to get status from smartmontools
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools
|
||||
|
||||
USES= python
|
||||
USES= python shebangfix
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= check_smartmon
|
||||
|
||||
PLIST_FILES= libexec/nagios/check_smartmon
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
libexec/nagios/check_smartmon
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= NetAddr-IP
|
||||
PORTVERSION= 4.075
|
||||
PORTVERSION= 4.078
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
@ -11,6 +11,9 @@ MAINTAINER= tobez@FreeBSD.org
|
|||
COMMENT= Work with IPv4 and IPv6 addresses and subnets
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= patch configure
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/NetAddr/IP/Util/Util.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (NetAddr-IP-4.075.tar.gz) = ab8275bb8f306f780cd029a6dc48764461f4d1ef3a106b99fe5a90cbf2968839
|
||||
SIZE (NetAddr-IP-4.075.tar.gz) = 212456
|
||||
SHA256 (NetAddr-IP-4.078.tar.gz) = b9a12294e58dcece0189630ddb6926e37169cbbb24c76091f1e604e426c19614
|
||||
SIZE (NetAddr-IP-4.078.tar.gz) = 213358
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- ./Lite/Util/Makefile.PL.orig 2013-07-10 15:38:50.000000000 +0200
|
||||
+++ ./Lite/Util/Makefile.PL 2013-07-10 15:38:55.000000000 +0200
|
||||
@@ -205,7 +205,7 @@ sub test_cc {
|
||||
return;
|
||||
}
|
||||
|
||||
- my $CC = $ENV{CC} || $Config{ccname};
|
||||
+ my $CC = $ENV{CC} || $Config{cc};
|
||||
my $command = qq|$CC compile.c -o compile.output|;
|
||||
|
||||
print F <<'EOF';
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue