@tag update-mime-database

This commit is contained in:
espie 2018-07-01 18:33:35 +00:00
parent 8f5e0f1953
commit a3cc216348
166 changed files with 335 additions and 415 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.48 2018/06/27 21:03:34 espie Exp $
# $OpenBSD: Makefile,v 1.49 2018/07/01 18:33:35 espie Exp $
COMMENT= free audio editor
V= 1.3.9
DISTNAME= audacity-minsrc-${V}
PKGNAME= audacity-${V}
REVISION= 11
REVISION= 12
CATEGORIES= audio
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2018/06/27 21:03:34 espie Exp $
@comment $OpenBSD: PLIST,v 1.15 2018/07/01 18:33:35 espie Exp $
@bin bin/audacity
@man man/man1/audacity.1
share/applications/audacity.desktop
@ -94,6 +94,5 @@ share/locale/zh_TW/LC_MESSAGES/audacity.mo
share/mime/packages/audacity.xml
share/pixmaps/
share/pixmaps/audacity.xpm
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2018/06/29 22:16:09 espie Exp $
# $OpenBSD: Makefile,v 1.18 2018/07/01 18:33:35 espie Exp $
COMMENT = music studio with tracking, sampling and MIDI
@ -6,7 +6,7 @@ COMMENT = music studio with tracking, sampling and MIDI
# git clone --recurse-submodules -b v1.2.0-rc6 https://github.com/lmms/lmms
DISTNAME = lmms-1.2.0rc6
EXTRACT_SUFX = .tar.xz
REVISION = 1
REVISION = 2
CATEGORIES = audio

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:09 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:35 espie Exp $
@bin bin/lmms
lib/lmms/
lib/lmms/libOPL2.so
@ -2822,7 +2822,6 @@ share/lmms/wavetables/saw.bin
share/lmms/wavetables/sqr.bin
share/lmms/wavetables/tri.bin
share/mime/packages/lmms.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/06/27 21:03:37 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:35 espie Exp $
COMMENT-main= test network latency under load via netperf
COMMENT-gui= GUI for flent (test network latency under load via netperf)
@ -7,7 +7,7 @@ MODPY_EGG_VERSION= 1.1.1
DISTNAME= flent-${MODPY_EGG_VERSION}
PKGNAME-main= flent-${MODPY_EGG_VERSION}
PKGNAME-gui= flent-gui-${MODPY_EGG_VERSION}
REVISION-gui= 0
REVISION-gui= 1
CATEGORIES= benchmarks net

View File

@ -1,7 +1,6 @@
@comment $OpenBSD: PLIST-gui,v 1.2 2018/06/27 21:03:37 espie Exp $
@comment $OpenBSD: PLIST-gui,v 1.3 2018/07/01 18:33:35 espie Exp $
bin/flent-gui
share/applications/flent.desktop
share/mime/packages/flent-mime.xml
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2018/06/29 22:16:09 espie Exp $
# $OpenBSD: Makefile,v 1.30 2018/07/01 18:33:35 espie Exp $
COMMENT = suite of tools for electronic design automation
DISTNAME = geda-gaf-1.6.0
@ -6,7 +6,7 @@ CATEGORIES = cad
HOMEPAGE = http://geda.seul.org
MAINTAINER = Edd Barrett <edd@openbsd.org>
REVISION = 15
REVISION = 16
SHARED_LIBS = geda 0.0 # 38.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2018/06/29 22:16:09 espie Exp $
@comment $OpenBSD: PLIST,v 1.7 2018/07/01 18:33:35 espie Exp $
@bin bin/convert_sym
bin/garchive
@bin bin/gattrib
@ -2142,7 +2142,6 @@ share/locale/nl/LC_MESSAGES/libgeda38.mo
share/locale/pt_BR/LC_MESSAGES/geda-gschem.mo
share/locale/ru/LC_MESSAGES/geda-gschem.mo
share/mime/packages/libgeda.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.36 2018/06/29 22:16:09 espie Exp $
# $OpenBSD: Makefile,v 1.37 2018/07/01 18:33:35 espie Exp $
COMMENT= GTK+-based electronic waveform viewer
DISTNAME= gtkwave-3.3.91
CATEGORIES= cad
REVISION= 1
REVISION= 2
HOMEPAGE= http://gtkwave.sourceforge.net/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2018/06/29 22:16:09 espie Exp $
@comment $OpenBSD: PLIST,v 1.10 2018/07/01 18:33:35 espie Exp $
@bin bin/evcd2vcd
@bin bin/fst2vcd
@bin bin/fstminer
@ -100,6 +100,5 @@ share/pixmaps/gtkwave_256x256x32.png
share/pixmaps/gtkwave_files_256x256x32.png
share/pixmaps/gtkwave_savefiles_256x256x32.png
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2018/06/29 22:16:09 espie Exp $
# $OpenBSD: Makefile,v 1.32 2018/07/01 18:33:35 espie Exp $
COMMENT-main= schematic and PCB editing software
COMMENT-docs= documentation for the kicad library of components
@ -10,7 +10,7 @@ PKGNAME= kicad-${V:S/-//g}
PKGNAME-main= kicad-${V:S/-//g}
PKGNAME-docs= kicad-docs-${V:S/-//g}
REVISION-main= 10
REVISION-main= 11
REVISION-docs= 2
CATEGORIES= cad

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.8 2018/06/29 22:16:09 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.9 2018/07/01 18:33:35 espie Exp $
@bin bin/cvpcb
@bin bin/eeschema
bin/freeroute.jnlp
@ -129,6 +129,5 @@ share/mimelnk/application/
share/mimelnk/application/x-kicad-project.desktop
share/mimelnk/application/x-kicad-schematic.desktop
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.23 2018/06/27 21:03:38 espie Exp $
# $OpenBSD: Makefile,v 1.24 2018/07/01 18:33:35 espie Exp $
COMMENT = the programmer's solid 3D CAD modeller#'
BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3
V = 2015.03-2
DISTNAME = openscad-${V:S/-/./}
REVISION = 5
REVISION = 6
CATEGORIES = cad

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2018/06/27 21:03:38 espie Exp $
@comment $OpenBSD: PLIST,v 1.7 2018/07/01 18:33:35 espie Exp $
@bin bin/openscad
@man man/man1/openscad.1
share/appdata/
@ -160,5 +160,4 @@ share/openscad/locale/ru/LC_MESSAGES/openscad.mo
share/pixmaps/
share/pixmaps/openscad.png
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.38 2018/06/29 22:16:10 espie Exp $
# $OpenBSD: Makefile,v 1.39 2018/07/01 18:33:35 espie Exp $
COMMENT= printed circuit board layout tool
DISTNAME= pcb-20110918
CATEGORIES= cad
REVISION= 11
REVISION= 12
HOMEPAGE= http://pcb.gpleda.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2018/06/29 22:16:10 espie Exp $
@comment $OpenBSD: PLIST,v 1.14 2018/07/01 18:33:35 espie Exp $
bin/MergePCBPS
bin/Merge_dimPCBPS
@bin bin/pcb
@ -1216,7 +1216,6 @@ share/pcb/tools/apctools.zip
share/pcb/tools/gerbertotk.c
share/pcb/tools/pcb2ncap.tgz
share/pcb/tools/tgo2pcb.tcl
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.28 2018/06/27 21:03:38 espie Exp $
# $OpenBSD: Makefile,v 1.29 2018/07/01 18:33:35 espie Exp $
COMMENT= logbook program for amateur radio operators
DISTNAME= xlog-2.0.15
CATEGORIES= comms hamradio
REVISION= 0
REVISION= 1
HOMEPAGE= http://www.nongnu.org/xlog/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2018/06/27 21:03:38 espie Exp $
@comment $OpenBSD: PLIST,v 1.10 2018/07/01 18:33:35 espie Exp $
@bin bin/xlog
@man man/man1/xlog.1
share/applications/xlog.desktop
@ -527,6 +527,5 @@ share/xlog/maps/ZP.png
share/xlog/maps/ZS.png
share/xlog/maps/ZS8.png
share/xlog/maps/worldmap.jpg
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.62 2018/06/29 22:16:10 espie Exp $
# $OpenBSD: Makefile,v 1.63 2018/07/01 18:33:35 espie Exp $
COMMENT= GTK-based LDAP client
DISTNAME= gq-1.3.4
REVISION= 14
REVISION= 15
CATEGORIES= databases sysutils

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.16 2018/06/29 22:16:10 espie Exp $
@comment $OpenBSD: PLIST,v 1.17 2018/07/01 18:33:35 espie Exp $
@bin bin/gq
share/applications/gq.desktop
share/gnome/
@ -34,6 +34,5 @@ share/pixmaps/gq/new.xpm
share/pixmaps/gq/textview.png
share/pixmaps/gq/warning.xpm
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.50 2018/06/29 22:16:10 espie Exp $
# $OpenBSD: Makefile,v 1.51 2018/07/01 18:33:35 espie Exp $
BROKEN-alpha= sqvm.cpp:394:1: internal compiler error: Segmentation fault
COMMENT= Code::Blocks C/C++ IDE
V= 17.12
REVISION= 2
REVISION= 3
DISTNAME= codeblocks_${V}
PKGNAME= codeblocks-${V}
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.12 2018/06/29 22:16:10 espie Exp $
@comment $OpenBSD: PLIST,v 1.13 2018/07/01 18:33:35 espie Exp $
@bin bin/cb_console_runner
@bin bin/cb_share_config
@bin bin/codeblocks
@ -1974,6 +1974,5 @@ share/mime/packages/codeblocks.xml
share/pixmaps/
share/pixmaps/codeblocks.png
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2018/06/29 22:16:10 espie Exp $
# $OpenBSD: Makefile,v 1.15 2018/07/01 18:33:35 espie Exp $
CATEGORIES = devel x11
COMMENT = integrated development environment for KDE 4
KDEV_V = 4.7.1
KDEVPLAT_V = 1.7.1
REVISION = 5
REVISION = 6
DISTNAME = kdevelop-${KDEV_V}
HOMEPAGE = http://www.kdevelop.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:10 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:35 espie Exp $
@bin bin/kdevelop
bin/kdevelop!
include/kde4/kdevelop/
@ -772,6 +772,5 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdevelopsessions.mo
share/locale/zh_TW/LC_MESSAGES/plasma_runner_kdevelopsessions.mo
share/mime/packages/kdevelop.xml
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2018/06/04 20:25:32 rsadowski Exp $
# $OpenBSD: Makefile,v 1.8 2018/07/01 18:33:35 espie Exp $
COMMENT = core KDE extensions to Qt classes
DISTNAME = kcoreaddons-${VERSION}
REVISION = 0
SHARED_LIBS = KF5CoreAddons 4.1

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/02/26 20:33:07 rsadowski Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/07/01 18:33:35 espie Exp $
@bin bin/desktoptojson
include/KF5/
include/KF5/KCoreAddons/
@ -201,5 +201,4 @@ share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_HK/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
share/mime/packages/kde5.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/06/29 22:16:11 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:35 espie Exp $
BROKEN = build fails fairly often, "EAccessViolation: Access violation"
@ -9,7 +9,7 @@ COMMENT = Delphi compatible IDE
V = 1.6.4
DISTNAME = lazarus-${V}-0
PKGNAME = lazarus-${V}
REVISION = 1
REVISION = 2
FPC_V = 3.0.2

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2018/06/29 22:16:11 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2018/07/01 18:33:35 espie Exp $
bin/lazarus-ide
bin/lazbuild
bin/lazres
@ -12025,5 +12025,4 @@ share/pixmaps/
share/pixmaps/lazarus.png
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2018/06/29 22:16:11 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:35 espie Exp $
# XXX base clang: lots of undefined references to Qt functions
COMPILER= base-gcc
@ -8,7 +8,7 @@ COMMENT= wysiwyw (what you see is what you want) editing platform
DISTNAME= TeXmacs-1.99.4-src
PKGNAME= ${DISTNAME:S/-src//}
CATEGORIES= editors print x11
REVISION= 4
REVISION= 5
HOMEPAGE= http://texmacs.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:11 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:35 espie Exp $
bin/fig2ps
bin/texmacs
include/TeXmacs.h
@ -5793,5 +5793,4 @@ share/pixmaps/
share/pixmaps/TeXmacs.xpm
@tag gtk-update-icon-cache %D/share/icons/gnome
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.28 2018/06/29 22:16:11 espie Exp $
# $OpenBSD: Makefile,v 1.29 2018/07/01 18:33:35 espie Exp $
COMMENT = K Desktop Environment, office suite
HOMEPAGE = https://www.calligra.org
VERSION = 3.1.0
DISTNAME = calligra-${VERSION}
CATEGORIES = editors
REVISION = 2
REVISION = 3
DIST_SUBDIR = kde
MASTER_SITES = ${MASTER_SITE_KDE:=stable/calligra/${VERSION}/}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2018/06/29 22:16:11 espie Exp $
@comment $OpenBSD: PLIST,v 1.15 2018/07/01 18:33:35 espie Exp $
@conflict koffice-*
@pkgpath editors/calligra-l10n/bs
@conflict calligra-l10n-bs-*
@ -7432,6 +7432,5 @@ share/templates/Presentation.desktop
share/templates/SpreadSheet.desktop
share/templates/TextDocument.desktop
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2018/07/01 09:02:40 espie Exp $
# $OpenBSD: Makefile,v 1.16 2018/07/01 18:33:35 espie Exp $
CATEGORIES = editors
COMMENT = user-friendly TeX/LaTex editor for KDE
HOMEPAGE = http://kile.sourceforge.net/
DISTNAME = kile-2.1.3
REVISION = 10
REVISION = 11
EXTRACT_SUFX = .tar.bz2
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=kile/}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/06/29 22:16:11 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/07/01 18:33:35 espie Exp $
@bin bin/kile
share/applications/kde4/kile.desktop
share/apps/kconf_update/kile.upd
@ -1663,6 +1663,5 @@ share/locale/zh_CN/LC_MESSAGES/kile.mo
share/locale/zh_TW/LC_MESSAGES/kile.mo
share/mime/packages/kile.xml
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2018/07/01 09:02:40 espie Exp $
# $OpenBSD: Makefile,v 1.8 2018/07/01 18:33:35 espie Exp $
COMMENT = editor for the TikZ language
@ -6,7 +6,7 @@ V = 0.10
DISTNAME = ktikz_${V}
PKGNAME = KtikZ-${V}
REVISION = 3
REVISION = 4
CATEGORIES = editors
HOMEPAGE = http://www.hackenberger.at/blog/ktikz-editor-for-the-tikz-language/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2018/06/27 21:03:41 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2018/07/01 18:33:35 espie Exp $
@bin bin/qtikz
@man man/man1/qtikz.1
share/applications/qtikz.desktop
@ -18,5 +18,4 @@ share/qtikz/templates/beamer-example-template.pgs
share/qtikz/templates/template_example.pgs
share/qtikz/templates/template_example2.pgs
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.186 2018/06/29 22:16:11 espie Exp $
# $OpenBSD: Makefile,v 1.187 2018/07/01 18:33:35 espie Exp $
USE_WXNEEDED= Yes
@ -22,7 +22,7 @@ PKGNAME-kde= libreoffice-kde-${VERSION}
PKGNAME-java= libreoffice-java-${VERSION}
CATEGORIES= editors productivity
DPB_PROPERTIES= parallel tag:kde4
REVISION-main= 1
REVISION-main= 2
EPOCH= 0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.50 2018/06/29 22:16:11 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.51 2018/07/01 18:33:35 espie Exp $
bin/libreoffice
bin/libreoffice${BV}
bin/lobase
@ -4426,7 +4426,6 @@ share/icons/hicolor/scalable/mimetypes/oasis-text-template.svg
share/icons/hicolor/scalable/mimetypes/oasis-text.svg
share/icons/hicolor/scalable/mimetypes/oasis-web-template.svg
share/mime/packages/openoffice.org.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2018/06/29 22:16:12 espie Exp $
# $OpenBSD: Makefile,v 1.8 2018/07/01 18:33:36 espie Exp $
BROKEN-i386 = undefined reference to `operator delete(void*, std::align_val_t)', etc.
@ -9,7 +9,7 @@ COMMENT = nintendo 3DS emulator
V = 729
DISTNAME = citra-nightly-${V}
PKGNAME = citra-0.0.0.${V}
REVISION = 1
REVISION = 2
CATEGORIES = emulators

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/06/29 22:16:12 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/07/01 18:33:36 espie Exp $
@bin bin/citra
@bin bin/citra-qt
@bin bin/citra-room
@ -8,6 +8,5 @@ share/applications/citra.desktop
share/icons/hicolor/scalable/apps/citra.svg
share/mime/packages/citra.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2018/06/29 22:16:12 espie Exp $
# $OpenBSD: Makefile,v 1.9 2018/07/01 18:33:36 espie Exp $
ONLY_FOR_ARCHS = i386 amd64 powerpc arm
@ -7,7 +7,7 @@ COMMENT = Atari ST/STE/TT/Falcon emulator
V = 2.1.0
DISTNAME = hatari-${V}
EXTRACT_SUFX = .tar.bz2
REVISION = 1
REVISION = 2
CATEGORIES = emulators

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:12 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:36 espie Exp $
bin/atari-convert-dir
@bin bin/gst2ascii
@bin bin/hatari
@ -86,5 +86,4 @@ share/icons/hicolor/scalable/mimetypes/application-x-stx-disk-image.svg
share/mime/packages/hatari.xml
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2018/06/29 22:16:13 espie Exp $
# $OpenBSD: Makefile,v 1.16 2018/07/01 18:33:36 espie Exp $
GAME = tanglet
COMMENT = word finding game
DISTNAME = ${GAME}-1.5.2-src
WANTLIB += z
REVISION = 1
REVISION = 2
RUN_DEPENDS += misc/shared-mime-info

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2018/06/29 22:16:13 espie Exp $
@comment $OpenBSD: PLIST,v 1.8 2018/07/01 18:33:36 espie Exp $
@bin bin/tanglet
@man man/man6/tanglet.6
share/applications/tanglet.desktop
@ -82,7 +82,6 @@ share/tanglet/translations/tanglet_ro.qm
share/tanglet/translations/tanglet_szl.qm
share/tanglet/translations/tanglet_tr.qm
share/tanglet/translations/tanglet_uk.qm
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.10 2018/06/29 22:16:14 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:36 espie Exp $
COMMENT = free clone of Blokus board game
DISTNAME = pentobi-14.1
EXTRACT_SUFX = .tar.xz
CATEGORIES = games x11
REVISION = 1
REVISION = 2
HOMEPAGE = http://pentobi.sourceforge.net/
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:14 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:36 espie Exp $
@bin bin/pentobi
@bin bin/pentobi-thumbnailer
@man man/man6/pentobi-thumbnailer.6
@ -96,6 +96,5 @@ share/pentobi/translations/pentobi.qm
share/pentobi/translations/pentobi_de.qm
share/thumbnailers/pentobi.thumbnailer
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.39 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.40 2018/07/01 18:33:36 espie Exp $
COMMENT= X11 frontend for GNU Chess and the Internet Chess Server
DISTNAME= xboard-4.9.1
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_GNU:=xboard/}
REVISION= 2
REVISION= 3
HOMEPAGE= https://www.gnu.org/software/xboard/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.14 2018/07/01 18:33:36 espie Exp $
@conflict cmail-*
bin/cmail
@bin bin/xboard
@ -241,6 +241,5 @@ share/locale/zh_HK/LC_MESSAGES/xboard.mo
share/locale/zh_TW/LC_MESSAGES/xboard.mo
share/mime/packages/xboard.xml
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.42 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.43 2018/07/01 18:33:36 espie Exp $
COMMENT = gpx file viewer
VERSION = 0.4.0
DISTNAME = gpx-viewer-${VERSION}
REVISION = 10
REVISION = 11
CATEGORIES = geo x11

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.12 2018/07/01 18:33:36 espie Exp $
@bin bin/gpx-viewer
share/applications/gpx-viewer.desktop
share/gpx-viewer/
@ -38,6 +38,5 @@ share/locale/uk/LC_MESSAGES/gpx-viewer.mo
share/locale/zh_CN/LC_MESSAGES/gpx-viewer.mo
share/mime/packages/gpx-viewer.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.89 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.90 2018/07/01 18:33:36 espie Exp $
COMMENT = desktop geographical information system
DISTNAME = qgis-3.2.0
EXTRACT_SUFX = .tar.bz2
CATEGORIES = geo x11
REVISION = 1
REVISION = 2
SHARED_LIBS = qgis_core 23.0 \
qgis_app 8.0 \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.41 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.42 2018/07/01 18:33:36 espie Exp $
@bin bin/qgis
@bin bin/qgis_bench
@bin bin/qgis_mapserv.fcgi
@ -4347,5 +4347,4 @@ share/qgis/svg/wind_roses/WindRose_02.svg
share/qgis/wms_metadata.xml
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.36 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.37 2018/07/01 18:33:36 espie Exp $
ONLY_FOR_ARCHS= ${GCC4_ARCHS} ${CLANG_ARCHS}
@ -6,7 +6,7 @@ COMMENT= photorealistic 3D rendering solution
V= 1.8.2
DISTNAME= aqsis-${V}
REVISION= 7
REVISION= 8
CATEGORIES= graphics
SO_VERSION= 1.0 # 1.6

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.11 2018/07/01 18:33:36 espie Exp $
@bin bin/aqsis
@bin bin/aqsl
@bin bin/aqsltell
@ -260,6 +260,5 @@ share/mime/packages/aqsis.xml
share/pixmaps/
share/pixmaps/aqsis.png
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.63 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.64 2018/07/01 18:33:36 espie Exp $
COMMENT = free font editor for TTF, EOT, and SVG fonts
DISTNAME = birdfont-2.21.0
CATEGORIES = graphics print
REVISION = 1
REVISION = 2
SHARED_LIBS += birdfont 17.0 # 2.11.7
SHARED_LIBS += birdgems 17.0 # 2.11.7

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.25 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.26 2018/07/01 18:33:36 espie Exp $
@bin bin/birdfont
@bin bin/birdfont-autotrace
@bin bin/birdfont-export
@ -32,7 +32,6 @@ share/locale/sv/LC_MESSAGES/birdfont.mo
share/metainfo/
share/metainfo/birdfont.appdata.xml
share/mime/packages/birdfont.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.41 2018/06/29 22:16:15 espie Exp $
# $OpenBSD: Makefile,v 1.42 2018/07/01 18:33:36 espie Exp $
COMMENT= gtk2 comic book viewer
DISTNAME= comix-4.0.4
REVISION= 6
REVISION= 7
CATEGORIES= graphics

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.15 2018/06/29 22:16:15 espie Exp $
@comment $OpenBSD: PLIST,v 1.16 2018/07/01 18:33:36 espie Exp $
bin/comicthumb
bin/comix
@man man/man1/comicthumb.1
@ -139,5 +139,4 @@ ${SCHEMAS_INSTDIR}/comicbook.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/comix/*.schemas >/dev/null 2>&1
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2018/06/27 21:03:53 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:36 espie Exp $
COMMENT= disc cover designer
DISTNAME= discwrapper-1.2.2
REVISION = 2
REVISION = 3
CATEGORIES= graphics
HOMEPAGE= http://discwrapper.sourceforge.net/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/06/27 21:03:53 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/07/01 18:33:36 espie Exp $
@bin bin/discwrapper
share/applications/discwrapper.desktop
share/discwrapper/
@ -88,6 +88,5 @@ share/discwrapper/templates/simple-design/thumbnail.jpg
share/mime/packages/discwrapper.xml
share/pixmaps/
share/pixmaps/discwrapper.png
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.41 2018/06/29 22:16:16 espie Exp $
# $OpenBSD: Makefile,v 1.42 2018/07/01 18:33:36 espie Exp $
COMMENT= view, decode and encode DjVu files
DISTNAME= djvulibre-3.5.27
REVISION= 3
REVISION= 4
SHARED_LIBS= djvulibre 26.0 # 27.0
CATEGORIES= graphics print

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.9 2018/06/29 22:16:16 espie Exp $
@comment $OpenBSD: PLIST,v 1.10 2018/07/01 18:33:36 espie Exp $
@pkgpath graphics/djvulibre,no_x11
@comment bin/any2djvu
@bin bin/bzz
@ -88,5 +88,4 @@ share/icons/hicolor/96x96/mimetypes/djvu.png
share/icons/hicolor/scalable/mimetypes/djvu.svgz
share/mime/packages/djvulibre-mime.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.34 2018/06/29 22:16:16 espie Exp $
# $OpenBSD: Makefile,v 1.35 2018/07/01 18:33:36 espie Exp $
COMMENT= tool for producing computational artwork
DISTNAME= fyre-1.0.1
REVISION= 21
REVISION= 22
CATEGORIES= graphics
HOMEPAGE= http://fyre.navi.cx/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2018/06/29 22:16:16 espie Exp $
@comment $OpenBSD: PLIST,v 1.11 2018/07/01 18:33:36 espie Exp $
@bin bin/fyre
share/applications/fyre.desktop
share/fyre/
@ -13,6 +13,5 @@ share/icons/hicolor/48x48/mimetypes/application-x-fyre-animation.png
share/icons/hicolor/scalable/apps/fyre.svg
share/mime/packages/fyre.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2018/06/27 21:03:53 espie Exp $
# $OpenBSD: Makefile,v 1.12 2018/07/01 18:33:36 espie Exp $
COMMENT = fractal image generator
@ -8,7 +8,7 @@ DISTNAME = gnofract4d-${MODPY_EGG_VERSION}
GH_PROJECT = gnofract4d
GH_ACCOUNT = edyoung
GH_TAGNAME = V_${MODPY_EGG_VERSION:S/./_/g}
REVISION = 2
REVISION = 3
CATEGORIES = graphics

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/27 21:03:53 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:36 espie Exp $
bin/gnofract4d
lib/python${MODPY_VERSION}/site-packages/fract4d/
lib/python${MODPY_VERSION}/site-packages/fract4d/__init__.py
@ -572,5 +572,4 @@ share/pixmaps/gnofract4d-logo.png
share/pixmaps/gnofract4d/explorer_mode.png
share/pixmaps/gnofract4d/improve_now.png
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.58 2018/06/29 22:16:16 espie Exp $
# $OpenBSD: Makefile,v 1.59 2018/07/01 18:33:36 espie Exp $
BROKEN-hppa = run dep on enblend-enfuse which will not build on hppa
COMMENT = panorama image stitcher
DISTNAME = hugin-2016.2.0
REVISION = 3
REVISION = 4
EXTRACT_SUFX = .tar.bz2
# not needed for releases, but makes RCs/betas easier to work with

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2018/06/29 22:16:16 espie Exp $
@comment $OpenBSD: PLIST,v 1.18 2018/07/01 18:33:36 espie Exp $
@bin bin/PTBatcherGUI
@bin bin/align_image_stack
@bin bin/autooptimiser
@ -710,6 +710,5 @@ share/pixmaps/
share/pixmaps/hugin.png
share/pixmaps/ptbatcher.png
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2018/06/29 22:16:17 espie Exp $
# $OpenBSD: Makefile,v 1.16 2018/07/01 18:33:36 espie Exp $
COMMENT = visual programming environment and toolkit
DISTNAME = ${PKGNAME}.src
PKGNAME = scratch-1.4.0.7
REVISION = 6
REVISION = 7
CATEGORIES = graphics
HOMEPAGE = http://scratch.mit.edu/
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:17 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:36 espie Exp $
bin/scratch
@man man/man1/scratch.1
share/applications/scratch.desktop
@ -1195,7 +1195,6 @@ share/scratch/locale/uk.po
share/scratch/locale/vi.po
share/scratch/locale/zh_CN.po
share/scratch/locale/zh_TW.po
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.10 2018/06/29 22:16:17 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:36 espie Exp $
COMMENT= educational mathematical software
V= 4.2.60.0
DISTNAME= GeoGebra-Unixlike-Installer-${V}
PKGNAME= geogebra-${V}
REVISION= 3
REVISION= 4
CATEGORIES= math java

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:17 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:36 espie Exp $
bin/geogebra
share/applications/geogebra.desktop
share/geogebra/
@ -54,6 +54,5 @@ share/icons/hicolor/scalable/mimetypes/application-vnd.geogebra.file.svg
share/icons/hicolor/scalable/mimetypes/application-vnd.geogebra.tool.svg
share/mime/packages/geogebra.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.39 2018/06/27 21:03:57 espie Exp $
# $OpenBSD: Makefile,v 1.40 2018/07/01 18:33:36 espie Exp $
COMMENT= GPL computer algebra system based on DOE Macsyma
VERSION= 5.41.0
DISTNAME= maxima-${VERSION}
CATEGORIES= math
REVISION= 0
REVISION= 1
HOMEPAGE= http://maxima.sourceforge.net/
MAINTAINER= Ingo Feinerer <feinerer@logic.at>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.18 2018/06/27 21:03:57 espie Exp $
@comment $OpenBSD: PLIST,v 1.19 2018/07/01 18:33:36 espie Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
@ -2402,6 +2402,5 @@ share/pixmaps/maxima-new.png
share/pixmaps/maxima-new.svg
share/pixmaps/text-x-maxima-out.svg
share/pixmaps/text-x-maximasession.svg
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.7 2018/07/01 18:33:36 espie Exp $
PKG_ARCH = *
COMMENT = MIME types and icons for chemical applications
DISTNAME = chemical-mime-data-0.1.94
CATEGORIES = misc
HOMEPAGE = http://chemical-mime.sourceforge.net/
REVISION = 2
REVISION = 3
# LGPLv2.1+
PERMIT_PACKAGE_CDROM = Yes

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/07/01 18:33:36 espie Exp $
share/doc/chemical-mime-data/
share/doc/chemical-mime-data/chemical-mime-data.html
share/doc/chemical-mime-data/cmd.css
@ -66,6 +66,5 @@ share/pixmaps/
share/pixmaps/chemistry.png
share/pixmaps/gnome-mime-chemical.png
share/pkgconfig/chemical-mime-data.pc
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.48 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.49 2018/07/01 18:33:36 espie Exp $
COMMENT= Genealogical Research Analysis Management Programming System
MODPY_EGG_VERSION= 4.2.8
DISTNAME= gramps-${MODPY_EGG_VERSION}
REVISION= 1
REVISION= 2
CATEGORIES= misc x11

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.27 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.28 2018/07/01 18:33:36 espie Exp $
bin/gramps
lib/python${MODPY_VERSION}/site-packages/gramps/
lib/python${MODPY_VERSION}/site-packages/gramps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
@ -2750,7 +2750,6 @@ share/mime-info/gramps.mime
share/mime/packages/gramps.xml
share/pixmaps/
share/pixmaps/gramps.png
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/gnome
@tag update-desktop-database

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.59 2018/06/29 14:09:44 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.60 2018/07/01 18:33:37 espie Exp $
COMMENT= shared mime database for desktops
DISTNAME= shared-mime-info-1.10
REVISION= 0
CATEGORIES= misc
HOMEPAGE= http://www.freedesktop.org/wiki/Software/shared-mime-info

View File

@ -1,8 +1,9 @@
@comment $OpenBSD: PLIST,v 1.32 2018/06/29 14:09:44 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.33 2018/07/01 18:33:37 espie Exp $
share/mime/
share/mime/packages/
share/mime/packages/freedesktop.org.xml
@unexec-delete %D/bin/update-mime-database %D/share/mime
@define-tag update-mime-database at-end %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@bin bin/update-mime-database
@man man/man1/update-mime-database.1
share/locale/ar/LC_MESSAGES/shared-mime-info.mo
@ -118,4 +119,3 @@ share/mime/video/
share/mime/x-content/
share/mime/x-epoc/
share/pkgconfig/shared-mime-info.pc
@exec %D/bin/update-mime-database %D/share/mime

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.14 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.15 2018/07/01 18:33:37 espie Exp $
PORTROACH = skipv:2.0.3
COMMENT = CD/DVD creator
DISTNAME = k3b-2.0.3a
CATEGORIES = multimedia
REVISION = 3
REVISION = 4
# bump away from KDE3 version
SHARED_LIBS = k3blib 50.1

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:37 espie Exp $
@bin bin/k3b
bin/k3bsetup
include/kde4/k3b_export.h
@ -753,6 +753,5 @@ share/locale/zh_TW/LC_MESSAGES/libk3bdevice.mo
share/mime/packages/x-k3b.xml
share/polkit-1/actions/org.kde.kcontrol.k3bsetup.policy
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.12 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.13 2018/07/01 18:33:37 espie Exp $
COMMENT = non-linear video editor for KDE
VERSION = 0.9.10
DISTNAME = kdenlive-${VERSION}
CATEGORIES = multimedia
REVISION = 3
REVISION = 4
HOMEPAGE = http://www.kdenlive.org/
MAINTAINER = KDE porting team <openbsd-kde@googlegroups.com>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:37 espie Exp $
@bin bin/kdenlive
@bin bin/kdenlive_render
lib/kde4/libkdenlive_sampleplugin.so
@ -460,7 +460,6 @@ share/mime/packages/westley.xml
share/pixmaps/
share/pixmaps/kdenlive.xpm
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag gtk-update-icon-cache %D/share/icons/oxygen

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.74 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.75 2018/07/01 18:33:37 espie Exp $
COMMENT= create, alter and inspect Matroska files
DISTNAME= mkvtoolnix-9.7.1
REVISION= 4
REVISION= 5
CATEGORIES= multimedia x11
MASTER_SITES= ${HOMEPAGE}sources/
EXTRACT_SUFX= .tar.xz

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.no-no_x11,v 1.10 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PFRAG.no-no_x11,v 1.11 2018/07/01 18:33:37 espie Exp $
@bin bin/mkvtoolnix-gui
@man man/ca/man1/mkvtoolnix-gui.1
@man man/de/man1/mkvtoolnix-gui.1
@ -54,6 +54,5 @@ share/icons/hicolor/96x96/apps/mkvpropedit.png
share/icons/hicolor/96x96/apps/mkvtoolnix-gui.png
share/mime/packages/mkvtoolnix.xml
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.23 2018/07/01 18:33:37 espie Exp $
COMMENT = 2D animation software studio
BROKEN-alpha = [keyframe_lock_past_on_icon.png] Bus error (core dumped)
@ -8,7 +8,7 @@ BROKEN-sparc64 = terminate called after throwing an instance of 'synfig::Excepti
V = 1.2.1
DISTNAME = synfigstudio-$V
API_V = 1.0
REVISION = 1
REVISION = 2
SHARED_LIBS += synfigapp 2.0 # 0.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2018/07/01 18:33:37 espie Exp $
@bin bin/synfigstudio
include/synfigapp-0.0/
include/synfigapp-0.0/synfigapp/
@ -385,5 +385,4 @@ share/synfig/plugins/view-unhide-all-layers/plugin.xml
share/synfig/plugins/view-unhide-all-layers/view-unhide-all-layers.py
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.43 2018/06/29 22:16:18 espie Exp $
# $OpenBSD: Makefile,v 1.44 2018/07/01 18:33:37 espie Exp $
COMMENT= multimedia player
@ -6,7 +6,7 @@ DISTNAME= xine-ui-0.99.10
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
EXTRACT_SUFX= .tar.xz
REVISION= 1
REVISION= 2
HOMEPAGE= https://www.xine-project.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2018/06/29 22:16:18 espie Exp $
@comment $OpenBSD: PLIST,v 1.12 2018/07/01 18:33:37 espie Exp $
@comment bin/fbxine
@bin bin/xine
bin/xine-bugreport
@ -164,7 +164,6 @@ share/xine/skins/xinetic/SmallArrowUp.png
share/xine/skins/xinetic/skinconfig
share/xine/visuals/
share/xine/visuals/default.mpv
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2018/06/29 22:16:19 espie Exp $
# $OpenBSD: Makefile,v 1.74 2018/07/01 18:33:37 espie Exp $
BROKEN-alpha = .got subsegment exceeds 64K (size 101480)
#BROKEN-sparc64 = cc: Internal error: Illegal instruction (program cc1) # trying ports-gcc
@ -8,14 +8,14 @@ COMMENT-text = network protocol analyzer
COMMENT-gtk = graphical network protocol analyzer, Gtk+3 user-interface
V = 2.6.1
REVISION-gtk = 1
REVISION-gtk = 2
PORTROACH = limitw:1,even
DISTNAME = wireshark-$V
PKGNAME-main = wireshark-$V
PKGNAME-text = tshark-$V
PKGNAME-gtk = wireshark-gtk-$V
REVISION-main = 2
REVISION-text = 0
REVISION-main = 3
REVISION-text = 1
SHARED_LIBS += wscodecs 0.0 # 0.0
SHARED_LIBS += wsutil 3.0 # 5.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.11 2018/06/29 22:16:19 espie Exp $
@comment $OpenBSD: PLIST-main,v 1.12 2018/07/01 18:33:37 espie Exp $
@bin bin/wireshark
@man man/man1/wireshark.1
share/appdata/
@ -23,5 +23,4 @@ share/icons/hicolor/scalable/apps/wireshark.svg
share/mime/packages/wireshark.xml
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec /usr/local/bin/update-mime-database /usr/local/share/mime
@unexec-delete /usr/local/bin/update-mime-database /usr/local/share/mime
@tag update-mime-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.63 2018/06/27 21:04:01 espie Exp $
# $OpenBSD: Makefile,v 1.64 2018/07/01 18:33:37 espie Exp $
COMMENT= desktop publishing program
DISTNAME= scribus-1.4.6
CATEGORIES= print
REVISION= 0
REVISION= 1
HOMEPAGE= https://www.scribus.net/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.17 2018/06/27 21:04:01 espie Exp $
@comment $OpenBSD: PLIST,v 1.18 2018/07/01 18:33:37 espie Exp $
@bin bin/scribus
include/scribus/
include/scribus/KarbonCurveFit.h
@ -3449,6 +3449,5 @@ share/scribus/translations/scribus.uk.qm
share/scribus/translations/scribus.zh_CN.qm
share/scribus/translations/scribus.zh_TW.qm
share/scribus/unicodenameslist.txt
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag update-desktop-database

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2018/06/29 22:16:19 espie Exp $
# $OpenBSD: Makefile,v 1.11 2018/07/01 18:33:37 espie Exp $
COMMENT = application for notetaking & annotating PDF files
DISTNAME = xournal-0.4.8
CATEGORIES = print
REVISION = 3
REVISION = 4
HOMEPAGE = http://xournal.sourceforge.net/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2018/06/29 22:16:19 espie Exp $
@comment $OpenBSD: PLIST,v 1.6 2018/07/01 18:33:37 espie Exp $
@bin bin/xournal
share/applications/xournal.desktop
share/doc/xournal/
@ -57,6 +57,5 @@ share/xournal/pixmaps/xournal.png
share/xournal/pixmaps/xournal.svg
share/xournal/pixmaps/yellow.png
@tag update-desktop-database
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database
@tag gtk-update-icon-cache %D/share/icons/hicolor

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.16 2017/07/27 10:05:20 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2018/07/01 18:33:37 espie Exp $
CATEGORIES = productivity
COMMENT = PIM cache and access services
DISTNAME = akonadi-1.13.0
HOMEPAGE = http://community.kde.org/KDE_PIM/Akonadi
MAINTAINER = KDE porting team <openbsd-kde@googlegroups.com>
REVISION = 3
REVISION = 4
SHARED_LIBS = akonadiprotocolinternals 4.0 # 1.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2014/07/10 14:05:00 zhuk Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/07/01 18:33:37 espie Exp $
@pkgpath x11/kde4/akonadi
@bin bin/akonadi_agent_launcher
@bin bin/akonadi_agent_server
@ -49,5 +49,4 @@ share/dbus-1/interfaces/org.freedesktop.Akonadi.Tracer.xml
share/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml
share/dbus-1/services/org.freedesktop.Akonadi.Control.service
share/mime/packages/akonadi-mime.xml
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.62 2018/06/29 22:16:19 espie Exp $
# $OpenBSD: Makefile,v 1.63 2018/07/01 18:33:37 espie Exp $
COMMENT = labels and business card designer
GNOME_PROJECT = glabels
GNOME_VERSION = 3.4.1
REVISION = 2
REVISION = 3
CATEGORIES = productivity graphics

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.16 2018/06/29 22:16:20 espie Exp $
@comment $OpenBSD: PLIST,v 1.17 2018/07/01 18:33:37 espie Exp $
@bin bin/glabels-3
@bin bin/glabels-3-batch
include/libglabels-3.0/
@ -735,5 +735,4 @@ share/mime/packages/glabels-3.0.xml
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@tag update-desktop-database
@tag gtk-update-icon-cache %D/share/icons/hicolor
@exec %D/bin/update-mime-database %D/share/mime
@unexec-delete %D/bin/update-mime-database %D/share/mime
@tag update-mime-database

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