Commit Graph

2246 Commits

Author SHA1 Message Date
ajacoutot
79b64c7ec2 Update to hwdata-0.324. 2019-06-15 09:23:28 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
naddy
ebf751b927 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
2019-05-20 22:15:00 +00:00
sthen
e40f996745 another batch of ncurses->curses WANTLIB updates, skipping any
that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's
multipackaging work
2019-05-20 20:52:31 +00:00
ajacoutot
0ac9698342 Merged upstream. 2019-05-20 12:28:29 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
sthen
b17bf3228e update curses WANTLIB entries following the change in base libraries to use soname 2019-05-17 16:19:37 +00:00
giovanni
51994a7154 Update to 1.5.14
Initial diff from David Carlier with tweaks by me and sthen@
enable tls per sthen@ proposal
ok sthen@
2019-05-14 16:49:05 +00:00
ajacoutot
3e1418ca9d Add OpenBSD 6.5. 2019-05-11 13:51:25 +00:00
ajacoutot
7b88f6b155 Update to:
libosinfo-1.5.0
  osinfo-db-tools-1.5.0
2019-05-10 13:04:56 +00:00
danj
8aac5c01a8 Remove maintainers per their requests 2019-05-07 02:31:03 +00:00
danj
e1c10d3c55 Remove rpe@ as maintainer per his request 2019-05-05 16:06:34 +00:00
ajacoutot
4a2697f9e4 Update to osinfo-db-20190504. 2019-05-05 09:48:15 +00:00
jca
4cf784fbaa Amend LIB_DEPENDS-main so libestdc++ from gcc-libs can be found
Unbreaks build on sparc64.  Sync WANTLIB-main while here.
2019-05-04 20:52:01 +00:00
danj
b584241910 Remove maintainer per their request 2019-05-04 01:18:58 +00:00
ajacoutot
e53736a2ad Update to hwdata-0.323. 2019-05-03 16:13:39 +00:00
danj
4c764784e1 Remove maintainer per his request 2019-05-02 17:21:02 +00:00
sthen
c9b31b7477 drop MAINTAINERs where dns domain does not exist 2019-05-01 19:57:06 +00:00
sthen
6102919871 drop maintainers with bouncing @openbsd.org addresses; thanks danj for the list 2019-05-01 19:29:43 +00:00
jeremy
4311e64eb4 Bump after default ruby version change to ruby 2.6 2019-04-29 00:42:08 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
jca
f58f547ca4 Properly link against libintl, unbreak Xaw detection
Reported by kevlo@ (who came up with a different diff), ok Eric Brown (maintainer)
2019-04-19 13:58:47 +00:00
jca
3141052b9f Drop useless patch
ok Eric Brown (maintainer)
2019-04-19 13:56:03 +00:00
naddy
3c5b7a9ad4 don't hardcode "gcc" for linking 2019-04-17 15:20:21 +00:00
sthen
fe2bf64aec drop Donovan Watteau as maintainer as requested
(plus a little COMPILER tidying while there)
2019-04-16 20:19:01 +00:00
ajacoutot
fbca32ba83 Update to hwdata-0.322. 2019-04-03 10:07:48 +00:00
bentley
de23e6caf6 Remove more crufty ports.
All are very old (most 20+ years), unmaintained, so poorly licensed that
they can't be installed with pkg_add, and either have decently licensed
alternatives or are so trivial as to be useless.

ok kn@ naddy@
2019-04-03 07:29:50 +00:00
jca
ea6acb2f30 Don't clobber LDFLAGS 2019-03-28 02:03:27 +00:00
sthen
ab00f1174f +m17n 2019-03-26 16:47:29 +00:00
sthen
d2802957f3 import misc/m17n (providing m17n-db and m17n-lib), reworked from a
submission by Eric Brown, ok kevlo@

The m17n library is a multilingual text processing library for the C language.
This library has following features:

 - The m17n library is an open source software.
 - The m17n library for any Linux/Unix applications.
 - The m17n library realizes multilingualization of many aspects of
   applications.
 - The m17n library represents multilingual text as an object named
   M-text.  M-text is a string with attributes called text properties,
   and designed to substitute for string in C.  Text properties carry any
   information required to input, display and edit the text.
 - The m17n library supports functions to handle M-texts.

m17n is an abbreviation of Multilingualization.
2019-03-26 16:46:59 +00:00
robert
8d43a9958f unveil mime_path's parent directory with the 'r' permission to allow
stat(1) on it and then also unveil paths configured in XDG_DATA_DIRS
the same way so that the check_in_path_xdg_data() function can do its
job
after everything is done, call unveil(NULL, NULL) to disallow further
calls to unveil

ok ajacoutot@
2019-03-25 15:49:22 +00:00
ajacoutot
8c2b465ce1 Update to osinfo-db-20190319. 2019-03-20 11:59:13 +00:00
espie
c2bdc8804f replace slow query with an better one, as this is used in a tight loop
insane code

okay aja@, jasper@
2019-03-11 08:15:31 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
semarie
1b35b1d9c1 update remind to 3.1.26, and move HOMEPAGE to new location
ok danj@
2019-03-06 18:24:43 +00:00
ajacoutot
6305c6ae4b Update to hwdata-0.321. 2019-03-06 08:49:03 +00:00
ajacoutot
b6ea6be1a0 Update to osinfo-db-20190304. 2019-03-05 10:06:44 +00:00
ajacoutot
f4ef7210a0 Update to osinfo-db-tools and libosing 1.4.0. 2019-03-02 17:25:40 +00:00
ajacoutot
312e17ee68 Update to osinfo-db-20190301. 2019-03-02 08:41:54 +00:00
ajacoutot
1452b4392f Update to osinfo-db-20190218. 2019-02-20 09:13:12 +00:00
fcambus
208eb27e68 Update dialog to 1.3-20190211. 2019-02-14 14:29:30 +00:00
sthen
c5b18cf9aa fix build with perl 5.26+
use a standard SUBST_CMD rather than sed -e for some existing patches to
install.pl, which didn't play nicely with "make update-patches"
2019-02-10 15:01:40 +00:00
bcallah
8ef5deb822 Update to feathernotes-0.4.6 -- all the patches go away 2019-02-07 23:27:34 +00:00
ajacoutot
47b7c2fb40 Update to hwdata-0.320. 2019-02-05 09:00:58 +00:00
ajacoutot
0c58a51178 Update to osinfo-db-tools-1.3.0. 2019-02-03 08:24:32 +00:00
ajacoutot
dbb205dfb0 Update to libosinfo-1.3.0. 2019-01-31 20:06:12 +00:00
solene
8490ed4a01 Patches regenerated to fix offsets.
WANTLIB was missing util.

Spotted by kirby@
2019-01-30 12:49:47 +00:00
solene
e59568e1d4 Update to mc-4.8.22
ok robert@
2019-01-30 08:27:01 +00:00
bcallah
c393346331 +feathernotes 2019-01-23 15:24:53 +00:00
bcallah
1dcb4da427 Import misc/feathernotes, a lightweight Qt5 notes manager.
ok rsadowski@

FeatherNotes is a lightweight Qt5 hierarchical notes manager. It is
independent of any desktop environment and has:

* Support for rich text formatting, image embedding and inserting
  editable tables
* Drag-and-drop capability for moving nodes and also for embedding
  images
* A tray icon for quick access on any desktop
* Correct position/size saving and restoring with most window managers
* Compact but complete search and replacement widgets
* The ability to include searchable tags (hidden info on each node)
* Support for optional node icons
* Support for local and remote hyperlinks (bookmarks)
* Text zooming
* Printing and exporting to HTML and PDF
* Password protection
* Auto-saving
2019-01-23 15:24:28 +00:00