Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle
This commit is contained in:
parent
27dab31d0c
commit
ebf751b927
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2016/04/26 17:47:36 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT= GNU cpio copies files to and from archives
|
||||
|
||||
DISTNAME= cpio-2.12
|
||||
PKGNAME= g${DISTNAME}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= archivers
|
||||
HOMEPAGE= https://www.gnu.org/software/cpio/
|
||||
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=cpio/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
WANTLIB= c iconv intl
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2018/04/02 08:41:50 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT= packing and unpacking of shell archives
|
||||
|
||||
DISTNAME= sharutils-4.15.2
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= archivers
|
||||
|
||||
@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB += c intl
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= --program-prefix="g" \
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.82 2019/02/25 21:01:58 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.83 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT= GNU version of the traditional tape archiver
|
||||
|
||||
DISTNAME= tar-1.32
|
||||
PKGNAME= g${DISTNAME}
|
||||
REVISION= 0
|
||||
CATEGORIES= archivers
|
||||
HOMEPAGE= https://www.gnu.org/software/tar/
|
||||
|
||||
@ -36,12 +37,12 @@ FLAVORS= static
|
||||
FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:Mstatic}
|
||||
BUILD_DEPENDS+= devel/gettext
|
||||
BUILD_DEPENDS+= devel/gettext,-runtime
|
||||
CONFIGURE_ENV+= SHLIBEXT=""
|
||||
LDSTATIC= ${STATIC}
|
||||
.else
|
||||
WANTLIB+= iconv intl
|
||||
LIB_DEPENDS+= devel/gettext
|
||||
LIB_DEPENDS+= devel/gettext,-runtime
|
||||
LDSTATIC=
|
||||
.endif
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.46 2018/11/12 16:08:02 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.47 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT= free space simulator and planetarium
|
||||
|
||||
DISTNAME= celestia-1.6.1
|
||||
REVISION= 16
|
||||
REVISION= 17
|
||||
|
||||
CATEGORIES= astro x11
|
||||
|
||||
@ -30,8 +30,8 @@ WANTLIB += ${MODLUA_WANTLIB}
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES= lang/lua
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
LIB_DEPENDS= devel/gettext,-runtime \
|
||||
multimedia/libtheora \
|
||||
x11/gtkglext \
|
||||
${MODLUA_LIB_DEPENDS}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/09/08 10:17:26 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT = calculate and print calendars
|
||||
|
||||
DISTNAME = gcal-3.6.3
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = astro
|
||||
|
||||
HOMEPAGE = https://www.gnu.org/software/gcal/
|
||||
@ -15,8 +15,8 @@ PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GNU:=gcal/}
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
LIB_DEPENDS = devel/gettext
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
LIB_DEPENDS = devel/gettext,-runtime
|
||||
|
||||
WANTLIB = c iconv intl m ncurses
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/12 17:30:56 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT = planetarium simulator for KDE
|
||||
|
||||
@ -28,7 +28,7 @@ MASTER_SITES = ${MASTER_SITE_KDE:=stable/kstars/}
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
BUILD_DEPENDS += devel/gettext-tools \
|
||||
BUILD_DEPENDS += devel/gettext,-tools \
|
||||
devel/kf5/kdoctools \
|
||||
math/eigen3 \
|
||||
x11/qt5/qtquickcontrols \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2018/06/29 22:16:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT = GTK2-based MPD client inspired by Rhythmbox
|
||||
DISTNAME = ario-1.5.1
|
||||
@ -33,7 +33,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ario-player/}
|
||||
|
||||
MODULES = textproc/intltool
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
LIB_DEPENDS = audio/libmpdclient \
|
||||
audio/taglib \
|
||||
devel/libnotify \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.77 2019/05/12 15:26:06 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.78 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT = input and output plugins for Audacious
|
||||
|
||||
@ -30,7 +30,7 @@ EXTRACT_SUFX = .tar.bz2
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = audio/audacious>=${V} \
|
||||
devel/gettext-tools
|
||||
devel/gettext,-tools
|
||||
|
||||
RUN_DEPENDS = audio/audacious>=${V}
|
||||
# needed for the gio plugin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2018/06/29 22:16:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
BROKEN-hppa = no atomic ops / __sync_fetch_and_add_4
|
||||
BROKEN-alpha = tinylock.c:58: internal compiler error: in extract_insn, at recog.c:2077
|
||||
@ -31,7 +31,7 @@ EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.68 2019/05/18 12:13:33 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.69 2019/05/20 22:15:00 naddy Exp $
|
||||
|
||||
COMMENT= free audio editor
|
||||
|
||||
@ -36,7 +36,7 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
MODULES= lang/python
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools \
|
||||
BUILD_DEPENDS= devel/gettext,-tools \
|
||||
shells/bash
|
||||
# Used to build suild, not installed by default
|
||||
# See ${WRKSRC}/lib-src/lv2/suil and https://drobilla.net/software/suil
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2018/07/10 10:55:07 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = Qt4-based featureful music player
|
||||
|
||||
@ -36,7 +36,7 @@ CXXFLAGS += -std=c++11
|
||||
|
||||
BUILD_DEPENDS = devel/boost \
|
||||
devel/cmake>=2.8.10.2p3 \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
devel/sparsehash
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2018/06/27 21:03:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = music manager and player for GTK+ written in Python
|
||||
|
||||
@ -30,7 +30,7 @@ COMMON_DEPENDS =x11/dbus-python>=0.82.1 \
|
||||
multimedia/gstreamer-0.10/py-gstreamer
|
||||
|
||||
BUILD_DEPENDS = ${COMMON_DEPENDS} \
|
||||
devel/gettext-tools
|
||||
devel/gettext,-tools
|
||||
RUN_DEPENDS = ${COMMON_DEPENDS} \
|
||||
devel/desktop-file-utils
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2019/05/20 20:52:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = SoundFont2 software synthesizer
|
||||
DISTNAME = fluidsynth-1.1.6
|
||||
@ -25,7 +25,7 @@ AUTOMAKE_VERSION = 1.9
|
||||
AUTORECONF = ./autogen.sh
|
||||
|
||||
# autogen.sh needs aclocal/lib-ld.m4
|
||||
BUILD_DEPENDS += devel/gettext-tools
|
||||
BUILD_DEPENDS += devel/gettext,-tools
|
||||
|
||||
CONFIGURE_STYLE = autoreconf
|
||||
CONFIGURE_ARGS += --disable-coreaudio \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2018/10/24 14:27:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= front-end to external cd audio rippers and mp3 encoders
|
||||
|
||||
@ -40,7 +40,7 @@ LIB_DEPENDS= audio/cdparanoia \
|
||||
|
||||
RUN_DEPENDS= audio/vorbis-tools
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2019/05/20 20:52:31 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= minimalistic console-based audio player
|
||||
|
||||
@ -19,7 +19,7 @@ MASTER_SITES= ${HOMEPAGE}/distfiles/ \
|
||||
http://www.stack.nl/~ed/projects/herrie/distfiles/ \
|
||||
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
LIB_DEPENDS= audio/libmad \
|
||||
audio/libid3tag \
|
||||
audio/libsndfile \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2017/11/12 15:17:47 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT-main= library to access the contents of an iPod
|
||||
COMMENT-python= python bindings for libgpod
|
||||
@ -11,7 +11,7 @@ SHARED_LIBS= gpod 721.0 # 7.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
|
||||
|
||||
REVISION-main= 9
|
||||
REVISION-main= 10
|
||||
REVISION-python= 7
|
||||
|
||||
HOMEPAGE= http://www.gtkpod.org/libgpod/
|
||||
@ -33,7 +33,7 @@ RUN_DEPENDS-python= audio/py-mutagen \
|
||||
devel/py-gobject
|
||||
LIB_DEPENDS-python= ${BUILD_PKGPATH},-main
|
||||
LIB_DEPENDS= databases/sqlite3 \
|
||||
devel/gettext \
|
||||
devel/gettext,-runtime \
|
||||
devel/glib2 \
|
||||
devel/libplist \
|
||||
graphics/gdk-pixbuf2 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2018/11/18 17:06:52 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = Open Fingerprint Architecture library
|
||||
|
||||
@ -18,7 +18,7 @@ COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
# needed to build the examples
|
||||
BUILD_DEPENDS = net/curl \
|
||||
devel/gettext
|
||||
devel/gettext,-runtime
|
||||
|
||||
LIB_DEPENDS = math/fftw3
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2018/12/05 20:19:01 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= command-line MPEG audio decoder and player
|
||||
|
||||
DISTNAME= madplay-0.15.2b
|
||||
REVISION= 7
|
||||
REVISION= 8
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://mad.sourceforge.net/
|
||||
|
||||
@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.mars.org/pub/mpeg/ \
|
||||
|
||||
LIB_DEPENDS= audio/libid3tag \
|
||||
audio/libmad \
|
||||
devel/gettext
|
||||
devel/gettext,-runtime
|
||||
WANTLIB= c iconv id3tag intl m mad sndio z
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2019/02/17 22:21:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = console audio player
|
||||
DISTNAME = moc-2.5.2
|
||||
@ -7,7 +7,7 @@ HOMEPAGE = http://moc.daper.net/
|
||||
MASTER_SITES = http://ftp.daper.net/pub/soft/moc/stable/ \
|
||||
https://distfiles.nl/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
@ -35,7 +35,7 @@ LIB_DEPENDS = audio/faad \
|
||||
audio/speex \
|
||||
audio/taglib \
|
||||
databases/db/v4 \
|
||||
devel/gettext \
|
||||
devel/gettext,-runtime \
|
||||
devel/libmagic \
|
||||
devel/libtool,-ltdl \
|
||||
graphics/ffmpeg \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2018/04/26 19:59:04 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
PORTROACH= skipv:0.8.5
|
||||
|
||||
COMMENT= MP3 technical info viewer and ID3 1.x tag editor
|
||||
|
||||
DISTNAME= mp3info-0.8.5a
|
||||
REVISION= 12
|
||||
REVISION= 13
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://www.ibiblio.org/mp3info/
|
||||
@ -28,7 +28,7 @@ FLAVOR?=
|
||||
ALL_TARGET= mp3info doc
|
||||
INSTALL_TARGET= install-mp3info
|
||||
.else
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
LIB_DEPENDS= devel/gettext,-runtime \
|
||||
x11/gtk+2
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2019/04/28 07:35:19 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= curses based frontend for mpd
|
||||
|
||||
@ -6,6 +6,7 @@ VER= 0.34
|
||||
DISTNAME= ncmpc-${VER}
|
||||
EPOCH= 0
|
||||
CATEGORIES= audio
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://www.musicpd.org/clients/ncmpc/
|
||||
|
||||
@ -24,10 +25,10 @@ COMPILER = base-clang ports-gcc
|
||||
MODULES= devel/meson
|
||||
|
||||
BUILD_DEPENDS= devel/boost \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
textproc/py-sphinx
|
||||
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
LIB_DEPENDS= devel/gettext,-runtime \
|
||||
devel/pcre \
|
||||
audio/libmpdclient>=2.4
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2018/12/05 20:19:01 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= audio file volume normalizer
|
||||
|
||||
DISTNAME= normalize-0.7.7
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= audio
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=normalize/}
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
WANTLIB= c iconv intl m mad>=2 audiofile FLAC ogg
|
||||
|
||||
LIB_DEPENDS= audio/libmad \
|
||||
devel/gettext \
|
||||
devel/gettext,-runtime \
|
||||
devel/libaudiofile
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2018/10/24 14:27:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = automatic audio files tagger using the MusicBrainz database
|
||||
|
||||
@ -30,7 +30,7 @@ MODPY_SETUPTOOLS = Yes
|
||||
MODPY_DISTUTILS_INSTALL=install --prefix=${LOCALBASE} --root=${DESTDIR}
|
||||
|
||||
# msgfmt
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = audio/libofa \
|
||||
graphics/ffmpeg
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2019/04/30 21:52:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= audio player and tagger for GTK+ with regex support
|
||||
|
||||
@ -36,8 +36,8 @@ RUN_DEPENDS+= devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/gettext \
|
||||
devel/gettext-tools
|
||||
devel/gettext,-runtime \
|
||||
devel/gettext,-tools
|
||||
MODPY_ADJ_FILES= *py
|
||||
|
||||
MODPY_DISTUTILS_INSTALLARGS= --mandir=${PREFIX}/man
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2018/06/27 21:03:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = streaming radio player
|
||||
|
||||
@ -28,7 +28,7 @@ RUN_DEPENDS = devel/py-gobject${MODPY_FLAVOR} \
|
||||
textproc/py-lxml \
|
||||
x11/dbus-python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/py-xdg${MODPY_FLAVOR}
|
||||
|
||||
NO_TEST = Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2018/06/27 21:03:37 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT = solfege and ear training program
|
||||
DISTNAME = solfege-3.22.2
|
||||
@ -15,7 +15,7 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=solfege/}
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
print/lilypond,-main \
|
||||
sysutils/coreutils \
|
||||
x11/py-gtk2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2019/04/28 20:51:27 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= GTK+ client for the Music Player Daemon
|
||||
|
||||
@ -23,7 +23,7 @@ MODULES= lang/python
|
||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
MODPY_SETUPTOOLS= Yes
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
RUN_DEPENDS= audio/py-mpd2${MODPY_FLAVOR} \
|
||||
audio/py-tagpy${MODPY_FLAVOR} \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2019/05/18 12:13:33 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= MIDI to WAV renderer and player
|
||||
|
||||
@ -6,6 +6,7 @@ V= 2.15.0
|
||||
DISTNAME= TiMidity++-${V}
|
||||
PKGNAME= timidity-${V}
|
||||
CATEGORIES= audio
|
||||
REVISION= 0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=timidity/}
|
||||
MASTER_SITES0= https://mirrors.nycbug.org/pub/distfiles/
|
||||
@ -37,7 +38,7 @@ FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:Mgtk2}
|
||||
CONFIGURE_ARGS+=--enable-gtk
|
||||
LIB_DEPENDS+= devel/gettext \
|
||||
LIB_DEPENDS+= devel/gettext,-runtime \
|
||||
x11/gtk+2
|
||||
WANTLIB+= X11 Xcomposite Xcursor Xdamage Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 cairo \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2019/05/05 04:31:22 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2019/05/20 22:15:01 naddy Exp $
|
||||
|
||||
COMMENT= play, encode, and manage Ogg Vorbis files
|
||||
|
||||
DISTNAME= vorbis-tools-1.4.0
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= https://www.xiph.org/vorbis/
|
||||
|
||||
@ -21,7 +21,7 @@ LIB_DEPENDS= audio/flac \
|
||||
audio/libao \
|
||||
audio/libvorbis \
|
||||
audio/speex \
|
||||
devel/gettext \
|
||||
devel/gettext,-runtime \
|
||||
net/curl
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2019/01/02 12:44:53 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
BROKEN= /usr/local/include/wx-3.0/wx/strvararg.h:354:71: error: no member named 'value' in 'wxFormatStringSpecifierNonPodType<false>'
|
||||
|
||||
@ -36,7 +36,7 @@ MULTI_PACKAGES= -main -docs
|
||||
|
||||
MODULES= devel/cmake
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
# kicad includes some boost headers, but somehow
|
||||
# randomly fails if boost is present then junked
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2018/06/29 22:16:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT = logic circuit simulator for KDE
|
||||
|
||||
@ -26,7 +26,7 @@ MODULES = x11/kde4 \
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2018/12/13 19:53:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT = the programmer's solid 3D CAD modeller#'
|
||||
BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3
|
||||
@ -28,7 +28,7 @@ DISTFILES = openscad-${V}.src.tar.gz
|
||||
MODULES = devel/qmake \
|
||||
x11/qt4
|
||||
BUILD_DEPENDS = devel/bison \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
math/eigen3
|
||||
LIB_DEPENDS = devel/boost \
|
||||
devel/gmp \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2018/06/27 21:03:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT-term= cli client for Intel AMT serial-over-lan
|
||||
COMMENT-main= client and tools for Intel AMT serial-over-lan
|
||||
|
||||
V= 1.4
|
||||
DISTNAME= amtterm-$V
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
PKGNAME-main= amtterm-$V
|
||||
PKGNAME-term= amtterm-cli-$V
|
||||
MULTI_PACKAGES= -main -term
|
||||
@ -27,7 +27,7 @@ WANTLIB-main += vte z
|
||||
MASTER_SITES= https://www.kraxel.org/releases/amtterm/
|
||||
|
||||
LIB_DEPENDS-term=
|
||||
LIB_DEPENDS-main= devel/gettext \
|
||||
LIB_DEPENDS-main= devel/gettext,-runtime \
|
||||
devel/vte
|
||||
RUN_DEPENDS-main= comms/amtterm,-term \
|
||||
devel/desktop-file-utils \
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2018/10/24 14:27:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= soundcard-based software modem for Amateur Radio use
|
||||
|
||||
# skip alpha-test versions (x.x.x.x format version numbers)
|
||||
PORTROACH= limit:^[0-9]+\.[0-9]+\.[0-9]+$$
|
||||
DISTNAME= fldigi-4.0.18
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= comms hamradio
|
||||
|
||||
@ -28,7 +28,7 @@ LIB_DEPENDS= audio/libsamplerate \
|
||||
audio/libsndfile \
|
||||
audio/portaudio-svn \
|
||||
comms/hamlib \
|
||||
devel/gettext \
|
||||
devel/gettext,-runtime \
|
||||
graphics/png \
|
||||
x11/fltk
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/02/02 15:25:29 kirby Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT = Gnu All Mobile Management Utilities
|
||||
|
||||
@ -24,7 +24,7 @@ MODULES = devel/cmake
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
RUN_DEPENDS = misc/dialog
|
||||
LIB_DEPENDS = databases/libdbi \
|
||||
devel/glib2 \
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.63 2019/01/06 14:50:49 danj Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= MS-DOS Telix-like serial communication program
|
||||
|
||||
DISTNAME= minicom-2.7.1
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= https://alioth-archive.debian.org/releases/minicom/Source/2.7.1/
|
||||
|
||||
HOMEPAGE= https://salsa.debian.org/minicom-team/minicom
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
RUN_DEPENDS= comms/kermit \
|
||||
comms/lrzsz
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2017/04/27 20:13:36 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= data exchange utility for Siemens mobile phones
|
||||
|
||||
DISTNAME= scmxx-0.8.0
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= comms
|
||||
HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
|
||||
|
||||
@ -12,9 +12,9 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/}
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
WANTLIB= c iconv intl m
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2017/10/14 05:46:52 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= convert DOS/MAC files to UNIX (line-endings/charset)
|
||||
|
||||
DISTNAME = dos2unix-7.4.0
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES= converters
|
||||
|
||||
@ -16,9 +17,9 @@ WANTLIB += c intl
|
||||
|
||||
MASTER_SITES= http://waterlan.home.xs4all.nl/dos2unix/
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
MAKE_FLAGS= CC="${CC}"
|
||||
FAKE_FLAGS= prefix="${PREFIX}" \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2017/11/21 00:12:59 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= convert files between character sets and usages
|
||||
|
||||
DISTNAME= recode-3.6
|
||||
REVISION = 11
|
||||
REVISION = 12
|
||||
SHARED_LIBS += recode 0.0 # .0.0
|
||||
|
||||
CATEGORIES= converters textproc
|
||||
@ -22,7 +22,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=recode/}
|
||||
|
||||
MODPY_RUNDEP= No
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --without-included-gettext
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2019/05/08 15:24:14 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= GNU dbm
|
||||
|
||||
DISTNAME= gdbm-1.18.1
|
||||
CATEGORIES= databases
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS= gdbm 5.1 # 5.0
|
||||
|
||||
@ -14,7 +15,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
|
||||
# GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
WANTLIB= c curses iconv intl readline
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2019/04/21 10:11:42 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT = database connectivity and creation framework
|
||||
|
||||
@ -30,7 +30,7 @@ MODULES = devel/cmake \
|
||||
MODPY_RUNDEP = No
|
||||
|
||||
BUILD_DEPENDS = shells/bash \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
databases/postgresql,-server
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kcoreaddons \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2019/04/21 10:12:01 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
#Qt5Webkit
|
||||
USE_WXNEEDED = Yes
|
||||
@ -49,7 +49,7 @@ MODULES = devel/cmake \
|
||||
devel/kf5
|
||||
|
||||
BUILD_DEPENDS = databases/postgresql,-server \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
devel/kf5/breeze-icons \
|
||||
devel/kf5/karchive \
|
||||
x11/kde-applications/marble
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1857 2019/05/17 03:30:18 afresh1 Exp $
|
||||
# $OpenBSD: Makefile,v 1.1858 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += ElectricFence
|
||||
@ -145,7 +145,6 @@
|
||||
SUBDIR += gengetopt
|
||||
SUBDIR += geotiff
|
||||
SUBDIR += gettext
|
||||
SUBDIR += gettext-tools
|
||||
SUBDIR += gflags
|
||||
SUBDIR += giblib
|
||||
SUBDIR += giggle
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2017/08/13 21:43:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= automatic text creation from templates
|
||||
CATEGORIES= devel
|
||||
|
||||
V= 5.8.7
|
||||
DISTNAME= autogen-${V}
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
|
||||
SHARED_LIBS += opts 27.5 # .27.5
|
||||
SHARED_LIBS += guileopts 1.0 # .0.1
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_CDROM=Yes
|
||||
|
||||
WANTLIB += c gmp guile iconv intl ltdl lzma m pthread xml2 z
|
||||
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
LIB_DEPENDS= devel/gettext,-runtime \
|
||||
lang/guile \
|
||||
textproc/libxml
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2019/05/14 16:28:23 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2019/05/20 22:15:02 naddy Exp $
|
||||
|
||||
COMMENT= GNU parser generator
|
||||
|
||||
@ -6,6 +6,7 @@ DISTNAME= bison-3.3.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/bison/
|
||||
|
||||
@ -16,7 +17,7 @@ WANTLIB= c iconv intl m
|
||||
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.16
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
BUILD_DEPENDS= ${MODGNU_AUTOMAKE_DEPENDS} \
|
||||
devel/help2man \
|
||||
devel/m4
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/02/26 09:40:43 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT = analyze C source files and print a call graph
|
||||
|
||||
DISTNAME = cflow-1.6
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://www.gnu.org/software/cflow/
|
||||
|
||||
@ -16,7 +17,7 @@ WANTLIB = c iconv intl
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_GNU:=cflow/}
|
||||
|
||||
LIB_DEPENDS = devel/gettext
|
||||
LIB_DEPENDS = devel/gettext,-runtime
|
||||
|
||||
MAKE_FLAGS = LIBINTL="-L${LOCALBASE}/lib -liconv -lintl"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2018/12/13 19:53:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT = C++ parser for the HOCON configuration language
|
||||
|
||||
@ -30,7 +30,7 @@ CXXFLAGS += -pthread -Wno-delete-non-virtual-dtor
|
||||
LIB_DEPENDS = devel/boost \
|
||||
devel/leatherman
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
# test cases: 112 | 82 passed | 16 failed | 14 failed as expected
|
||||
# assertions: 1718 | 1660 passed | 40 failed | 18 failed as expected
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2018/10/24 14:28:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT= documentation system for C, C++, IDL and Java
|
||||
|
||||
DISTNAME= doc++-3.4.10
|
||||
REVISION = 12
|
||||
REVISION = 13
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://docpp.sourceforge.net/
|
||||
@ -23,9 +23,9 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/doc++
|
||||
|
@ -1,56 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2016/08/31 13:53:11 naddy Exp $
|
||||
|
||||
COMMENT= GNU gettext development and translation tools
|
||||
|
||||
VERSION= 0.19.8.1
|
||||
DISTNAME= gettext-${VERSION}
|
||||
PKGNAME= gettext-tools-${VERSION}
|
||||
SHARED_LIBS += gettextlib 7.1 # unknown
|
||||
SHARED_LIBS += gettextsrc 6.1 # unknown
|
||||
SHARED_LIBS += gettextpo 8.1 # 5.4
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
CATEGORIES= devel
|
||||
# DPB: parallel-safe, not worth it. Too much time in configure
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=gettext/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/gettext/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
# LGPLv2.1, GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
|
||||
WANTLIB= c iconv intl m ncurses
|
||||
|
||||
# required by the autopoint tool
|
||||
RUN_DEPENDS= archivers/xz
|
||||
|
||||
WRKSRC= ${WRKDIST}/gettext-tools
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-csharp \
|
||||
--disable-java \
|
||||
--with-libiconv-prefix="${LOCALBASE}" \
|
||||
--with-libintl-prefix="${LOCALBASE}" \
|
||||
--with-included-glib \
|
||||
--with-included-libcroco \
|
||||
--with-included-libunistring \
|
||||
--with-included-libxml \
|
||||
--without-emacs \
|
||||
--without-git
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKDIST}/build-aux
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
||||
for f in start-po.el po-mode.el po-compat.el; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/misc/$$f \
|
||||
${PREFIX}/share/emacs/site-lisp; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gettext-0.19.8.1.tar.xz) = EFVW28XD+7wqoO20bSLQVXSLb1x816jZn45+uE6Ti+Q=
|
||||
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
|
@ -1,16 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_configure,v 1.4 2016/08/31 13:53:11 naddy Exp $
|
||||
|
||||
Allow use of pre-installed gettext with gettexts-tools.
|
||||
|
||||
--- gettext-tools/configure.orig Sat Jun 11 15:01:07 2016
|
||||
+++ gettext-tools/configure Wed Aug 31 13:02:49 2016
|
||||
@@ -22746,8 +22746,7 @@ $as_echo "$ac_res" >&6; }
|
||||
|
||||
if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" = "yes"; } \
|
||||
|| { { eval "gt_val=\$$gt_func_gnugettext_libintl"; test "$gt_val" = "yes"; } \
|
||||
- && test "$PACKAGE" != gettext-runtime \
|
||||
- && test "$PACKAGE" != gettext-tools; }; then
|
||||
+ && test "$PACKAGE" != gettext-runtime; }; then
|
||||
gt_use_preinstalled_gnugettext=yes
|
||||
else
|
||||
LIBINTL=
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-gettext-tools_tests_lang-c++,v 1.2 2016/08/31 13:53:11 naddy Exp $
|
||||
|
||||
Use pre-installed libasprintf.
|
||||
|
||||
--- gettext-tools/tests/lang-c++.orig Fri Jun 10 00:56:00 2016
|
||||
+++ gettext-tools/tests/lang-c++ Wed Aug 31 13:02:49 2016
|
||||
@@ -69,7 +69,7 @@ ${CXX} -I../.. -I../../../gettext-runtime/libasprintf
|
||||
: ${CONFIG_SHELL=${SHELL-/bin/sh}}
|
||||
${CONFIG_SHELL} "$top_builddir"/libtool --quiet --tag=CXX --mode=link \
|
||||
${CXX} ${CXXFLAGS} `echo "X ${LDFLAGS} " | sed -e 's/^X//' -e 's/ -Wl,--disable-auto-import / /'` -o prog prog.${OBJEXT} \
|
||||
- ../../../gettext-runtime/libasprintf/libasprintf.la \
|
||||
+ -lasprintf \
|
||||
../../gnulib-lib/libgettextlib.la ${LTLIBINTL} \
|
||||
|| Exit 1
|
||||
|
@ -1,11 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.87 2018/10/25 13:21:58 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.88 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT= GNU gettext runtime libraries and programs
|
||||
COMMENT-runtime= GNU gettext runtime libraries and programs
|
||||
COMMENT-textstyle= text styling library
|
||||
COMMENT-tools= GNU gettext development and translation tools
|
||||
|
||||
DISTNAME= gettext-0.19.8.1
|
||||
REVISION = 3
|
||||
SHARED_LIBS += intl 6.0 # 9.5
|
||||
VERSION= 0.20.1
|
||||
DISTNAME= gettext-${VERSION}
|
||||
PKGNAME-runtime= gettext-runtime-${VERSION}
|
||||
PKGNAME-textstyle= libtextstyle-${VERSION}
|
||||
PKGNAME-tools= gettext-tools-${VERSION}
|
||||
|
||||
SHARED_LIBS += intl 6.0 # 9.6
|
||||
SHARED_LIBS += asprintf 1.1 # unknown
|
||||
SHARED_LIBS += textstyle 0.0 # 0.0
|
||||
SHARED_LIBS += gettextlib 8.0 # unknown
|
||||
SHARED_LIBS += gettextsrc 7.0 # unknown
|
||||
SHARED_LIBS += gettextpo 9.0 # 5.5
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
CATEGORIES= devel
|
||||
# DPB: parallel-safe, not worth it. Too much time in configure
|
||||
@ -20,21 +32,34 @@ MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
# LGPLv2.1, GPLv3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
LIB_DEPENDS= converters/libiconv
|
||||
WANTLIB= c m iconv ${COMPILER_LIBCXX}
|
||||
MULTI_PACKAGES= -runtime -textstyle -tools
|
||||
SUBPACKAGE?= -runtime
|
||||
|
||||
WANTLIB-runtime= c iconv m ${COMPILER_LIBCXX}
|
||||
WANTLIB-textstyle= curses iconv m
|
||||
WANTLIB-tools= c curses iconv intl m textstyle
|
||||
|
||||
LIB_DEPENDS= converters/libiconv
|
||||
LIB_DEPENDS-tools= ${BASE_PKGPATH},-runtime \
|
||||
${BASE_PKGPATH},-textstyle
|
||||
|
||||
# on critical path to lang/gcc. XXX c++ used in libasprintf but seems
|
||||
# unused at present; may need to revisit if this changes
|
||||
COMPILER = base-clang base-gcc
|
||||
|
||||
WRKSRC= ${WRKDIST}/gettext-runtime
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --disable-csharp \
|
||||
--disable-java \
|
||||
--disable-acl \
|
||||
--with-libiconv-prefix="${LOCALBASE}" \
|
||||
--with-included-gettext
|
||||
--with-included-gettext \
|
||||
--with-included-libunistring \
|
||||
--with-included-libxml \
|
||||
--without-emacs \
|
||||
--without-git
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKDIST}/build-aux
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux \
|
||||
${WRKSRC}/libtextstyle/build-aux
|
||||
|
||||
EXTRA_LOCALES= en he lv no
|
||||
# only in gettext-tools
|
||||
@ -44,5 +69,10 @@ post-install:
|
||||
for l in ${EXTRA_LOCALES}; do \
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/locale/$$l/LC_MESSAGES; \
|
||||
done
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
||||
for f in start-po.el po-mode.el po-compat.el; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/gettext-tools/emacs/$$f \
|
||||
${PREFIX}/share/emacs/site-lisp; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gettext-0.19.8.1.tar.xz) = EFVW28XD+7wqoO20bSLQVXSLb1x816jZn45+uE6Ti+Q=
|
||||
SIZE (gettext-0.19.8.1.tar.xz) = 7209808
|
||||
SHA256 (gettext-0.20.1.tar.xz) = U/Avu+yeeYsPqvfHMnL4NgjoNcYojdWL5sm7VGJKOAA=
|
||||
SIZE (gettext-0.20.1.tar.xz) = 9346544
|
||||
|
@ -1,6 +1,7 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.7 2014/07/10 20:42:28 naddy Exp $
|
||||
--- gettext-runtime/intl/dcigettext.c.orig Tue Apr 15 03:52:10 2014
|
||||
+++ gettext-runtime/intl/dcigettext.c Tue Jul 8 23:49:09 2014
|
||||
$OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.8 2019/05/20 22:15:03 naddy Exp $
|
||||
Index: gettext-runtime/intl/dcigettext.c
|
||||
--- gettext-runtime/intl/dcigettext.c.orig
|
||||
+++ gettext-runtime/intl/dcigettext.c
|
||||
@@ -505,6 +505,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
const char *localename;
|
||||
#endif
|
||||
@ -24,7 +25,7 @@ $OpenBSD: patch-gettext-runtime_intl_dcigettext_c,v 1.7 2014/07/10 20:42:28 nadd
|
||||
- resolved_dirname = (char *) alloca (path_max + dirname_len);
|
||||
+ resolved_dirname_len = path_max + dirname_len;
|
||||
+ resolved_dirname = (char *) alloca (resolved_dirname_len);
|
||||
ADD_BLOCK (block_list, tmp_dirname);
|
||||
ADD_BLOCK (block_list, resolved_dirname);
|
||||
|
||||
__set_errno (0);
|
||||
@@ -650,7 +653,8 @@ DCIGETTEXT (const char *domainname, const char *msgid1
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_localcharset_c,v 1.4 2014/10/20 18:34:38 naddy Exp $
|
||||
--- gettext-runtime/intl/localcharset.c.orig Wed Oct 1 04:35:20 2014
|
||||
+++ gettext-runtime/intl/localcharset.c Mon Oct 20 19:49:42 2014
|
||||
@@ -236,8 +236,9 @@ get_charset_aliases (void)
|
||||
free (old_res_ptr);
|
||||
break;
|
||||
}
|
||||
- strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
|
||||
- strcpy (res_ptr + res_size - (l2 + 1), buf2);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1,
|
||||
+ l1 + 1 + l2 + 1 + 1);
|
||||
+ strlcpy (res_ptr + res_size - (l2 + 1), buf2, l2 + 1 + 1);
|
||||
}
|
||||
fclose (fp);
|
||||
if (res_size == 0)
|
@ -1,7 +1,8 @@
|
||||
$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.5 2015/07/19 23:46:08 naddy Exp $
|
||||
--- gettext-runtime/intl/relocatable.c.orig Fri Jun 5 09:01:10 2015
|
||||
+++ gettext-runtime/intl/relocatable.c Sat Jul 18 19:13:09 2015
|
||||
@@ -510,13 +510,17 @@ relocate (const char *pathname)
|
||||
$OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.6 2019/05/20 22:15:03 naddy Exp $
|
||||
Index: gettext-runtime/intl/relocatable.c
|
||||
--- gettext-runtime/intl/relocatable.c.orig
|
||||
+++ gettext-runtime/intl/relocatable.c
|
||||
@@ -509,13 +509,17 @@ relocate (const char *pathname)
|
||||
if (pathname[orig_prefix_len] == '\0')
|
||||
{
|
||||
/* pathname equals orig_prefix. */
|
||||
@ -21,7 +22,7 @@ $OpenBSD: patch-gettext-runtime_intl_relocatable_c,v 1.5 2015/07/19 23:46:08 nad
|
||||
return result;
|
||||
}
|
||||
}
|
||||
@@ -524,15 +528,19 @@ relocate (const char *pathname)
|
||||
@@ -523,15 +527,19 @@ relocate (const char *pathname)
|
||||
{
|
||||
/* pathname starts with orig_prefix. */
|
||||
const char *pathname_tail = &pathname[orig_prefix_len];
|
||||
|
@ -1,22 +1,23 @@
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.4 2016/08/31 13:53:11 naddy Exp $
|
||||
$OpenBSD: patch-gettext-tools_gnulib-lib_Makefile_in,v 1.10 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
Use standard shared library versioning.
|
||||
|
||||
Do not remove static library after building.
|
||||
This was also a race if MAKE_JOBS > 1.
|
||||
|
||||
--- gettext-tools/gnulib-lib/Makefile.in.orig Sat Jun 11 15:01:11 2016
|
||||
+++ gettext-tools/gnulib-lib/Makefile.in Wed Aug 31 13:02:31 2016
|
||||
@@ -2482,7 +2482,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
|
||||
Index: gettext-tools/gnulib-lib/Makefile.in
|
||||
--- gettext-tools/gnulib-lib/Makefile.in.orig
|
||||
+++ gettext-tools/gnulib-lib/Makefile.in
|
||||
@@ -2605,7 +2605,7 @@ libgettextlib_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
|
||||
$(ISNAND_LIBM) $(ISNANF_LIBM) $(ISNANL_LIBM) $(LIB_ACL) \
|
||||
$(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) $(LTLIBTHREAD) \
|
||||
$(LTLIBUNISTRING) $(OPENMP_CFLAGS) $(POW_LIBM) \
|
||||
$(LIB_CLOCK_GETTIME) $(LOG10_LIBM) $(LTLIBICONV) $(LTLIBINTL) \
|
||||
$(LTLIBTHREAD) $(LTLIBUNISTRING) $(POW_LIBM) \
|
||||
- @INTL_MACOSX_LIBS@ -release @VERSION@ $(am__append_3) \
|
||||
+ @INTL_MACOSX_LIBS@ $(am__append_3) \
|
||||
$(am__append_12) $(am__append_36)
|
||||
$(am__append_8) $(am__append_24) $(am__append_25)
|
||||
|
||||
# Use this preprocessor expression to decide whether #include_next works.
|
||||
@@ -3717,7 +3717,7 @@ getopt.h: getopt.in.h $(top_builddir)/config.status $(
|
||||
@@ -3609,7 +3609,7 @@ getopt-cdefs.h: getopt-cdefs.in.h $(top_builddir)/conf
|
||||
mv -f $@-t $@
|
||||
|
||||
# No need to install libgettextlib.a, except on AIX.
|
@ -1,23 +1,24 @@
|
||||
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.4 2016/08/31 13:53:11 naddy Exp $
|
||||
$OpenBSD: patch-gettext-tools_src_Makefile_in,v 1.11 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
Use standard shared library versioning.
|
||||
|
||||
Do not remove static library after building.
|
||||
This was also a race if MAKE_JOBS > 1.
|
||||
|
||||
--- gettext-tools/src/Makefile.in.orig Sat Jun 11 15:01:14 2016
|
||||
+++ gettext-tools/src/Makefile.in Wed Aug 31 13:02:49 2016
|
||||
@@ -2333,7 +2333,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
|
||||
Index: gettext-tools/src/Makefile.in
|
||||
--- gettext-tools/src/Makefile.in.orig
|
||||
+++ gettext-tools/src/Makefile.in
|
||||
@@ -2518,7 +2518,7 @@ cldr_plurals_LDADD = libgettextsrc.la $(LDADD)
|
||||
# Need @LTLIBINTL@ because many source files use gettext().
|
||||
# Need @LTLIBICONV@ because po-charset.c, po-lex.c, msgl-iconv.c, write-po.c
|
||||
# use iconv().
|
||||
-libgettextsrc_la_LDFLAGS = -release @VERSION@ \
|
||||
+libgettextsrc_la_LDFLAGS = \
|
||||
../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) @LTLIBINTL@ \
|
||||
@LTLIBICONV@ -lc -no-undefined $(am__append_1) $(am__append_3)
|
||||
libgettextsrc_la_CPPFLAGS = $(AM_CPPFLAGS) $(INCXML) $(am__append_4)
|
||||
@@ -3731,7 +3731,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-libLTLIB
|
||||
|
||||
../gnulib-lib/libgettextlib.la $(LTLIBUNISTRING) \
|
||||
../../libtextstyle/lib/libtextstyle.la @LTLIBINTL@ \
|
||||
@LTLIBICONV@ -lc -no-undefined $(am__append_1) $(am__append_3) \
|
||||
@@ -3957,7 +3957,7 @@ textstyle.h textstyle/stdbool.h textstyle/version.h te
|
||||
$(MAKE) install-nobase_includeHEADERS install-nobase_nodist_includeHEADERS includedir="$$here"
|
||||
|
||||
# No need to install libgettextsrc.a, except on AIX.
|
||||
-install-exec-hook: install-exec-clean
|
4
devel/gettext/pkg/DESCR-textstyle
Normal file
4
devel/gettext/pkg/DESCR-textstyle
Normal file
@ -0,0 +1,4 @@
|
||||
GNU gettext is a framework of libraries and tools for the internationalization
|
||||
and localization of software.
|
||||
|
||||
This package contains the text styling library.
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.27 2015/07/19 23:46:08 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-runtime,v 1.1 2019/05/20 22:15:03 naddy Exp $
|
||||
@pkgpath devel/gettext
|
||||
@conflict gettext-*
|
||||
@bin bin/envsubst
|
||||
@bin bin/gettext
|
||||
bin/gettext.sh
|
||||
@ -63,6 +65,9 @@ share/doc/libasprintf/autosprintf_all.html
|
||||
share/gettext/
|
||||
share/gettext/ABOUT-NLS
|
||||
share/locale/
|
||||
share/locale/ast/
|
||||
share/locale/ast/LC_MESSAGES/
|
||||
share/locale/ast/LC_MESSAGES/gettext-runtime.mo
|
||||
share/locale/be/
|
||||
share/locale/be/LC_MESSAGES/
|
||||
share/locale/be/LC_MESSAGES/gettext-runtime.mo
|
20
devel/gettext/pkg/PLIST-textstyle
Normal file
20
devel/gettext/pkg/PLIST-textstyle
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST-textstyle,v 1.1 2019/05/20 22:15:03 naddy Exp $
|
||||
include/textstyle/
|
||||
include/textstyle.h
|
||||
include/textstyle/stdbool.h
|
||||
include/textstyle/version.h
|
||||
include/textstyle/woe32dll.h
|
||||
@info info/libtextstyle.info
|
||||
lib/libtextstyle.a
|
||||
lib/libtextstyle.la
|
||||
@lib lib/libtextstyle.so.${LIBtextstyle_VERSION}
|
||||
share/doc/libtextstyle/
|
||||
share/doc/libtextstyle/libtextstyle_1.html
|
||||
share/doc/libtextstyle/libtextstyle_2.html
|
||||
share/doc/libtextstyle/libtextstyle_3.html
|
||||
share/doc/libtextstyle/libtextstyle_4.html
|
||||
share/doc/libtextstyle/libtextstyle_5.html
|
||||
share/doc/libtextstyle/libtextstyle_6.html
|
||||
share/doc/libtextstyle/libtextstyle_7.html
|
||||
share/doc/libtextstyle/libtextstyle_abt.html
|
||||
share/doc/libtextstyle/libtextstyle_toc.html
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2016/08/31 13:53:11 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-tools,v 1.1 2019/05/20 22:15:03 naddy Exp $
|
||||
@pkgpath devel/gettext-tools
|
||||
bin/autopoint
|
||||
bin/gettextize
|
||||
@bin bin/msgattrib
|
||||
@ -19,7 +20,6 @@ bin/gettextize
|
||||
@bin bin/xgettext
|
||||
include/gettext-po.h
|
||||
@info info/gettext.info
|
||||
@comment lib/charset.alias
|
||||
lib/gettext/
|
||||
@bin lib/gettext/cldr-plurals
|
||||
@bin lib/gettext/hostname
|
||||
@ -54,38 +54,16 @@ lib/libgettextsrc.la
|
||||
@man man/man1/recode-sr-latin.1
|
||||
@man man/man1/xgettext.1
|
||||
share/aclocal/
|
||||
share/aclocal/codeset.m4
|
||||
share/aclocal/extern-inline.m4
|
||||
share/aclocal/fcntl-o.m4
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/glibc2.m4
|
||||
share/aclocal/glibc21.m4
|
||||
share/aclocal/host-cpu-c-abi.m4
|
||||
share/aclocal/iconv.m4
|
||||
share/aclocal/intdiv0.m4
|
||||
share/aclocal/intl.m4
|
||||
share/aclocal/intldir.m4
|
||||
share/aclocal/intlmacosx.m4
|
||||
share/aclocal/intmax.m4
|
||||
share/aclocal/inttypes-pri.m4
|
||||
share/aclocal/inttypes_h.m4
|
||||
share/aclocal/lcmessage.m4
|
||||
share/aclocal/lib-ld.m4
|
||||
share/aclocal/lib-link.m4
|
||||
share/aclocal/lib-prefix.m4
|
||||
share/aclocal/lock.m4
|
||||
share/aclocal/longlong.m4
|
||||
share/aclocal/nls.m4
|
||||
share/aclocal/po.m4
|
||||
share/aclocal/printf-posix.m4
|
||||
share/aclocal/progtest.m4
|
||||
share/aclocal/size_max.m4
|
||||
share/aclocal/stdint_h.m4
|
||||
share/aclocal/threadlib.m4
|
||||
share/aclocal/uintmax_t.m4
|
||||
share/aclocal/visibility.m4
|
||||
share/aclocal/wchar_t.m4
|
||||
share/aclocal/wint_t.m4
|
||||
share/aclocal/xsize.m4
|
||||
share/doc/gettext/FAQ.html
|
||||
share/doc/gettext/autopoint.1.html
|
||||
share/doc/gettext/examples/
|
||||
@ -96,7 +74,6 @@ share/doc/gettext/examples/build-aux/csharpcomp.sh.in
|
||||
share/doc/gettext/examples/build-aux/csharpexec-test.exe
|
||||
share/doc/gettext/examples/build-aux/csharpexec.m4
|
||||
share/doc/gettext/examples/build-aux/csharpexec.sh.in
|
||||
share/doc/gettext/examples/build-aux/gcj.m4
|
||||
share/doc/gettext/examples/build-aux/javacomp.m4
|
||||
share/doc/gettext/examples/build-aux/javacomp.sh.in
|
||||
share/doc/gettext/examples/build-aux/javaexec.m4
|
||||
@ -155,6 +132,7 @@ share/doc/gettext/examples/hello-c++-gnome/po/sk.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/sl.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/sr.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/sv.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/ta.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/tr.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/uk.po
|
||||
share/doc/gettext/examples/hello-c++-gnome/po/vi.po
|
||||
@ -236,6 +214,7 @@ share/doc/gettext/examples/hello-c++-kde/po/sk.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/sl.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/sr.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/sv.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/ta.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/tr.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/uk.po
|
||||
share/doc/gettext/examples/hello-c++-kde/po/vi.po
|
||||
@ -290,6 +269,7 @@ share/doc/gettext/examples/hello-c++-qt/po/sk.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/sl.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/sr.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/sv.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/ta.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/tr.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/uk.po
|
||||
share/doc/gettext/examples/hello-c++-qt/po/vi.po
|
||||
@ -343,6 +323,7 @@ share/doc/gettext/examples/hello-c++-wxwidgets/po/sk.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/sl.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/sr.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/sv.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/ta.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/tr.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/uk.po
|
||||
share/doc/gettext/examples/hello-c++-wxwidgets/po/vi.po
|
||||
@ -395,6 +376,7 @@ share/doc/gettext/examples/hello-c++/po/sk.po
|
||||
share/doc/gettext/examples/hello-c++/po/sl.po
|
||||
share/doc/gettext/examples/hello-c++/po/sr.po
|
||||
share/doc/gettext/examples/hello-c++/po/sv.po
|
||||
share/doc/gettext/examples/hello-c++/po/ta.po
|
||||
share/doc/gettext/examples/hello-c++/po/tr.po
|
||||
share/doc/gettext/examples/hello-c++/po/uk.po
|
||||
share/doc/gettext/examples/hello-c++/po/vi.po
|
||||
@ -451,6 +433,7 @@ share/doc/gettext/examples/hello-c-gnome/po/sk.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/sl.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/sr.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/sv.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/ta.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/tr.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/uk.po
|
||||
share/doc/gettext/examples/hello-c-gnome/po/vi.po
|
||||
@ -508,6 +491,7 @@ share/doc/gettext/examples/hello-c-gnome3/po/sk.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/sl.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/sr.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/sv.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/ta.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/tr.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/uk.po
|
||||
share/doc/gettext/examples/hello-c-gnome3/po/vi.po
|
||||
@ -560,6 +544,7 @@ share/doc/gettext/examples/hello-c/po/sk.po
|
||||
share/doc/gettext/examples/hello-c/po/sl.po
|
||||
share/doc/gettext/examples/hello-c/po/sr.po
|
||||
share/doc/gettext/examples/hello-c/po/sv.po
|
||||
share/doc/gettext/examples/hello-c/po/ta.po
|
||||
share/doc/gettext/examples/hello-c/po/tr.po
|
||||
share/doc/gettext/examples/hello-c/po/uk.po
|
||||
share/doc/gettext/examples/hello-c/po/vi.po
|
||||
@ -612,6 +597,7 @@ share/doc/gettext/examples/hello-clisp/po/sk.po
|
||||
share/doc/gettext/examples/hello-clisp/po/sl.po
|
||||
share/doc/gettext/examples/hello-clisp/po/sr.po
|
||||
share/doc/gettext/examples/hello-clisp/po/sv.po
|
||||
share/doc/gettext/examples/hello-clisp/po/ta.po
|
||||
share/doc/gettext/examples/hello-clisp/po/tr.po
|
||||
share/doc/gettext/examples/hello-clisp/po/uk.po
|
||||
share/doc/gettext/examples/hello-clisp/po/vi.po
|
||||
@ -620,7 +606,6 @@ share/doc/gettext/examples/hello-clisp/po/zh_HK.po
|
||||
share/doc/gettext/examples/hello-clisp/po/zh_TW.po
|
||||
share/doc/gettext/examples/hello-csharp/
|
||||
share/doc/gettext/examples/hello-csharp-forms/
|
||||
share/doc/gettext/examples/hello-csharp-forms/BUGS
|
||||
share/doc/gettext/examples/hello-csharp-forms/INSTALL
|
||||
share/doc/gettext/examples/hello-csharp-forms/Makefile.am
|
||||
share/doc/gettext/examples/hello-csharp-forms/README
|
||||
@ -667,6 +652,7 @@ share/doc/gettext/examples/hello-csharp-forms/po/sk.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/sl.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/sr.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/sv.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/ta.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/tr.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/uk.po
|
||||
share/doc/gettext/examples/hello-csharp-forms/po/vi.po
|
||||
@ -718,6 +704,7 @@ share/doc/gettext/examples/hello-csharp/po/sk.po
|
||||
share/doc/gettext/examples/hello-csharp/po/sl.po
|
||||
share/doc/gettext/examples/hello-csharp/po/sr.po
|
||||
share/doc/gettext/examples/hello-csharp/po/sv.po
|
||||
share/doc/gettext/examples/hello-csharp/po/ta.po
|
||||
share/doc/gettext/examples/hello-csharp/po/tr.po
|
||||
share/doc/gettext/examples/hello-csharp/po/uk.po
|
||||
share/doc/gettext/examples/hello-csharp/po/vi.po
|
||||
@ -770,6 +757,7 @@ share/doc/gettext/examples/hello-gawk/po/sk.po
|
||||
share/doc/gettext/examples/hello-gawk/po/sl.po
|
||||
share/doc/gettext/examples/hello-gawk/po/sr.po
|
||||
share/doc/gettext/examples/hello-gawk/po/sv.po
|
||||
share/doc/gettext/examples/hello-gawk/po/ta.po
|
||||
share/doc/gettext/examples/hello-gawk/po/tr.po
|
||||
share/doc/gettext/examples/hello-gawk/po/uk.po
|
||||
share/doc/gettext/examples/hello-gawk/po/vi.po
|
||||
@ -822,6 +810,7 @@ share/doc/gettext/examples/hello-guile/po/sk.po
|
||||
share/doc/gettext/examples/hello-guile/po/sl.po
|
||||
share/doc/gettext/examples/hello-guile/po/sr.po
|
||||
share/doc/gettext/examples/hello-guile/po/sv.po
|
||||
share/doc/gettext/examples/hello-guile/po/ta.po
|
||||
share/doc/gettext/examples/hello-guile/po/tr.po
|
||||
share/doc/gettext/examples/hello-guile/po/uk.po
|
||||
share/doc/gettext/examples/hello-guile/po/vi.po
|
||||
@ -878,6 +867,7 @@ share/doc/gettext/examples/hello-java-awt/po/sk.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/sl.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/sr.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/sv.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/ta.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/tr.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/uk.po
|
||||
share/doc/gettext/examples/hello-java-awt/po/vi.po
|
||||
@ -933,6 +923,7 @@ share/doc/gettext/examples/hello-java-qtjambi/po/sk.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/sl.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/sr.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/sv.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/ta.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/tr.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/uk.po
|
||||
share/doc/gettext/examples/hello-java-qtjambi/po/vi.po
|
||||
@ -988,6 +979,7 @@ share/doc/gettext/examples/hello-java-swing/po/sk.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/sl.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/sr.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/sv.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/ta.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/tr.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/uk.po
|
||||
share/doc/gettext/examples/hello-java-swing/po/vi.po
|
||||
@ -1039,6 +1031,7 @@ share/doc/gettext/examples/hello-java/po/sk.po
|
||||
share/doc/gettext/examples/hello-java/po/sl.po
|
||||
share/doc/gettext/examples/hello-java/po/sr.po
|
||||
share/doc/gettext/examples/hello-java/po/sv.po
|
||||
share/doc/gettext/examples/hello-java/po/ta.po
|
||||
share/doc/gettext/examples/hello-java/po/tr.po
|
||||
share/doc/gettext/examples/hello-java/po/uk.po
|
||||
share/doc/gettext/examples/hello-java/po/vi.po
|
||||
@ -1091,6 +1084,7 @@ share/doc/gettext/examples/hello-librep/po/sk.po
|
||||
share/doc/gettext/examples/hello-librep/po/sl.po
|
||||
share/doc/gettext/examples/hello-librep/po/sr.po
|
||||
share/doc/gettext/examples/hello-librep/po/sv.po
|
||||
share/doc/gettext/examples/hello-librep/po/ta.po
|
||||
share/doc/gettext/examples/hello-librep/po/tr.po
|
||||
share/doc/gettext/examples/hello-librep/po/uk.po
|
||||
share/doc/gettext/examples/hello-librep/po/vi.po
|
||||
@ -1148,6 +1142,7 @@ share/doc/gettext/examples/hello-objc-gnome/po/sk.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/sl.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/sr.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/sv.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/ta.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/tr.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/uk.po
|
||||
share/doc/gettext/examples/hello-objc-gnome/po/vi.po
|
||||
@ -1203,6 +1198,7 @@ share/doc/gettext/examples/hello-objc-gnustep/po/sk.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/sl.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/sr.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/sv.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/ta.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/tr.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/uk.po
|
||||
share/doc/gettext/examples/hello-objc-gnustep/po/vi.po
|
||||
@ -1255,6 +1251,7 @@ share/doc/gettext/examples/hello-objc/po/sk.po
|
||||
share/doc/gettext/examples/hello-objc/po/sl.po
|
||||
share/doc/gettext/examples/hello-objc/po/sr.po
|
||||
share/doc/gettext/examples/hello-objc/po/sv.po
|
||||
share/doc/gettext/examples/hello-objc/po/ta.po
|
||||
share/doc/gettext/examples/hello-objc/po/tr.po
|
||||
share/doc/gettext/examples/hello-objc/po/uk.po
|
||||
share/doc/gettext/examples/hello-objc/po/vi.po
|
||||
@ -1268,7 +1265,6 @@ share/doc/gettext/examples/hello-pascal/autoclean.sh
|
||||
share/doc/gettext/examples/hello-pascal/autogen.sh
|
||||
share/doc/gettext/examples/hello-pascal/configure.ac
|
||||
share/doc/gettext/examples/hello-pascal/hello.pas
|
||||
share/doc/gettext/examples/hello-pascal/hello.rst
|
||||
share/doc/gettext/examples/hello-pascal/m4/
|
||||
share/doc/gettext/examples/hello-pascal/m4/Makefile.am
|
||||
share/doc/gettext/examples/hello-pascal/po/
|
||||
@ -1308,6 +1304,7 @@ share/doc/gettext/examples/hello-pascal/po/sk.po
|
||||
share/doc/gettext/examples/hello-pascal/po/sl.po
|
||||
share/doc/gettext/examples/hello-pascal/po/sr.po
|
||||
share/doc/gettext/examples/hello-pascal/po/sv.po
|
||||
share/doc/gettext/examples/hello-pascal/po/ta.po
|
||||
share/doc/gettext/examples/hello-pascal/po/tr.po
|
||||
share/doc/gettext/examples/hello-pascal/po/uk.po
|
||||
share/doc/gettext/examples/hello-pascal/po/vi.po
|
||||
@ -1361,6 +1358,7 @@ share/doc/gettext/examples/hello-perl/po/sk.po
|
||||
share/doc/gettext/examples/hello-perl/po/sl.po
|
||||
share/doc/gettext/examples/hello-perl/po/sr.po
|
||||
share/doc/gettext/examples/hello-perl/po/sv.po
|
||||
share/doc/gettext/examples/hello-perl/po/ta.po
|
||||
share/doc/gettext/examples/hello-perl/po/tr.po
|
||||
share/doc/gettext/examples/hello-perl/po/uk.po
|
||||
share/doc/gettext/examples/hello-perl/po/vi.po
|
||||
@ -1414,6 +1412,7 @@ share/doc/gettext/examples/hello-php/po/sk.po
|
||||
share/doc/gettext/examples/hello-php/po/sl.po
|
||||
share/doc/gettext/examples/hello-php/po/sr.po
|
||||
share/doc/gettext/examples/hello-php/po/sv.po
|
||||
share/doc/gettext/examples/hello-php/po/ta.po
|
||||
share/doc/gettext/examples/hello-php/po/tr.po
|
||||
share/doc/gettext/examples/hello-php/po/uk.po
|
||||
share/doc/gettext/examples/hello-php/po/vi.po
|
||||
@ -1466,6 +1465,7 @@ share/doc/gettext/examples/hello-python/po/sk.po
|
||||
share/doc/gettext/examples/hello-python/po/sl.po
|
||||
share/doc/gettext/examples/hello-python/po/sr.po
|
||||
share/doc/gettext/examples/hello-python/po/sv.po
|
||||
share/doc/gettext/examples/hello-python/po/ta.po
|
||||
share/doc/gettext/examples/hello-python/po/tr.po
|
||||
share/doc/gettext/examples/hello-python/po/uk.po
|
||||
share/doc/gettext/examples/hello-python/po/vi.po
|
||||
@ -1518,6 +1518,7 @@ share/doc/gettext/examples/hello-sh/po/sk.po
|
||||
share/doc/gettext/examples/hello-sh/po/sl.po
|
||||
share/doc/gettext/examples/hello-sh/po/sr.po
|
||||
share/doc/gettext/examples/hello-sh/po/sv.po
|
||||
share/doc/gettext/examples/hello-sh/po/ta.po
|
||||
share/doc/gettext/examples/hello-sh/po/tr.po
|
||||
share/doc/gettext/examples/hello-sh/po/uk.po
|
||||
share/doc/gettext/examples/hello-sh/po/vi.po
|
||||
@ -1570,6 +1571,7 @@ share/doc/gettext/examples/hello-smalltalk/po/sk.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/sl.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/sr.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/sv.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/ta.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/tr.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/uk.po
|
||||
share/doc/gettext/examples/hello-smalltalk/po/vi.po
|
||||
@ -1623,6 +1625,7 @@ share/doc/gettext/examples/hello-tcl-tk/po/sk.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/sl.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/sr.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/sv.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/ta.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/tr.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/uk.po
|
||||
share/doc/gettext/examples/hello-tcl-tk/po/vi.po
|
||||
@ -1674,6 +1677,7 @@ share/doc/gettext/examples/hello-tcl/po/sk.po
|
||||
share/doc/gettext/examples/hello-tcl/po/sl.po
|
||||
share/doc/gettext/examples/hello-tcl/po/sr.po
|
||||
share/doc/gettext/examples/hello-tcl/po/sv.po
|
||||
share/doc/gettext/examples/hello-tcl/po/ta.po
|
||||
share/doc/gettext/examples/hello-tcl/po/tr.po
|
||||
share/doc/gettext/examples/hello-tcl/po/uk.po
|
||||
share/doc/gettext/examples/hello-tcl/po/vi.po
|
||||
@ -1726,6 +1730,7 @@ share/doc/gettext/examples/hello-ycp/po/sk.po
|
||||
share/doc/gettext/examples/hello-ycp/po/sl.po
|
||||
share/doc/gettext/examples/hello-ycp/po/sr.po
|
||||
share/doc/gettext/examples/hello-ycp/po/sv.po
|
||||
share/doc/gettext/examples/hello-ycp/po/ta.po
|
||||
share/doc/gettext/examples/hello-ycp/po/tr.po
|
||||
share/doc/gettext/examples/hello-ycp/po/uk.po
|
||||
share/doc/gettext/examples/hello-ycp/po/vi.po
|
||||
@ -1751,14 +1756,20 @@ share/doc/gettext/gettext_22.html
|
||||
share/doc/gettext/gettext_23.html
|
||||
share/doc/gettext/gettext_24.html
|
||||
share/doc/gettext/gettext_25.html
|
||||
share/doc/gettext/gettext_26.html
|
||||
share/doc/gettext/gettext_27.html
|
||||
share/doc/gettext/gettext_28.html
|
||||
share/doc/gettext/gettext_29.html
|
||||
share/doc/gettext/gettext_3.html
|
||||
share/doc/gettext/gettext_30.html
|
||||
share/doc/gettext/gettext_4.html
|
||||
share/doc/gettext/gettext_5.html
|
||||
share/doc/gettext/gettext_6.html
|
||||
share/doc/gettext/gettext_7.html
|
||||
share/doc/gettext/gettext_8.html
|
||||
share/doc/gettext/gettext_9.html
|
||||
share/doc/gettext/gettext_foot.html
|
||||
share/doc/gettext/gettext_abt.html
|
||||
share/doc/gettext/gettext_fot.html
|
||||
share/doc/gettext/gettext_toc.html
|
||||
share/doc/gettext/gettextize.1.html
|
||||
share/doc/gettext/msgattrib.1.html
|
||||
@ -1783,85 +1794,19 @@ share/emacs/site-lisp/
|
||||
share/emacs/site-lisp/po-compat.el
|
||||
share/emacs/site-lisp/po-mode.el
|
||||
share/emacs/site-lisp/start-po.el
|
||||
share/gettext-0.19.8/
|
||||
share/gettext-0.19.8/its/
|
||||
share/gettext-0.19.8/its/appdata.its
|
||||
share/gettext-0.19.8/its/appdata.loc
|
||||
share/gettext-0.19.8/its/glade.loc
|
||||
share/gettext-0.19.8/its/glade1.its
|
||||
share/gettext-0.19.8/its/glade2.its
|
||||
share/gettext-0.19.8/its/gsettings.its
|
||||
share/gettext-0.19.8/its/gsettings.loc
|
||||
share/gettext-0.19.8/its/gtkbuilder.its
|
||||
share/gettext-0.20/
|
||||
share/gettext-0.20/its/
|
||||
share/gettext-0.20/its/glade.loc
|
||||
share/gettext-0.20/its/glade1.its
|
||||
share/gettext-0.20/its/glade2.its
|
||||
share/gettext-0.20/its/gsettings.its
|
||||
share/gettext-0.20/its/gsettings.loc
|
||||
share/gettext-0.20/its/gtkbuilder.its
|
||||
share/gettext-0.20/its/metainfo.its
|
||||
share/gettext-0.20/its/metainfo.loc
|
||||
share/gettext/archive.dir.tar.xz
|
||||
share/gettext/config.rpath
|
||||
share/gettext/gettext.h
|
||||
share/gettext/intl/
|
||||
share/gettext/intl/COPYING.LIB
|
||||
share/gettext/intl/Makefile.in
|
||||
share/gettext/intl/VERSION
|
||||
share/gettext/intl/bindtextdom.c
|
||||
share/gettext/intl/config.charset
|
||||
share/gettext/intl/dcgettext.c
|
||||
share/gettext/intl/dcigettext.c
|
||||
share/gettext/intl/dcngettext.c
|
||||
share/gettext/intl/dgettext.c
|
||||
share/gettext/intl/dngettext.c
|
||||
share/gettext/intl/eval-plural.h
|
||||
share/gettext/intl/explodename.c
|
||||
share/gettext/intl/export.h
|
||||
share/gettext/intl/finddomain.c
|
||||
share/gettext/intl/gettext.c
|
||||
share/gettext/intl/gettextP.h
|
||||
share/gettext/intl/gmo.h
|
||||
share/gettext/intl/hash-string.c
|
||||
share/gettext/intl/hash-string.h
|
||||
share/gettext/intl/intl-compat.c
|
||||
share/gettext/intl/intl-exports.c
|
||||
share/gettext/intl/l10nflist.c
|
||||
share/gettext/intl/langprefs.c
|
||||
share/gettext/intl/libgnuintl.in.h
|
||||
share/gettext/intl/libintl.rc
|
||||
share/gettext/intl/loadinfo.h
|
||||
share/gettext/intl/loadmsgcat.c
|
||||
share/gettext/intl/localcharset.c
|
||||
share/gettext/intl/localcharset.h
|
||||
share/gettext/intl/locale.alias
|
||||
share/gettext/intl/localealias.c
|
||||
share/gettext/intl/localename.c
|
||||
share/gettext/intl/lock.c
|
||||
share/gettext/intl/lock.h
|
||||
share/gettext/intl/log.c
|
||||
share/gettext/intl/ngettext.c
|
||||
share/gettext/intl/os2compat.c
|
||||
share/gettext/intl/os2compat.h
|
||||
share/gettext/intl/osdep.c
|
||||
share/gettext/intl/plural-exp.c
|
||||
share/gettext/intl/plural-exp.h
|
||||
share/gettext/intl/plural.c
|
||||
share/gettext/intl/plural.y
|
||||
share/gettext/intl/printf-args.c
|
||||
share/gettext/intl/printf-args.h
|
||||
share/gettext/intl/printf-parse.c
|
||||
share/gettext/intl/printf-parse.h
|
||||
share/gettext/intl/printf.c
|
||||
share/gettext/intl/ref-add.sin
|
||||
share/gettext/intl/ref-del.sin
|
||||
share/gettext/intl/relocatable.c
|
||||
share/gettext/intl/relocatable.h
|
||||
share/gettext/intl/setlocale.c
|
||||
share/gettext/intl/textdomain.c
|
||||
share/gettext/intl/threadlib.c
|
||||
share/gettext/intl/tsearch.c
|
||||
share/gettext/intl/tsearch.h
|
||||
share/gettext/intl/vasnprintf.c
|
||||
share/gettext/intl/vasnprintf.h
|
||||
share/gettext/intl/vasnwprintf.h
|
||||
share/gettext/intl/verify.h
|
||||
share/gettext/intl/version.c
|
||||
share/gettext/intl/wprintf-parse.h
|
||||
share/gettext/intl/xsize.c
|
||||
share/gettext/intl/xsize.h
|
||||
share/gettext/javaversion.class
|
||||
share/gettext/msgunfmt.tcl
|
||||
share/gettext/po/
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2015/09/18 13:29:36 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT= GNU utility to indent C source files
|
||||
|
||||
@ -17,7 +17,7 @@ WANTLIB += c
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=indent/}
|
||||
|
||||
NO_TEST= Yes
|
||||
BUILD_DEPENDS= devel/gettext \
|
||||
BUILD_DEPENDS= devel/gettext,-runtime \
|
||||
textproc/texi2html
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-prefix="g" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2019/03/04 19:26:17 bket Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = python powered git gui
|
||||
|
||||
@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/git \
|
||||
textproc/xxdiff \
|
||||
x11/py-qt4 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.198 2019/02/26 09:10:34 kn Exp $
|
||||
# $OpenBSD: Makefile,v 1.199 2019/05/20 22:15:03 naddy Exp $
|
||||
|
||||
COMMENT-main = GIT - Tree History Storage Tool
|
||||
COMMENT-svn = GIT - subversion interoperability tools
|
||||
@ -9,6 +9,7 @@ DISTNAME = git-${V}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-svn = git-svn-${V}
|
||||
PKGNAME-x11 = git-x11-${V}
|
||||
REVISION-main = 0
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://git-scm.com/
|
||||
@ -34,7 +35,7 @@ MODPY_ADJ_FILES = contrib/hooks/multimail/git_multimail.py \
|
||||
contrib/hooks/multimail/migrate-mailhook-config \
|
||||
contrib/hooks/multimail/post-receive.example
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/p5-Error \
|
||||
textproc/asciidoc \
|
||||
textproc/xmlto
|
||||
@ -46,7 +47,7 @@ WANTLIB-main = c crypto curl expat iconv intl nghttp2 pthread ssl z
|
||||
RUN_DEPENDS-main = devel/cvsps \
|
||||
devel/p5-Error \
|
||||
net/rsync
|
||||
LIB_DEPENDS-main = devel/gettext \
|
||||
LIB_DEPENDS-main = devel/gettext,-runtime \
|
||||
net/curl \
|
||||
www/nghttp2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.305 2019/05/13 20:24:14 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.306 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
# Everything is a Freaking GLib/GTK+ problem
|
||||
CFLAGS += -g
|
||||
@ -8,7 +8,7 @@ COMMENT= general-purpose utility library
|
||||
|
||||
GNOME_PROJECT= glib
|
||||
GNOME_VERSION= 2.60.2
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
||||
|
||||
CATEGORIES= devel
|
||||
@ -43,7 +43,7 @@ MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
|
||||
# meson: have_bash, needed to install bash-completion snippets
|
||||
BUILD_DEPENDS += shells/bash
|
||||
|
||||
LIB_DEPENDS= devel/gettext \
|
||||
LIB_DEPENDS= devel/gettext,-runtime \
|
||||
devel/pcre \
|
||||
devel/libffi
|
||||
|
||||
|
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2019/01/05 22:19:17 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT= GNU make
|
||||
|
||||
DISTNAME= make-4.2.1
|
||||
PKGNAME= g${DISTNAME}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
HOMEPAGE= https://www.gnu.org/software/make/
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2018/10/24 14:28:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT= helper library for networking and security applications
|
||||
|
||||
@ -34,7 +34,7 @@ MASTER_SITES= http://www.aquamaniac.de/sites/download/
|
||||
COMPILER = base-clang ports-gcc base-gcc
|
||||
|
||||
MODULES= x11/qt4
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
LIB_DEPENDS= graphics/png \
|
||||
security/libgcrypt \
|
||||
security/gnutls \
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2018/05/17 09:47:05 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT= gid/lid tools for looking up variables in code
|
||||
|
||||
DISTNAME= id-utils-3.2d
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES= devel
|
||||
|
||||
# License: GPL
|
||||
@ -13,9 +13,9 @@ WANTLIB= c iconv intl
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/ \
|
||||
ftp://ftp.enst.fr/pub/gnu/gnits/
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS= devel/gettext
|
||||
LIB_DEPENDS= devel/gettext,-runtime
|
||||
|
||||
# don't compile emacs mode files now, install what's needed
|
||||
# and run it at pkg_add time
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.70 2019/04/28 20:51:29 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.71 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT= lists of the country, language and currency iso names
|
||||
|
||||
@ -28,7 +28,7 @@ MODPY_ADJ_FILES=bin/validate_json_data.py \
|
||||
bin/pot_from_json.py \
|
||||
bin/check_valid_utf8.py
|
||||
|
||||
BUILD_DEPENDS= devel/gettext-tools
|
||||
BUILD_DEPENDS= devel/gettext,-tools
|
||||
|
||||
# hardcodes python3, which isn't needed as the script already has the x bit set
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2019/03/08 21:05:33 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
# Qt5Webkit
|
||||
USE_WXNEEDED = Yes
|
||||
@ -55,7 +55,7 @@ BUILD_DEPENDS = archivers/gtar \
|
||||
lang/clazy \
|
||||
devel/boost \
|
||||
devel/cppcheck \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
misc/shared-mime-info
|
||||
|
||||
RUN_DEPENDS = devel/cmake \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/18 13:32:19 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = compares and merges multiple files or directories
|
||||
|
||||
@ -24,7 +24,7 @@ WANTLIB += c m
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
BUILD_DEPENDS += devel/gettext-tools \
|
||||
BUILD_DEPENDS += devel/gettext,-tools \
|
||||
devel/kf5/kbookmarks \
|
||||
devel/kf5/kdoctools \
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2019/03/30 09:08:42 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT-main = KDE file search and metadata handling framework
|
||||
COMMENT-icons = icons for baloo
|
||||
@ -23,7 +23,7 @@ WANTLIB-main += lmdb m
|
||||
# RUN_DEPENDS +=>-devel/kf5/baloo,-icons
|
||||
MULTI_PACKAGES = -main -icons
|
||||
|
||||
BUILD_DEPENDS += devel/gettext-tools \
|
||||
BUILD_DEPENDS += devel/gettext,-tools \
|
||||
devel/kf5/kidletime \
|
||||
devel/kf5/kio \
|
||||
devel/kf5/kcrash
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/03/31 05:22:52 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = KDE Plasma integration support for Qt-based apps
|
||||
DISTNAME = frameworkintegration-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += KF5IconThemes KF5NewStuffCore KF5Notifications KF5WidgetsAddons
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets Qt5X11Extras
|
||||
WANTLIB += Qt5Xml c m xcb
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kpackage \
|
||||
x11/qt5/qtx11extras
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:48 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = core components for the KDE Activity concept
|
||||
DISTNAME = kactivities-${VERSION}
|
||||
@ -11,7 +11,7 @@ WANTLIB += Qt5DBus Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Sql c
|
||||
WANTLIB += m
|
||||
|
||||
BUILD_DEPENDS = devel/boost \
|
||||
devel/gettext-tools \
|
||||
devel/gettext,-tools \
|
||||
devel/kf5/kwindowsystem \
|
||||
x11/qt5/qtquickcontrols
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:48 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = XBEL bookmarks format support for KDE
|
||||
DISTNAME = kbookmarks-${VERSION}
|
||||
@ -10,7 +10,7 @@ WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5IconThemes
|
||||
WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Core Qt5DBus Qt5Gui Qt5Widgets
|
||||
WANTLIB += Qt5Xml m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kauth \
|
||||
devel/kf5/kcodecs \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:49 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = utility classes for KDE control modules
|
||||
DISTNAME = kcmutils-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5WidgetsAddons KF5XmlGui Qt5Core Qt5DBus
|
||||
WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5QuickWidgets Qt5Widgets
|
||||
WANTLIB += Qt5Xml m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
x11/qt5/qtquickcontrols
|
||||
|
||||
RUN_DEPENDS = x11/qt5/qtquickcontrols
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:49 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:04 naddy Exp $
|
||||
|
||||
COMMENT = widgets for KDE configuration dialogs
|
||||
DISTNAME = kconfigwidgets-${VERSION}
|
||||
@ -11,7 +11,7 @@ WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Widgets Qt5Xml m
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/03/30 09:13:50 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = integration of QML and KDE workspaces
|
||||
DISTNAME = kdeclarative-${VERSION}
|
||||
@ -14,7 +14,7 @@ WANTLIB += KF5WidgetsAddons KF5WindowSystem Qt5Concurrent Qt5Core
|
||||
WANTLIB += Qt5DBus Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Widgets
|
||||
WANTLIB += Qt5Xml c epoxy m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
x11/qt5/qtquickcontrols \
|
||||
devel/kf5/kguiaddons
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:50 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = legacy support for kdelibs-4.x compatibility
|
||||
DISTNAME = kdelibs4support-${VERSION}
|
||||
@ -16,7 +16,7 @@ WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Designer
|
||||
WANTLIB += Qt5Gui Qt5Network Qt5PrintSupport Qt5Svg Qt5Test Qt5Widgets
|
||||
WANTLIB += Qt5X11Extras Qt5Xml SM X11 Xext c m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kded \
|
||||
devel/kf5/kdesignerplugin \
|
||||
devel/kf5/kdoctools \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:50 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = integrating KDE 5 widgets with Qt Designer
|
||||
DISTNAME = kdesignerplugin-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
|
||||
WANTLIB += Qt5Gui Qt5Network Qt5WebKit Qt5WebKitWidgets Qt5Widgets
|
||||
WANTLIB += Qt5Xml c m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:50 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = KDE wrapper over doas commands
|
||||
DISTNAME = kdesu-${VERSION}
|
||||
@ -10,7 +10,7 @@ WANTLIB += KF5I18n KF5Pty KF5Service Qt5Core SM X11 Xext c m
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kcoreaddons \
|
||||
devel/kf5/ki18n \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2019/03/30 09:13:50 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = integration of the HTML rendering engine WebKit into KDE
|
||||
DISTNAME = kdewebkit-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5Wallet KF5WidgetsAddons
|
||||
WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kauth \
|
||||
devel/kf5/kcodecs \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2019/03/30 09:13:51 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = create documentation from DocBook
|
||||
DISTNAME = kdoctools-${VERSION}
|
||||
@ -8,7 +8,7 @@ SHARED_LIBS += KF5DocTools 2.3 # 5.34
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5Archive Qt5Core c exslt m xml2
|
||||
WANTLIB += xslt
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/ki18n \
|
||||
textproc/docbook-xsl \
|
||||
www/p5-URI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2019/03/30 09:13:51 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT-main = KDE 5 library for extracting text and metadata
|
||||
COMMENT-locale =localization files of kfilemetadata
|
||||
@ -20,7 +20,7 @@ WANTLIB += tag
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
RUN_DEPENDS-locale = devel/kf5/ki18n
|
||||
RUN_DEPENDS-main = textproc/catdoc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/03/30 09:13:51 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = holiday calculation library
|
||||
DISTNAME = kholidays-${VERSION}
|
||||
@ -7,7 +7,7 @@ SHARED_LIBS += KF5Holidays 0.3 # 5.43
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
LIB_DEPENDS = x11/qt5/qtdeclarative
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:51 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = original KDE HTML rendering engine
|
||||
DISTNAME = khtml-${VERSION}
|
||||
@ -18,7 +18,7 @@ WANTLIB += png z
|
||||
|
||||
MODULES = multimedia/phonon
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/karchive \
|
||||
devel/kf5/kcodecs \
|
||||
|
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:51 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = KDE Gettext-based UI text internationalization
|
||||
DISTNAME = ki18n-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = KF5I18n 4.3
|
||||
|
||||
@ -9,10 +10,10 @@ WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml intl m
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
x11/qt5/qtscript
|
||||
|
||||
LIB_DEPENDS = devel/gettext \
|
||||
LIB_DEPENDS = devel/gettext,-runtime \
|
||||
x11/qt5/qtdeclarative
|
||||
|
||||
# for tests
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = KDE icon GUI utility library
|
||||
DISTNAME = kiconthemes-${VERSION}
|
||||
@ -10,7 +10,7 @@ WANTLIB += KF5ConfigGui KF5ConfigWidgets KF5CoreAddons KF5I18n
|
||||
WANTLIB += KF5ItemViews KF5WidgetsAddons Qt5Core Qt5DBus Qt5Gui
|
||||
WANTLIB += Qt5Svg Qt5Widgets Qt5Xml c m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/karchive \
|
||||
devel/kf5/kcodecs \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = speed up for applications inside KDE workspaces
|
||||
DISTNAME = kinit-${VERSION}
|
||||
@ -11,7 +11,7 @@ WANTLIB += KF5Service KF5WidgetsAddons KF5WindowSystem Qt5Concurrent
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets X11 c
|
||||
WANTLIB += m xcb
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2019/03/30 09:13:52 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
# XXX has some internal dependency problems, look for kpasswdserver.json
|
||||
|
||||
@ -20,7 +20,7 @@ WANTLIB += KF5Wallet KF5WidgetsAddons KF5WindowSystem KF5XmlGui
|
||||
WANTLIB += Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Script
|
||||
WANTLIB += Qt5Widgets Qt5X11Extras Qt5Xml c exslt m xml2 xslt
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:52 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = QtQuick based components set
|
||||
DISTNAME = kirigami2-${VERSION}
|
||||
@ -9,7 +9,7 @@ SHARED_LIBS += KF5Kirigami2 1.3 # 5.41
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5Qml Qt5Quick Qt5QuickControls2 m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
x11/qt5/qtgraphicaleffects \
|
||||
x11/qt5/qtsvg
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = JavaScript/ECMAScript engine for KDE
|
||||
DISTNAME = kjs-${VERSION}
|
||||
@ -8,7 +8,7 @@ SHARED_LIBS += KF5JSApi 4.3
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core c m pcre pcreposix
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2019/03/30 09:13:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = KDE framework for binding JavaScript object to QObjects
|
||||
DISTNAME = kjsembed-${VERSION}
|
||||
@ -8,7 +8,7 @@ SHARED_LIBS = KF5JsEmbed 4.3
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5I18n KF5JS Qt5Core Qt5Gui Qt5Svg
|
||||
WANTLIB += Qt5Widgets Qt5Xml c m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kdoctools
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = interface for media player KParts
|
||||
DISTNAME = kmediaplayer-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += KF5Service KF5SonnetUi KF5TextWidgets KF5WidgetsAddons
|
||||
WANTLIB += KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5Widgets Qt5Xml m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kauth \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:05 naddy Exp $
|
||||
|
||||
COMMENT = KDE framework for sharing additional application data
|
||||
DISTNAME = knewstuff-${VERSION}
|
||||
@ -14,7 +14,7 @@ WANTLIB += KF5WidgetsAddons KF5XmlGui Qt5Concurrent Qt5Core Qt5DBus
|
||||
WANTLIB += Qt5Gui Qt5Network Qt5Qml Qt5Quick Qt5Widgets Qt5Xml
|
||||
WANTLIB += m
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kirigami2
|
||||
|
||||
RUN_DEPENDS = devel/kf5/kirigami2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2019/03/30 09:13:53 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2019/05/20 22:15:06 naddy Exp $
|
||||
|
||||
COMMENT = KDE configuration dialog for desktop notifications
|
||||
DISTNAME = knotifyconfig-${VERSION}
|
||||
@ -12,7 +12,7 @@ WANTLIB += Qt5Network Qt5Widgets m
|
||||
|
||||
MODULES = multimedia/phonon
|
||||
|
||||
BUILD_DEPENDS = devel/gettext-tools \
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kconfigwidgets \
|
||||
devel/kf5/knotifications \
|
||||
devel/kf5/kxmlgui
|
||||
|
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