Commit Graph

61711 Commits

Author SHA1 Message Date
Jason Bacon 2dc82e1e07 cluster-admin: Update to work with last commit 2020-08-27 12:05:42 +00:00
Michael Baeuerle 4ff1b8d2df slade: Import version 3.1.12a
SLADE3 is a modern editor for Doom-engine based games and source ports.
It has the ability to view, modify, and write many different game-specific
formats, and even convert between some of them, or from/to other generic
formats such as PNG.

SLADE3 can be considered a successor to both SLumpEd and SLADE - it combines
the features of both, to create an all-in-one editor. Why does it keep the
name of what was previously just a map editor? Because it fits :)
2020-08-27 18:19:20 +02:00
Michael Baeuerle 86ca5195d0 crispy-doom: Fix man page names 2020-08-27 18:16:56 +02:00
Michael Baeuerle e9df93014f doomlegacy-devel: Rebase to SVN revision 1545
pkgsrc:
- Rework patches to apply without offset
- SVN revision 1544 has added a space in front of variable
  COMP_ENVIRONMENT. Modify regular expression in SUBST block
  to work with both variants
- Disable ZIP support introduced in SVN revision 1544
  Currently only for GNU/Linux and should be tested first

Upstream:
- commit revision 1544
  Add zip file reading, for Linux only.
  It is option ZIPWAD.
  This requires lib libzip.
  It will load the wad, deh, bex files in a zip archive.
  If searching for a file, it will also search in
  a zip archive of the same name.
  This has not been totally integrated with net play yet.
  For other ports, will have to find a libzip.

  There is also ZIPWAD_OPTIONAL, which will use dlopen to
  optionally load libzip.  The ZIPWAD_OPTIONAL requires lib dlopen.
  It detects that libzip is loaded, and enables the zip functionality.
  This prevents libzip from being a hard requirement.
  It makes lib dlopen a hard requirement, but that is lib that is
  normally present.
2020-08-27 13:04:51 +02:00
Michael Baeuerle aa69141770 doomlegacy-devel: Remove patches for the software renderer
This part does not work as intended for single sided walls.
2020-08-27 12:00:41 +02:00
Aleksej Lebedev 87dfffd918 py-conan: updated to 1.28.1, remove upper bound of versions of some dependencies 2020-08-27 11:39:00 +02:00
jaypatelani b7090267cd Added buildlink3.mk 2020-08-27 12:05:30 +05:30
jaypatelani 3fee93d5b7 Added Vala-appmenu 2020-08-27 12:04:20 +05:30
Kamil Rytarowski bed084d602 gdb-netbsd: Add gdbserver for NetBSD/amd64 2020-08-27 04:43:45 +02:00
Kamil Rytarowski a791c48349 gdb-netbsd: Update to 05fd99cc80b1955e8c846dacfa57fe52816d4869
Reset local patches.
2020-08-27 04:43:45 +02:00
Leonardo Taccari 72e8a06163 sfeed_curses-git: Bump PKGVERSION to match upstream one 2020-08-26 21:55:15 +02:00
Thomas Klausner b9fdd00965 mailman: remove, used for updating pkgsrc 2020-08-26 20:41:09 +02:00
jcea d0719bdf88 Mailman 2.1.34 2020-08-26 20:14:18 +02:00
Thomas Klausner e698727eb0 emacs-git: sync PLIST for upstream changes 2020-08-26 15:07:33 +02:00
Michael Baeuerle f2125663d6 crispy-doom: Update TODO 2020-08-26 14:49:55 +02:00
Michael Baeuerle 284dba3581 crispy-doom: Use SUBST framework for man page handling 2020-08-26 13:58:23 +02:00
Michael Baeuerle 3621c64705 crispy-doom: Update commit message 2020-08-26 13:58:23 +02:00
Kamil Rytarowski 67428c9617 gdb-netbsd: Add gdbserver amd64 support 2020-08-26 00:29:45 +02:00
Kamil Rytarowski ec6f1d478e gdb-netbsd: Update to git rev. d2bb907b8b46e1a06cab44aa783f377b3c0d07b0
Reset local patches.
2020-08-26 00:29:45 +02:00
Greg Troxel eee485102a proj: Update to 7.1.0 (from RC) 2020-08-25 09:57:02 -04:00
Greg Troxel c285f8a69b chirp: Remove (ham/chirp updated from this) 2020-08-25 09:57:01 -04:00
Yuuki Enomoto 19c1c2754a zabbix50-*: Update to 5.0.3
Official release note: https://www.zabbix.com/rn/rn5.0.3
2020-08-25 20:48:32 +09:00
Michael Baeuerle 3034822ab5 crispy-doom: Fix PLIST and man page sections
Add commit message.
2020-08-25 13:42:30 +02:00
Greg Troxel 574ef326a2 zoneminder: Add patch for perl language issue 2020-08-24 19:37:46 -04:00
Greg Troxel 48afb00b7a zoneminder: Massively fix PLIST
For reasons that are unclear, many files installed in the destdir were
not in PLIST.  Really, that's not so odd, but what's odd is that even
wtih PKG_DEVELOPER=yes, the package built.  This adds many files to
PLIST, including some that caused the package to fail to function.
2020-08-24 10:50:47 -04:00
Greg Troxel 29e6eabcd4 zondeminder: Add PRINT_PLIST_AWK 2020-08-24 10:50:46 -04:00
Greg Troxel e35cdcd3f2 zoneminder: Clean up PLIST
Drop spurious .orig entry.
Sort with plist-sort.
2020-08-24 10:50:45 -04:00
pin 733c08b15e librespot, remove un-needed dependency 2020-08-24 15:03:26 +02:00
pin 959f6d52ef Add librespot, see TODO
Open source client library for Spotify. It enables applications to use Spotify's
service to contol and play music via various backends, and to act as a Spotify
Connect receiver.
It is an alternative to the official and deprecated closed-source libspotify.
Additionally, it will provide extra features which are not available in the
official library.

Note: librespot only works with Spotify Premium. This will remain the case for
the foreseeable future, as we are unlikely to work on implementing the features
such as limited skips and adverts that would be required to make librespot
compliant with free accounts.

TODO: the pkg builds as a crate of ncspot, but fails to build stand alone.
This pkg would make it possible to package GUI open source Spotify clients.
2020-08-24 14:23:39 +02:00
Michael Baeuerle 9e94b1e7bb crispy-doom: Don't run configure script twice 2020-08-24 13:08:22 +02:00
Thomas Klausner 27d9750329 py-smmap: update to 3.0.4
Changes not found
2020-08-24 10:36:54 +02:00
Thomas Klausner 178cca7bde TODO: nuspell update done 2020-08-24 10:24:24 +02:00
Thomas Klausner e7294d986b nuspell: update to 3.1.2.
- Internal refactorings that reduce function templates in `utils` and `finder`.

- File `utils.hxx` is not installed any more. It is a private header.

- Some functions for searching dictionaries in class `Finder` are deprecated as
  they were searching in directories that no longer contain dictionaries.

- Updated description in README. Packagers are encouraged to update it in their
  packages.
- Moved Hunspell files from the directory "src" into the directory named
  "external" to clarify that it is third-party dependency. Previously, some
  packagers confused Hunspell's license notices as part of Nuspell. Hunspell is
  used only for testing and it is not part of the main program.

- Fixed bugs on FreeBSD and other BSDs related to encoding conversions. Now
  all tests pass on FreeBSD and the support for it is not experimental anymore.
- Fixed compiling on NetBSD.
2020-08-24 10:24:24 +02:00
Benny Siegert c12a29a3cc icewm17: fix typo in HOMEPAGE
noted by pin@ in private email.
2020-08-23 20:35:41 +02:00
Tobias Nygren 689b5675a5 gr-osmosdr: drop inclusion of python/extension.mk for now
there are PLIST problems (related to PEP3147?) after switching
from python 2.7 to 3.7 and I'm not sure how to fix it.
2020-08-23 17:35:37 +02:00
Leonardo Taccari 5974918310 amass: Import amass-3.9.1 as wip/amass
The OWASP Amass Project performs network mapping of attack surfaces and
external asset discovery using open source information gathering and
active reconnaissance techniques.
2020-08-23 12:55:47 +02:00
Iku Iwasa 335de5716a iosevka-*: Update to 3.4.4
* Add toothless variant for a.
* Add earless variants for m, n, r.
* Add asymmetric hookless and short-neck flat-hook variant of t.
2020-08-23 09:48:47 +09:00
i3enedek 4499ae2e1c work around ftp issue fetching from scummvm mirror 2020-08-22 01:33:45 +01:00
i3enedek a5bc909561 scummvm-bass fix issue with ftp being unable to follow 301 redirect 2020-08-22 01:28:08 +01:00
Iku Iwasa 7d895e142a consul: Fix distinfo 2020-08-22 09:19:19 +09:00
Iku Iwasa ffc365fd94 task: Update to 3.0.0
* On v3, all CLI variables will be considered global variables
* Add support to .env like files.
* Add label: to task so you can override the task name in the logs.
* Refactor how variables work on version 3.
* Disallow expansions on v3 since it has no effect.
* Taskvars.yml is not automatically included anymore.
* Taskfile_{{OS}}.yml is not automatically included anymore.
* Allow interpolation on includes, so you can manually include a Taskfile
  based on operation system, for example.
* Expose .TASK variable in templates with the task name.
* Implement short task syntax.
* Added option to make included Taskfile run commands on its own directory
* Taskfiles in version 1 are not supported anymore.
* Added global method: option. With this option, you can set a default
  method to all tasks in a Taskfile.
* Changed default method from timestamp to checksum.
* New magic variables are now available when using status:: .TIMESTAMP
  which contains the greatest modification date from the files listed in
  sources:, and .CHECKSUM, which contains a checksum of all files listed in
  status:. This is useful for manual checking when using external, or even
  remote, artifacts when using status:.
* We're now using slim-sprig instead of sprig, which allowed a file size
  reduction of about 22%.
* We now use some colors on Task output to better distinguish message types
  - commands are green, errors are red, etc.
2020-08-22 09:19:19 +09:00
Iku Iwasa c7c7a86aaa iosevka-*: Update to 3.4.3
3.4.3

* Fix conflicting CV tag of VXDA. Variant for l is renamed to VXDL.
* Fix compat-ligature building.
* Massively reduce the glyph quantity needed to support glyph variants.

3.4.2

* Add curly variant for ASCII single quote (') and ASCII grave (`).
* Fix broken marks of U+1AB2, U+0356 and U+035A.
* Fix bar placement of italic џ.
2020-08-22 09:19:18 +09:00
Iku Iwasa fd8d561e7f py-virtualenv20: Update to 20.0.31
Bugfixes - 20.0.31

* Upgrade embedded pip to 20.2.1, setuptools to 49.6.0 and wheel to 0.35.1
2020-08-22 09:19:18 +09:00
Iku Iwasa e40546cee3 py-identify: Update to 1.4.28 2020-08-22 09:19:18 +09:00
i3enedek b6138eb9e8 translate-toolkit update to 3.0.0 ; disable docs because sphinx is old. 2020-08-22 00:40:51 +01:00
i3enedek 9d4d08d801 py27-backports.csv updated to 1.0.7 2020-08-22 00:39:27 +01:00
i3enedek b80ccae858 roadfighter distfile suffix is tgz, is tar. 2020-08-21 22:54:05 +01:00
i3enedek 5ee58a5d18 f1spirit unbreak; filename is .tgz, but its a tar 2020-08-21 22:46:29 +01:00
Benny Siegert 20b8e28ecb Remove wip/go115 after import to lang/go115 2020-08-21 19:52:05 +00:00
Benny Siegert 73ec222842 icewm17: get rid of patches and try to start fresh.
This does not work yet.
2020-08-21 19:16:40 +00:00