s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying

in ports which I maintain
This commit is contained in:
sthen 2019-06-03 16:06:50 +00:00
parent cba284842d
commit 9c6e9626b9
161 changed files with 566 additions and 572 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2019/04/24 10:12:54 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2019/06/03 16:06:50 sthen Exp $
SHARED_LIBS += lz4 3.0
@ -15,7 +15,7 @@ HOMEPAGE= https://fastcompression.blogspot.com/p/lz4.html
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# library: BSD, tools: GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2018/05/05 10:45:01 sthen Exp $
# $OpenBSD: Makefile,v 1.16 2019/06/03 16:06:50 sthen Exp $
COMMENT= portable speedy lossless data compression library
@ -17,7 +17,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://www.oberhumer.com/opensource/lzo/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2019/05/31 13:51:46 sthen Exp $
# $OpenBSD: Makefile,v 1.37 2019/06/03 16:06:50 sthen Exp $
COMMENT = CLI tools to manage music collections
@ -11,7 +11,7 @@ MAINTAINER = Stuart Henderson <sthen@openbsd.org>
HOMEPAGE = http://beets.io/
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2018/05/09 21:28:06 sthen Exp $
# $OpenBSD: Makefile,v 1.49 2019/06/03 16:06:50 sthen Exp $
COMMENT= GSM audio codec library and converter
@ -15,7 +15,7 @@ HOMEPAGE= http://www.quut.com/gsm/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2019/04/28 20:51:26 sthen Exp $
# $OpenBSD: Makefile,v 1.27 2019/06/03 16:06:50 sthen Exp $
COMMENT = Python module to handle audio metadata
@ -17,7 +17,7 @@ MAINTAINER = Stuart Henderson <sthen@openbsd.org>
MASTER_SITES = https://github.com/quodlibet/mutagen/releases/download/release-${MODPY_EGG_VERSION}/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
FLAVOR ?=
FLAVORS = python3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:01 naddy Exp $
# $OpenBSD: Makefile,v 1.29 2019/06/03 16:06:50 sthen Exp $
COMMENT= audio player and tagger for GTK+ with regex support
@ -13,7 +13,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= https://quodlibet.readthedocs.org/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/quodlibet/quodlibet/releases/download/release-${MODPY_EGG_VERSION}/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/09/17 16:43:24 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2019/06/03 16:06:50 sthen Exp $
COMMENT= multi-format tools and Python module for ReplayGain
@ -13,7 +13,7 @@ HOMEPAGE= https://bitbucket.org/fk/rgain
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2019/05/11 15:48:59 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:50 sthen Exp $
COMMENT= lightweight headless squeezebox player
@ -13,7 +13,7 @@ CATEGORIES= audio
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += FLAC avcodec avformat avutil c faad m mad mpg123 portaudio
WANTLIB += pthread soxr vorbisfile

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2018/02/27 21:47:38 espie Exp $
# $OpenBSD: Makefile,v 1.14 2019/06/03 16:06:50 sthen Exp $
COMMENT-main = Wireless Networking in the Developing World, English edition
COMMENT-es = Wireless Networking in the Developing World, Spanish edition
@ -23,7 +23,7 @@ DISTNAME = wndw
CATEGORIES = books net
# Creative Commons Attribution-ShareAlike 3.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MULTI_PACKAGES =-main -es -fr -ar -pt -id -my

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.70 2019/03/27 10:37:09 sthen Exp $
# $OpenBSD: Makefile,v 1.71 2019/06/03 16:06:50 sthen Exp $
COMMENT= manage remote serial consoles via TCP/IP
@ -12,7 +12,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= https://www.conserver.com/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c util

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2018/01/11 19:27:01 rpe Exp $
# $OpenBSD: Makefile,v 1.37 2019/06/03 16:06:50 sthen Exp $
COMMENT = gateway to send and receive SMS through GSM mobile phones
@ -13,7 +13,7 @@ HOMEPAGE = http://smstools3.kekekasvi.com/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = c mm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.93 2019/04/30 14:41:35 sthen Exp $
# $OpenBSD: Makefile,v 1.94 2019/06/03 16:06:50 sthen Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
@ -18,7 +18,7 @@ MASTER_SITES= http://www.freetds.org/files/stable/ \
ftp://ftp.freetds.org/pub/freetds/stable/
# LGPLv2+ (most things) GPLv2+ (fisql, tdspool) FDL (docs)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c curses ffi gmp gnutls hogweed iconv idn2 intl iodbc
WANTLIB += iodbcinst nettle p11-kit pthread readline tasn1 unistring

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2018/06/08 12:41:29 stu Exp $
# $OpenBSD: Makefile,v 1.44 2019/06/03 16:06:50 sthen Exp $
COMMENT-main= ODBC 3.x driver manager
COMMENT-admin= ODBC 3.x driver manager admin application
@ -24,7 +24,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iodbc/}
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Dual licensed: BSD or LGPLv2
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE= yes
WANTLIB-main += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/04/02 14:04:42 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/06/03 16:06:50 sthen Exp $
COMMENT= minimalistic C client for Redis
@ -14,7 +14,7 @@ CATEGORIES= databases devel
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
LIBV= HIREDIS_MAJOR=${LIBhiredis_VERSION:R} \
HIREDIS_MINOR=${LIBhiredis_VERSION:E} \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.168 2019/02/05 20:35:57 sthen Exp $
# $OpenBSD: Makefile,v 1.169 2019/06/03 16:06:50 sthen Exp $
DPB_PROPERTIES = parallel
@ -29,7 +29,7 @@ HOMEPAGE = https://www.openldap.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# OpenLDAP Public License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c crypto ssl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2019/02/19 21:28:25 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2019/06/03 16:06:50 sthen Exp $
COMMENT= Sybase database driver for the DBI module
@ -9,7 +9,7 @@ CATEGORIES= databases
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c ct intl m perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2019/05/11 15:31:32 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2019/06/03 16:06:50 sthen Exp $
ONLY_FOR_ARCHS = amd64 i386
@ -13,7 +13,7 @@ HOMEPAGE = https://acpica.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# BSD-ish (or GPLv2 or Intel's own license: triple-licensed)
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = c pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2019/05/02 22:09:01 sthen Exp $
# $OpenBSD: Makefile,v 1.50 2019/06/03 16:06:51 sthen Exp $
COMMENT = compiler cache
@ -11,7 +11,7 @@ HOMEPAGE = https://ccache.dev/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c m z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2019/05/19 11:26:24 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2019/06/03 16:06:51 sthen Exp $
COMMENT= communicate with embedded devices using CoAP (RFC 7252)
@ -25,7 +25,7 @@ HOMEPAGE= https://libcoap.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2019/04/28 20:51:35 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2019/06/03 16:06:51 sthen Exp $
COMMENT= parse human-readable date/time text
@ -12,7 +12,7 @@ CATEGORIES= devel
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
FLAVORS= python3
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.189 2019/05/20 22:15:08 naddy Exp $
# $OpenBSD: Makefile,v 1.190 2019/06/03 16:06:51 sthen Exp $
COMMENT-main= vi clone, many additional features
COMMENT-lang= vi clone, NLS subpackage
@ -22,7 +22,7 @@ HOMEPAGE= https://www.vim.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# donation-ware
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c curses iconv intl m

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2017/11/05 12:08:00 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/06/03 16:06:51 sthen Exp $
COMMENT= regular expressions for handling British postcodes
@ -8,7 +8,7 @@ DISTNAME= Geo-UK-Postcode-Regex-0.017
CATEGORIES= geo
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.189 2019/05/29 12:16:09 sthen Exp $
# $OpenBSD: Makefile,v 1.190 2019/06/03 16:06:51 sthen Exp $
COMMENT= image processing tools
@ -23,7 +23,7 @@ MASTER_SITES= https://www.imagemagick.org/download/releases/ \
ftp://sunsite.icm.edu.pl/packages/ImageMagick/
# http://www.imagemagick.org/script/license.php
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} ICE SM X11 Xau Xdmcp Xext Xt bz2
WANTLIB += c djvulibre expat fftw3 fontconfig freetype iconv jasper

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.92 2019/05/20 22:15:12 naddy Exp $
# $OpenBSD: Makefile,v 1.93 2019/06/03 16:06:51 sthen Exp $
ONLY_FOR_ARCHS= i386 amd64 aarch64
@ -17,7 +17,7 @@ HOMEPAGE= http://www.darktable.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} ${MODLUA_WANTLIB}
WANTLIB += GraphicsMagick ICE Iex IlmImf IlmThread X11 Xext Xrandr

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2019/05/19 11:26:24 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:51 sthen Exp $
COMMENT= 2D barcodes / DataMatrix creation tool
@ -16,7 +16,7 @@ HOMEPAGE= http://rdoeffinger.github.io/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB = c iconv intl popt z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:13 naddy Exp $
# $OpenBSD: Makefile,v 1.29 2019/06/03 16:06:51 sthen Exp $
COMMENT= extract digital camera info tags from JPEG images
@ -13,7 +13,7 @@ HOMEPAGE= http://libexif.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libexif/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2015/10/10 08:32:04 kirby Exp $
# $OpenBSD: Makefile,v 1.17 2019/06/03 16:06:51 sthen Exp $
COMMENT = library for processing panoramic images
DISTNAME = libpano13-2.9.19
@ -14,7 +14,7 @@ HOMEPAGE = http://panotools.sourceforge.net/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c jpeg png tiff z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2019/04/19 13:29:52 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:51 sthen Exp $
COMMENT= open-source JPEG 2000 codec library
@ -16,7 +16,7 @@ HOMEPAGE= http://www.openjpeg.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c lcms2 m png pthread tiff z

View File

@ -1,39 +1,39 @@
# $OpenBSD: Makefile,v 1.29 2019/05/19 11:26:25 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2019/06/03 16:06:51 sthen Exp $
COMMENT= open-source JPEG 2000 codec library
COMMENT= open-source JPEG 2000 codec library
V= 1.5.2
PORTROACH = limit:^1
DISTNAME= openjpeg-version.$V
PKGNAME= openjpeg-$V
DISTFILES= ${DISTNAME}{version.$V}.tar.gz
V= 1.5.2
PORTROACH = limit:^1
DISTNAME= openjpeg-version.$V
PKGNAME= openjpeg-$V
DISTFILES= ${DISTNAME}{version.$V}.tar.gz
SHARED_LIBS += openjpeg 5.0 # 6.2
CATEGORIES= graphics
CATEGORIES= graphics
HOMEPAGE= http://www.openjpeg.org/
HOMEPAGE= http://www.openjpeg.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c jpeg lcms2 m png pthread tiff z
# not using GH_* because it strips 'v' from version
MASTER_SITES = https://github.com/uclouvain/openjpeg/archive/
MASTER_SITES= https://github.com/uclouvain/openjpeg/archive/
CONFIGURE_STYLE= autoreconf
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoreconf
SEPARATE_BUILD= Yes
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.14
AUTORECONF= ./bootstrap.sh
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.14
AUTORECONF= ./bootstrap.sh
LIB_DEPENDS= graphics/lcms2 \
graphics/png \
graphics/tiff
LIB_DEPENDS= graphics/lcms2 \
graphics/png \
graphics/tiff
# XXX Yes, really, libtiff by itself won't be detected
LIB_DEPENDS += graphics/jpeg

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2018/02/12 15:02:00 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/06/03 16:06:51 sthen Exp $
COMMENT = generate data for Data Matrix (IEC16022) barcodes
@ -9,15 +9,15 @@ CATEGORIES = graphics
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
MODULES = cpan
PKG_ARCH = *
BUILD_DEPENDS = devel/p5-Module-Install-Repository \
devel/p5-Module-Install-AuthorTests
RUN_DEPENDS = devel/p5-Moo \
devel/p5-Type-Tiny
BUILD_DEPENDS = devel/p5-Module-Install-Repository \
devel/p5-Module-Install-AuthorTests
RUN_DEPENDS = devel/p5-Moo \
devel/p5-Type-Tiny
CONFIGURE_STYLE = modinst

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.48 2019/05/20 22:15:13 naddy Exp $
# $OpenBSD: Makefile,v 1.49 2019/06/03 16:06:51 sthen Exp $
COMMENT= read and manipulate raw images from digital cameras
DISTNAME= ufraw-0.22
REVISION = 3
REVISION= 3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ufraw/}
@ -12,7 +12,7 @@ HOMEPAGE= http://ufraw.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 bz2 c cairo cfitsio exiv2
@ -26,7 +26,7 @@ WANTLIB += png pthread ${COMPILER_LIBCXX} tiff z
# don't remove unless you are sure:
WANTLIB += lensfun
COMPILER = base-clang ports-gcc base-gcc
COMPILER= base-clang ports-gcc base-gcc
BUILD_DEPENDS= devel/gettext,-tools

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2019/03/24 22:24:13 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2019/06/03 16:06:51 sthen Exp $
COMMENT= BCrypt library for Java
@ -12,7 +12,7 @@ HOMEPAGE= http://www.mindrot.org/projects/jBCrypt/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= http://www.mindrot.org/files/jBCrypt/

View File

@ -1,36 +1,36 @@
# $OpenBSD: Makefile,v 1.11 2019/05/28 13:40:40 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2019/06/03 16:06:51 sthen Exp $
COMMENT= JVM-based scripting language for web apps (open-source CFML)
COMMENT= JVM-based scripting language for web apps (open-source CFML)
V= 5.3.2.77
DISTNAME= lucee-$V
EXTRACT_SUFX= .war
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{$V}
V= 5.3.2.77
DISTNAME= lucee-$V
EXTRACT_SUFX= .war
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}{$V}
CATEGORIES= lang www
CATEGORIES= lang www
HOMEPAGE= https://lucee.org/
HOMEPAGE= https://lucee.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES = http://release.lucee.org/rest/update/provider/war/
MASTER_SITES= http://release.lucee.org/rest/update/provider/war/
# doesn't actually need tomcat to build, but listing it here avoids
# wasting time on arch where it's unavailable
BUILD_DEPENDS= archivers/unzip \
${RUN_DEPENDS}
RUN_DEPENDS= www/tomcat/v9
SUBST_VARS= CATALINA_BASE
BUILD_DEPENDS= archivers/unzip \
${RUN_DEPENDS}
RUN_DEPENDS= www/tomcat/v9
SUBST_VARS= CATALINA_BASE
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
CATALINA_BASE= /var/tomcat
PREFIX= ${CATALINA_BASE}
CATALINA_BASE= /var/tomcat
PREFIX= ${CATALINA_BASE}
do-extract:
mkdir ${WRKSRC}; cd ${WRKSRC}; unzip ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.138 2019/06/03 13:43:27 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.139 2019/06/03 16:06:51 sthen Exp $
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
@ -22,7 +22,7 @@ MASTER_SITES= http://se.php.net/distributions/ \
# UPGRADERS: please read BOTH the PHP and Zend licenses
# and make sure they are safe before an upgrade
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODPHP_CONFIG_PATH= /var/www/conf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2013/11/05 17:49:33 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:52 sthen Exp $
COMMENT= RRDtool frontend for Postfix statistics
@ -14,7 +14,7 @@ HOMEPAGE= http://mailgraph.schweikert.ch
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
RUN_DEPENDS= net/rrdtool \
devel/p5-File-Tail

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.119 2019/05/31 10:25:34 sthen Exp $
# $OpenBSD: Makefile,v 1.120 2019/06/03 16:06:52 sthen Exp $
COMMENT= tty-based e-mail client
@ -12,7 +12,7 @@ HOMEPAGE= http://www.mutt.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB+= c crypto curses iconv idn2 intl qdbm ssl unistring z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:16 naddy Exp $
# $OpenBSD: Makefile,v 1.36 2019/06/03 16:06:52 sthen Exp $
COMMENT= tty-based e-mail client, Mutt with patches
@ -14,7 +14,7 @@ HOMEPAGE= https://neomutt.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB+= c crypto curses iconv idn2 intl ssl z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/06/20 16:14:33 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2019/06/03 16:06:52 sthen Exp $
COMMENT= parse and format RFC 5322 email addresses and groups
@ -9,7 +9,7 @@ CATEGORIES= mail
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2019/03/08 01:31:55 afresh1 Exp $
# $OpenBSD: Makefile,v 1.16 2019/06/03 16:06:52 sthen Exp $
COMMENT= RFC 2822 address parsing and creation
@ -10,6 +10,6 @@ CATEGORIES= mail
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2017/11/18 19:46:38 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2019/06/03 16:06:52 sthen Exp $
COMMENT= classes to create and decode MIME messages in PHP
@ -12,7 +12,7 @@ MODULES= www/pear
PKG_ARCH= *
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES+= lang/php # MODPHP_BIN, for tests
MODPHP_BUILDDEP= No

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2019/03/21 13:19:33 sthen Exp $
# $OpenBSD: Makefile,v 1.25 2019/06/03 16:06:52 sthen Exp $
COMMENT = PHP extension for parsing and working with rfc822/MIME mail
@ -8,7 +8,7 @@ CATEGORIES = mail
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# PHP
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2019/05/28 20:08:34 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2019/06/03 16:06:52 sthen Exp $
COMMENT= roundcube plugin: context-sensitive menus
@ -14,7 +14,7 @@ HOMEPAGE= http://www.tehinterweb.co.uk/roundcube/\#picontextmenu
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/28 20:08:35 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/06/03 16:06:52 sthen Exp $
COMMENT= roundcube plugin: log end-user IP in Dovecot using IMAP ID
@ -13,7 +13,7 @@ CATEGORIES= mail www
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2019/05/28 20:08:35 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2019/06/03 16:06:52 sthen Exp $
COMMENT= roundcube plugin: sieve rules (managesieve)
@ -14,7 +14,7 @@ HOMEPAGE= http://www.tehinterweb.co.uk/roundcube/\#pisieverules
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/05/28 20:08:35 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2019/06/03 16:06:52 sthen Exp $
COMMENT= roundcube plugin: authenticate via Yubikey HTTPS API
@ -13,7 +13,7 @@ CATEGORIES= mail www
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2018/01/11 19:27:04 rpe Exp $
# $OpenBSD: Makefile,v 1.8 2019/06/03 16:06:52 sthen Exp $
COMMENT= milter for rspamd (also supports clamav, rate-limiting, etc)
@ -12,7 +12,7 @@ CATEGORIES= mail
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c crypto glib-2.0 intl m milter opendkim pcre pthread ssl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.140 2019/05/20 13:23:44 sthen Exp $
# $OpenBSD: Makefile,v 1.141 2019/06/03 16:06:52 sthen Exp $
COMMENT= imap4 webmail client
@ -17,7 +17,7 @@ HOMEPAGE= http://www.roundcube.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3+ with exceptions for skins & plugins
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/$V/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.70 2019/05/26 12:49:36 sthen Exp $
# $OpenBSD: Makefile,v 1.71 2019/06/03 16:06:52 sthen Exp $
COMMENT= event-driven spam filtering system in C/Lua
@ -13,7 +13,7 @@ HOMEPAGE= https://rspamd.com/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Apache License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c crypto event glib-2.0 gthread-2.0 icudata icui18n icuuc
WANTLIB += intl m magic pcre pthread sqlite3 ssl z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.39 2018/11/29 23:13:16 sthen Exp $
# $OpenBSD: Makefile,v 1.40 2019/06/03 16:06:52 sthen Exp $
COMMENT= C-style arbitrary precision calculator
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://www.isthe.com/chongo/tech/comp/calc
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c curses readline

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2018/06/27 21:03:57 espie Exp $
# $OpenBSD: Makefile,v 1.18 2019/06/03 16:06:52 sthen Exp $
COMMENT= browser for a large lexical database of English
@ -14,7 +14,7 @@ HOMEPAGE= http://wordnet.princeton.edu/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += X11 Xau Xdmcp Xext Xft Xrender Xss c expat fontconfig
WANTLIB += freetype m xcb z ${MODTK_WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2019/05/19 11:26:25 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:52 sthen Exp $
COMMENT= read and set MPEG-4/3GPP metadata tags
@ -15,7 +15,7 @@ HOMEPAGE= https://bitbucket.org/wez/atomicparsley/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2 "or its successor"
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB= c m ${COMPILER_LIBCXX} z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.123 2019/02/27 14:23:58 sthen Exp $
# $OpenBSD: Makefile,v 1.124 2019/06/03 16:06:52 sthen Exp $
COMMENT= download/stream programmes from BBC iPlayer
@ -11,7 +11,7 @@ CATEGORIES= multimedia
HOMEPAGE= http://www.infradead.org/get_iplayer/
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MAINTAINER= Stuart Henderson <sthen@openbsd.org>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:18 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2019/06/03 16:06:52 sthen Exp $
COMMENT= lightweight DLNA/UPnP-AV media server (aka ReadyMedia)
@ -18,7 +18,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://sourceforge.net/projects/minidlna/
# GPLv2 only
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += FLAC avformat avutil c exif iconv id3tag intl jpeg
WANTLIB += ogg pthread sqlite3 vorbis

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2019/05/18 12:13:33 naddy Exp $
# $OpenBSD: Makefile,v 1.25 2019/06/03 16:06:53 sthen Exp $
V= 4.2.2
COMMENT= motion detection software for video
@ -16,7 +16,7 @@ HOMEPAGE= https://motion-project.github.io/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPL (according to source files, v2 only. website says v2+).
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += avcodec avdevice avformat avutil c intl jpeg m microhttpd
WANTLIB += pthread sqlite3 swscale webp webpmux

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.58 2018/12/21 23:45:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.59 2019/06/03 16:06:53 sthen Exp $
COMMENT-main= find the country where IP address/hostname originates from
COMMENT-db= GeoIP GeoLite database: IPv4/v6 address to country
@ -27,7 +27,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# geoip-api-c: LGPLv2.1+
# geolite DBs: CC BY-SA 4.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB-main += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2019/05/13 11:01:10 sthen Exp $
# $OpenBSD: Makefile,v 1.50 2019/06/03 16:06:53 sthen Exp $
COMMENT-main = ARP scanning and fingerprinting tool
COMMENT-mac = MAC address vendor list
@ -24,7 +24,7 @@ DISTFILES = ${DISTNAME}${EXTRACT_SUFX} \
oui-iab-$M.tar.xz:0
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB-main = c pcap
RUN_DEPENDS-main = ${BASE_PKGPATH},-mac

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.1 2018/09/18 19:21:05 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.2 2019/06/03 16:06:53 sthen Exp $
COMMENT= BIRD internet routing daemon
@ -12,7 +12,7 @@ HOMEPAGE= https://bird.network.cz/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ftp://bird.network.cz/pub/bird/

View File

@ -1,20 +1,20 @@
# $OpenBSD: Makefile,v 1.14 2017/08/14 22:04:36 jca Exp $
# $OpenBSD: Makefile,v 1.15 2019/06/03 16:06:53 sthen Exp $
COMMENT= realtime bandwidth monitoring of interfaces
COMMENT= realtime bandwidth monitoring of interfaces
DISTNAME= bwm-ng-0.6.1
REVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwmng/}
HOMEPAGE= http://www.gropp.org/
DISTNAME= bwm-ng-0.6.1
REVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bwmng/}
HOMEPAGE= http://www.gropp.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c curses
WANTLIB= c curses
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-libstatgrab \

View File

@ -1,29 +1,29 @@
# $OpenBSD: Makefile,v 1.53 2019/05/04 21:56:18 sthen Exp $
# $OpenBSD: Makefile,v 1.54 2019/06/03 16:06:53 sthen Exp $
COMMENT= DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client
COMMENT= DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client
DISTNAME= dhcpcd-7.2.2
DISTNAME= dhcpcd-7.2.2
CATEGORIES= net
EXTRACT_SUFX= .tar.xz
CATEGORIES= net
EXTRACT_SUFX= .tar.xz
HOMEPAGE= https://roy.marples.name/projects/dhcpcd
HOMEPAGE= https://roy.marples.name/projects/dhcpcd
# BSD-2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ \
ftp://roy.marples.name/pub/dhcpcd/
MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ \
ftp://roy.marples.name/pub/dhcpcd/
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --prefix='${PREFIX}' \
--sysconfdir='${SYSCONFDIR}' \
--mandir='${PREFIX}/man' \
--localstatedir='${LOCALSTATEDIR}'
FAKE_FLAGS= SYSCONFDIR=${PREFIX}/share/examples/dhcpcd
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --prefix='${PREFIX}' \
--sysconfdir='${SYSCONFDIR}' \
--mandir='${PREFIX}/man' \
--localstatedir='${LOCALSTATEDIR}'
FAKE_FLAGS= SYSCONFDIR=${PREFIX}/share/examples/dhcpcd
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2019/03/31 00:09:09 sthen Exp $
# $OpenBSD: Makefile,v 1.47 2019/06/03 16:06:53 sthen Exp $
COMMENT= quickly ping N hosts w/o flooding the network
@ -11,7 +11,7 @@ HOMEPAGE= https://fping.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2019/04/18 17:27:18 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2019/06/03 16:06:53 sthen Exp $
PORTROACH= limit:^3\.
@ -35,7 +35,7 @@ HOMEPAGE= http://www.freeradius.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2 - LGPLv2 - OpenSSL exemption
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
CONFIGURE_STYLE= gnu
# Don't allow FR_LOCATE_DIR to use locate(1) to guess possible

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.18 2014/03/25 01:26:33 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.19 2019/06/03 16:06:53 sthen Exp $
CATEGORIES+= net
@ -7,4 +7,4 @@ HOMEPAGE?= http://www.icinga.org/
MAINTAINER?= Stuart Henderson <sthen@openbsd.org>
# GPLv2 only
PERMIT_PACKAGE_CDROM?= Yes
PERMIT_PACKAGE?= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.93 2019/05/26 14:49:39 sthen Exp $
# $OpenBSD: Makefile,v 1.94 2019/06/03 16:06:53 sthen Exp $
BROKEN-hppa = needs atomic ops; __sync_add_and_fetch_4
@ -38,7 +38,7 @@ SHARED_LIBS += socketpair 0.0 # 2.6
HOMEPAGE = https://icinga.com/products/icinga-2/
# GPLv2+ with OpenSSL exemption
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} boost_atomic-mt boost_chrono-mt
WANTLIB += boost_date_time-mt boost_program_options-mt boost_regex-mt

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2019/05/17 16:19:40 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2019/06/03 16:06:53 sthen Exp $
COMMENT= toolset for internet routing registries
@ -13,7 +13,7 @@ HOMEPAGE= http://irrtoolset.isc.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c curses m readline

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.91 2019/05/17 12:52:46 sthen Exp $
# $OpenBSD: Makefile,v 1.92 2019/06/03 16:06:53 sthen Exp $
COMMENT= Berkeley Internet Name Daemon: DNS server and tools
@ -27,7 +27,7 @@ HOMEPAGE= http://www.isc.org/software/bind
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# MPL 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB= c iconv idn2 json-c lzma m pthread unistring xml2 z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2016/08/11 10:27:33 sthen Exp $
# $OpenBSD: Makefile,v 1.21 2019/06/03 16:06:53 sthen Exp $
COMMENT= BIND stub resolver library for special use cases
@ -24,7 +24,7 @@ HOMEPAGE= http://www.isc.org/software/libbind
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_ISC:=libbind/$V/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.91 2019/05/28 14:18:31 sthen Exp $
# $OpenBSD: Makefile,v 1.92 2019/06/03 16:06:53 sthen Exp $
COMMENT = auto-discovering network management/monitoring system
@ -15,7 +15,7 @@ HOMEPAGE = https://www.librenms.org/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MASTER_SITES0 = https://spacehopper.org/mirrors/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/03/13 14:21:36 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/06/03 16:06:53 sthen Exp $
COMMENT= validating DNS resolver library
@ -14,7 +14,7 @@ HOMEPAGE= https://www.unbound.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += crypto event ssl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2018/12/11 14:28:57 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2019/06/03 16:06:53 sthen Exp $
COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent
@ -18,7 +18,7 @@ HOMEPAGE= http://vincentbernat.github.com/lldpd/
# Program: ISC. Bundled MIB is from IEEE 802.1AB-2005; "Users of this
# standard may freely reproduce the MIB contained in this subclause so
# that it can be used for its intended purpose."
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c curses event_core event_extra pthread readline

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:19 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2019/06/03 16:06:53 sthen Exp $
COMMENT= client for MikroTik's "L2 telnet" protocol#'
@ -15,7 +15,7 @@ HOMEPAGE= http://lunatic.no/2010/10/routeros-mac-telnet-application-for-linux-us
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/02/23 11:23:37 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/06/03 16:06:53 sthen Exp $
COMMENT= simple filter to look up MAC address vendors
@ -9,7 +9,7 @@ CATEGORIES= net textproc
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= https://spacehopper.org/mirrors/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2018/03/11 22:53:43 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/06/03 16:06:54 sthen Exp $
PKG_ARCH = *
@ -14,7 +14,7 @@ CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
NO_BUILD = Yes
NO_TEST = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/07/30 21:20:33 sthen Exp $
# $OpenBSD: Makefile,v 1.18 2019/06/03 16:06:54 sthen Exp $
COMMENT= monitors the status of mirrors
@ -10,7 +10,7 @@ HOMEPAGE= http://people.cs.uu.nl/henkp/mirmon/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# free license, see LICENSE
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${HOMEPAGE}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2019/05/20 22:15:19 naddy Exp $
# $OpenBSD: Makefile,v 1.24 2019/06/03 16:06:54 sthen Exp $
COMMENT-main= monitoring plugins (for Nagios, Icinga, etc)
COMMENT-dbi= dbi monitoring plugin
@ -40,7 +40,7 @@ HOMEPAGE= https://www.monitoring-plugins.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl pthread
WANTLIB-main= ${WANTLIB} crypto m ssl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.67 2019/05/20 20:52:34 sthen Exp $
# $OpenBSD: Makefile,v 1.68 2019/06/03 16:06:54 sthen Exp $
COMMENT= Matt's traceroute - network diagnostic tool#'
@ -16,7 +16,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= https://www.bitwizard.nl/mtr/
# GPLv2+
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE= yes
# diff for pledge(), not yet enabled
WANTLIB += c m curses

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2015/09/19 12:21:04 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2019/06/03 16:06:54 sthen Exp $
COMMENT= Nagios plugin to check full email delivery loop (SMTP/IMAP)
@ -12,7 +12,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://buhacoff.net/software/check_email_delivery/
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${HOMEPAGE}/archive/

View File

@ -1,26 +1,26 @@
# $OpenBSD: Makefile,v 1.7 2018/11/29 23:16:35 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2019/06/03 16:06:54 sthen Exp $
PKG_ARCH= *
PKG_ARCH= *
COMMENT= Nagios plugin to monitor PostgresQL
DISTNAME= check_postgres-2.24.0
CATEGORIES= net databases
COMMENT= Nagios plugin to monitor PostgresQL
DISTNAME= check_postgres-2.24.0
CATEGORIES= net databases
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://bucardo.org/wiki/Check_postgres
MASTER_SITES= http://bucardo.org/downloads/
HOMEPAGE= http://bucardo.org/wiki/Check_postgres
MASTER_SITES= http://bucardo.org/downloads/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MODULES= perl
CONFIGURE_STYLE= perl
MODULES= perl
CONFIGURE_STYLE= perl
TEST_DEPENDS= ${RUN_DEPENDS} \
databases/postgresql,-server
databases/postgresql,-server
RUN_DEPENDS= databases/p5-DBD-Pg
RUN_DEPENDS= databases/p5-DBD-Pg
pre-configure:
@perl -pi -e 's,data space,data_space,g' ${WRKSRC}/t/CP_Testing.pm

View File

@ -1,26 +1,26 @@
# $OpenBSD: Makefile,v 1.11 2015/12/03 21:24:31 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2019/06/03 16:06:54 sthen Exp $
COMMENT= Nagios plugin to check SIP
COMMENT= Nagios plugin to check SIP
DISTNAME= check_sip-20060929
REVISION= 3
CATEGORIES= net
DISTNAME= check_sip-20060929
REVISION= 3
CATEGORIES= net
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= http://isle.wumpus.org/src/nagios/
MASTER_SITES= https://spacehopper.org/mirrors/
HOMEPAGE= http://isle.wumpus.org/src/nagios/
MASTER_SITES= https://spacehopper.org/mirrors/
# Artistic License 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
NO_BUILD= Yes
NO_TEST= Yes
NO_BUILD= Yes
NO_TEST= Yes
EXTRACT_SUFX=
RUN_DEPENDS= net/sipsak \
net/monitoring-plugins
WRKDIST= ${WRKDIR}
RUN_DEPENDS= net/sipsak \
net/monitoring-plugins
WRKDIST= ${WRKDIR}
do-extract:
@cp ${DISTDIR}/${DISTNAME} ${WRKSRC}/check_sip

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2018/11/07 11:07:11 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2019/06/03 16:06:54 sthen Exp $
COMMENT-main= server to accept passive check results for Nagios/Icinga
COMMENT-client= client to send passive check results to Nagios/Icinga
@ -15,7 +15,7 @@ HOMEPAGE= https://www.nsca-ng.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB= c ev lib/eopenssl/crypto lib/eopenssl/ssl
WANTLIB-main= ${WANTLIB} confuse

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2018/11/29 23:16:46 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2019/06/03 16:06:54 sthen Exp $
COMMENT= helper routines for writing monitoring plugins
@ -13,7 +13,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
HOMEPAGE= https://github.com/monitoring-plugins/monitoring-plugin-perl
# same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
CPAN_AUTHOR= NIERLEIN

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.104 2019/05/20 08:45:11 sthen Exp $
# $OpenBSD: Makefile,v 1.105 2019/06/03 16:06:54 sthen Exp $
COMMENT-main= extendable SNMP implementation
COMMENT-tkmib= graphical SNMP MIB browser
@ -28,11 +28,11 @@ HOMEPAGE= http://www.net-snmp.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB-main= c crypto kvm m perl
WANTLIB-main= c crypto kvm m perl
FLAVORS= readonly
FLAVORS= readonly
FLAVOR?=
RUN_DEPENDS-tkmib= net/net-snmp \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2019/05/19 11:26:25 naddy Exp $
# $OpenBSD: Makefile,v 1.26 2019/06/03 16:06:54 sthen Exp $
COMMENT-main = tools to collect and process netflow data
COMMENT-nfprofile = filters data from nfdump according to profiles
@ -17,7 +17,7 @@ CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = bz2 c z

View File

@ -1,32 +1,32 @@
# $OpenBSD: Makefile,v 1.42 2019/01/27 20:00:50 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2019/06/03 16:06:54 sthen Exp $
COMMENT= web-based front end for the nfdump netflow tools
COMMENT= web-based front end for the nfdump netflow tools
V= 1.3.8
REVISION= 4
DISTNAME= nfsen-$V
CATEGORIES= net www
HOMEPAGE= http://nfsen.sourceforge.net/
V= 1.3.8
REVISION= 4
DISTNAME= nfsen-$V
CATEGORIES= net www
HOMEPAGE= http://nfsen.sourceforge.net/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nfsen/}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nfsen/}
MODULES= perl lang/php
RUN_DEPENDS= net/rrdtool \
mail/p5-Mail-Tools \
net/p5-Socket6 \
net/nfdump,-nfprofile \
net/nfdump>=1.6.9
BUILD_DEPENDS= ${RUN_DEPENDS}
MODULES= perl lang/php
RUN_DEPENDS= net/rrdtool \
mail/p5-Mail-Tools \
net/p5-Socket6 \
net/nfdump,-nfprofile \
net/nfdump>=1.6.9
BUILD_DEPENDS= ${RUN_DEPENDS}
NO_BUILD= Yes
NO_TEST= Yes
WWWDIR= ${WRKINST}/var/www/htdocs
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
WWWDIR= ${WRKINST}/var/www/htdocs
PKG_ARCH= *
pre-configure:
@${SUBST_CMD} ${WRKSRC}/etc/nfsen-dist.conf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2016/03/16 11:49:07 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/06/03 16:06:54 sthen Exp $
COMMENT= VNC client using HTML5 (Web Sockets, Canvas)
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# core: MPL 2.0
# (plus some others for included files)
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
RUN_DEPENDS= net/websockify

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2019/05/19 11:26:25 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2019/06/03 16:06:54 sthen Exp $
# built but not actually installed at present; patches are needed for the
# build so it seems easier to keep the SHARED_LIBS infrastructure here.
@ -19,7 +19,7 @@ HOMEPAGE= https://www.ntop.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX}
WANTLIB += c crypto curl hiredis json-c m maxminddb mysqlclient

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2019/05/20 22:15:20 naddy Exp $
# $OpenBSD: Makefile,v 1.51 2019/06/03 16:06:54 sthen Exp $
COMMENT= client for Cisco AnyConnect SSL VPN
@ -14,12 +14,12 @@ HOMEPAGE= https://www.infradead.org/openconnect/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# LGPLv2.1 only
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB += c ffi gmp gnutls hogweed iconv idn2 intl lz4 lzma m
WANTLIB += nettle p11-kit pthread tasn1 unistring xml2 z
COMPILER = base-clang ports-gcc base-gcc
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2018/08/26 19:37:27 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2019/06/03 16:06:54 sthen Exp $
PKG_ARCH = *
@ -14,7 +14,7 @@ CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2018/08/26 19:33:15 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/06/03 16:06:54 sthen Exp $
PKG_ARCH = *
@ -14,7 +14,7 @@ CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2019/05/28 13:39:16 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2019/06/03 16:06:54 sthen Exp $
COMMENT = module to interface the DNS resolver using the ldns library
@ -10,7 +10,7 @@ CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c crypto idn ldns perl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2018/10/03 13:33:29 sthen Exp $
# $OpenBSD: Makefile,v 1.22 2019/06/03 16:06:54 sthen Exp $
COMMENT= SMTP support for PHP
@ -10,7 +10,7 @@ MODULES= www/pear
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
RUN_DEPENDS= net/pear-Net-Socket>=1.0.7 \
security/pear-Auth-SASL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2018/10/03 13:36:20 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/06/03 16:06:55 sthen Exp $
COMMENT= pear class to talk to Sieve servers
@ -10,7 +10,7 @@ MODULES= www/pear
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
RUN_DEPENDS= net/pear-Net-Socket \
security/pear-Auth-SASL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2018/10/17 14:15:55 sthen Exp $
# $OpenBSD: Makefile,v 1.20 2019/06/03 16:06:55 sthen Exp $
COMMENT= graphical network traffic map
@ -13,7 +13,7 @@ HOMEPAGE= http://www.network-weathermap.com/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
MASTER_SITES= ${HOMEPAGE}files/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2019/05/15 12:04:39 kmos Exp $
# $OpenBSD: Makefile,v 1.13 2019/06/03 16:06:55 sthen Exp $
COMMENT = python bindings for the RIPE Atlas API
@ -14,7 +14,7 @@ HOMEPAGE = https://github.com/RIPE-NCC/ripe-atlas-cousteau
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2019/05/15 12:04:40 kmos Exp $
# $OpenBSD: Makefile,v 1.12 2019/06/03 16:06:55 sthen Exp $
COMMENT = parsing library for RIPE Atlas measurement results
@ -14,7 +14,7 @@ HOMEPAGE = https://github.com/RIPE-NCC/ripe.atlas.sagan
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2019/05/15 12:04:40 kmos Exp $
# $OpenBSD: Makefile,v 1.14 2019/06/03 16:06:55 sthen Exp $
COMMENT = official command-line client for RIPE Atlas
@ -13,7 +13,7 @@ HOMEPAGE = https://github.com/RIPE-NCC/ripe-atlas-tools
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/09/24 20:28:43 sthen Exp $
# $OpenBSD: Makefile,v 1.11 2019/06/03 16:06:55 sthen Exp $
COMMENT= simple RADIUS client library
@ -14,7 +14,7 @@ HOMEPAGE= http://radcli.github.io/radcli/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# recent code BSD, some old MERIT/Livingston
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
WANTLIB = ffi gmp gnutls hogweed iconv idn2 intl nettle p11-kit pthread
WANTLIB += tasn1 unistring z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.115 2019/05/28 13:59:36 sthen Exp $
# $OpenBSD: Makefile,v 1.116 2019/06/03 16:06:55 sthen Exp $
COMMENT-main= system to store and display time-series data
COMMENT-update= lightweight update-only tool for rrdtool
@ -24,7 +24,7 @@ MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
# GPLv2+, with exemptions for use of the library with certain
# named open-source licenses; see COPYRIGHT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE= Yes
USE_GMAKE= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2019/05/10 21:13:28 jca Exp $
# $OpenBSD: Makefile,v 1.18 2019/06/03 16:06:55 sthen Exp $
COMMENT = SNMP statistics monitoring system
@ -12,7 +12,7 @@ HOMEPAGE = http://rtg.sourceforge.net/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c crypto fontconfig freetype gd iconv jpeg m mysqlclient_r
WANTLIB += netsnmp png pthread tiff webp z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2018/12/19 21:24:50 sthen Exp $
# $OpenBSD: Makefile,v 1.38 2019/06/03 16:06:55 sthen Exp $
SHARED_LIBS += scamperfile 2.0 # 0.0
@ -15,7 +15,7 @@ HOMEPAGE = https://www.caida.org/tools/measurement/scamper/
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# GPLv2 only
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c crypto m ssl pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2017/05/11 20:50:55 espie Exp $
# $OpenBSD: Makefile,v 1.17 2019/06/03 16:06:55 sthen Exp $
COMMENT = SIP swiss army knife
@ -16,7 +16,7 @@ MAINTAINER = Stuart Henderson <sthen@openbsd.org>
LIB_DEPENDS = net/libcares
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE = Yes
WANTLIB = c crypto cares

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