*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-01-02 10:40:19 +01:00
parent efa395475b
commit 5d43e4b8a2
117 changed files with 541 additions and 794 deletions

View file

@ -532,6 +532,7 @@
SUBDIR += opencore-amr
SUBDIR += openspc
SUBDIR += optimfrog
SUBDIR += optimfrog-sse2
SUBDIR += opus
SUBDIR += opus-tools
SUBDIR += opusfile

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libxmp
PORTVERSION= 4.3.9
PORTVERSION= 4.3.10
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (libxmp-4.3.9.tar.gz) = 8acdcc7c4b97558b36279ec26fd03d3c34b4fed20e06a84fa0ce667816c78a95
SIZE (libxmp-4.3.9.tar.gz) = 626624
SHA256 (libxmp-4.3.10.tar.gz) = c11c0bf27f3ba97051cd5e3e04d9b487febdc31cb2ce35e462d71fc580eaa5be
SIZE (libxmp-4.3.10.tar.gz) = 631117

View file

@ -1,6 +1,6 @@
--- ./Makefile.in.orig 2013-04-14 21:18:04.000000000 +0200
+++ ./Makefile.in 2013-04-21 20:29:39.708633804 +0200
@@ -149,8 +149,8 @@
--- Makefile.in.orig 2015-12-31 00:25:51 UTC
+++ Makefile.in
@@ -146,8 +146,8 @@ install: all
@echo "Installing xmp.h..."
@$(INSTALL) -m644 include/xmp.h $(DESTDIR)$(INCLUDEDIR)
@echo "Installing libxmp.pc..."
@ -9,5 +9,5 @@
+ @mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
+ @$(INSTALL) -m644 libxmp.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
depend: test/all_tests.c
depend:
@echo Building dependencies...

View file

@ -0,0 +1,13 @@
# $FreeBSD$
PKGNAMESUFFIX= -sse2
MASTERDIR= ${.CURDIR}/../optimfrog
COMMENT= Best-ratio lossless audio codec (SSE2 required)
INSTALL_CONFLICTS= optimfrog-[0-9]*
ONLY_FOR_ARCHS= i386
OPTIONS_DEFAULT= SSE2
.include "${MASTERDIR}/Makefile"

View file

@ -1,26 +1,44 @@
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= optimfrog
DISTVERSION= 4.520b1
CATEGORIES= audio linux
MASTER_SITES= http://www.losslessaudio.org/DownloadNew/OptimFROG_All_Linux_x86_${DISTVERSION:S/.//}.php?
DISTNAME= OptimFROG_All_Linux_x86_${DISTVERSION:S/.//}
PORTVERSION= 5.003
CATEGORIES= audio
MASTER_SITES= http://losslessaudio.org/Downloads/A1C0/${DISTVERSION:S/.//}/FreeBSD/
DISTNAME= # OptimFROG_FreeBSD_${ARCH}_${DISTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Lossless audio codec
MAINTAINER= matthew@reztek.cz
COMMENT?= Best-ratio lossless audio codec
ONLY_FOR_ARCHS= amd64 i386
LICENSE= OptimFROG
LICENSE_NAME= OptimFROG - License
LICENSE_FILE= ${WRKSRC}/license.html #only available as html file
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
INSTALL_CONFLICTS?= optimfrog-sse2-[0-9]*
ONLY_FOR_ARCHS?= amd64 i386
NO_CDROM= No commercial use
NO_BUILD= yes
USES= zip
USE_LINUX= yes
PLIST_FILES= bin/off bin/ofr bin/ofs
FETCH_ARGS= -o ${DISTDIR}/${DISTFILES}
USE_LDCONFIG= yes
OPTIONS_DEFINE_i386= SSE2
OPTIONS_DEFINE?= #
SSE2_DESCR= Use SSE2 instructions
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
DISTNAME= OptimFROG_FreeBSD_x64_${DISTVERSION:S/.//}
.else # ${ARCH} == "i386"
. if ${PORT_OPTIONS:MSSE2}
DISTNAME= OptimFROG_FreeBSD_x86_SSE2_${DISTVERSION:S/.//}
. else
DISTNAME= OptimFROG_FreeBSD_x86_${DISTVERSION:S/.//}
. endif
.endif
do-install:
@${BRANDELF} -t Linux ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs
@${INSTALL_PROGRAM} ${WRKSRC}/off ${WRKSRC}/ofr ${WRKSRC}/ofs ${STAGEDIR}${PREFIX}/bin/
@(cd ${WRKSRC} && ./install.sh -d ${STAGEDIR})
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,2 +1,6 @@
SHA256 (OptimFROG_All_Linux_x86_4520b1.zip) = 69d2aeb581be15278920576cc35b5398c1d22d79abf017bedc04f8aba295710d
SIZE (OptimFROG_All_Linux_x86_4520b1.zip) = 1171509
SHA256 (OptimFROG_FreeBSD_x64_5003.tar.gz) = 8fdf1c9314be45677b6fba521ead09aa0ff37fc3477076030a7ecb93646025cd
SIZE (OptimFROG_FreeBSD_x64_5003.tar.gz) = 1033888
SHA256 (OptimFROG_FreeBSD_x86_5003.tar.gz) = 94f6afcac8c7e249b4c666a8c69fd2d8acd541a2bb510b5a23326722c278670f
SIZE (OptimFROG_FreeBSD_x86_5003.tar.gz) = 981489
SHA256 (OptimFROG_FreeBSD_x86_SSE2_5003.tar.gz) = 32c8bc83928a5f4bc19b9ad40e65f218fabdcf9d251fa63066bc1077374c13e9
SIZE (OptimFROG_FreeBSD_x86_SSE2_5003.tar.gz) = 987641

11
audio/optimfrog/pkg-plist Normal file
View file

@ -0,0 +1,11 @@
bin/off
bin/ofr
bin/ofr_sfx
bin/ofs
include/OptimFROG/OptimFROG.h
include/OptimFROG/OptimFROGDecoder.h
include/OptimFROG/PortableTypes.h
include/OptimFROG/SystemID.h
lib/libOptimFROG.so
lib/libOptimFROG.so.0
libdata/pkgconfig/optimfrog.pc

View file

@ -6,6 +6,5 @@ MASTERDIR= ${.CURDIR}/../spice-gtk
CONFLICTS= spice-gtk-[0-9]*
SPICE_SLAVE= yes
BROKEN= fails to package
.include "${MASTERDIR}/Makefile"

View file

@ -20,13 +20,13 @@ BUILD_DEPENDS= spice-protocol>=0.12.10:${PORTSDIR}/devel/spice-protocol \
${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:${PORTSDIR}/devel/py-pyparsing
.if defined(SPICE_SLAVE)
PORTREVISION= 1
CATEGORIES+= python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>=0:${PORTSDIR}/x11-toolkits/py-gtk2
CONFIGURE_ARGS+= --with-python
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.a \
%%PYTHON_SITELIBDIR%%/SpiceClientGtk.so
PLIST_FILES+= %%PYTHON_SITELIBDIR%%/SpiceClientGtk.so
USES+= python
.endif

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= csv
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View file

@ -1,2 +1,2 @@
SHA256 (beatrichartz-csv-v1.2.1_GH0.tar.gz) = 2021cac81c8159c90c1494238945924143e42419857815f2d85ff3e41856a823
SIZE (beatrichartz-csv-v1.2.1_GH0.tar.gz) = 13212
SHA256 (beatrichartz-csv-v1.2.2_GH0.tar.gz) = be9c038e78b3f721eea1122c8b76aa931ca471a5751e430a5ae6801e92163f00
SIZE (beatrichartz-csv-v1.2.2_GH0.tar.gz) = 13204

View file

@ -1,12 +1,10 @@
--- mix.exs.orig 2015-10-17 21:00:59 UTC
--- mix.exs.orig 2016-01-02 13:43:14 UTC
+++ mix.exs
@@ -5,8 +5,7 @@ defmodule CSV.Mixfile do
[
@@ -6,7 +6,6 @@ defmodule CSV.Mixfile do
app: :csv,
version: "1.2.1",
- elixir: "~> 1.1.0",
version: "1.2.2",
elixir: "~> 1.1",
- deps: deps,
+ elixir: "~> 1.0",
package: package,
docs: &docs/0,
name: "CSV",

View file

@ -3,21 +3,23 @@
PORTNAME= libxs
PORTVERSION= 1.2.0
PORTREVISION= 5
DISTVERSIONPREFIX= v
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://download.crossroads.io/
MAINTAINER= vg@FreeBSD.org
COMMENT= Open source lightweight messaging layer
BROKEN= unfetchable
LICENSE= GPLv3
GNU_CONFIGURE= yes
USES= compiler:features pathfix pkgconfig libtool
USES= autoreconf compiler:features pathfix pkgconfig libtool
USE_GITHUB= yes
GH_ACCOUNT= crossroads-io
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= DEBUG DOCS PLUGINS ZMQ
EXTERNAL_DESC= PGM extension from ports
INTERNAL_DESC= PGM extension
@ -27,6 +29,8 @@ OPTIONS_RADIO= PGM
OPTIONS_RADIO_PGM= INTERNAL EXTERNAL
OPTIONS_DEFAULT=PLUGINS
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36 && \
@ -84,10 +88,10 @@ PLIST_SUB+= ZMQ="@comment "
pre-configure:
# fix for clang build
@${REINPLACE_CMD} "/^libxs_werror=/ s|yes|no|" \
${WRKSRC}/configure
${WRKSRC}/configure.ac
.if ${PORT_OPTIONS:MEXTERNAL}
${REINPLACE_CMD} "s|openpgm-5.1|openpgm-5.2|g" \
${WRKSRC}/configure
${WRKSRC}/configure.ac
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
SHA256 (libxs-1.2.0.tar.gz) = 525dc999cc6524779bc4eef510e423077b7f7ea491cb3ad6d8056ecaf99ff515
SIZE (libxs-1.2.0.tar.gz) = 1955426
SHA256 (crossroads-io-libxs-v1.2.0_GH0.tar.gz) = 360ad9f746f05136d1b5ba32f421e5bde45098869ee1dc3161af0dacf2119cd9
SIZE (crossroads-io-libxs-v1.2.0_GH0.tar.gz) = 1267266

View file

@ -12,4 +12,4 @@ Crossroads I/O provides a native C API for applications. Support for many
more languages is provided by the community through language bindings which
can be found at the Crossroads website.
WWW: http://www.crossroads.io/
WWW: https://github.com/crossroads-io/libxs

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mercurial
PORTVERSION= 3.6.2
PORTVERSION= 3.6.3
CATEGORIES= devel python
MASTER_SITES= http://mercurial.selenic.com/release/

View file

@ -1,2 +1,2 @@
SHA256 (mercurial-3.6.2.tar.gz) = 09c567049c3e30f791db0cf5937346c7ff3568deadf4eb1d4e2f7c80001cb3d6
SIZE (mercurial-3.6.2.tar.gz) = 4518349
SHA256 (mercurial-3.6.3.tar.gz) = 402731f27256beb9a575a6991ca3d7059976197c905337f4f5729fd940329fa8
SIZE (mercurial-3.6.3.tar.gz) = 4521749

View file

@ -41,7 +41,7 @@ SHEBANG_FILES= acid/transcript \
unix/man/fixurls
USE_PERL5= build
USE_XORG= x11 xt xi xaw
WRKSRC= ${WRKDIR}/plan9
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST= ${WRKDIR}/.PLIST
SUB_FILES= pkg-message
REINPLACE_ARGS= -i "" # necessary since installs via recursive copy

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= robotframework
PORTVERSION= 2.9.2
PORTVERSION= 3.0
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +13,7 @@ COMMENT= Generic test automation framework
LICENSE= APACHE20
NO_ARCH= yes
USES= python:2
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (robotframework-2.9.2.tar.gz) = f98b4b3612f7758c0034ebce1baf6e52114ba4342c7da448c1a110d34484317c
SIZE (robotframework-2.9.2.tar.gz) = 424237
SHA256 (robotframework-3.0.tar.gz) = cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87
SIZE (robotframework-3.0.tar.gz) = 430381

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= idna
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= dns
PKGNAMEPREFIX= erlang-

View file

@ -1,2 +1,2 @@
SHA256 (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = d87d7283245bdc1595ece8e79d7f13076fcbc02be6717319c67a79f0556adee9
SIZE (benoitc-erlang-idna-1.0.2_GH0.tar.gz) = 127989
SHA256 (benoitc-erlang-idna-1.0.3_GH0.tar.gz) = 3ab3da7d5b1aa682597124dd7f9f131bdd41fe49baa0c87d021a7ff893a4b27f
SIZE (benoitc-erlang-idna-1.0.3_GH0.tar.gz) = 180393

View file

@ -3,11 +3,15 @@ lib/erlang/lib/idna-%%VERSION%%/ebin/idna.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/idna_ucs.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data1.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/idna_unicode_data2.beam
lib/erlang/lib/idna-%%VERSION%%/ebin/punycode.beam
lib/erlang/lib/idna-%%VERSION%%/src/idna.app.src
lib/erlang/lib/idna-%%VERSION%%/src/idna.erl
lib/erlang/lib/idna-%%VERSION%%/src/idna_ucs.erl
lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode.erl
lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl
lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data.erl.src
lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data1.erl
lib/erlang/lib/idna-%%VERSION%%/src/idna_unicode_data2.erl
lib/erlang/lib/idna-%%VERSION%%/src/punycode.erl
%%PORTDOCS%%%%DOCSDIR%%/README.md

View file

@ -3,6 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \
http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@ -325,7 +326,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh

View file

@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION}
#PORTREVISION= 1
PORTREVISION= 1
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \
@ -336,7 +336,7 @@ post-extract:
-e d ${WRKSRC}/LICENSE > ${LICENSE_FILE_W3C}
post-patch:
${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '-${AOOSUFFIX}'/" \
${REINPLACE_CMD} -e "/^ICONVERSION/s/=.*/= '${AOOVERSION1}'/" \
${WRKSRC}/sysui/desktop/productversion.mk
${REINPLACE_CMD} -e "s|%%JAVA_HOME%%|${JAVA_HOME}|" \
${WRKSRC}/desktop/scripts/soffice.sh

View file

@ -5,13 +5,11 @@ PORTVERSION= 0.9.33.2
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= emulators games
MASTER_SITES= SF/${PORTNAME}/Mednafen/${PORTVERSION}
MASTER_SITES= http://mednafen.fobby.net/releases/files/
MAINTAINER= acm@FreeBSD.org
COMMENT= Portable multi-system emulator
BROKEN= unfetchable
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qmc2
PORTVERSION= 0.58
PORTVERSION= 0.59
CATEGORIES= emulators
MASTER_SITES= SF

View file

@ -1,2 +1,2 @@
SHA256 (qmc2-0.58.tar.bz2) = 1c3d60096f2635eb653cb59d5b6ef8c946fbf7e7d1662a0c68e79617044c02c3
SIZE (qmc2-0.58.tar.bz2) = 13430499
SHA256 (qmc2-0.59.tar.bz2) = 16ac5c51e3c6c5b3b2b1663f13a82b45eb4375591c8c8f78fc1563f0d277d470
SIZE (qmc2-0.59.tar.bz2) = 13483631

View file

@ -1,6 +1,6 @@
# $FreeBSD$
all:
${MAKE} -C qmc2 DISTCFG=1
${MAKE} -C qmc2 arcade DISTCFG=1
${MAKE} -C qmc2 qchdman DISTCFG=1
${MAKE} -C qmc2 DISTCFG=1 SDL=1
${MAKE} -C qmc2 arcade DISTCFG=1 SDL=1
${MAKE} -C qmc2 qchdman DISTCFG=1 SDL=1

View file

@ -35,8 +35,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/activity_red.png
%%DATADIR%%/img/add_to_favorites.png
%%DATADIR%%/img/alien.png
%%DATADIR%%/img/animbase.png
%%DATADIR%%/img/arcadecabinet.png
%%DATADIR%%/img/arcademode.png
%%DATADIR%%/img/archive.png
%%DATADIR%%/img/back.png
%%DATADIR%%/img/broom.png
%%DATADIR%%/img/browser.png
@ -56,8 +58,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/circles/activity_red.png
%%DATADIR%%/img/circles/add_to_favorites.png
%%DATADIR%%/img/circles/alien.png
%%DATADIR%%/img/circles/animbase.png
%%DATADIR%%/img/circles/arcadecabinet.png
%%DATADIR%%/img/circles/arcademode.png
%%DATADIR%%/img/circles/archive.png
%%DATADIR%%/img/circles/back.png
%%DATADIR%%/img/circles/broom.png
%%DATADIR%%/img/circles/browser.png
@ -357,8 +361,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/classic/activity_red.png
%%DATADIR%%/img/classic/add_to_favorites.png
%%DATADIR%%/img/classic/alien.png
%%DATADIR%%/img/classic/animbase.png
%%DATADIR%%/img/classic/arcadecabinet.png
%%DATADIR%%/img/classic/arcademode.png
%%DATADIR%%/img/classic/archive.png
%%DATADIR%%/img/classic/back.png
%%DATADIR%%/img/classic/broom.png
%%DATADIR%%/img/classic/browser.png
@ -677,8 +683,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/crazy-black/activity_red.png
%%DATADIR%%/img/crazy-black/add_to_favorites.png
%%DATADIR%%/img/crazy-black/alien.png
%%DATADIR%%/img/crazy-black/animbase.png
%%DATADIR%%/img/crazy-black/arcadecabinet.png
%%DATADIR%%/img/crazy-black/arcademode.png
%%DATADIR%%/img/crazy-black/archive.png
%%DATADIR%%/img/crazy-black/back.png
%%DATADIR%%/img/crazy-black/broom.png
%%DATADIR%%/img/crazy-black/browser.png
@ -977,8 +985,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/crazy/activity_red.png
%%DATADIR%%/img/crazy/add_to_favorites.png
%%DATADIR%%/img/crazy/alien.png
%%DATADIR%%/img/crazy/animbase.png
%%DATADIR%%/img/crazy/arcadecabinet.png
%%DATADIR%%/img/crazy/arcademode.png
%%DATADIR%%/img/crazy/archive.png
%%DATADIR%%/img/crazy/back.png
%%DATADIR%%/img/crazy/broom.png
%%DATADIR%%/img/crazy/browser.png
@ -1277,8 +1287,10 @@ bin/qmc2-sdlmame
%%DATADIR%%/img/cubes/activity_red.png
%%DATADIR%%/img/cubes/add_to_favorites.png
%%DATADIR%%/img/cubes/alien.png
%%DATADIR%%/img/cubes/animbase.png
%%DATADIR%%/img/cubes/arcadecabinet.png
%%DATADIR%%/img/cubes/arcademode.png
%%DATADIR%%/img/cubes/archive.png
%%DATADIR%%/img/cubes/back.png
%%DATADIR%%/img/cubes/broom.png
%%DATADIR%%/img/cubes/browser.png

View file

@ -5,13 +5,11 @@ PORTNAME= arkanoidsb
PORTVERSION= 1.3.2.10
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.wegroup.org/downloads/
MASTER_SITES= http://www.tinyorange.com/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Arkanoid and space game
BROKEN= unfetchable
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= tar:bzip2

View file

@ -5,13 +5,11 @@ PORTNAME= circuslinux
PORTVERSION= 1.0.3
PORTREVISION= 14
CATEGORIES= games
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/
MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/circus-linux/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari"
BROKEN= unfetchable
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.txt

View file

@ -5,15 +5,14 @@ PORTNAME= crossfire
PORTVERSION= 1.70.0
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-server/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-maps/${PORTVERSION}:maps
PKGNAMESUFFIX= -server
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.maps${EXTRACT_SUFX}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.maps${EXTRACT_SUFX}:maps
MAINTAINER= ports@FreeBSD.org
COMMENT= Server for multiplayer graphical arcade and adventure game
BROKEN= unfetchable
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
@ -23,13 +22,12 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= gmake libtool perl5 python uidfix
USES= gmake libtool localbase perl5 python uidfix
USE_SQLITE= 3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --with-check=no --localstatedir=/var/games
CONFIGURE_SHELL=${LOCALBASE}/bin/bash
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
REINPLACE_ARGS= -i ""
INSTALL_TARGET= install-strip
PORTDOCS= *
@ -44,8 +42,6 @@ DOC_FILES2= PlayerStats README RunTimeCommands SurvivalGuide *.doc *.ps \
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-patch:
@${FIND} ${WRKSRC} -name 'Makefile.in'| ${XARGS} ${REINPLACE_CMD} -e \
's|-ldl||g'
@ -65,15 +61,8 @@ post-install:
's|#!/usr/bin/perl|#!${LOCALBASE}/bin/perl|g' {} \;
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
${STAGEDIR}${PREFIX}/bin/crossloop.web
@${FIND} ${STAGEDIR}${PREFIX} -name "*.bak" -delete
@${CHMOD} 775 ${STAGEDIR}/var/games/crossfire
@${CHMOD} 664 ${STAGEDIR}/var/games/crossfire/*
.for d in account datafiles maps players template-maps unique-items
@${CHMOD} 774 ${STAGEDIR}/var/games/crossfire/${d}
.endfor
.if ${PORT_OPTIONS:MDOCS}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
@${FIND} ${WRKSRC}/doc -name 'Makefile*' -delete
@ -81,6 +70,5 @@ post-install:
@(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DOCSDIR2})
.endfor
${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
.endif
.include <bsd.port.mk>

View file

@ -1,9 +1,5 @@
bin/crossfire-config
@group games
@mode 2755
bin/crossfire-server
@mode
@group
@(,games,2755) bin/crossfire-server
bin/crossloop
bin/crossloop.pl
bin/crossloop.web
@ -4150,392 +4146,15 @@ man/man6/crossloop.web.6.gz
%%DATADIR%%/wizhelp/wizcast
%%DATADIR%%/wizhelp/wizhelp
%%DATADIR%%/wizhelp/wizpass
/var/games/crossfire/banish_file
/var/games/crossfire/bookarch
/var/games/crossfire/clockdata
/var/games/crossfire/highscore
/var/games/crossfire/temp.maps
@unexec rmdir "/var/games/crossfire/unique-items" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire/template-maps" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire/players" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire/maps" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire/datafiles" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire/account" >/dev/null 2>&1 || :
@unexec rmdir "/var/games/crossfire" >/dev/null 2>&1 || :
@dirrmtry %%DATADIR%%/wizhelp
@dirrm %%DATADIR%%/maps/world
@dirrm %%DATADIR%%/maps/wolfsburg/volcano
@dirrm %%DATADIR%%/maps/wolfsburg/tt
@dirrm %%DATADIR%%/maps/wolfsburg/temple
@dirrm %%DATADIR%%/maps/wolfsburg/taverns
@dirrm %%DATADIR%%/maps/wolfsburg/shops
@dirrm %%DATADIR%%/maps/wolfsburg/magara/tower2
@dirrm %%DATADIR%%/maps/wolfsburg/magara/tower1
@dirrm %%DATADIR%%/maps/wolfsburg/magara/cellar1
@dirrm %%DATADIR%%/maps/wolfsburg/magara/castle
@dirrm %%DATADIR%%/maps/wolfsburg/magara
@dirrm %%DATADIR%%/maps/wolfsburg/guilds/damned_heretics
@dirrm %%DATADIR%%/maps/wolfsburg/guilds
@dirrm %%DATADIR%%/maps/wolfsburg/eeur
@dirrm %%DATADIR%%/maps/wolfsburg/dungeons
@dirrm %%DATADIR%%/maps/wolfsburg/apartments/pet-apartment
@dirrm %%DATADIR%%/maps/wolfsburg/apartments
@dirrm %%DATADIR%%/maps/wolfsburg
@dirrm %%DATADIR%%/maps/whalingoutpost/underwaterdungeon
@dirrm %%DATADIR%%/maps/whalingoutpost/taverns
@dirrm %%DATADIR%%/maps/whalingoutpost/misc
@dirrm %%DATADIR%%/maps/whalingoutpost/houses
@dirrm %%DATADIR%%/maps/whalingoutpost
@dirrm %%DATADIR%%/maps/unlinked/zornstuff
@dirrm %%DATADIR%%/maps/unlinked/kbulgrien
@dirrm %%DATADIR%%/maps/unlinked/kandora/elcyon
@dirrm %%DATADIR%%/maps/unlinked/kandora/circus
@dirrm %%DATADIR%%/maps/unlinked/kandora/cave
@dirrm %%DATADIR%%/maps/unlinked/kandora
@dirrm %%DATADIR%%/maps/unlinked/forgotten_town/shops
@dirrm %%DATADIR%%/maps/unlinked/forgotten_town/quests
@dirrm %%DATADIR%%/maps/unlinked/forgotten_town
@dirrm %%DATADIR%%/maps/unlinked/casino
@dirrm %%DATADIR%%/maps/unlinked/academy.crap
@dirrm %%DATADIR%%/maps/unlinked/Greyshield
@dirrm %%DATADIR%%/maps/unlinked
@dirrm %%DATADIR%%/maps/under_world
@dirrm %%DATADIR%%/maps/test/quest_handling
@dirrm %%DATADIR%%/maps/test/newmaps/madness_maze/scripts
@dirrm %%DATADIR%%/maps/test/newmaps/madness_maze
@dirrm %%DATADIR%%/maps/test/newmaps
@dirrm %%DATADIR%%/maps/test/anthony
@dirrm %%DATADIR%%/maps/test
@dirrm %%DATADIR%%/maps/templates/keep
@dirrm %%DATADIR%%/maps/templates/guild
@dirrm %%DATADIR%%/maps/templates/bungalo
@dirrm %%DATADIR%%/maps/templates
@dirrm %%DATADIR%%/maps/teamarena
@dirrm %%DATADIR%%/maps/styles/wallstyles
@dirrm %%DATADIR%%/maps/styles/treasurestyles
@dirrm %%DATADIR%%/maps/styles/trapstyles
@dirrm %%DATADIR%%/maps/styles/specialmaps
@dirrm %%DATADIR%%/maps/styles/monsterstyles/wyvern
@dirrm %%DATADIR%%/maps/styles/monsterstyles/vegetable
@dirrm %%DATADIR%%/maps/styles/monsterstyles/undead_quest
@dirrm %%DATADIR%%/maps/styles/monsterstyles/undead
@dirrm %%DATADIR%%/maps/styles/monsterstyles/sylvan
@dirrm %%DATADIR%%/maps/styles/monsterstyles/subterranean
@dirrm %%DATADIR%%/maps/styles/monsterstyles/orc
@dirrm %%DATADIR%%/maps/styles/monsterstyles/nethack
@dirrm %%DATADIR%%/maps/styles/monsterstyles/insect
@dirrm %%DATADIR%%/maps/styles/monsterstyles/imp
@dirrm %%DATADIR%%/maps/styles/monsterstyles/humanoid
@dirrm %%DATADIR%%/maps/styles/monsterstyles/dwarf
@dirrm %%DATADIR%%/maps/styles/monsterstyles/dragon
@dirrm %%DATADIR%%/maps/styles/monsterstyles/demon
@dirrm %%DATADIR%%/maps/styles/monsterstyles/city
@dirrm %%DATADIR%%/maps/styles/monsterstyles/chaos
@dirrm %%DATADIR%%/maps/styles/monsterstyles/animal
@dirrm %%DATADIR%%/maps/styles/monsterstyles/angel
@dirrm %%DATADIR%%/maps/styles/monsterstyles
@dirrm %%DATADIR%%/maps/styles/misc
@dirrm %%DATADIR%%/maps/styles/floorstyles
@dirrm %%DATADIR%%/maps/styles/exitstyles/up
@dirrm %%DATADIR%%/maps/styles/exitstyles/generic
@dirrm %%DATADIR%%/maps/styles/exitstyles/down
@dirrm %%DATADIR%%/maps/styles/exitstyles
@dirrm %%DATADIR%%/maps/styles/doorstyles/vdoors
@dirrm %%DATADIR%%/maps/styles/doorstyles/special
@dirrm %%DATADIR%%/maps/styles/doorstyles/secret_vdoors
@dirrm %%DATADIR%%/maps/styles/doorstyles/secret_hdoors
@dirrm %%DATADIR%%/maps/styles/doorstyles/hdoors
@dirrm %%DATADIR%%/maps/styles/doorstyles
@dirrm %%DATADIR%%/maps/styles/decorstyles
@dirrm %%DATADIR%%/maps/styles
@dirrm %%DATADIR%%/maps/start/HallsOfSelection
@dirrm %%DATADIR%%/maps/start
@dirrm %%DATADIR%%/maps/sisters
@dirrm %%DATADIR%%/maps/scorn/towers
@dirrm %%DATADIR%%/maps/scorn/temples
@dirrm %%DATADIR%%/maps/scorn/taverns
@dirrm %%DATADIR%%/maps/scorn/shops
@dirrm %%DATADIR%%/maps/scorn/peterm
@dirrm %%DATADIR%%/maps/scorn/oldcity
@dirrm %%DATADIR%%/maps/scorn/misc/battle_arena
@dirrm %%DATADIR%%/maps/scorn/misc
@dirrm %%DATADIR%%/maps/scorn/mansion
@dirrm %%DATADIR%%/maps/scorn/magara
@dirrm %%DATADIR%%/maps/scorn/kar
@dirrm %%DATADIR%%/maps/scorn/houses
@dirrm %%DATADIR%%/maps/scorn/guilds/mailed_fist
@dirrm %%DATADIR%%/maps/scorn/guilds
@dirrm %%DATADIR%%/maps/scorn/dtabb
@dirrm %%DATADIR%%/maps/scorn/apartment
@dirrm %%DATADIR%%/maps/scorn/anthony
@dirrm %%DATADIR%%/maps/scorn
@dirrm %%DATADIR%%/maps/santo_dominion/temple_naive
@dirrm %%DATADIR%%/maps/santo_dominion/shops
@dirrm %%DATADIR%%/maps/santo_dominion/shaft
@dirrm %%DATADIR%%/maps/santo_dominion/mudman
@dirrm %%DATADIR%%/maps/santo_dominion/magara/well
@dirrm %%DATADIR%%/maps/santo_dominion/magara/south_lighthouse
@dirrm %%DATADIR%%/maps/santo_dominion/magara/north_lighthouse
@dirrm %%DATADIR%%/maps/santo_dominion/magara/hut
@dirrm %%DATADIR%%/maps/santo_dominion/magara
@dirrm %%DATADIR%%/maps/santo_dominion/lord_byron
@dirrm %%DATADIR%%/maps/santo_dominion/houses
@dirrm %%DATADIR%%/maps/santo_dominion/guilds/drunken_barbarian
@dirrm %%DATADIR%%/maps/santo_dominion/guilds
@dirrm %%DATADIR%%/maps/santo_dominion/espen
@dirrm %%DATADIR%%/maps/santo_dominion/eeur
@dirrm %%DATADIR%%/maps/santo_dominion
@dirrm %%DATADIR%%/maps/quests/todd/aljwaf
@dirrm %%DATADIR%%/maps/quests/todd
@dirrm %%DATADIR%%/maps/quests/skud
@dirrm %%DATADIR%%/maps/quests/saromok
@dirrm %%DATADIR%%/maps/quests/peterm/temple
@dirrm %%DATADIR%%/maps/quests/peterm/quests
@dirrm %%DATADIR%%/maps/quests/peterm/FireTemple
@dirrm %%DATADIR%%/maps/quests/peterm/DragonQuest
@dirrm %%DATADIR%%/maps/quests/peterm/Demonology
@dirrm %%DATADIR%%/maps/quests/peterm/CTower
@dirrm %%DATADIR%%/maps/quests/peterm
@dirrm %%DATADIR%%/maps/quests/mcz
@dirrm %%DATADIR%%/maps/quests/mak/unnatural
@dirrm %%DATADIR%%/maps/quests/mak/undead
@dirrm %%DATADIR%%/maps/quests/mak/troll_cave
@dirrm %%DATADIR%%/maps/quests/mak/mansion
@dirrm %%DATADIR%%/maps/quests/mak/giant
@dirrm %%DATADIR%%/maps/quests/mak/dragons
@dirrm %%DATADIR%%/maps/quests/mak/chaos
@dirrm %%DATADIR%%/maps/quests/mak
@dirrm %%DATADIR%%/maps/quests/hendel
@dirrm %%DATADIR%%/maps/quests/greyshield
@dirrm %%DATADIR%%/maps/quests/cd
@dirrm %%DATADIR%%/maps/quests
@dirrm %%DATADIR%%/maps/python/tod
@dirrm %%DATADIR%%/maps/python/start
@dirrm %%DATADIR%%/maps/python/quests
@dirrm %%DATADIR%%/maps/python/pshop
@dirrm %%DATADIR%%/maps/python/monsters
@dirrm %%DATADIR%%/maps/python/misc
@dirrm %%DATADIR%%/maps/python/maps/witherspoon_manor
@dirrm %%DATADIR%%/maps/python/maps/scorn/towers/mad_mage
@dirrm %%DATADIR%%/maps/python/maps/scorn/towers
@dirrm %%DATADIR%%/maps/python/maps/scorn
@dirrm %%DATADIR%%/maps/python/maps/navar_city
@dirrm %%DATADIR%%/maps/python/maps/darcap
@dirrm %%DATADIR%%/maps/python/maps
@dirrm %%DATADIR%%/maps/python/items
@dirrm %%DATADIR%%/maps/python/guilds
@dirrm %%DATADIR%%/maps/python/gods
@dirrm %%DATADIR%%/maps/python/events/remove
@dirrm %%DATADIR%%/maps/python/events/muzzle
@dirrm %%DATADIR%%/maps/python/events/login
@dirrm %%DATADIR%%/maps/python/events/kick
@dirrm %%DATADIR%%/maps/python/events/init
@dirrm %%DATADIR%%/maps/python/events/death
@dirrm %%DATADIR%%/maps/python/events/clock
@dirrm %%DATADIR%%/maps/python/events/born
@dirrm %%DATADIR%%/maps/python/events
@dirrm %%DATADIR%%/maps/python/dialog/pre
@dirrm %%DATADIR%%/maps/python/dialog/post
@dirrm %%DATADIR%%/maps/python/dialog
@dirrm %%DATADIR%%/maps/python/commands
@dirrm %%DATADIR%%/maps/python/casino
@dirrm %%DATADIR%%/maps/python/IPO
@dirrm %%DATADIR%%/maps/python
@dirrm %%DATADIR%%/maps/pup_land/s_f
@dirrm %%DATADIR%%/maps/pup_land/ruin_barbarian
@dirrm %%DATADIR%%/maps/pup_land/rainbow/red_town
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv7
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv6
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv5
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv4
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv3
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv2
@dirrm %%DATADIR%%/maps/pup_land/rainbow/Lv1
@dirrm %%DATADIR%%/maps/pup_land/rainbow
@dirrm %%DATADIR%%/maps/pup_land/raffle
@dirrm %%DATADIR%%/maps/pup_land/pplant
@dirrm %%DATADIR%%/maps/pup_land/ordeal
@dirrm %%DATADIR%%/maps/pup_land/nurnberg/reception
@dirrm %%DATADIR%%/maps/pup_land/nurnberg/dragonhangar
@dirrm %%DATADIR%%/maps/pup_land/nurnberg/dick
@dirrm %%DATADIR%%/maps/pup_land/nurnberg/castle_bauer
@dirrm %%DATADIR%%/maps/pup_land/nurnberg/apartment
@dirrm %%DATADIR%%/maps/pup_land/nurnberg
@dirrm %%DATADIR%%/maps/pup_land/lone_town/shops
@dirrm %%DATADIR%%/maps/pup_land/lone_town/dragonhangar
@dirrm %%DATADIR%%/maps/pup_land/lone_town/cave
@dirrm %%DATADIR%%/maps/pup_land/lone_town/apartment
@dirrm %%DATADIR%%/maps/pup_land/lone_town
@dirrm %%DATADIR%%/maps/pup_land/kurte
@dirrm %%DATADIR%%/maps/pup_land/jk
@dirrm %%DATADIR%%/maps/pup_land/guilds/purple_butterfly
@dirrm %%DATADIR%%/maps/pup_land/guilds/laughing_skull
@dirrm %%DATADIR%%/maps/pup_land/guilds
@dirrm %%DATADIR%%/maps/pup_land/cave_weapon
@dirrm %%DATADIR%%/maps/pup_land/castle_eureca
@dirrm %%DATADIR%%/maps/pup_land/begin
@dirrm %%DATADIR%%/maps/pup_land/ancient/volcano
@dirrm %%DATADIR%%/maps/pup_land/ancient/village/siegfried
@dirrm %%DATADIR%%/maps/pup_land/ancient/village/hole
@dirrm %%DATADIR%%/maps/pup_land/ancient/village
@dirrm %%DATADIR%%/maps/pup_land/ancient/ruin
@dirrm %%DATADIR%%/maps/pup_land/ancient/mountain
@dirrm %%DATADIR%%/maps/pup_land/ancient/kurte
@dirrm %%DATADIR%%/maps/pup_land/ancient/castle
@dirrm %%DATADIR%%/maps/pup_land/ancient
@dirrm %%DATADIR%%/maps/pup_land
@dirrm %%DATADIR%%/maps/port_joseph/town
@dirrm %%DATADIR%%/maps/port_joseph/pirates
@dirrm %%DATADIR%%/maps/port_joseph/goblin
@dirrm %%DATADIR%%/maps/port_joseph
@dirrm %%DATADIR%%/maps/planes
@dirrm %%DATADIR%%/maps/navar_city/troll_canyon
@dirrm %%DATADIR%%/maps/navar_city/tower
@dirrm %%DATADIR%%/maps/navar_city/temples
@dirrm %%DATADIR%%/maps/navar_city/smugglers_cove
@dirrm %%DATADIR%%/maps/navar_city/slums
@dirrm %%DATADIR%%/maps/navar_city/mlab
@dirrm %%DATADIR%%/maps/navar_city/misc
@dirrm %%DATADIR%%/maps/navar_city/magara/houses
@dirrm %%DATADIR%%/maps/navar_city/magara
@dirrm %%DATADIR%%/maps/navar_city/light
@dirrm %%DATADIR%%/maps/navar_city/jail
@dirrm %%DATADIR%%/maps/navar_city/illusion
@dirrm %%DATADIR%%/maps/navar_city/dreaming_sage
@dirrm %%DATADIR%%/maps/navar_city/dragon_hangar
@dirrm %%DATADIR%%/maps/navar_city/casino_infernal
@dirrm %%DATADIR%%/maps/navar_city/apartments
@dirrm %%DATADIR%%/maps/navar_city
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/villa
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/temples
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/shops
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/misc
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/keep
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/cdcspire
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/cdccastlekeep
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/cdcbigstore
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/castle
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/bank
@dirrm %%DATADIR%%/maps/mlab/citydeclouds/apartment
@dirrm %%DATADIR%%/maps/mlab/citydeclouds
@dirrm %%DATADIR%%/maps/mlab
@dirrm %%DATADIR%%/maps/marksel
@dirrm %%DATADIR%%/maps/lake_country/snake_pit
@dirrm %%DATADIR%%/maps/lake_country/small_buildings
@dirrm %%DATADIR%%/maps/lake_country/shops
@dirrm %%DATADIR%%/maps/lake_country/marsh
@dirrm %%DATADIR%%/maps/lake_country/elven_moon
@dirrm %%DATADIR%%/maps/lake_country/ebony
@dirrm %%DATADIR%%/maps/lake_country/dragon_hangar
@dirrm %%DATADIR%%/maps/lake_country/Sunset_Lake
@dirrm %%DATADIR%%/maps/lake_country/RETower
@dirrm %%DATADIR%%/maps/lake_country/Mwizard
@dirrm %%DATADIR%%/maps/lake_country/Butakis/mockers
@dirrm %%DATADIR%%/maps/lake_country/Butakis/houses
@dirrm %%DATADIR%%/maps/lake_country/Butakis
@dirrm %%DATADIR%%/maps/lake_country
@dirrm %%DATADIR%%/maps/inn_and_outpost
@dirrm %%DATADIR%%/maps/euthville/green_goblin
@dirrm %%DATADIR%%/maps/euthville
@dirrm %%DATADIR%%/maps/editor/walls
@dirrm %%DATADIR%%/maps/editor/scripts
@dirrm %%DATADIR%%/maps/editor/pickmaps
@dirrm %%DATADIR%%/maps/editor
@dirrm %%DATADIR%%/maps/dungeons/train
@dirrm %%DATADIR%%/maps/dungeons/monkey_temple
@dirrm %%DATADIR%%/maps/dungeons/hut
@dirrm %%DATADIR%%/maps/dungeons/grukks
@dirrm %%DATADIR%%/maps/dungeons
@dirrm %%DATADIR%%/maps/dragonisland
@dirrm %%DATADIR%%/maps/darcap/undead
@dirrm %%DATADIR%%/maps/darcap/town2
@dirrm %%DATADIR%%/maps/darcap/temple_justice
@dirrm %%DATADIR%%/maps/darcap/raffle
@dirrm %%DATADIR%%/maps/darcap/quest
@dirrm %%DATADIR%%/maps/darcap/pygmy_forest
@dirrm %%DATADIR%%/maps/darcap/lynn
@dirrm %%DATADIR%%/maps/darcap/darcap/guilds/smoking_cauldron
@dirrm %%DATADIR%%/maps/darcap/darcap/guilds/poisoned_dagger
@dirrm %%DATADIR%%/maps/darcap/darcap/guilds
@dirrm %%DATADIR%%/maps/darcap/darcap/circus
@dirrm %%DATADIR%%/maps/darcap/darcap
@dirrm %%DATADIR%%/maps/darcap/cave
@dirrm %%DATADIR%%/maps/darcap/castle
@dirrm %%DATADIR%%/maps/darcap
@dirrm %%DATADIR%%/maps/brest/zorn
@dirrm %%DATADIR%%/maps/brest/temples
@dirrm %%DATADIR%%/maps/brest/taverns
@dirrm %%DATADIR%%/maps/brest/sow
@dirrm %%DATADIR%%/maps/brest/shops
@dirrm %%DATADIR%%/maps/brest/pshops/pshop9
@dirrm %%DATADIR%%/maps/brest/pshops/pshop8
@dirrm %%DATADIR%%/maps/brest/pshops/pshop7
@dirrm %%DATADIR%%/maps/brest/pshops/pshop6
@dirrm %%DATADIR%%/maps/brest/pshops/pshop5
@dirrm %%DATADIR%%/maps/brest/pshops/pshop4
@dirrm %%DATADIR%%/maps/brest/pshops/pshop3
@dirrm %%DATADIR%%/maps/brest/pshops/pshop27
@dirrm %%DATADIR%%/maps/brest/pshops/pshop26
@dirrm %%DATADIR%%/maps/brest/pshops/pshop25
@dirrm %%DATADIR%%/maps/brest/pshops/pshop24
@dirrm %%DATADIR%%/maps/brest/pshops/pshop23
@dirrm %%DATADIR%%/maps/brest/pshops/pshop22
@dirrm %%DATADIR%%/maps/brest/pshops/pshop21
@dirrm %%DATADIR%%/maps/brest/pshops/pshop20
@dirrm %%DATADIR%%/maps/brest/pshops/pshop2
@dirrm %%DATADIR%%/maps/brest/pshops/pshop19
@dirrm %%DATADIR%%/maps/brest/pshops/pshop18
@dirrm %%DATADIR%%/maps/brest/pshops/pshop17
@dirrm %%DATADIR%%/maps/brest/pshops/pshop16
@dirrm %%DATADIR%%/maps/brest/pshops/pshop15
@dirrm %%DATADIR%%/maps/brest/pshops/pshop14
@dirrm %%DATADIR%%/maps/brest/pshops/pshop13
@dirrm %%DATADIR%%/maps/brest/pshops/pshop12
@dirrm %%DATADIR%%/maps/brest/pshops/pshop11
@dirrm %%DATADIR%%/maps/brest/pshops/pshop10
@dirrm %%DATADIR%%/maps/brest/pshops/pshop1
@dirrm %%DATADIR%%/maps/brest/pshops
@dirrm %%DATADIR%%/maps/brest/privateshops
@dirrm %%DATADIR%%/maps/brest/brittany
@dirrm %%DATADIR%%/maps/brest/black_shield
@dirrm %%DATADIR%%/maps/brest/asyvan
@dirrm %%DATADIR%%/maps/brest/apartments
@dirrm %%DATADIR%%/maps/brest/Castle
@dirrm %%DATADIR%%/maps/brest
@dirrm %%DATADIR%%/maps/azumauindo/zaseki_dzuki_ryoku
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/towers
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/tou
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/temples
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/shops
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/nenshou_youso
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/gates
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/buildings
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi/apartments
@dirrm %%DATADIR%%/maps/azumauindo/suno-yamatoshi
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi/towers
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi/temples
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi/shops
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi/gates
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi/apartments
@dirrm %%DATADIR%%/maps/azumauindo/ranbounagisatoshi
@dirrm %%DATADIR%%/maps/azumauindo/misc
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi/temples
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi/stores
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi/ketsueki_itsuryuu
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi/gates
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi/buildings
@dirrm %%DATADIR%%/maps/azumauindo/minatomachi
@dirrm %%DATADIR%%/maps/azumauindo
@dirrm %%DATADIR%%/maps/animations/maps/navar_city
@dirrm %%DATADIR%%/maps/animations/maps
@dirrm %%DATADIR%%/maps/animations
@dirrm %%DATADIR%%/maps/Info
@dirrm %%DATADIR%%/maps
@dirrm %%DATADIR%%/i18n
@dirrm %%DATADIR%%/help
@dirrm %%DATADIR%%/adm
@dirrm %%DATADIR%%
@dirrm libexec/crossfire
@dirrm lib/crossfire/plugins
@dirrm lib/crossfire
@dirrm %%ETCDIR%%
@(,,664) /var/games/crossfire/banish_file
@(,,664) /var/games/crossfire/bookarch
@(,,664) /var/games/crossfire/clockdata
@(,,664) /var/games/crossfire/highscore
@(,,664) /var/games/crossfire/temp.maps
@dir(,,774) /var/games/crossfire/unique-items
@dir(,,774) /var/games/crossfire/template-maps
@dir(,,774) /var/games/crossfire/players
@dir(,,774) /var/games/crossfire/maps
@dir(,,774) /var/games/crossfire/datafiles
@dir(,,774) /var/games/crossfire/account
@dir(,,775) /var/games/crossfire

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= doomsday
PORTVERSION= 1.15.6
PORTVERSION= 1.15.7
CATEGORIES= games
MASTER_SITES= SF/deng/Doomsday%20Engine/${PORTVERSION}
DISTNAME= ${PORTNAME}-stable-${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (doomsday-stable-1.15.6.tar.gz) = b02a6c5495191f6d9ab0ae18a1266049847592015797ab3b2975183afd5963c5
SIZE (doomsday-stable-1.15.6.tar.gz) = 52053145
SHA256 (doomsday-stable-1.15.7.tar.gz) = 9d833e458e72df7723b7a1b209cc53dc868d070ce7912a53c8c7887b1df933f3
SIZE (doomsday-stable-1.15.7.tar.gz) = 52055761

View file

@ -11,11 +11,11 @@ lib/doomsday/libdehread.so.2.0.0
lib/doomsday/libdoom.so
lib/doomsday/libdoom.so.1
lib/doomsday/libdoom.so.1.15
lib/doomsday/libdoom.so.1.15.6
lib/doomsday/libdoom.so.1.15.7
lib/doomsday/libdoom64.so
lib/doomsday/libdoom64.so.1
lib/doomsday/libdoom64.so.1.15
lib/doomsday/libdoom64.so.1.15.6
lib/doomsday/libdoom64.so.1.15.7
lib/doomsday/libexample.so
lib/doomsday/libexample.so.1
lib/doomsday/libexample.so.1.2
@ -23,11 +23,11 @@ lib/doomsday/libexample.so.1.2.0
lib/doomsday/libheretic.so
lib/doomsday/libheretic.so.1
lib/doomsday/libheretic.so.1.15
lib/doomsday/libheretic.so.1.15.6
lib/doomsday/libheretic.so.1.15.7
lib/doomsday/libhexen.so
lib/doomsday/libhexen.so.1
lib/doomsday/libhexen.so.1.15
lib/doomsday/libhexen.so.1.15.6
lib/doomsday/libhexen.so.1.15.7
lib/doomsday/libidtech1converter.so
lib/doomsday/libidtech1converter.so.1
lib/doomsday/libidtech1converter.so.1.0
@ -39,7 +39,7 @@ lib/doomsday/libsavegameconverter.so.1.0.0
lib/libdeng_appfw.so
lib/libdeng_appfw.so.1
lib/libdeng_appfw.so.1.15
lib/libdeng_appfw.so.1.15.6
lib/libdeng_appfw.so.1.15.7
lib/libdeng_core.so
lib/libdeng_core.so.2
lib/libdeng_core.so.2.0
@ -47,19 +47,19 @@ lib/libdeng_core.so.2.0.0
lib/libdeng_doomsday.so
lib/libdeng_doomsday.so.1
lib/libdeng_doomsday.so.1.15
lib/libdeng_doomsday.so.1.15.6
lib/libdeng_doomsday.so.1.15.7
lib/libdeng_gui.so
lib/libdeng_gui.so.1
lib/libdeng_gui.so.1.15
lib/libdeng_gui.so.1.15.6
lib/libdeng_gui.so.1.15.7
lib/libdeng_legacy.so
lib/libdeng_legacy.so.1
lib/libdeng_legacy.so.1.15
lib/libdeng_legacy.so.1.15.6
lib/libdeng_legacy.so.1.15.7
lib/libdeng_shell.so
lib/libdeng_shell.so.1
lib/libdeng_shell.so.1.15
lib/libdeng_shell.so.1.15.6
lib/libdeng_shell.so.1.15.7
man/man6/doomsday-server.6.gz
man/man6/doomsday.6.gz
%%DATADIR%%/data/doomsday.pk3

View file

@ -12,15 +12,14 @@ COMMENT= X11 shoot-'em up which requires some lateral thinking
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= gmake tar:bzip2
USES= gmake localbase tar:bzip2
USE_GL= glut
MAKE_ARGS= CC="${CC}" CPP="${CXX}" CC_FLAGS="${CXXFLAGS}" \
LIB_FLAGS="${LDFLAGS}" GCC="${CC}" CFLAGS="${CFLAGS}"
CFLAGS+= -DINSTALL_DIR=\\\"\${DATADIR}\\\" \
-DSCORES_FILE=\\\"/var/games/nighthawk.scores\\\" \
-I${LOCALBASE}/include
LDFLAGS+= -lm -L${LOCALBASE}/lib -lX11 -lGL -lGLU -lglut
-DSCORES_FILE=\\\"/var/games/nighthawk.scores\\\"
LDFLAGS+= -lm -lX11 -lGL -lGLU -lglut
post-patch:
${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \

View file

@ -1,10 +1,4 @@
@owner root
@group games
@mode 6755
bin/nighthawk
@owner
@group
@mode
@(root,games,6755) bin/nighthawk
man/man6/nighthawk.6.gz
%%DATADIR%%/data/Anoyle/Bridge.f
%%DATADIR%%/data/Anoyle/Bridge.m
@ -206,20 +200,4 @@ man/man6/nighthawk.6.gz
%%DATADIR%%/data/xpm/standard/ship_complete.xpm
%%DATADIR%%/data/xpm/standard/trans_terminated.xpm
%%DATADIR%%/data/xpm/xpm.i
@dirrm %%DATADIR%%/data/xpm/standard
@dirrm %%DATADIR%%/data/xpm/font
@dirrm %%DATADIR%%/data/xpm
@dirrm %%DATADIR%%/data/music
@dirrm %%DATADIR%%/data/Zaxon
@dirrm %%DATADIR%%/data/Tobruk
@dirrm %%DATADIR%%/data/Seafarer
@dirrm %%DATADIR%%/data/Ophukus
@dirrm %%DATADIR%%/data/Mearkat
@dirrm %%DATADIR%%/data/Haldeck
@dirrm %%DATADIR%%/data/Friendship
@dirrm %%DATADIR%%/data/Esperence
@dirrm %%DATADIR%%/data/Discovery
@dirrm %%DATADIR%%/data/Anoyle
@dirrm %%DATADIR%%/data
@dirrm %%DATADIR%%
@unexec if [ ! -s /var/games/nighthawk.scores ]; then rm -f /var/games/nighthawk.scores; fi

View file

@ -1,7 +1,5 @@
@group games
@mode 2755
bin/sxsame
@mode
@(,,2755) bin/sxsame
lib/X11/sxsame/bomb/blun.xpm
lib/X11/sxsame/bomb/blus.xpm
lib/X11/sxsame/bomb/cyan.xpm
@ -28,10 +26,9 @@ lib/X11/sxsame/mono1.same
lib/X11/sxsame/s_marble.bmp
lib/X11/sxsame/samegame.dat
lib/X11/sxsame/snake.bmp
@dirrmtry lib/X11/sxsame/mono1
@dirrmtry lib/X11/sxsame/bomb
@dirrmtry lib/X11/sxsame
@group
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
%%PORTDOCS%%%%DOCSDIR%%/README.jp
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dir(,games,) lib/X11/sxsame/mono1
@dir(,games,) lib/X11/sxsame/bomb
@dir(,games,) lib/X11/sxsame

View file

@ -1,19 +1,9 @@
@mode 2755
@group games
bin/xdigger
@group
@mode
@(,games,2755) bin/xdigger
man/man6/xdigger.6.gz
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%DATADIR%%/diamond.au
%%DATADIR%%/step.au
%%DATADIR%%/stone.au
@mode 644
@group games
%%DATADIR%%/xdigger.hiscore
@group
@mode
@(,games,644) %%DATADIR%%/xdigger.hiscore
%%DATADIR%%/xdigger.level
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%

View file

@ -14,7 +14,7 @@ NO_CDROM= Possible copyright infringement
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= autoreconf gmake ncurses perl5
USES= autoreconf gmake localbase ncurses perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/lib \
@ -23,9 +23,6 @@ MAKE_ENV= VERBOSE=1
MAKEFILE= makefile
ALL_TARGET= default
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
SUB_FILES= pkg-deinstall pkg-message
SUB_LIST= ANGBANDBIN="${ANGBANDBIN}" ANGBANDLIB="${ANGBANDLIB}"

View file

@ -1,15 +1,11 @@
@group games
@owner games
@mode 2555
%%ANGBANDBIN%%
@mode
@(,,2555) %%ANGBANDBIN%%
%%ANGBANDLIB%%/apex/readme.txt
@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true
@unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true
%%ANGBANDLIB%%/apex/z_scores.raw
@exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw
@exec install -d -o games -g games %D/%%ANGBANDLIB%%/bone
@exec install -d -o games -g games -m 775 %D/%%ANGBANDLIB%%/data
%%ANGBANDLIB%%/edit/a_info.txt
%%ANGBANDLIB%%/edit/e_info.txt
%%ANGBANDLIB%%/edit/f_info.txt
@ -81,7 +77,6 @@
%%ANGBANDLIB%%/help/town.txt
%%ANGBANDLIB%%/help/version.txt
%%ANGBANDLIB%%/help/wizard.txt
@exec install -d -o games -g games %D/%%ANGBANDLIB%%/info
%%ANGBANDLIB%%/pref/colors.prf
%%ANGBANDLIB%%/pref/font-ami.prf
%%ANGBANDLIB%%/pref/font-dos.prf
@ -268,38 +263,28 @@
%%ANGBANDLIB%%/xtra/graf/8x13.bmp
%%ANGBANDLIB%%/xtra/graf/8x8.bmp
%%ANGBANDLIB%%/xtra/graf/mask.bmp
@exec install -d -o games -g games %D/%%ANGBANDLIB%%/xtra/help
@exec install -d -o games -g games %D/%%ANGBANDLIB%%/xtra/music
%%ANGBANDLIB%%/xtra/sound/sound.cfg
@dirrm %%ANGBANDLIB%%/xtra/sound
@dirrm %%ANGBANDLIB%%/xtra/music
@dirrm %%ANGBANDLIB%%/xtra/help
@dirrm %%ANGBANDLIB%%/xtra/graf
@dirrm %%ANGBANDLIB%%/xtra/font
@dirrm %%ANGBANDLIB%%/xtra
@mode 1777
@dirrmtry %%ANGBANDLIB%%/user
@mode
@dirrm %%ANGBANDLIB%%/script/tk/library
@dirrm %%ANGBANDLIB%%/script/tk/image
@dirrm %%ANGBANDLIB%%/script/tk/config
@dirrm %%ANGBANDLIB%%/script/tk
@dirrm %%ANGBANDLIB%%/script
@mode 1777
@dirrmtry %%ANGBANDLIB%%/save
@mode
@dirrm %%ANGBANDLIB%%/pref
@dirrm %%ANGBANDLIB%%/info
@dirrm %%ANGBANDLIB%%/help
@dirrm %%ANGBANDLIB%%/file
@dirrm %%ANGBANDLIB%%/edit
@mode 775
@dirrmtry %%ANGBANDLIB%%/data
@mode
@dirrm %%ANGBANDLIB%%/bone
@mode 775
@dirrmtry %%ANGBANDLIB%%/apex
@mode
@dirrmtry %%ANGBANDLIB%%
@owner
@group
@dir(games,games,) %%ANGBANDLIB%%/xtra/sound
@dir(games,games,) %%ANGBANDLIB%%/xtra/music
@dir(games,games,) %%ANGBANDLIB%%/xtra/help
@dir(games,games,) %%ANGBANDLIB%%/xtra/graf
@dir(games,games,) %%ANGBANDLIB%%/xtra/font
@dir(games,games,) %%ANGBANDLIB%%/xtra
@dir(games,games,1777) %%ANGBANDLIB%%/user
@dir(games,games,) %%ANGBANDLIB%%/script/tk/library
@dir(games,games,) %%ANGBANDLIB%%/script/tk/image
@dir(games,games,) %%ANGBANDLIB%%/script/tk/config
@dir(games,games,) %%ANGBANDLIB%%/script/tk
@dir(games,games,) %%ANGBANDLIB%%/script
@dir(games,games,1777) %%ANGBANDLIB%%/save
@dir(games,games,) %%ANGBANDLIB%%/pref
@dir(games,games,) %%ANGBANDLIB%%/info
@dir(games,games,) %%ANGBANDLIB%%/help
@dir(games,games,) %%ANGBANDLIB%%/file
@dir(games,games,) %%ANGBANDLIB%%/edit
@dir(games,games,775) %%ANGBANDLIB%%/data
@dir(games,games,) %%ANGBANDLIB%%/bone
@dir(games,games,775) %%ANGBANDLIB%%/apex
@dir(games,games) %%ANGBANDLIB%%

View file

@ -2,7 +2,7 @@
PORTNAME= openjdk
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER:S/^0//}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}/promoted/b${DIST_BUILD_NUMBER}/:jdk \
https://adopt-openjdk.ci.cloudbees.com/job/jtreg/${JTREG_JENKINS_BUILD}/artifact/:jtreg \

View file

@ -0,0 +1,45 @@
--- /dev/null 2016-01-01 15:03:12.000000000 -0800
+++ jdk/src/solaris/native/sun/management/BsdOperatingSystem.c 2016-01-01 15:01:40.593188000 -0800
@@ -0,0 +1,42 @@
+/*
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+
+#include <jni.h>
+#include "jvm.h"
+#include "sun_management_OperatingSystemImpl.h"
+
+JNIEXPORT jdouble JNICALL
+Java_sun_management_OperatingSystemImpl_getSystemCpuLoad
+(JNIEnv *env, jobject dummy)
+{
+ return (jdouble) -1;
+}
+
+JNIEXPORT jdouble JNICALL
+Java_sun_management_OperatingSystemImpl_getProcessCpuLoad
+(JNIEnv *env, jobject dummy)
+{
+ return (jdouble) -1;
+}

View file

@ -49,13 +49,8 @@ do-install:
post-install-script:
@${FIND} -ds ${ATS_LIBDIR}/contrib/${ATS_CTRB} -type f -print | \
${SED} -e 's|^${LOCALBASE}/||' >> ${TMPPLIST}
@${FIND} -ds ${ATS_LIBDIR}/contrib/${ATS_CTRB} -type d -print | \
${SED} -e 's|^${LOCALBASE}/|@dirrm |' >> ${TMPPLIST}
.if !defined(NOPORTEXAMPLES) && defined(ATS_CTRBEXAMPLE)
@${FIND} -ds ${ATS_CTRBEXAMPLEDIR} -type f -print | \
${SED} -E -e 's|^${PREFIX}/?||' >> ${TMPPLIST}
@${FIND} -ds ${ATS_CTRBEXAMPLEDIR} -type d -print | \
${SED} -E -e 's|^${PREFIX}/?|@dirrm |' >> ${TMPPLIST}
.endif
@${ECHO_CMD} '@unexec rmdir %D/${ATS_LIBDIR_REL}/contrib 2>/dev/null || true' >> ${TMPPLIST}
.endif

View file

@ -3,7 +3,7 @@
PORTNAME= python34
PORTVERSION= ${PYTHON_PORTVERSION}
PORTREVISION= 2
PORTREVISION= 0
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON/ftp/python/${PORTVERSION}
DISTNAME= Python-${PORTVERSION}

View file

@ -1,4 +1,4 @@
# Mk/Uses/python.mk includes this file, don't remove it!
# $FreeBSD$
PYTHON_PORTVERSION= 3.4.3
PYTHON_PORTVERSION= 3.4.4

View file

@ -1,2 +1,2 @@
SHA256 (python/Python-3.4.3.tar.xz) = b5b3963533768d5fc325a4d7a6bd6f666726002d696f1d399ec06b043ea996b8
SIZE (python/Python-3.4.3.tar.xz) = 14421964
SHA256 (python/Python-3.4.4.tar.xz) = a797d3820155ec6cb654a652b9acfb11792d4e7d568eef1f9199009e042b6ba2
SIZE (python/Python-3.4.4.tar.xz) = 14307620

View file

@ -101,7 +101,6 @@ include/python3.4%%ABI%%/warnings.h
include/python3.4%%ABI%%/weakrefobject.h
lib/libpython3.4%%ABI%%.so
lib/libpython3.4%%ABI%%.so.1
libdata/pkgconfig/python-3.4.pc
lib/python3.4/LICENSE.txt
lib/python3.4/__future__.py
lib/python3.4/__phello__.foo.py
@ -458,6 +457,8 @@ lib/python3.4/asyncio/__pycache__/base_events.cpython-34.pyc
lib/python3.4/asyncio/__pycache__/base_events.cpython-34.pyo
lib/python3.4/asyncio/__pycache__/base_subprocess.cpython-34.pyc
lib/python3.4/asyncio/__pycache__/base_subprocess.cpython-34.pyo
lib/python3.4/asyncio/__pycache__/compat.cpython-34.pyc
lib/python3.4/asyncio/__pycache__/compat.cpython-34.pyo
lib/python3.4/asyncio/__pycache__/constants.cpython-34.pyc
lib/python3.4/asyncio/__pycache__/constants.cpython-34.pyo
lib/python3.4/asyncio/__pycache__/coroutines.cpython-34.pyc
@ -498,6 +499,7 @@ lib/python3.4/asyncio/__pycache__/windows_utils.cpython-34.pyc
lib/python3.4/asyncio/__pycache__/windows_utils.cpython-34.pyo
lib/python3.4/asyncio/base_events.py
lib/python3.4/asyncio/base_subprocess.py
lib/python3.4/asyncio/compat.py
lib/python3.4/asyncio/constants.py
lib/python3.4/asyncio/coroutines.py
lib/python3.4/asyncio/events.py
@ -1546,8 +1548,8 @@ lib/python3.4/ensurepip/__pycache__/__main__.cpython-34.pyc
lib/python3.4/ensurepip/__pycache__/__main__.cpython-34.pyo
lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyc
lib/python3.4/ensurepip/__pycache__/_uninstall.cpython-34.pyo
lib/python3.4/ensurepip/_bundled/pip-6.0.8-py2.py3-none-any.whl
lib/python3.4/ensurepip/_bundled/setuptools-12.0.5-py2.py3-none-any.whl
lib/python3.4/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
lib/python3.4/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
lib/python3.4/ensurepip/_uninstall.py
lib/python3.4/enum.py
lib/python3.4/filecmp.py
@ -1757,6 +1759,8 @@ lib/python3.4/idlelib/__pycache__/configSectionNameDialog.cpython-34.pyc
lib/python3.4/idlelib/__pycache__/configSectionNameDialog.cpython-34.pyo
lib/python3.4/idlelib/__pycache__/dynOptionMenuWidget.cpython-34.pyc
lib/python3.4/idlelib/__pycache__/dynOptionMenuWidget.cpython-34.pyo
lib/python3.4/idlelib/__pycache__/help.cpython-34.pyc
lib/python3.4/idlelib/__pycache__/help.cpython-34.pyo
lib/python3.4/idlelib/__pycache__/idle.cpython-34.pyc
lib/python3.4/idlelib/__pycache__/idle.cpython-34.pyo
lib/python3.4/idlelib/__pycache__/idlever.cpython-34.pyc
@ -1784,6 +1788,8 @@ lib/python3.4/idlelib/configHelpSourceEdit.py
lib/python3.4/idlelib/configSectionNameDialog.py
lib/python3.4/idlelib/dynOptionMenuWidget.py
lib/python3.4/idlelib/extend.txt
lib/python3.4/idlelib/help.html
lib/python3.4/idlelib/help.py
lib/python3.4/idlelib/help.txt
lib/python3.4/idlelib/idle.bat
lib/python3.4/idlelib/idle.py
@ -1802,62 +1808,68 @@ lib/python3.4/idlelib/idle_test/__pycache__/test_autocomplete.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_autocomplete.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_autoexpand.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_autoexpand.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_configdialog.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_configdialog.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_hyperparser.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_hyperparser.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_parenmatch.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_parenmatch.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_textview.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_textview.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_widgetredir.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_widgetredir.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_calltips.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_calltips.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_config_name.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_config_name.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_configdialog.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_configdialog.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_delegator.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_delegator.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_editor.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_editor.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_formatparagraph.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_formatparagraph.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_grep.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_grep.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_hyperparser.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_hyperparser.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_idlehistory.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_idlehistory.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_io.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_io.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_parenmatch.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_parenmatch.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_pathbrowser.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_rstrip.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_rstrip.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_searchdialogbase.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_searchengine.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_searchengine.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_text.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_text.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_textview.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_textview.cpython-34.pyo
lib/python3.4/idlelib/idle_test/__pycache__/test_warning.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_warning.cpython-34.pyo
lib/python3.4/idlelib/idle_test/test_autocomplete.py
lib/python3.4/idlelib/idle_test/test_autoexpand.py
lib/python3.4/idlelib/idle_test/test_configdialog.py
lib/python3.4/idlelib/idle_test/test_hyperparser.py
lib/python3.4/idlelib/idle_test/test_parenmatch.py
lib/python3.4/idlelib/idle_test/test_searchdialogbase.py
lib/python3.4/idlelib/idle_test/test_textview.py
lib/python3.4/idlelib/idle_test/test_widgetredir.py
lib/python3.4/idlelib/idle_test/__pycache__/test_widgetredir.cpython-34.pyc
lib/python3.4/idlelib/idle_test/__pycache__/test_widgetredir.cpython-34.pyo
lib/python3.4/idlelib/idle_test/htest.py
lib/python3.4/idlelib/idle_test/mock_idle.py
lib/python3.4/idlelib/idle_test/mock_tk.py
lib/python3.4/idlelib/idle_test/test_autocomplete.py
lib/python3.4/idlelib/idle_test/test_autoexpand.py
lib/python3.4/idlelib/idle_test/test_calltips.py
lib/python3.4/idlelib/idle_test/test_config_name.py
lib/python3.4/idlelib/idle_test/test_configdialog.py
lib/python3.4/idlelib/idle_test/test_delegator.py
lib/python3.4/idlelib/idle_test/test_editor.py
lib/python3.4/idlelib/idle_test/test_formatparagraph.py
lib/python3.4/idlelib/idle_test/test_grep.py
lib/python3.4/idlelib/idle_test/test_hyperparser.py
lib/python3.4/idlelib/idle_test/test_idlehistory.py
lib/python3.4/idlelib/idle_test/test_io.py
lib/python3.4/idlelib/idle_test/test_parenmatch.py
lib/python3.4/idlelib/idle_test/test_pathbrowser.py
lib/python3.4/idlelib/idle_test/test_rstrip.py
lib/python3.4/idlelib/idle_test/test_searchdialogbase.py
lib/python3.4/idlelib/idle_test/test_searchengine.py
lib/python3.4/idlelib/idle_test/test_text.py
lib/python3.4/idlelib/idle_test/test_textview.py
lib/python3.4/idlelib/idle_test/test_warning.py
lib/python3.4/idlelib/idle_test/test_widgetredir.py
lib/python3.4/idlelib/idlever.py
lib/python3.4/idlelib/keybindingDialog.py
lib/python3.4/idlelib/macosxSupport.py
@ -1963,9 +1975,9 @@ lib/python3.4/lib-dynload/unicodedata.so
%%NO_DEBUG%%lib/python3.4/lib-dynload/xxlimited.so
lib/python3.4/lib-dynload/zlib.so
lib/python3.4/lib2to3/Grammar.txt
lib/python3.4/lib2to3/Grammar3.4.3.final.0.pickle
lib/python3.4/lib2to3/Grammar3.4.4.final.0.pickle
lib/python3.4/lib2to3/PatternGrammar.txt
lib/python3.4/lib2to3/PatternGrammar3.4.3.final.0.pickle
lib/python3.4/lib2to3/PatternGrammar3.4.4.final.0.pickle
lib/python3.4/lib2to3/__init__.py
lib/python3.4/lib2to3/__main__.py
lib/python3.4/lib2to3/__pycache__/__init__.cpython-34.pyc
@ -2528,8 +2540,6 @@ lib/python3.4/test/__pycache__/seq_tests.cpython-34.pyc
lib/python3.4/test/__pycache__/seq_tests.cpython-34.pyo
lib/python3.4/test/__pycache__/sortperf.cpython-34.pyc
lib/python3.4/test/__pycache__/sortperf.cpython-34.pyo
lib/python3.4/test/__pycache__/test_spwd.cpython-34.pyc
lib/python3.4/test/__pycache__/test_spwd.cpython-34.pyo
lib/python3.4/test/__pycache__/ssl_servers.cpython-34.pyc
lib/python3.4/test/__pycache__/ssl_servers.cpython-34.pyo
lib/python3.4/test/__pycache__/ssltests.cpython-34.pyc
@ -2962,6 +2972,8 @@ lib/python3.4/test/__pycache__/test_operator.cpython-34.pyc
lib/python3.4/test/__pycache__/test_operator.cpython-34.pyo
lib/python3.4/test/__pycache__/test_optparse.cpython-34.pyc
lib/python3.4/test/__pycache__/test_optparse.cpython-34.pyo
lib/python3.4/test/__pycache__/test_ordered_dict.cpython-34.pyc
lib/python3.4/test/__pycache__/test_ordered_dict.cpython-34.pyo
lib/python3.4/test/__pycache__/test_os.cpython-34.pyc
lib/python3.4/test/__pycache__/test_os.cpython-34.pyo
lib/python3.4/test/__pycache__/test_ossaudiodev.cpython-34.pyc
@ -3116,6 +3128,8 @@ lib/python3.4/test/__pycache__/test_sort.cpython-34.pyc
lib/python3.4/test/__pycache__/test_sort.cpython-34.pyo
lib/python3.4/test/__pycache__/test_source_encoding.cpython-34.pyc
lib/python3.4/test/__pycache__/test_source_encoding.cpython-34.pyo
lib/python3.4/test/__pycache__/test_spwd.cpython-34.pyc
lib/python3.4/test/__pycache__/test_spwd.cpython-34.pyo
lib/python3.4/test/__pycache__/test_sqlite.cpython-34.pyc
lib/python3.4/test/__pycache__/test_sqlite.cpython-34.pyo
lib/python3.4/test/__pycache__/test_ssl.cpython-34.pyc
@ -3539,7 +3553,7 @@ lib/python3.4/test/decimaltestdata/testall.decTest
lib/python3.4/test/decimaltestdata/tointegral.decTest
lib/python3.4/test/decimaltestdata/tointegralx.decTest
lib/python3.4/test/decimaltestdata/xor.decTest
lib/python3.4/test/dh512.pem
lib/python3.4/test/dh1024.pem
lib/python3.4/test/dis_module.py
lib/python3.4/test/doctest_aliases.py
lib/python3.4/test/double_const.py
@ -4273,6 +4287,7 @@ lib/python3.4/test/test_opcodes.py
lib/python3.4/test/test_openpty.py
lib/python3.4/test/test_operator.py
lib/python3.4/test/test_optparse.py
lib/python3.4/test/test_ordered_dict.py
lib/python3.4/test/test_os.py
lib/python3.4/test/test_ossaudiodev.py
lib/python3.4/test/test_osx_env.py
@ -4885,4 +4900,5 @@ lib/python3.4/xmlrpc/__pycache__/server.cpython-34.pyo
lib/python3.4/xmlrpc/client.py
lib/python3.4/xmlrpc/server.py
lib/python3.4/zipfile.py
libdata/pkgconfig/python-3.4.pc
man/man1/python3.4.1.gz

View file

@ -1,11 +1,11 @@
# $FreeBSD$
PORTNAME= meta1
PORTVERSION= 1.1.0a.1.0
DISTVERSION= 1.1.Alpha1.0
PORTREVISION= 2
PORTVERSION= 1.1.0a.2.0
DISTVERSION= 1.1.Alpha2.0
PORTREVISION= 0
CATEGORIES= mail ipv6
MASTER_SITES= http://www.MeTA1.org/download/.alpha/authpar/
MASTER_SITES= http://www.MeTA1.org/download/.alpha/dane1/
PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${BERKELEYDB_SUFFIX}${PMILTER_SUFFIX}${PKGNAMESUFFIX2}
MAINTAINER= dinoex@FreeBSD.org

View file

@ -1,2 +1,2 @@
SHA256 (meta1-1.1.Alpha1.0.tar.gz) = 1a3ecc82067e5d4fa8d12933b2b26996d715a2a03a9a980b5f3df9e415d962e2
SIZE (meta1-1.1.Alpha1.0.tar.gz) = 4926397
SHA256 (meta1-1.1.Alpha2.0.tar.gz) = 5da6f7d5cd89f4fdb70a3a695f096627269e5213d423573c1fa79e713ebfcdbb
SIZE (meta1-1.1.Alpha2.0.tar.gz) = 5071532

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= roundcube
DISTVERSION= 1.1.3
PORTREVISION= 1
DISTVERSION= 1.1.4
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:tu}

View file

@ -1,2 +1,2 @@
SHA256 (roundcubemail-1.1.3-complete.tar.gz) = f0d3e0f86cded38c02e0dfb3b5b875d48dd873865593ab3759e04b5fe056a9d9
SIZE (roundcubemail-1.1.3-complete.tar.gz) = 4566830
SHA256 (roundcubemail-1.1.4-complete.tar.gz) = 9bfe88255d4ffc288f5776de1cead78352469b1766d5ebaebe6e28043affe181
SIZE (roundcubemail-1.1.4-complete.tar.gz) = 4578600

View file

@ -40,61 +40,37 @@ PASSTHRU_DESC= Pass Spam Thru, Do Not Reject (required SPAMD)
HEADERS_DESC= Add a Received Line With Versions of Scanners
DSPAM_DESC= Turn on DSPAM scanning
.include <bsd.port.pre.mk>
CONFIGURE_ARGS=--enable-clamavdb-path=/var/db/clamav \
--enable-qmaildir=${QMAIL_PREFIX} \
--enable-spamc-user=n \
--enable-workdir=${WORKDIR} \
--enable-user=nobody
.if ! ${PORT_OPTIONS:MCLAMAV}
CONFIGURE_ARGS+= --enable-clamav=n
.else
BUILD_DEPENDS+= clamdscan:${PORTSDIR}/security/clamav
.endif
CLAMAV_CONFIGURE_OFF= --enable-clamav=n
CLAMAV_BUILD_DEPENDS= clamdscan:${PORTSDIR}/security/clamav
.if ! ${PORT_OPTIONS:MRIPMIME}
CONFIGURE_ARGS+=--disable-ripmime
.else
BUILD_DEPENDS+= ripmime:${PORTSDIR}/mail/ripmime
.endif
RIPMIME_CONFIGURE_OFF= --disable-ripmime
RIPMIME_BUILD_DEPENDS= ripmime:${PORTSDIR}/mail/ripmime
.if ${PORT_OPTIONS:MSPAMD}
BUILD_DEPENDS+= spamassassin:${PORTSDIR}/mail/spamassassin
CONFIGURE_ARGS+=--enable-spam=y
CONFIGURE_ARGS+=--enable-spamassassin-path=${LOCALBASE}/bin/spamassassin
.endif
SPAMD_BUILD_DEPENDS= spamassassin:${PORTSDIR}/mail/spamassassin
SPAMD_CONFIGURE_ON= --enable-spam=y \
--enable-spamassassin-path=${LOCALBASE}/bin/spamassassin
.if ${PORT_OPTIONS:MUSER}
CONFIGURE_ARGS+=--enable-spamc-user=y
.endif
USER_CONFIGURE_ON= --enable-spamc-user=y
.if ${PORT_OPTIONS:MDOMAIN}
CONFIGURE_ARGS+=--enable-per-domain=y
.endif
DOMAIN_CONFIGURE_ON= --enable-per-domain=y
.if ${PORT_OPTIONS:MATTACH}
CONFIGURE_ARGS+=--enable-attach=y
.endif
ATTACH_CONFIGURE_ON= --enable-attach=y
.if ${PORT_OPTIONS:MDROPMSG}
CONFIGURE_ARGS+=--enable-dropmsg=y
.endif
DROPMSG_CONFIGURE_ON= --enable-dropmsg=y
.if ${PORT_OPTIONS:MPASSTHRU}
CONFIGURE_ARGS+=--enable-spam-passthru=y
.endif
PASSTHRU_CONFIGURE_ON= --enable-spam-passthru=y
.if ${PORT_OPTIONS:MHEADERS}
CONFIGURE_ARGS+=--enable-received=y
CONFIGURE_ARGS+=--enable-sigtool-path=${LOCALBASE}/bin/sigtool
.endif
HEADERS_CONFIGURE_ON= --enable-received=y \
--enable-sigtool-path=${LOCALBASE}/bin/sigtool
.if ${PORT_OPTIONS:MDSPAM}
CONFIGURE_ARGS+=--enable-dspam=y
BUILD_DEPENDS+= dspam:${PORTSDIR}/mail/dspam
.endif
DSPAM_CONFIGURE_ON= --enable-dspam=y
DSPAM_BUILD_DEPENDS= dspam:${PORTSDIR}/mail/dspam
.if defined(SPAM_HITS)
CONFIGURE_ARGS+=--enable-spam-hits=${SPAM_HITS}
@ -126,8 +102,9 @@ post-patch:
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/cdb/conf-cc
@${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/cdb/conf-ld
@${ECHO_CMD} ${STAGEDIR}${PREFIX} > ${WRKSRC}/cdb/conf-home
@${REINPLACE_CMD} -e 's|@qmaildir@|$$(DESTDIR)@qmaildir@|' \
@${REINPLACE_CMD} -E -e 's|@qmaildir@|$$(DESTDIR)@qmaildir@|' \
-e 's|@workdir@|$$(DESTDIR)@workdir@|' \
-e '/ch(mod|own)/d' \
${WRKSRC}/Makefile.in
pre-configure:
@ -152,12 +129,10 @@ pre-configure:
pre-install:
${MKDIR} ${STAGEDIR}${QMAIL_PREFIX}/bin
post-install:
.if ${PORT_OPTIONS:MDOCS}
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,11 +1,6 @@
@cwd %%QMAIL_PREFIX%%
@owner simscan
@group simscan
bin/simscanmk
@mode 04711
bin/simscan
@mode
@owner root
@group wheel
@exec install -d -o simscan -g simscan -m 0750 %D/%%SIMSCAN_DIR%%
@dirrmtry %%SIMSCAN_DIR%%
@(simscan,simscan,) bin/simscanmk
@(simscan,simscan,04711) bin/simscan
@dir(simscan,simscan,0750) %%SIMSCAN_DIR%%
@dir %%QMAIL_PREFIX%%/bin
@dir %%QMAIL_PREFIX%%

View file

@ -14,7 +14,4 @@
%%SQUIRRELDIR%%/plugins/pupdate/index.php
%%SQUIRRELDIR%%/plugins/pupdate/config.php.sample
%%SQUIRRELDIR%%/plugins/pupdate/setup.php
@dirrm %%SQUIRRELDIR%%/plugins/pupdate/docs
@dirrm %%SQUIRRELDIR%%/plugins/pupdate/udata
@dirrm %%SQUIRRELDIR%%/plugins/pupdate
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi

View file

@ -12,5 +12,4 @@
%%SQUIRRELDIR%%/plugins/qmailadmin_login/setup.php
%%SQUIRRELDIR%%/plugins/qmailadmin_login/version
%%SQUIRRELDIR%%/plugins/qmailadmin_login/xgetpot
@dirrm %%SQUIRRELDIR%%/plugins/qmailadmin_login/
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin qmailadmin_login; fi

View file

@ -8,5 +8,4 @@
%%SQUIRRELDIR%%/plugins/secure_login/version
%%SQUIRRELDIR%%/plugins/secure_login/INSTALL
%%SQUIRRELDIR%%/plugins/secure_login/config.sample.php
@dirrmtry %%SQUIRRELDIR%%/plugins/secure_login
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi

View file

@ -370,8 +370,6 @@
SUBDIR += posixtestsuite
SUBDIR += proxyper
SUBDIR += pspresent
SUBDIR += py-spdx
SUBDIR += py-spdx-lookup
SUBDIR += py-YABT
SUBDIR += py-osd
SUBDIR += py-pexpect
@ -382,6 +380,8 @@
SUBDIR += py-qt4-doc
SUBDIR += py-qt5-demo
SUBDIR += py-qt5-doc
SUBDIR += py-spdx
SUBDIR += py-spdx-lookup
SUBDIR += py-yolk
SUBDIR += pylize
SUBDIR += pypanda

View file

@ -11,9 +11,13 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= On-Screen-Display infrastructure using Pango text rendering
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext-tools gmake pathfix pkgconfig python
USE_GNOME= gnomeprefix intlhack pygnome2
GNU_CONFIGURE= yes
NO_ARCH= yes
GCONF_SCHEMAS= gnome-osd.schemas
@ -22,7 +26,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS NEWS README \
${STAGEDIR}${DOCSDIR})

View file

@ -5,14 +5,12 @@ PORTNAME= pure-sockets
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://cdn.bitbucket.org/purelang/pure-lang/downloads/
MASTER_SITES= https://bitbucket.org/purelang/pure-lang/downloads/
DIST_SUBDIR= pure
MAINTAINER= ports@FreeBSD.org
COMMENT= Pure language interface to the Berkeley socket functions
BROKEN= unfetchable
LICENSE= GPLv3 LGPL3
LICENSE_COMB= dual

View file

@ -18,12 +18,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= EXAMPLES
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTEXAMPLES= *
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_xmlrpc.so
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uget
PORTVERSION= 2.0.3
PORTVERSION= 2.0.4
CATEGORIES= net
MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (uget-2.0.3.tar.gz) = 78b4e899ce8eadc4bc6189fdb65c577757a84d0d829340c1bdf047723c90d055
SIZE (uget-2.0.3.tar.gz) = 853290
SHA256 (uget-2.0.4.tar.gz) = 25b7664e9badf39c8c621cd4f19896bb8b594e1c80c17e856c67d1273fd9dce5
SIZE (uget-2.0.4.tar.gz) = 882359

View file

@ -54,6 +54,7 @@ share/icons/hicolor/scalable/apps/uget-icon.svg
%%NLS%%share/locale/sv/LC_MESSAGES/uget.mo
%%NLS%%share/locale/tr/LC_MESSAGES/uget.mo
%%NLS%%share/locale/uk/LC_MESSAGES/uget.mo
%%NLS%%share/locale/uz@Latn/LC_MESSAGES/uget.mo
%%NLS%%share/locale/vi/LC_MESSAGES/uget.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/uget.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/uget.mo

View file

@ -62,6 +62,7 @@
SUBDIR += poudriere-devel
SUBDIR += psearch
SUBDIR += py-pytoport
SUBDIR += py-skog
SUBDIR += symports
SUBDIR += tinderbox
SUBDIR += tinderbox-devel

View file

@ -0,0 +1,19 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= skog
PORTVERSION= 0.1.0
CATEGORIES= ports-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= brendan+freebsd@bbqsrc.net
COMMENT= Generate visual dependency trees for FreeBSD ports
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.2+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (skog-0.1.0.tar.gz) = 4fb39d5af085e56ff12b52522cf6832833aacd5db29688be48b14e366f0e25b3
SIZE (skog-0.1.0.tar.gz) = 4250

View file

@ -0,0 +1,3 @@
A tool to generate human-readable trees of dependencies of a FreeBSD port.
WWW: https://github.com/bbqsrc/skog-python

View file

@ -5,13 +5,11 @@ PORTNAME= kover
PORTVERSION= 6
PORTREVISION= 5
CATEGORIES= print kde
MASTER_SITES= http://lisas.de/kover/
MASTER_SITES= https://lisas.de/kover/
MAINTAINER= ports@FreeBSD.org
COMMENT= WYSIWYG CD cover printer
BROKEN= unfetchable
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -9,4 +9,4 @@ Some features:
o do CDDB query without the CD
o files created with K3B can be imported
WWW: http://lisas.de/kover/
WWW: https://lisas.de/kover/

View file

@ -5,13 +5,11 @@ PORTNAME= hlfl
PORTVERSION= 0.60.1
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.hlfl.org/pub/hlfl/
MASTER_SITES= ftp://ftp.cusae.com/pub/hlfl/
MAINTAINER= ports@FreeBSD.org
COMMENT= High Level Firewall Language
BROKEN= unfetchable
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING

View file

@ -7,4 +7,4 @@ You could make contact with the developers by subscribing to
These lists are managed by majordomo (write to <majordomo@hlfl.org> with
"help" in the body of your mail).
Arnaud Launay <alaunay@hlfl.org>
WWW: https://www.cusae.com/hlfl/

View file

@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Parallel ssh command execution and file transfer on multiple hosts
BROKEN= unfetchable
BROKEN= mismatch in distfile checksum
LICENSE= GPLv3 # or later

View file

@ -1,2 +1,2 @@
SHA256 (massh.tgz) = 2697b2dd9e7d63b4c26c44094e6a6cdf9105e91520b22271d3675ee67180248b
SIZE (massh.tgz) = 8713
SHA256 (massh.tgz) = 563072dfe367daf9a8eded3a863e26b15fdca85a31831fe6a26e0661c38a3505
SIZE (massh.tgz) = 10261

View file

@ -3,6 +3,7 @@
PORTNAME= sshpass
PORTVERSION= 1.05
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION}
@ -11,6 +12,7 @@ COMMENT= Non-interactive ssh password auth tool
LICENSE= GPLv2
USES= autoreconf:env
GNU_CONFIGURE= yes
PLIST_FILES= bin/sshpass \

View file

@ -0,0 +1,14 @@
--- configure.ac.orig 2011-08-06 07:03:01 UTC
+++ configure.ac
@@ -32,6 +32,11 @@ AC_FUNC_SELECT_ARGTYPES
AC_TYPE_SIGNAL
AC_CHECK_FUNCS([select posix_openpt strdup])
+AC_ARG_ENABLE([password-prompt],
+ [AS_HELP_STRING([--enable-password-prompt=prompt], [Provide alternative ssh password prompt to look for.])],
+ [AC_DEFINE_UNQUOTED([PASSWORD_PROMPT], ["$enable_password_prompt"], [Password prompt to use])],
+ [AC_DEFINE([PASSWORD_PROMPT], ["assword"])])
+
AC_CONFIG_FILES([Makefile])
AM_CONFIG_HEADER(config.h)
AC_OUTPUT

View file

@ -0,0 +1,65 @@
--- main.c.orig 2011-08-06 07:04:33 UTC
+++ main.c
@@ -1,5 +1,5 @@
/* This file is part of "sshpass", a tool for batch running password ssh authentication
- * Copyright (C) 2006 Lingnu Open Source Consulting Ltd.
+ * Copyright (C) 2006, 2015 Lingnu Open Source Consulting Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -69,6 +69,8 @@ struct {
int fd;
const char *password;
} pwsrc;
+
+ const char *pwprompt;
} args;
static void show_help()
@@ -77,6 +79,7 @@ static void show_help()
" -f filename Take password to use from file\n"
" -d number Use number as file descriptor for getting password\n"
" -p password Provide password as argument (security unwise)\n"
+ " -P prompt Which string should sshpass search for to detect a password prompt\n"
" -e Password is passed as env-var \"SSHPASS\"\n"
" With no parameters - password will be taken from stdin\n\n"
" -h Show help (this screen)\n"
@@ -99,7 +102,7 @@ static int parse_options( int argc, char
fprintf(stderr, "Conflicting password source\n"); \
error=RETURN_CONFLICTING_ARGUMENTS; }
- while( (opt=getopt(argc, argv, "+f:d:p:heV"))!=-1 && error==-1 ) {
+ while( (opt=getopt(argc, argv, "+f:d:p:P:heV"))!=-1 && error==-1 ) {
switch( opt ) {
case 'f':
// Password should come from a file
@@ -130,6 +133,9 @@ static int parse_options( int argc, char
optarg[i]='z';
}
break;
+ case 'P':
+ args.pwprompt=optarg;
+ break;
case 'e':
VIRGIN_PWTYPE;
@@ -359,7 +365,7 @@ int handleoutput( int fd )
// We are looking for the string
static int prevmatch=0; // If the "password" prompt is repeated, we have the wrong password.
static int state1, state2;
- static const char compare1[]="assword:"; // Asking for a password
+ static const char *compare1=PASSWORD_PROMPT; // Asking for a password
static const char compare2[]="The authenticity of host "; // Asks to authenticate host
// static const char compare3[]="WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"; // Warns about man in the middle attack
// The remote identification changed error is sent to stderr, not the tty, so we do not handle it.
@@ -367,6 +373,10 @@ int handleoutput( int fd )
char buffer[40];
int ret=0;
+ if( args.pwprompt ) {
+ compare1 = args.pwprompt;
+ }
+
int numread=read(fd, buffer, sizeof(buffer) );
state1=match( compare1, buffer, numread, state1 );

View file

@ -0,0 +1,22 @@
--- sshpass.1.orig 2011-08-06 06:58:25 UTC
+++ sshpass.1
@@ -1,4 +1,4 @@
-.TH SSHPASS 1 "August 6, 2011" "Lingnu Open Source Consulting" "Sshpass User Manual"
+.TH SSHPASS 1 "April 24, 2015" "Lingnu Open Source Consulting" "Sshpass User Manual"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
sshpass \- noninteractive ssh password provider
@@ -37,6 +37,13 @@ password is read from the open file desc
.TP
.B \-e
The password is taken from the environment variable "SSHPASS".
+.TP
+.B \-P
+Set the password prompt. Sshpass searched for this prompt in the program's
+output to the TTY as an indication when to send the password. By default
+sshpass looks for the string "assword:" (which matches both "Password:" and
+"password:"). If your client's prompt does not fall under either of these,
+you can override the default with this option.
.SH SECURITY CONSIDERATIONS
.P
First and foremost, users of sshpass should realize that ssh's insistance on

View file

@ -2,4 +2,4 @@ Sshpass is a tool for non-interactively performing password authentication
with SSH's so called "interactive keyboard password authentication".
Most user should use SSH's more secure public key authentication instead.
WWW: http://sourceforge.net/projects/sshpass/
WWW: http://sourceforge.net/projects/sshpass/

View file

@ -4,16 +4,13 @@
PORTNAME= trinokiller
PORTVERSION= 1.0
CATEGORIES= security
# mastersite disappeared in August 2003
MASTER_SITES= # http://www.afro-productions.com/
MASTER_SITES= https://dl.packetstormsecurity.net/distributed/
DISTNAME= trinokiller
EXTRACT_SUFX= .c
MAINTAINER= ports@FreeBSD.org
COMMENT= Remotely kill trino nodes
BROKEN= unfetchable
PLIST_FILES= sbin/trinokiller
do-extract:

View file

@ -1,2 +1,2 @@
SHA256 (trinokiller.c) = 9c4ffca9be08405df5dfec4ef5709210ca11960c83448cf0da26a3c773ebeb3b
SIZE (trinokiller.c) = 1152
SHA256 (trinokiller.c) = f57c15a7388cce60e4861913031d4f77c0bca6be29a00a0a70402e9cde13e7c8
SIZE (trinokiller.c) = 1006

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= batmon
PORTVERSION= 0.6
PORTREVISION= 4
PORTVERSION= 0.8
CATEGORIES= sysutils gnustep
MASTER_SITES= SAVANNAH/gap

View file

@ -1,2 +1,2 @@
SHA256 (batmon-0.6.tar.gz) = afe44fd51410dee1f38934a280cb2ba2dd7f0b0919fb3f11486e0aa37791c0d2
SIZE (batmon-0.6.tar.gz) = 36538
SHA256 (batmon-0.8.tar.gz) = fff2fc242ea2956f8b8c7eea751718c54d1a70026eb4659869ad1bac9f64dcff
SIZE (batmon-0.8.tar.gz) = 39592

View file

@ -1,14 +0,0 @@
--- BatteryModel.m.orig 2011-07-15 11:05:22.000000000 +0200
+++ BatteryModel.m 2011-10-19 20:45:35.000000000 +0200
@@ -246,7 +246,11 @@
if( battio.bst.state & ACPI_BATT_STAT_CRITICAL )
batteryType = @"CRITICAL "; // could be complementary!
+#ifdef ACPI_BATT_STAT_BST_MASK
+ if( battio.bst.state & ACPI_BATT_STAT_BST_MASK )
+#else
if( battio.bst.state & ACPI_BATT_STAT_MAX )
+#endif
status = @"Charged";
if( battio.bst.state & ACPI_BATT_STAT_CHARGING )
status = @"Charging";

View file

@ -5,13 +5,11 @@ PORTNAME= ucspi-unix
PORTVERSION= 0.36
PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://untroubled.org/${PORTNAME}/
MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/
MAINTAINER= ports@FreeBSD.org
COMMENT= Unix-domain socket client-server command-line tools
BROKEN= unfetchable
LICENSE= GPLv2
BUILD_DEPENDS= ${BGLIBS_LIB}/libbg.a:${PORTSDIR}/devel/bglibs

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= zbackup
PORTVERSION= 1.4.1
PORTVERSION= 1.4.4
CATEGORIES= sysutils
MASTER_SITES= https://github.com/zbackup/zbackup/archive/
DISTNAME= ${PORTVERSION}

View file

@ -1,2 +1,2 @@
SHA256 (1.4.1.tar.gz) = a76d4cec6e027462c680ef1bbd143ad4c7d55a160a1474928d8caa792b13fac9
SIZE (1.4.1.tar.gz) = 86570
SHA256 (1.4.4.tar.gz) = efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85
SIZE (1.4.4.tar.gz) = 87118

View file

@ -1,10 +1,11 @@
--- zcollector.cc.orig 2015-06-25 09:16:05.655102000 +0800
+++ zcollector.cc 2015-06-25 09:16:28.606423000 +0800
@@ -5,6 +5,7 @@
--- zcollector.cc.orig 2016-01-02 22:43:40.800025000 +0800
+++ zcollector.cc 2016-01-02 22:44:51.222600000 +0800
@@ -1,6 +1,8 @@
// Copyright (c) 2012-2014 Konstantin Isakov <ikm@zbackup.org> and ZBackup contributors, see CONTRIBUTORS
// Part of ZBackup. Licensed under GNU GPLv2 or later + OpenSSL, see LICENSE
#include <string>
#include <vector>
+#include <unistd.h>
+
#include "zcollector.hh"
#include "bundle.hh"
#include "chunk_index.hh"
#include "backup_restorer.hh"

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hackney
PORTVERSION= 1.4.7
PORTVERSION= 1.4.8
CATEGORIES= www
PKGNAMEPREFIX= erlang-

View file

@ -1,2 +1,2 @@
SHA256 (benoitc-hackney-1.4.7_GH0.tar.gz) = 33c54142698adb26849f5b02fbc1e665d3664d11af81074fd47eb4cdf662672c
SIZE (benoitc-hackney-1.4.7_GH0.tar.gz) = 114888
SHA256 (benoitc-hackney-1.4.8_GH0.tar.gz) = f736aaf2e50cc03f0a9b6c7c12e64075c2d8001ff061e014c69b220c02fd88d5
SIZE (benoitc-hackney-1.4.8_GH0.tar.gz) = 114884

View file

@ -1,10 +1,10 @@
--- rebar.config.orig 2015-12-07 12:12:54 UTC
--- rebar.config.orig 2016-01-02 14:01:33 UTC
+++ rebar.config
@@ -14,10 +14,6 @@
{post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}.
{deps, [
- {idna, "1.0.2"},
- {idna, "1.0.3"},
- {mimerl, "1.0.2"},
- {certifi, "0.3.0"},
- {ssl_verify_hostname, "1.0.5"}

View file

@ -7,4 +7,4 @@ include:
- drag'n'drop support
- source highlighting
WWW: http://lisas.de/erwin/index.php3
WWW: https://lisas.de/erwin/index.php3

View file

@ -3,6 +3,7 @@
PORTNAME= uwsgi
PORTVERSION= 2.0.12
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://projects.unbit.it/downloads/
@ -21,8 +22,7 @@ OPTIONS_DEFINE= DEBUG
DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug
LDFLAGS+= "-L${LOCALBASE}/lib"
MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER}
MAKE_ARGS+= UWSGI_EMBED_PLUGINS=cgi
MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi
PYSETUP= uwsgiconfig.py
PYDISTUTILS_BUILD_TARGET= --build

View file

@ -5,13 +5,11 @@ PORTNAME= w3mir
PORTVERSION= 1.0.10
PORTREVISION= 3
CATEGORIES= www perl5
MASTER_SITES= http://langfeldt.net/w3mir/
MASTER_SITES= http://www.langfeldt.net/w3mir/
MAINTAINER= ports@FreeBSD.org
COMMENT= All-purpose HTTP copying and mirroring tool
BROKEN= unfetchable
LICENSE= ART10
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww

View file

@ -4,4 +4,4 @@ several, remote WWW site(s). It can retrieve the contents of several
related sites and make them browsable via a local web server or a
filesystem.
WWW: http://langfeldt.net/w3mir/
WWW: http://www.langfeldt.net/w3mir/

View file

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= ublock_origin
PORTVERSION= 1.4.0
DISTVERSIONSUFFIX= -an+sm+tb+fx
PORTVERSION= 1.5.1
DISTVERSIONSUFFIX= -sm+tb+fx+an
CATEGORIES= www
MAINTAINER= thierry@FreeBSD.org

View file

@ -1,2 +1,2 @@
SHA256 (xpi/ublock_origin-1.4.0-an+sm+tb+fx.xpi) = 755da6f96ae02cfed40c1142e66842f0fdd571f5fd0d7e515d05c2fb5890651d
SIZE (xpi/ublock_origin-1.4.0-an+sm+tb+fx.xpi) = 1338001
SHA256 (xpi/ublock_origin-1.5.1-sm+tb+fx+an.xpi) = efc153f346e1827be2247e13105af7f3da05095f96a6639aae9e76b891554759
SIZE (xpi/ublock_origin-1.5.1-sm+tb+fx+an.xpi) = 1405202

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