accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
This commit is contained in:
parent
27120a02bd
commit
fa81a4f5f8
1168 changed files with 1255 additions and 848 deletions
2
MOVED
2
MOVED
|
@ -17771,3 +17771,5 @@ sysutils/screenfetch-nox11|sysutils/screenfetch@nox11|2023-02-23|Converted to fl
|
|||
editors/r7-office|editors/linux-r7-office|2023-02-25|Follow the naming scheme of Linux ports
|
||||
www/mediawiki137||2023-02-28|Has expired: End of life upstream, users are recommended to upgrade to 1.39 or higher
|
||||
games/veloren|games/veloren-weekly|2023-03-02|Using releases is currently discouraged upstream
|
||||
accessibility/atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package
|
||||
accessibility/at-spi2-atk|accessibility/at-spi2-core|2023-03-02|Integrated into other package
|
||||
|
|
|
@ -148,7 +148,7 @@ gnomemimedata_RUN_DEPENDS=${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc:
|
|||
glib20_LIB_DEPENDS= libglib-2.0.so:devel/glib20 \
|
||||
libintl.so:devel/gettext-runtime
|
||||
|
||||
atk_LIB_DEPENDS= libatk-1.0.so:accessibility/atk
|
||||
atk_LIB_DEPENDS= libatk-1.0.so:accessibility/at-spi2-core
|
||||
atk_USE_GNOME_IMPL= glib20
|
||||
|
||||
dconf_BUILD_DEPENDS= dconf:devel/dconf
|
||||
|
|
|
@ -104,7 +104,7 @@ LAZARUS_DEVELSUFFIX= -devel
|
|||
BUILD_DEPENDS+= ${MKINSTDIR}/gtk2.fpm:x11-toolkits/fpc-gtk2
|
||||
LIB_DEPENDS+= libglib-2.0.so:devel/glib20 \
|
||||
libgtk-x11-2.0.so:x11-toolkits/gtk20 \
|
||||
libatk-1.0.so:accessibility/atk \
|
||||
libatk-1.0.so:accessibility/at-spi2-core \
|
||||
libpango-1.0.so:x11-toolkits/pango \
|
||||
libgdk_pixbuf-2.0.so:graphics/gdk-pixbuf2
|
||||
LCL_PLATFORM= gtk2
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
COMMENT = Ports to help disabled users
|
||||
|
||||
SUBDIR += accerciser
|
||||
SUBDIR += at-spi2-atk
|
||||
SUBDIR += at-spi2-core
|
||||
SUBDIR += atk
|
||||
SUBDIR += atkmm
|
||||
SUBDIR += caribou
|
||||
SUBDIR += darkman
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= accerciser
|
||||
PORTVERSION= 3.38.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
PORTNAME= at-spi2-atk
|
||||
PORTVERSION= 2.38.0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= Assisted Technology Provider module for GTK+
|
||||
WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
||||
LIB_DEPENDS= libdbus-1.so:devel/dbus
|
||||
RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USES= cpe gettext-runtime gnome localbase meson pkgconfig tar:xz
|
||||
USE_GNOME= atk glib20 intlhack
|
||||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= gnome
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1661964965
|
||||
SHA256 (gnome/at-spi2-atk-2.38.0.tar.xz) = cfa008a5af822b36ae6287f18182c40c91dd699c55faa38605881ed175ca464f
|
||||
SIZE (gnome/at-spi2-atk-2.38.0.tar.xz) = 97464
|
|
@ -1,7 +0,0 @@
|
|||
This is the Gnome Accessibility Project's Assistive Technology
|
||||
Service Provider Interface. It allows accessibility applications
|
||||
and assistive technologies to announce their respective existence
|
||||
to each other.
|
||||
|
||||
This port contains the GTK+ module needed to interface with the SPI
|
||||
framework.
|
|
@ -1,7 +0,0 @@
|
|||
include/at-spi2-atk/2.0/atk-bridge.h
|
||||
lib/libatk-bridge-2.0.so
|
||||
lib/libatk-bridge-2.0.so.0
|
||||
lib/libatk-bridge-2.0.so.0.0.0
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
|
||||
lib/gtk-2.0/modules/libatk-bridge.so
|
||||
libdata/pkgconfig/atk-bridge-2.0.pc
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= at-spi2-core
|
||||
PORTVERSION= 2.44.1
|
||||
PORTVERSION= 2.46.0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1661964981
|
||||
SHA256 (gnome/at-spi2-core-2.44.1.tar.xz) = 4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746
|
||||
SIZE (gnome/at-spi2-core-2.44.1.tar.xz) = 209780
|
||||
TIMESTAMP = 1676814438
|
||||
SHA256 (gnome/at-spi2-core-2.46.0.tar.xz) = aa0c86c79f7a8d67bae49a5b7a5ab08430c608cffe6e33bf47a72f41ab03c3d0
|
||||
SIZE (gnome/at-spi2-core-2.46.0.tar.xz) = 540600
|
||||
|
|
|
@ -31,31 +31,89 @@ include/at-spi-2.0/atspi/atspi-text.h
|
|||
include/at-spi-2.0/atspi/atspi-types.h
|
||||
include/at-spi-2.0/atspi/atspi-value.h
|
||||
include/at-spi-2.0/atspi/atspi.h
|
||||
include/at-spi2-atk/2.0/atk-bridge.h
|
||||
include/atk-1.0/atk/atk-autocleanups.h
|
||||
include/atk-1.0/atk/atk-enum-types.h
|
||||
include/atk-1.0/atk/atk.h
|
||||
include/atk-1.0/atk/atkaction.h
|
||||
include/atk-1.0/atk/atkcomponent.h
|
||||
include/atk-1.0/atk/atkdocument.h
|
||||
include/atk-1.0/atk/atkeditabletext.h
|
||||
include/atk-1.0/atk/atkgobjectaccessible.h
|
||||
include/atk-1.0/atk/atkhyperlink.h
|
||||
include/atk-1.0/atk/atkhyperlinkimpl.h
|
||||
include/atk-1.0/atk/atkhypertext.h
|
||||
include/atk-1.0/atk/atkimage.h
|
||||
include/atk-1.0/atk/atkmisc.h
|
||||
include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
include/atk-1.0/atk/atkobjectfactory.h
|
||||
include/atk-1.0/atk/atkplug.h
|
||||
include/atk-1.0/atk/atkrange.h
|
||||
include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkrelationtype.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atksocket.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktablecell.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
include/atk-1.0/atk/atkversion.h
|
||||
include/atk-1.0/atk/atkwindow.h
|
||||
lib/girepository-1.0/Atk-1.0.typelib
|
||||
lib/girepository-1.0/Atspi-2.0.typelib
|
||||
lib/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
|
||||
lib/gtk-2.0/modules/libatk-bridge.so
|
||||
lib/libatk-1.0.so
|
||||
lib/libatk-1.0.so.0
|
||||
lib/libatk-1.0.so.0.24609.1
|
||||
lib/libatk-bridge-2.0.so
|
||||
lib/libatk-bridge-2.0.so.0
|
||||
lib/libatk-bridge-2.0.so.0.0.0
|
||||
lib/libatspi.so
|
||||
lib/libatspi.so.0
|
||||
lib/libatspi.so.0.0.1
|
||||
libdata/pkgconfig/atk-bridge-2.0.pc
|
||||
libdata/pkgconfig/atk.pc
|
||||
libdata/pkgconfig/atspi-2.pc
|
||||
libexec/at-spi-bus-launcher
|
||||
libexec/at-spi2-registryd
|
||||
share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
|
||||
share/dbus-1/services/org.a11y.Bus.service
|
||||
share/defaults/at-spi2/accessibility.conf
|
||||
share/gir-1.0/Atk-1.0.gir
|
||||
share/gir-1.0/Atspi-2.0.gir
|
||||
share/locale/ab/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/af/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/am/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/an/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ar/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/as/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ast/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/az/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/be/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/be@latin/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bg/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/bs/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ca/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ckb/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/cs/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/cy/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/da/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/de/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/dz/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/el/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en_CA/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/en_GB/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/eo/LC_MESSAGES/at-spi2-core.mo
|
||||
|
@ -74,44 +132,63 @@ share/locale/he/LC_MESSAGES/at-spi2-core.mo
|
|||
share/locale/hi/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/hr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/hu/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/hy/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/id/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/is/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/it/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ja/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ka/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/kk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/km/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/kn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ko/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ku/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/li/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/lt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/lv/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mai/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ml/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/mr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ms/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nb/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ne/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/nn/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/oc/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/or/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pa/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ps/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ro/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ru/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/rw/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/si/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sl/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sq/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr@ije/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/sv/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ta/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/te/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tg/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/th/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tr/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/tt/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/ug/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/uk/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/uz@cyrillic/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/vi/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/wa/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/xh/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/yi/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/at-spi2-core.mo
|
||||
share/locale/zu/LC_MESSAGES/at-spi2-core.mo
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
PORTNAME= atk
|
||||
PORTVERSION= 2.38.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility devel
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= GNOME accessibility toolkit (ATK)
|
||||
WWW= https://developer.gnome.org/atk/
|
||||
|
||||
LICENSE= LGPL20+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext gnome localbase meson pkgconfig tar:xz
|
||||
USE_GNOME= glib20 introspection:build
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1661964925
|
||||
SHA256 (gnome/atk-2.38.0.tar.xz) = ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36
|
||||
SIZE (gnome/atk-2.38.0.tar.xz) = 303952
|
|
@ -1,3 +0,0 @@
|
|||
The GNOME Accessibility Toolkit (ATK) contains accessibility widgets,
|
||||
just like GTK contains GUI element widgets. However, ATK's widgets
|
||||
are platform-independent, so they can be used with Qt, Motif, etc.
|
|
@ -1,141 +0,0 @@
|
|||
include/atk-1.0/atk/atk-autocleanups.h
|
||||
include/atk-1.0/atk/atk-enum-types.h
|
||||
include/atk-1.0/atk/atk.h
|
||||
include/atk-1.0/atk/atkaction.h
|
||||
include/atk-1.0/atk/atkcomponent.h
|
||||
include/atk-1.0/atk/atkdocument.h
|
||||
include/atk-1.0/atk/atkeditabletext.h
|
||||
include/atk-1.0/atk/atkgobjectaccessible.h
|
||||
include/atk-1.0/atk/atkhyperlink.h
|
||||
include/atk-1.0/atk/atkhyperlinkimpl.h
|
||||
include/atk-1.0/atk/atkhypertext.h
|
||||
include/atk-1.0/atk/atkimage.h
|
||||
include/atk-1.0/atk/atkmisc.h
|
||||
include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
include/atk-1.0/atk/atkobjectfactory.h
|
||||
include/atk-1.0/atk/atkplug.h
|
||||
include/atk-1.0/atk/atkrange.h
|
||||
include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkrelationtype.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atksocket.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
include/atk-1.0/atk/atktable.h
|
||||
include/atk-1.0/atk/atktablecell.h
|
||||
include/atk-1.0/atk/atktext.h
|
||||
include/atk-1.0/atk/atkutil.h
|
||||
include/atk-1.0/atk/atkvalue.h
|
||||
include/atk-1.0/atk/atkversion.h
|
||||
include/atk-1.0/atk/atkwindow.h
|
||||
lib/girepository-1.0/Atk-1.0.typelib
|
||||
lib/libatk-1.0.so
|
||||
lib/libatk-1.0.so.0
|
||||
lib/libatk-1.0.so.0.23809.1
|
||||
libdata/pkgconfig/atk.pc
|
||||
share/gir-1.0/Atk-1.0.gir
|
||||
share/locale/af/LC_MESSAGES/atk10.mo
|
||||
share/locale/am/LC_MESSAGES/atk10.mo
|
||||
share/locale/an/LC_MESSAGES/atk10.mo
|
||||
share/locale/ar/LC_MESSAGES/atk10.mo
|
||||
share/locale/as/LC_MESSAGES/atk10.mo
|
||||
share/locale/ast/LC_MESSAGES/atk10.mo
|
||||
share/locale/az/LC_MESSAGES/atk10.mo
|
||||
share/locale/be/LC_MESSAGES/atk10.mo
|
||||
share/locale/be@latin/LC_MESSAGES/atk10.mo
|
||||
share/locale/bg/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
||||
share/locale/bs/LC_MESSAGES/atk10.mo
|
||||
share/locale/ca/LC_MESSAGES/atk10.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/atk10.mo
|
||||
share/locale/ckb/LC_MESSAGES/atk10.mo
|
||||
share/locale/cs/LC_MESSAGES/atk10.mo
|
||||
share/locale/cy/LC_MESSAGES/atk10.mo
|
||||
share/locale/da/LC_MESSAGES/atk10.mo
|
||||
share/locale/de/LC_MESSAGES/atk10.mo
|
||||
share/locale/dz/LC_MESSAGES/atk10.mo
|
||||
share/locale/el/LC_MESSAGES/atk10.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
||||
share/locale/en_CA/LC_MESSAGES/atk10.mo
|
||||
share/locale/en_GB/LC_MESSAGES/atk10.mo
|
||||
share/locale/eo/LC_MESSAGES/atk10.mo
|
||||
share/locale/es/LC_MESSAGES/atk10.mo
|
||||
share/locale/et/LC_MESSAGES/atk10.mo
|
||||
share/locale/eu/LC_MESSAGES/atk10.mo
|
||||
share/locale/fa/LC_MESSAGES/atk10.mo
|
||||
share/locale/fi/LC_MESSAGES/atk10.mo
|
||||
share/locale/fr/LC_MESSAGES/atk10.mo
|
||||
share/locale/fur/LC_MESSAGES/atk10.mo
|
||||
share/locale/ga/LC_MESSAGES/atk10.mo
|
||||
share/locale/gd/LC_MESSAGES/atk10.mo
|
||||
share/locale/gl/LC_MESSAGES/atk10.mo
|
||||
share/locale/gu/LC_MESSAGES/atk10.mo
|
||||
share/locale/he/LC_MESSAGES/atk10.mo
|
||||
share/locale/hi/LC_MESSAGES/atk10.mo
|
||||
share/locale/hr/LC_MESSAGES/atk10.mo
|
||||
share/locale/hu/LC_MESSAGES/atk10.mo
|
||||
share/locale/hy/LC_MESSAGES/atk10.mo
|
||||
share/locale/id/LC_MESSAGES/atk10.mo
|
||||
share/locale/is/LC_MESSAGES/atk10.mo
|
||||
share/locale/it/LC_MESSAGES/atk10.mo
|
||||
share/locale/ja/LC_MESSAGES/atk10.mo
|
||||
share/locale/ka/LC_MESSAGES/atk10.mo
|
||||
share/locale/kk/LC_MESSAGES/atk10.mo
|
||||
share/locale/km/LC_MESSAGES/atk10.mo
|
||||
share/locale/kn/LC_MESSAGES/atk10.mo
|
||||
share/locale/ko/LC_MESSAGES/atk10.mo
|
||||
share/locale/ku/LC_MESSAGES/atk10.mo
|
||||
share/locale/li/LC_MESSAGES/atk10.mo
|
||||
share/locale/lt/LC_MESSAGES/atk10.mo
|
||||
share/locale/lv/LC_MESSAGES/atk10.mo
|
||||
share/locale/mai/LC_MESSAGES/atk10.mo
|
||||
share/locale/mk/LC_MESSAGES/atk10.mo
|
||||
share/locale/ml/LC_MESSAGES/atk10.mo
|
||||
share/locale/mn/LC_MESSAGES/atk10.mo
|
||||
share/locale/mr/LC_MESSAGES/atk10.mo
|
||||
share/locale/ms/LC_MESSAGES/atk10.mo
|
||||
share/locale/nb/LC_MESSAGES/atk10.mo
|
||||
share/locale/ne/LC_MESSAGES/atk10.mo
|
||||
share/locale/nl/LC_MESSAGES/atk10.mo
|
||||
share/locale/nn/LC_MESSAGES/atk10.mo
|
||||
share/locale/oc/LC_MESSAGES/atk10.mo
|
||||
share/locale/or/LC_MESSAGES/atk10.mo
|
||||
share/locale/pa/LC_MESSAGES/atk10.mo
|
||||
share/locale/pl/LC_MESSAGES/atk10.mo
|
||||
share/locale/ps/LC_MESSAGES/atk10.mo
|
||||
share/locale/pt/LC_MESSAGES/atk10.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
||||
share/locale/ro/LC_MESSAGES/atk10.mo
|
||||
share/locale/ru/LC_MESSAGES/atk10.mo
|
||||
share/locale/rw/LC_MESSAGES/atk10.mo
|
||||
share/locale/si/LC_MESSAGES/atk10.mo
|
||||
share/locale/sk/LC_MESSAGES/atk10.mo
|
||||
share/locale/sl/LC_MESSAGES/atk10.mo
|
||||
share/locale/sq/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr@ije/LC_MESSAGES/atk10.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/atk10.mo
|
||||
share/locale/sv/LC_MESSAGES/atk10.mo
|
||||
share/locale/ta/LC_MESSAGES/atk10.mo
|
||||
share/locale/te/LC_MESSAGES/atk10.mo
|
||||
share/locale/tg/LC_MESSAGES/atk10.mo
|
||||
share/locale/th/LC_MESSAGES/atk10.mo
|
||||
share/locale/tk/LC_MESSAGES/atk10.mo
|
||||
share/locale/tr/LC_MESSAGES/atk10.mo
|
||||
share/locale/tt/LC_MESSAGES/atk10.mo
|
||||
share/locale/ug/LC_MESSAGES/atk10.mo
|
||||
share/locale/uk/LC_MESSAGES/atk10.mo
|
||||
share/locale/vi/LC_MESSAGES/atk10.mo
|
||||
share/locale/wa/LC_MESSAGES/atk10.mo
|
||||
share/locale/xh/LC_MESSAGES/atk10.mo
|
||||
share/locale/yi/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/atk10.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
||||
share/locale/zu/LC_MESSAGES/atk10.mo
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= atkmm
|
||||
PORTVERSION= 2.28.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= caribou
|
||||
PORTVERSION= 0.4.21
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= orca
|
||||
PORTVERSION= 43.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= atk
|
||||
PORTVERSION= 4.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= accessibility rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= engrampa
|
||||
PORTVERSION= 1.26.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= file-roller
|
||||
PORTVERSION= 3.42.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gnome-autoar
|
||||
DISTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= peazip
|
||||
PORTVERSION= 9.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= thunar-archive-plugin
|
||||
PORTVERSION= 0.5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= XFCE/thunar-plugins
|
||||
DIST_SUBDIR= xfce4
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= xarchive
|
||||
DISTVERSION= 0.2.8-6
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= xarchiver
|
||||
DISTVERSION= 0.5.4.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
CELESTIA_UI= gtk
|
||||
PORTREVISION= 1
|
||||
MASTERDIR= ${.CURDIR}/../celestia
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= foxtrotgps
|
||||
PORTVERSION= 1.2.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= http://www.foxtrotgps.org/releases/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gkrellmoon2
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= SF/gkrellmoon/gkrellmoon/${PORTVERSION}
|
||||
DISTNAME= gkrellmoon-${PORTVERSION}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gpsd
|
||||
PORTVERSION= 3.23.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= nightfall
|
||||
PORTVERSION= 1.92
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= astro education
|
||||
MASTER_SITES= http://www.la-samhna.de/nightfall/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= opencpn
|
||||
PORTVERSION= 5.2.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= astro geography
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= siril
|
||||
DISTVERSION= 1.0.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= astro graphics
|
||||
MASTER_SITES= https://free-astro.org/download/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= starplot
|
||||
PORTVERSION= 0.95.5
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://starplot.org/downloads/
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= abGate
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= abx
|
||||
DISTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://phintsan.kapsi.fi/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= amberol
|
||||
DISTVERSION= 0.9.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= amsynth
|
||||
DISTVERSION= 1.11.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/amsynth/amsynth/releases/download/release-${DISTVERSION}/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aqualung
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= ardour
|
||||
DISTVERSION= 7.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
# Official source download is tailored to browsers, downloads from github are
|
||||
# deliberately made empty. Put the badly named distfile into a subdirectory.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ario
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= asunder
|
||||
PORTVERSION= 2.9.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://littlesvr.ca/asunder/releases/
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= audacity
|
||||
DISTVERSIONPREFIX= Audacity-
|
||||
DISTVERSION= 3.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= xxjack12xx@gmail.com
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= autozen
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.linuxlabs.com/download/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aylet
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.worldofspectrum.org/pub/sinclair/music/players-unix/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= calf
|
||||
DISTVERSION= 0.90.3.20210427
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
#MASTER_SITES= http://calf-studio-gear.org/files/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= d11amp
|
||||
DISTVERSION= 0.61
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://www.dettus.net/d11amp/
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-musical-spectrum-plugin
|
||||
DISTVERSION= 0.0.2015.10.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-playback-status-plugin
|
||||
DISTVERSION= 0.0.2015.09.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-quick-search-plugin
|
||||
DISTVERSION= 0.0.2016.01.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-spectrogram-plugin
|
||||
DISTVERSION= 0.0.2015.01.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-vu-meter-plugin
|
||||
DISTVERSION= 0.0.2014.09.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= deadbeef-waveform-seekbar-plugin
|
||||
DISTVERSION= 0.0.2016.01.01
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= deadbeef
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 22
|
||||
PORTREVISION= 23
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= denemo
|
||||
PORTVERSION= 2.0.6
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= easytag
|
||||
PORTVERSION= 2.4.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= eq10q
|
||||
DISTVERSION= 2.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= exaile
|
||||
DISTVERSION= 4.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= fluidsynth-dssi
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= foo-yc20
|
||||
DISTVERSION= 1.3.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= ganv
|
||||
DISTVERSION= 1.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://download.drobilla.net/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gbemol
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= glurp
|
||||
PORTVERSION= 0.12.3
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gmtp
|
||||
PORTVERSION= 1.3.11
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/gMTP-${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gnaural
|
||||
PORTVERSION= 1.0.20110606
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/Gnaural/ \
|
||||
LOCAL/martymac
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= metronome
|
||||
DISTVERSION= 1.2.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
PKGNAMEPREFIX= gnome-
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gnome-music
|
||||
PORTVERSION= 42.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= podcasts
|
||||
DISTVERSION= 0.5.1
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= audio
|
||||
PKGNAMEPREFIX= gnome-
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gnuitar
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio multimedia
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= goobox
|
||||
PORTVERSION= 3.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gqradio
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/gqmpeg/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= gradio
|
||||
PORTVERSION= 7.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= grip
|
||||
DISTVERSION= 4.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/grip/${DISTVERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gsequencer
|
||||
DISTVERSION= 4.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SAVANNAH/gsequencer/${DISTVERSION:R}.x
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gtick
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.antcom.de/gtick/download/
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gtk-mixer
|
||||
DISTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= rozhuk.im@gmail.com
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= gtkguitune
|
||||
PORTVERSION= 0.8
|
||||
DISTVERSIONPREFIX= gtk2-
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GENTOO \
|
||||
http://www.oocities.org/harpin_floh/mysoft/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gtkpod
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gtmixer
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= vagner@bsdway.ru
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= guitarix
|
||||
DISTVERSION= 0.44.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= gvolwheel
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= hexter
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ PORTNAME= invada-studio-plugins
|
|||
DISTVERSIONPREFIX= lv2_
|
||||
DISTVERSION= 1.2.0
|
||||
DISTVERSIONSUFFIX= -nopkg
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://launchpad.net/invada-studio/lv2/1.2/+download/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ir
|
||||
DISTVERSION= 1.3.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -lv2
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= jack-keyboard
|
||||
DISTVERSION= 2.7.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF \
|
||||
http://home.selasky.org:8192/distfiles/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= jalv-select
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= jalv
|
||||
DISTVERSION= 1.6.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.drobilla.net/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= lash
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 17
|
||||
PORTREVISION= 18
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MASTERDIR= ${.CURDIR:H}/libcanberra
|
||||
PORTREVISION= 1
|
||||
SLAVEPORT= gtk2
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MASTERDIR= ${.CURDIR:H}/libcanberra
|
||||
PORTREVISION= 1
|
||||
SLAVEPORT= gtk3
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= lingot
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= lollypop
|
||||
DISTVERSION= 1.4.16
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= lv2
|
||||
PORTVERSION= 1.18.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://lv2plug.in/spec/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mate-media
|
||||
PORTVERSION= 1.26.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mhwaveedit
|
||||
PORTVERSION= 1.4.24
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= audio
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ PORTNAME= mousai
|
|||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.6-649
|
||||
DISTVERSIONSUFFIX= -g3883a67
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mp3splt-gtk
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= mp3stat
|
||||
PORTVERSION= 2.6.01
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://BSDforge.com/projects/source/audio/mp3stat/
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue