replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
This commit is contained in:
parent
8d7492377d
commit
4435b868be
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2016/03/11 19:59:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 21:15:33 sthen Exp $
|
||||
|
||||
COMMENT = astronomic computations as a library
|
||||
|
||||
@ -10,7 +10,7 @@ CATEGORIES = astro devel
|
||||
HOMEPAGE = http://libnova.sourceforge.net/
|
||||
|
||||
# LGPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c m
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2019/07/05 15:43:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/07/12 21:15:33 sthen Exp $
|
||||
|
||||
COMMENT-main= display the phase of the Sun on a map of the Earth
|
||||
COMMENT-maps= additional maps of the Earth for sunclock
|
||||
@ -36,7 +36,7 @@ RUN_DEPENDS-maps= astro/sunclock
|
||||
PKG_ARCH-maps= *
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB-main= X11 Xext Xpm Xau Xdmcp c m z jpeg png
|
||||
DIST_SUBDIR= sunclock
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/11/24 09:11:03 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = simple metronome
|
||||
CATEGORIES = audio
|
||||
@ -7,7 +7,7 @@ MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
MASTER_SITES = https://distfiles.nl/
|
||||
|
||||
# OpenBSD licence
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
FAKE_FLAGS = BINDIR=${TRUEPREFIX}/bin MANDIR=${TRUEPREFIX}/man/man
|
||||
WANTLIB += c m sndio
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2018/04/11 13:40:46 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = book on TeX typesetting system for experienced audience
|
||||
CATEGORIES = books
|
||||
@ -16,8 +16,7 @@ MASTER_SITES = https://bitbucket.org/VictorEijkhout/tex-by-topic/get/
|
||||
BUILD_DEPENDS = print/texlive/base
|
||||
|
||||
# GNU FDL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}/VictorEijkhout-tex-by-topic-${COMMIT}
|
||||
INSTALL_LOC = ${PREFIX}/share/doc/tex-by-topic
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/12/04 17:56:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = encoding and decoding of base32 (RFC4648) strings
|
||||
|
||||
@ -8,7 +8,7 @@ CATEGORIES = converters
|
||||
FIX_EXTRACT_PERMISSIONS =Yes
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2018/09/10 12:38:35 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = lightweight connection pooler for PostgreSQL
|
||||
|
||||
@ -12,7 +12,7 @@ HOMEPAGE = http://wiki.postgresql.org/wiki/PgBouncer
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c event crypto ssl pthread
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2018/09/10 12:29:24 pea Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT= connection pool server for PostgreSQL
|
||||
|
||||
@ -13,7 +13,7 @@ MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
SHARED_LIBS= pcp 0.0
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MASTER_SITES= https://www.pgpool.net/mediawiki/images/
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2019/04/02 12:39:29 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = Atmel AVR 32-bit binutils
|
||||
V = 2.23.1
|
||||
DISTNAME = avr32-binutils-${V}
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c z
|
||||
DIST_SUBDIR = binutils
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2019/04/02 12:39:29 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = bootstrap compiler for the AVR32 toolchain
|
||||
V = 4.4.7
|
||||
@ -6,7 +6,7 @@ DISTNAME = avr32-gcc-${V}
|
||||
PKGNAME = avr32-gcc-bootstrap-${V}
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
REVISION = 1
|
||||
|
||||
WANTLIB = c gmp mpfr
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2019/04/02 12:39:29 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = Atmel AVR 32-bit gcc
|
||||
V = 4.4.7
|
||||
@ -6,7 +6,7 @@ DISTNAME = avr32-gcc-${V}
|
||||
REVISION = 1
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c gmp mpfr
|
||||
DIST_SUBDIR = gcc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/17 15:02:26 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = Atmel AVR 32-bit header files
|
||||
V = 6.1.3.1475
|
||||
@ -7,7 +7,7 @@ PKGNAME = avr32-headers-${V}
|
||||
MASTER_SITES = http://www.atmel.com/Images/
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
EXTRACT_SUFX = .zip
|
||||
CONFIGURE_STYLE = none
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2019/04/02 12:39:29 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = Atmel AVR 32-bit C library
|
||||
V = 1.16.0
|
||||
DISTNAME = avr32-newlib-${V}
|
||||
|
||||
# GPLv3/GPLv2/BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
AUTOCONF_VERSION = 2.59
|
||||
AUTOMAKE_VERSION = 1.9
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/09/29 10:51:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = semantic grep, based on coccinelle
|
||||
|
||||
@ -11,7 +11,7 @@ CATEGORIES = devel textproc
|
||||
HOMEPAGE = http://home.regit.org/software/coccigrep/
|
||||
|
||||
# GPLv3 only
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = http://home.regit.org/wp-content/uploads/2011/08/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2019/05/13 22:41:55 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
BROKEN-sparc64 = "/usr/bin/ld: skipping incompatible pyml-current/libpyml_stubs.a when searching for -lpyml_stubs" \
|
||||
"/usr/bin/ld: cannot find -lpyml_stubs"
|
||||
@ -15,7 +15,7 @@ CATEGORIES = devel
|
||||
HOMEPAGE = http://coccinelle.lip6.fr/
|
||||
|
||||
# GPLv2 only
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c curses m pthread pcre ${MODPY_WANTLIB}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2019/04/24 16:26:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = C++ library of cryptographic algorithms
|
||||
CATEGORIES = devel security
|
||||
@ -14,7 +14,7 @@ WRKDIST = ${WRKDIR}
|
||||
|
||||
# individual files are public domain
|
||||
# compilation is licensed under the Boost Software License 1.0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += m pthread ${COMPILER_LIBCXX}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2018/08/09 17:43:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
PKG_ARCH = *
|
||||
COMMENT = config files for imake
|
||||
@ -9,7 +9,7 @@ PKGNAME = imake-cf-${V}
|
||||
REVISION = 2
|
||||
MASTER_SITES = ${MASTER_SITE_XORG:=util/}
|
||||
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
SUBST += -e 's|@prefix@|${X11BASE}|'
|
||||
SUBST += -e 's|@FONTROOTDIR@|${X11BASE}/lib/X11/fonts|'
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/04/23 06:18:29 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = makefile generator
|
||||
CATEGORIES = devel x11
|
||||
DISTNAME = imake-1.0.8
|
||||
MASTER_SITES = ${MASTER_SITE_XORG:=util/}
|
||||
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:15 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = report the search path for a class's ISA tree
|
||||
|
||||
@ -10,6 +10,6 @@ CPAN_AUTHOR = SMUELLER
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2016/03/20 19:56:23 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = parse directory listing
|
||||
|
||||
@ -9,7 +9,7 @@ CATEGORIES = devel
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:56:36 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = check Manifest matches your distro
|
||||
|
||||
@ -9,7 +9,7 @@ CATEGORIES = devel
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2018/10/24 14:28:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = python interface to subversion
|
||||
|
||||
@ -13,7 +13,7 @@ HOMEPAGE = http://pysvn.tigris.org
|
||||
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
|
||||
|
||||
# Apache v1.1, BSD-like
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = http://pysvn.barrys-emacs.org/source_kits/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/10/26 23:55:35 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = Ruby extensions serving DataMapper and DataObjects
|
||||
|
||||
@ -7,7 +7,7 @@ REVISION = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/07/18 21:07:40 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 21:15:34 sthen Exp $
|
||||
|
||||
COMMENT = provides read/write access to OLE2 structured storage files
|
||||
|
||||
@ -8,7 +8,7 @@ REVISION = 2
|
||||
CATEGORIES = devel
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2017/05/11 19:52:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT= classic space-age stock trading game
|
||||
|
||||
@ -7,7 +7,8 @@ CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE:=games/strategy/}
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= c curses
|
||||
|
||||
MAKE_FLAGS= CC="${CC}"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/15 12:04:38 kmos Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = Python charting module
|
||||
|
||||
@ -9,7 +9,7 @@ CATEGORIES = graphics
|
||||
HOMEPAGE = http://www.lorenzogil.com/projects/pycha/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2018/12/13 19:53:24 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = image processing and analysis library
|
||||
ONLY_FOR_ARCHS = ${CXX11_ARCHS}
|
||||
@ -19,7 +19,7 @@ MAINTAINER = Kirill Bychkov <kirby@openbsd.org>
|
||||
MASTER_SITES = https://github.com/ukoethe/vigra/releases/download/Version-${V}/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += Half Iex IlmImf IlmThread Imath boost_atomic-mt boost_chrono-mt
|
||||
WANTLIB += boost_date_time-mt boost_system-mt boost_thread-mt
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2013/10/11 21:20:57 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT-canna= X input method for Japanese, canna support
|
||||
COMMENT-canna-wnn= X input method for Japanese, canna and wnn support
|
||||
@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/
|
||||
CATEGORIES= japanese x11
|
||||
|
||||
# License: NOFEE
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xaw Xdmcp Xext Xmu Xpm Xt c
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/12/08 15:09:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT= library for Japanese Input Method Wnn4
|
||||
|
||||
@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.lab.kdd.co.jp/Japan/onew/ \
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
FLAVORS=wnn4 canna
|
||||
FLAVOR?=canna
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2018/08/15 12:09:25 matthieu Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = Libedit interface to Tcl/Tk interpreters
|
||||
|
||||
@ -12,7 +12,7 @@ HOMEPAGE = https://git.openrobots.org/projects/eltclsh/
|
||||
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = X11 Xext Xft Xrender Xss c curses edit expat \
|
||||
fontconfig freetype m pthread xcb z ${MODTK_WANTLIB}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/05/23 23:19:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
PKG_ARCH = *
|
||||
COMMENT = lightweight C++ template library for linear algebra
|
||||
@ -14,7 +14,7 @@ WRKDIST = ${WRKDIR}/eigen-eigen-f30db88dec8b
|
||||
REVISION = 3
|
||||
|
||||
# relaxed GPL (LGPL for template libs)
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
|
||||
MODULES = devel/cmake
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/04/02 14:21:16 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = powerful curses interface python file manager
|
||||
|
||||
@ -11,7 +11,7 @@ CATEGORIES = misc
|
||||
HOMEPAGE = http://katxi.org/devel/lfm/
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2016/03/20 19:56:50 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = AMF client to connect to remote FLEX AIR service
|
||||
|
||||
@ -9,7 +9,7 @@ CPAN_AUTHOR = AREGGIORI
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/09/07 18:54:07 nigel Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = deserializer for Adobe Action Message Format
|
||||
|
||||
@ -9,7 +9,7 @@ CPAN_AUTHOR = GRIAN
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2019/06/01 23:22:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT= network analysis and security monitoring framework
|
||||
|
||||
@ -17,7 +17,7 @@ HOMEPAGE= https://www.bro.org/
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c crypto m maxminddb pcap pthread ssl z
|
||||
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB} lib/libbind/bind
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2013/10/11 23:50:21 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT= update your Snort rules
|
||||
|
||||
@ -12,7 +12,7 @@ HOMEPAGE= http://oinkmaster.sourceforge.net/
|
||||
MAINTAINER= Markus Lude <markus.lude@gmx.de>
|
||||
|
||||
# License: BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= net/wget
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2019/04/09 11:13:09 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = LDAP authentication plugin for OpenVPN 2.x
|
||||
|
||||
@ -11,7 +11,7 @@ CATEGORIES = net security
|
||||
HOMEPAGE = https://github.com/threerings/openvpn-auth-ldap
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = ${COMPILER_LIBCXX} lber ldap
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2016/03/20 19:56:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = Perl DHCP classes
|
||||
|
||||
@ -8,7 +8,7 @@ CATEGORIES = net
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/09/07 19:07:38 nigel Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = Perl HTTP connection client
|
||||
|
||||
@ -8,7 +8,7 @@ CATEGORIES = net
|
||||
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2014/10/22 14:56:20 stsp Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = ipv4 and ipv6 subnet calculator
|
||||
|
||||
@ -9,7 +9,7 @@ HOMEPAGE = http://www.routemeister.net/projects/sipcalc/
|
||||
MAINTAINER = Stefan Sperling <stsp@openbsd.org>
|
||||
|
||||
# BSD-like
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = http://www.routemeister.net/projects/sipcalc/files/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/05/14 14:06:38 stu Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = Tcl package that provides SNMP tools
|
||||
|
||||
@ -10,7 +10,7 @@ CATEGORIES = net
|
||||
MAINTAINER = Matthieu Herrb <matthieu@openbsd.org>
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = netsnmp
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/04 11:09:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = fetch and update unofficial signatures for ClamAV
|
||||
|
||||
@ -12,7 +12,7 @@ CATEGORIES = security mail
|
||||
HOMEPAGE = https://github.com/extremeshok/clamav-unofficial-sigs
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = https://github.com/extremeshok/clamav-unofficial-sigs/archive/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2019/05/20 22:15:22 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = GNU privacy guard - a free PGP replacement
|
||||
|
||||
@ -16,7 +16,7 @@ HOMEPAGE = https://www.gnupg.org/
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += assuan bz2 c gcrypt gnutls gpg-error iconv intl ksba
|
||||
WANTLIB += npth pthread readline sqlite3 usb-1.0 z curses
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:22 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2019/07/12 21:15:35 sthen Exp $
|
||||
|
||||
COMMENT = X.509 library
|
||||
|
||||
@ -15,7 +15,7 @@ HOMEPAGE = https://www.gnupg.org/software/libksba/index.html
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/16 18:07:54 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = library to secure any kind of communication streams
|
||||
|
||||
@ -15,7 +15,7 @@ HOMEPAGE = https://libperseus.googlecode.com/
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPL/LGPL/MPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB = c m
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/05/07 02:31:03 danj Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT= logfile auditing tool
|
||||
|
||||
@ -8,7 +8,7 @@ REVISION = 8
|
||||
CATEGORIES= security
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sentrytools/}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/06/17 06:16:51 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT= efficient SNMP scanner
|
||||
|
||||
@ -7,7 +7,7 @@ CATEGORIES= security
|
||||
REVISION= 0
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
WANTLIB= c
|
||||
|
||||
MASTER_SITES= http://www.phreedom.org/solar/onesixtyone/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2018/01/30 15:06:37 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT-main = PIN or passphrase entry dialog (ncurses interface)
|
||||
COMMENT-gtk2 = PIN or passphrase entry dialog (gtk2 interface)
|
||||
@ -21,7 +21,7 @@ HOMEPAGE = https://www.gnupg.org/related_software/pinentry/index.en.html
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c assuan gio-2.0 glib-2.0 gobject-2.0 gpg-error iconv intl
|
||||
WANTLIB += curses secret-1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2019/05/03 07:54:22 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = Python implementation of ECDSA cryptography
|
||||
|
||||
@ -12,7 +12,7 @@ HOMEPAGE = https://github.com/warner/python-ecdsa
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/06/11 00:38:36 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = config backup and policy check for network devices
|
||||
|
||||
@ -15,7 +15,7 @@ HOMEPAGE = http://www.netfishers.onl/netshot
|
||||
MAINTAINER = Remi Locherer <remi@openbsd.org>
|
||||
|
||||
# GPLv3+ (included libraries: Apache1+2 BSD GPLv2 LGPL2.1 MIT)
|
||||
PERMIT_PACKAGE_CDROM = YES
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = https://github.com/netfishers-onl/Netshot/releases/download/v${V}/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/04/28 20:51:54 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = minimalistic console file manager
|
||||
|
||||
@ -13,7 +13,7 @@ HOMEPAGE = https://ranger.github.io/
|
||||
MAINTAINER = Klemens Nanni <kn@openbsd.org>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = https://ranger.github.io/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/06/04 02:58:48 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = incremental backup
|
||||
|
||||
@ -12,7 +12,7 @@ HOMEPAGE = http://www.nongnu.org/rdiff-backup/
|
||||
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += rsync pthread ${MODPY_WANTLIB}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2018/06/29 09:58:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = convert DocBook to man pages and Texinfo
|
||||
|
||||
@ -11,7 +11,7 @@ CATEGORIES = textproc
|
||||
HOMEPAGE = http://docbook2x.sourceforge.net/
|
||||
|
||||
# MIT-like
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c iconv
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.69 2019/05/17 22:52:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.70 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT-main= interactive spelling checker
|
||||
COMMENT-dutch= ispell dictionary for Dutch
|
||||
@ -64,7 +64,7 @@ MULTI_PACKAGES= -main -dutch -french -german -swedish -russian -portuguese \
|
||||
|
||||
# ispell: BSD-like
|
||||
# dictionaries: GPL or BSD-like
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB-main= c curses
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/30 02:11:16 cwen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = Perl interface for the Tumblr API
|
||||
|
||||
@ -9,7 +9,7 @@ MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = converters/p5-JSON \
|
||||
devel/p5-Moose \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/03/20 19:57:24 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:36 sthen Exp $
|
||||
|
||||
COMMENT = create and manipulate tables
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||||
|
||||
# custom:
|
||||
# http://cpansearch.perl.org/src/CERNEY/Tk-TableMatrix-1.23/COPYING
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += X11 c m perl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user