add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar bump accordingly.
This commit is contained in:
parent
057382f0fd
commit
c114d7057b
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = navigate zip archives through FUSE
|
||||
|
||||
DISTNAME = fuse-zip-0.4.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = archivers
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = lossless data compressor
|
||||
|
||||
DISTNAME = lzip-1.19
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://lzip.nongnu.org/lzip.html
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = data recovery tool and decompressor for lzip files
|
||||
|
||||
DISTNAME = lziprecover-1.19
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://lzip.nongnu.org/lziprecover.html
|
||||
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/lziprecover/}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/16 19:18:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = command line implementation of the PAR v2.0 specification
|
||||
|
||||
V = 0.6.14
|
||||
DISTNAME = par2cmdline-$V
|
||||
DISTFILES = ${DISTNAME}{v$V}.tar.gz
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = archivers
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= PHP support for rar archives
|
||||
|
||||
DISTNAME= rar-3.0.2
|
||||
CATEGORIES= archivers
|
||||
REVISION= 2
|
||||
REVISION = 3
|
||||
|
||||
# PHP
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/17 22:45:19 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = Qt/C++ wrapper for ZIP/UNZIP package
|
||||
DISTNAME = quazip-0.7.3
|
||||
@ -38,7 +38,7 @@ WANTLIB += ${COMPILER_LIBCXX}
|
||||
CONFIGURE_ARGS = -DBUILD_WITH_QT4=Yes
|
||||
CMAKENAME = QuaZip
|
||||
.endif
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
LIBNAME = ${CMAKENAME:L}
|
||||
SUBST_VARS = CMAKENAME LIBNAME
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = fast compression/decompression library
|
||||
|
||||
V = 1.1.4
|
||||
DISTNAME = snappy-${V}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS = snappy 0.0 # 4.1
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= java-like zip interface
|
||||
|
||||
DISTNAME= zipios++-0.1.5.9+cvs.2004.02.07
|
||||
PKGNAME= zipios++-0.1.5.9
|
||||
REVISION= 2
|
||||
REVISION = 3
|
||||
CATEGORIES= devel archivers
|
||||
MASTER_SITES= https://distfiles.nl/
|
||||
MASTER_SITES0= ${MASTER_SITE_GNU:=automake/}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = AdLib sound player library
|
||||
|
||||
DISTNAME = adplug-2.2.1
|
||||
SHARED_LIBS += adplug 0.1 # 2.2
|
||||
CATEGORIES = audio
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://adplug.github.io/
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = CAPS LADSPA plugins
|
||||
|
||||
V = 0.9.24
|
||||
DISTNAME = caps_${V}
|
||||
REVISION = 0
|
||||
PKGNAME = caps-plugins-${V}
|
||||
CATEGORIES = audio
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= computer music toolkit
|
||||
HOMEPAGE= http://www.ladspa.org/
|
||||
@ -7,7 +7,7 @@ CATEGORIES= audio devel
|
||||
DISTNAME= cmt_src_1.15
|
||||
WRKDIST= ${WRKDIR}/cmt
|
||||
PKGNAME= cmt-1.15
|
||||
REVISION= 3
|
||||
REVISION = 4
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= ${HOMEPAGE:=download/}
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= general multi-lingual speech synthesis system
|
||||
V= 1.95
|
||||
DISTNAME= festival-${V}-beta
|
||||
PKGNAME= ${DISTNAME:S/-beta/beta/}
|
||||
REVISION= 5
|
||||
REVISION = 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.cstr.ed.ac.uk/downloads/festival/${V}/ \
|
||||
http://festvox.org/packed/festival/${V}/
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= free lossless audio codec
|
||||
|
||||
DISTNAME= flac-1.3.2
|
||||
REVISION = 0
|
||||
CATEGORIES= audio archivers
|
||||
HOMEPAGE= https://www.xiph.org/flac/
|
||||
SHARED_LIBS += FLAC 10.0 # 11.0
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT = music collection manager and player
|
||||
DISTNAME = gogglesmm-0.12.7
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
REVISION = 8
|
||||
REVISION = 9
|
||||
CATEGORIES = audio x11
|
||||
|
||||
HOMEPAGE = https://gogglesmm.github.io/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= interactive console id3 tag editor
|
||||
|
||||
DISTNAME= id3ed-1.10.4
|
||||
REVISION= 2
|
||||
REVISION = 3
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://code.fluffytapeworm.com/projects/id3ed/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= library for manipulating ID3v1 and ID3v2 tags
|
||||
|
||||
VERSION= 3.8
|
||||
DISTNAME= id3lib-${VERSION}.3
|
||||
REVISION= 4
|
||||
REVISION = 5
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS += id3 4.0 # .3.8
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= linux audio developer simple plugin API
|
||||
HOMEPAGE= http://www.ladspa.org/
|
||||
CATEGORIES= audio devel
|
||||
|
||||
V= 1.13
|
||||
REVISION= 0
|
||||
REVISION = 1
|
||||
|
||||
DISTNAME= ladspa_sdk_${V}
|
||||
WRKDIST= ${WRKDIR}/ladspa_sdk
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= Bauer stereophonic-to-binaural DSP
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
DISTNAME= libbs2b-3.1.0
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2017/07/23 09:26:25 espie Exp $
|
||||
|
||||
COMMENT= compact disk input and control library
|
||||
|
||||
DISTNAME= libcdio-0.80
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
CATEGORIES= audio devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = library for decoding mod-like music formats
|
||||
|
||||
DISTNAME = libmodplug-0.8.8.5
|
||||
CATEGORIES = audio
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://modplug-xmms.sourceforge.net/
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
PORTROACH= limit:^3
|
||||
|
||||
COMMENT= library for audio metadata lookup
|
||||
|
||||
DISTNAME= libmusicbrainz-3.0.3
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS= musicbrainz3 0.0 # .6.1
|
||||
CATEGORIES= audio
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
PORTROACH= limit:^5
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= library for audio metadata lookup (v5)
|
||||
V= 5.0.1
|
||||
DISTNAME= libmusicbrainz-${V}
|
||||
PKGNAME= libmusicbrainz5-${V}
|
||||
REVISION= 2
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS += musicbrainz5 0.0 # 0.0
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= C64 music player and SID chip emulator library
|
||||
|
||||
DISTNAME= libsidplay-1.36.57
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS += sidplay 2.0 # .1.3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 arm i386
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= Monkey's audio lossless codec
|
||||
|
||||
DISTNAME= mac-3.99-u4-b5
|
||||
PKGNAME= mac-3.99.4.5
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
SHARED_LIBS += mac 0.0 # .2.0
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = MCP LADSPA plugins
|
||||
|
||||
DISTNAME = MCP-plugins-0.4.0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = audio
|
||||
|
||||
HOMEPAGE = http://kokkinizita.net/linuxaudio/ladspa/index.html
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = Fasttracker II inspired MOD tracker
|
||||
|
||||
@ -7,6 +7,7 @@ GH_PROJECT = MilkyTracker
|
||||
GH_TAGNAME = v1.0.0
|
||||
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = audio
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= Commodore 64 music player and SID chip emulator
|
||||
|
||||
DISTNAME= sidplay-base-1.0.9
|
||||
PKGNAME= ${DISTNAME:S/-base//}
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= tempo/pitch audio processing library
|
||||
|
||||
DISTNAME= soundtouch-1.9.2
|
||||
SHARED_LIBS += SoundTouch 3.0 # .0.0
|
||||
CATEGORIES= audio devel
|
||||
REVISION= 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE= http://www.surina.net/soundtouch/
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= managing meta-data of audio formats
|
||||
DISTNAME= taglib-1.9.1
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
CATEGORIES= audio devel
|
||||
|
||||
MASTER_SITES= http://taglib.github.io/releases/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = audio plugin API
|
||||
|
||||
VERSION = 2.2.1
|
||||
DISTNAME = vamp-plugin-sdk-${VERSION}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = audio
|
||||
|
||||
SHARED_LIBS += vamp-sdk 1.0
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2017/07/16 19:18:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = Tcl/Tk CD player
|
||||
DISTNAME = xcd-1.7
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = audio
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
# gcc spins compiling d_mos7
|
||||
NOT_FOR_ARCHS= m88k
|
||||
@ -6,7 +6,7 @@ NOT_FOR_ARCHS= m88k
|
||||
COMMENT= Gnu Circuit Analysis Package
|
||||
|
||||
DISTNAME= gnucap-0.35
|
||||
REVISION= 2
|
||||
REVISION = 3
|
||||
CATEGORIES= cad
|
||||
|
||||
HOMEPAGE= http://www.gnucap.org/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= NEC2++ antenna simulator
|
||||
|
||||
DISTNAME= necpp-1.2.3
|
||||
REVISION= 3
|
||||
REVISION = 4
|
||||
CATEGORIES= cad hamradio
|
||||
|
||||
HOMEPAGE= http://elec.otago.ac.nz/w/index.php/Necpp
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.76 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.77 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= send/receive faxes and share modems
|
||||
DISTNAME= hylafax-6.0.6
|
||||
REVISION= 6
|
||||
REVISION = 7
|
||||
CATEGORIES= comms
|
||||
|
||||
HOMEPAGE= http://www.HylaFAX.org/
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = tool for programming Wouxun transcievers
|
||||
|
||||
DISTNAME = owx-20110917
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = comms
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
PORTROACH= limit:.*[^a]$$
|
||||
|
||||
COMMENT= advanced HTML-to-text converter
|
||||
|
||||
DISTNAME= html2text-1.3.2a
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
CATEGORIES= converters textproc
|
||||
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = tools for LiDAR processing
|
||||
DISTNAME = lastools-0.20170108
|
||||
GH_ACCOUNT = LAStools
|
||||
GH_PROJECT = LAStools
|
||||
GH_TAGNAME = f00fa125075ea984993057c5916d746cb605835c
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = converters textproc devel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= convert pf(4) logs to XML
|
||||
|
||||
DISTNAME= pflogx_086
|
||||
PKGNAME= pflogx-0.86
|
||||
REVISION= 3
|
||||
REVISION = 4
|
||||
CATEGORIES= converters
|
||||
|
||||
HOMEPAGE= http://akldev.free.fr/pflogx/
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= library functions to access Microsoft Word/Excel files
|
||||
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
DISTNAME= wv2-0.4.2
|
||||
SHARED_LIBS += wv2 4.0 # .1.8
|
||||
CATEGORIES= converters
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT-java= Java bindings for Berkeley DB, revision ${REV}
|
||||
|
||||
@ -12,7 +12,7 @@ PKGSPEC-tcl = db-tcl->=4,<5|db-tcl->=4v0,<5v0
|
||||
PKGNAME-java= db-java-${VERSION}
|
||||
PKGNAME-tcl= db-tcl-${VERSION}
|
||||
EPOCH-main= 0
|
||||
REVISION-main = 3
|
||||
REVISION-main = 4
|
||||
EPOCH-java= 0
|
||||
EPOCH-tcl= 0
|
||||
REVISION-java = 5
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/16 19:18:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= C++ client API for PostgreSQL
|
||||
|
||||
DISTNAME= libpqxx-4.0.1
|
||||
REVISION = 0
|
||||
CATEGORIES= databases devel
|
||||
|
||||
SHARED_LIBS = pqxx 2.0 # .0.0
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT-main= perl bindings for Xapian
|
||||
COMMENT-python= python bindings for Xapian
|
||||
|
||||
V= 1.2.15
|
||||
REVISION-main= 0
|
||||
DISTNAME= xapian-bindings-${V}
|
||||
REVISION-main = 1
|
||||
REVISION-python = 0
|
||||
|
||||
PKGNAME-main= xapian-bindings-perl-${V}
|
||||
PKGNAME-python= xapian-bindings-python-${V}
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= search engine library
|
||||
|
||||
V= 1.2.15
|
||||
PORTROACH= limitw:1,even
|
||||
DISTNAME= xapian-core-${V}
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
|
||||
SHARED_LIBS += xapian 3.1 # .28.2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
# see ${WRKBUILD}/arm-none-eabi/libgcc/config.log
|
||||
BROKEN-i386= ICE: Floating point exception from xgcc during libgcc autoconf "checking for suffix of object files"
|
||||
@ -8,7 +8,7 @@ COMMENT= gcc for ${CONFIG} cross-development, Linaro version
|
||||
|
||||
VERSION= 6.3-2017.02
|
||||
DISTNAME= gcc-linaro-${VERSION}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
PKGNAME= ${CONFIG}-gcc-linaro-${VERSION:S/-/./g}
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= indenter and formatter of C/C++/Java source files
|
||||
|
||||
DISTNAME= astyle_1.15.3
|
||||
REVISION = 0
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = Automated Testing Framework
|
||||
DISTNAME = atf-0.18
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += atf-c++ 0.0 # 0.0
|
||||
SHARED_LIBS += atf-c 0.0 # 0.0
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= C++ reference implementation of the Atlas protocol
|
||||
|
||||
VERSION= 0.4.3.1
|
||||
DISTNAME= Atlas-C++-${VERSION}
|
||||
PKGNAME= ${DISTNAME:S/C++-//:L}
|
||||
REVISION= 5
|
||||
REVISION = 6
|
||||
SHARED_LIBS += Atlas 2.0 # .1.1
|
||||
SHARED_LIBS += AtlasObjects 2.0 # .1.1
|
||||
SHARED_LIBS += AtlasObjectsEntity 2.0 # .1.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
#$OpenBSD: Makefile,v 1.5 2017/07/16 19:18:51 espie Exp $
|
||||
#$OpenBSD: Makefile,v 1.6 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = Bounded Model Checker for C and C++ programs
|
||||
|
||||
@ -7,7 +7,7 @@ DISTNAME = cbmc-5.5
|
||||
GH_ACCOUNT = diffblue
|
||||
GH_PROJECT = cbmc
|
||||
GH_TAGNAME = cbmc-5.5
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
NOT_FOR_ARCHS = arm mips64 mips64el sparc64 hppa
|
||||
|
||||
COMMENT = library for efficient computations
|
||||
|
||||
DISTNAME = cln-1.3.4
|
||||
REVISION = 0
|
||||
SHARED_LIBS += cln 3.0 # .6.4
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = universal parsing tool & source code generator
|
||||
|
||||
V = 4.5.4
|
||||
PKGNAME = codeworker-${V}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = C++ parser for the HOCON configuration language
|
||||
|
||||
GH_TAGNAME = 0.1.5
|
||||
GH_ACCOUNT = puppetlabs
|
||||
GH_PROJECT = cpp-hocon
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = C/C++ static checker
|
||||
|
||||
DISTNAME = cppcheck-1.79
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = unit testing framework
|
||||
|
||||
DISTNAME = cpptest-1.1.2
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += cpptest 0.0 # 0.7
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= c++ unit testing framework
|
||||
DISTNAME= cppunit-1.12.1
|
||||
SHARED_LIBS += cppunit 3.0 # .1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppunit/}
|
||||
REVISION= 0
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE= http://cppunit.sourceforge.net/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= fuzzer for C compilers
|
||||
|
||||
DISTNAME= csmith-2.2.0
|
||||
REVISION= 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= Data Display Debugger, graphical front-end for GDB, etc
|
||||
|
||||
DISTNAME= ddd-3.3.12
|
||||
REVISION= 8
|
||||
REVISION = 9
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=ddd/}
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= documentation system for C, C++, IDL and Java
|
||||
|
||||
DISTNAME= doc++-3.4.10
|
||||
REVISION= 8
|
||||
REVISION = 9
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://docpp.sourceforge.net/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
# Memory hog, stuck for days on the same file (configoptions.cpp) during build.
|
||||
# XXX check with different optimizer level? see doc/install.doc
|
||||
@ -9,6 +9,7 @@ COMMENT= GUI front-end for doxygen
|
||||
|
||||
VERSION= 1.8.13
|
||||
DISTNAME= doxygen-${VERSION}.src
|
||||
REVISION = 0
|
||||
PKGNAME= doxygen-gui-${VERSION}
|
||||
|
||||
CATEGORIES= devel textproc
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
V = 2.22.6
|
||||
COMMENT = command line parser for c programs
|
||||
DISTNAME = gengetopt-${V}
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = http://www.gnu.org/software/gengetopt/
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.83 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.84 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= GNU gettext runtime libraries and programs
|
||||
|
||||
DISTNAME= gettext-0.19.8.1
|
||||
REVISION = 0
|
||||
SHARED_LIBS += intl 6.0 # 9.5
|
||||
SHARED_LIBS += asprintf 1.1 # unknown
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= library for arbitrary precision arithmetic
|
||||
|
||||
DISTNAME= gmp-6.1.2
|
||||
REVISION = 0
|
||||
SHARED_LIBS += gmp 10.0 # 13.2
|
||||
SHARED_LIBS += gmpxx 2.0 # 9.2
|
||||
CATEGORIES= devel math
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = perfect hash functions, to help write parsers
|
||||
|
||||
DISTNAME = gperf-3.0.4
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = C++ unit test framework
|
||||
|
||||
@ -7,7 +7,7 @@ GH_ACCOUNT= google
|
||||
GH_PROJECT= googletest
|
||||
GH_TAGNAME= release-$V
|
||||
PKGNAME = gtest-$V
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += gmock 0.0 # .0.0
|
||||
SHARED_LIBS += gmock_main 0.0 # .0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = JSON parsing C++ API
|
||||
|
||||
@ -6,6 +6,7 @@ GH_ACCOUNT = open-source-parsers
|
||||
GH_PROJECT = jsoncpp
|
||||
GH_TAGNAME = 1.8.1
|
||||
SUBST_VARS += GH_TAGNAME
|
||||
REVISION = 0
|
||||
|
||||
# no upstream revision
|
||||
SHARED_LIBS = jsoncpp 2.1
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = collection of C++ and CMake utility libraries
|
||||
|
||||
GH_ACCOUNT = puppetlabs
|
||||
GH_PROJECT = leatherman
|
||||
GH_TAGNAME = 1.0.0
|
||||
REVISION = 0
|
||||
|
||||
# N.B.: Upstream doesn't care about ABI, better just bump major on update
|
||||
SHARED_LIBS = leatherman_curl 1.0 # 0.12
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.54 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.55 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
# -fvisibility
|
||||
NOT_FOR_ARCHS= ${GCC3_ARCHS}
|
||||
@ -10,7 +10,7 @@ SUBST_VARS= V
|
||||
|
||||
DISTNAME= audiofile-${V}
|
||||
PKGNAME= lib${DISTNAME}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
SHARED_LIBS += audiofile 1.0 # 1.0
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = binary I/O stream class library
|
||||
|
||||
DISTNAME = libbinio-1.4
|
||||
REVISION = 0
|
||||
SHARED_LIBS += binio 0.0 # 1.0
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= library for manipulating structured configuration files
|
||||
|
||||
DISTNAME= libconfig-1.5
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += config 10.0 # 11.0
|
||||
SHARED_LIBS += config++ 10.0 # 11.0
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
COMMENT = lightweight C++ API for Lua
|
||||
DISTNAME = lutok-0.4
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += lutok 0.0 # 2.0
|
||||
CATEGORIES = devel
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= ${GCC4_ARCHS} ${CLANG_ARCHS}
|
||||
|
||||
COMMENT = C++ API for MySQL
|
||||
|
||||
DISTNAME = mysql++-3.1.0
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
|
||||
SHARED_LIBS += mysqlpp 4.0 # 3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
# as error: ``operation combines symbols in different segments''
|
||||
# (known toolchain problem) - if fixing, re-enable in devel/cmake/Makefile
|
||||
@ -10,6 +10,7 @@ COMMENT = small build system with a focus on speed
|
||||
GH_ACCOUNT = ninja-build
|
||||
GH_PROJECT = ninja
|
||||
GH_TAGNAME = v1.7.2
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = https://ninja-build.org/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:51 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT = object-oriented input system
|
||||
|
||||
V = 1.3
|
||||
DISTNAME = ois-v${V:S/./-/g}
|
||||
PKGNAME = ois-${V}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS = OIS 0.0
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= wrapper class around the pcre library
|
||||
|
||||
DISTNAME= pcre++-0.9.5
|
||||
PKGNAME= ${DISTNAME}
|
||||
REVISION= 5
|
||||
REVISION = 6
|
||||
SHARED_LIBS= pcre++ 1.0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2017/07/23 09:26:26 espie Exp $
|
||||
|
||||
COMMENT= perl-compatible regular expression library
|
||||
|
||||
DISTNAME= pcre-8.40
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS += pcre 3.0 # 0.1
|
||||
SHARED_LIBS += pcre16 0.0 # 0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2017/07/17 08:34:39 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= automatically generate Python bindings for C and C++ libs
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT= automatically generate Python bindings for C and C++ libs
|
||||
|
||||
DISTNAME= sip-4.19.3
|
||||
PKGNAME= py-${DISTNAME}
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.riverbankcomputing.co.uk/software/sip/intro
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = python interface to subversion
|
||||
|
||||
MODPY_EGG_VERSION = 1.9.2
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
DISTNAME = pysvn-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-pysvn-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = devel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
@ -7,6 +7,7 @@ COMMENT= Qt-based library that maps JSON data to QVariant objects
|
||||
GH_ACCOUNT = flavio
|
||||
GH_PROJECT = qjson
|
||||
GH_TAGNAME = 0.9.0
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://qjson.sourceforge.net/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = state machine compiler
|
||||
|
||||
DISTNAME = ragel-6.9
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://www.colm.net/open-source/ragel/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= C-based regular expression scanner generator
|
||||
|
||||
V= 0.16
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
DISTNAME= re2c-$V
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://re2c.org/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= Small Device C Compiler
|
||||
BROKEN-sparc64= illegal operands building SDCCval.c
|
||||
@ -6,7 +6,7 @@ BROKEN-alpha= sdcc segfaults when building the device library
|
||||
|
||||
DISTNAME= sdcc-src-3.6.0
|
||||
PKGNAME= ${DISTNAME:S/-src//}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= collection of tools for manipulating EPROM load files
|
||||
|
||||
DISTNAME= srecord-1.64
|
||||
REVISION = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
SHARED_LIBS += srecord 0.0 # 0.0
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= decision procedure for bit-vectors and arrays
|
||||
|
||||
V= 0.1
|
||||
DISTNAME= stp-ver-${V}-11-18-2008
|
||||
PKGNAME= stp-${V}
|
||||
REVISION= 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.63 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = simplified wrapper and interface generator
|
||||
|
||||
SUBST_VARS = VERSION
|
||||
VERSION = 2.0.11
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
DISTNAME = swig-${VERSION}
|
||||
CATEGORIES = devel
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= Tcl/C++ interface used by ns and nam
|
||||
|
||||
V= 1.20
|
||||
DISTNAME= tclcl-src-$V
|
||||
PKGNAME= tclcl-$V
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES= devel
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
BROKEN-alpha = relocation truncated to fit: GPRELHIGH against symbol default_target_hard_regs
|
||||
|
||||
COMMENT = TI's open source compiler for MSP430 microcontrollers#'
|
||||
|
||||
V = 3_03_04_00
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
PKGNAME = ti-msp430gcc-${V:S/_/./g}
|
||||
GCC_V = 4.9.1
|
||||
CATEGORIES = devel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT-main= ISO-C API and CLI for generating UUIDs
|
||||
COMMENT-perl= UUID modules for Perl
|
||||
@ -12,7 +12,7 @@ CATEGORIES= devel
|
||||
SHARED_LIBS += ossp-uuid 0.0 # 16.22
|
||||
SHARED_LIBS += ossp-uuid++ 0.0 # 16.22
|
||||
|
||||
REVISION-main= 3
|
||||
REVISION-main = 4
|
||||
REVISION-perl= 5
|
||||
|
||||
# Note there is a different libuuid in sysutils/e2fsprogs,-uuid.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = YAML parser and emitter in C++
|
||||
|
||||
@ -7,7 +7,7 @@ GH_ACCOUNT= jbeder
|
||||
GH_PROJECT= yaml-cpp
|
||||
GH_TAGNAME= release-$V
|
||||
DISTNAME = yaml-cpp-$V
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS = yaml-cpp 2.0 # 0.5
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= powerful and intuitive editor for programmers
|
||||
|
||||
DISTNAME= fte-20090118
|
||||
REVISION = 0
|
||||
CATEGORIES= editors devel
|
||||
|
||||
HOMEPAGE= http://fte.sourceforge.net/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = file editor/viewer/analyzer for executables
|
||||
|
||||
DISTNAME = ht-2.1.0
|
||||
CATEGORIES = editors
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = http://hte.sourceforge.net/
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = text editor inspired by Norton Commander
|
||||
DISTNAME = le-1.16.3
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = editors
|
||||
|
||||
HOMEPAGE = http://lav.yar.ru/programs.html
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = powerful and user-friendly console text editor
|
||||
DISTNAME = moe-1.9
|
||||
REVISION = 0
|
||||
EXTRACT_SUFX = .tar.lz
|
||||
CATEGORIES = editors
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2017/07/16 19:18:52 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= source code editing component for GTK+
|
||||
|
||||
@ -6,7 +6,7 @@ VERSION= 3.5.2
|
||||
DISTNAME= scintilla${VERSION:S/.//g}
|
||||
PKGNAME= scintilla-${VERSION}
|
||||
CATEGORIES= editors x11
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
SHARED_LIBS= scintilla 9.0 \
|
||||
scintilla_lexers 9.0
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2017/07/16 19:18:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= ARM/M88k/MIPS/PowerPC/SuperH machines emulator
|
||||
|
||||
DISTNAME = gxemul-0.6.0.1
|
||||
CATEGORIES= emulators
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE= http://gxemul.sourceforge.net/
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2017/07/16 19:18:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = n64 emulator signal co-processor plugin
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
# XXX upstream was inconsistent with numbering this release (2.0 vs 2.0.0)
|
||||
VERSION = 2.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:54 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
# Block.s: Assembler messages:
|
||||
# Block.s:73: Error: junk `(%rip)' after expression
|
||||
@ -9,7 +9,7 @@ BROKEN-sparc64 = undefined reference to pthread_mutex_lock
|
||||
|
||||
COMMENT = bastard tetris
|
||||
DISTNAME = bastet-0.43.1.2015083000
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
GH_ACCOUNT = fph
|
||||
GH_PROJECT = bastet
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2017/07/16 19:18:53 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= clone of the Mastermind game
|
||||
|
||||
DISTNAME= braincurses-0.5b
|
||||
REVISION = 0
|
||||
CATEGORIES= games
|
||||
HOMEPAGE= http://sourceforge.net/projects/braincurses/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/16 19:18:54 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= dungeon crawl
|
||||
CATEGORIES= games
|
||||
@ -9,7 +9,7 @@ DISTNAME= dc400b26-src
|
||||
EXTRACT_SUFX= .tbz2
|
||||
V= 4.0.0b26
|
||||
PKGNAME= dungeon-crawl-$V
|
||||
REVISION= 0
|
||||
REVISION = 1
|
||||
|
||||
BUILD_DEPENDS+= archivers/bzip2
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2017/07/16 19:18:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT = politics and government game with liberal bias
|
||||
DISTNAME = liberalcrimesquad-4.07.0
|
||||
CATEGORIES = games
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
HOMEPAGE = http://lcs.wikidot.com/
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2017/07/16 19:18:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= graphical adventure game interpreter
|
||||
V= 1.9.0
|
||||
REVISION= 0
|
||||
REVISION = 1
|
||||
DISTNAME= scummvm-${V}
|
||||
CATEGORIES= games x11 emulators
|
||||
MASTER_SITES= http://www.scummvm.org/frs/scummvm/${V}/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/07/16 19:18:55 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2017/07/23 09:26:27 espie Exp $
|
||||
|
||||
COMMENT= breakout game for the X Window System
|
||||
|
||||
DISTNAME= xbreaky-0.0.5
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user