summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-01Updated cad/gtkwave to 3.3.79mef2-7/+7
----------------------------- 3.3.79 31dec16 Disable accelerator keys in twinwave single window mode to avoid focus conflicts. Fixes for -fstrict-aliasing and other recent warnings. Added fill_waveform rc variable and corresponding menu option (/View/Show Filled High Values) to allow filling in the lower portion of high values for increased visibility.
2017-01-01Sorry, login name correction, againmef1-1/+1
2017-01-01Sorry, login name correctionmef1-1/+1
2017-01-01Updated ham/fldigi to 3.23.19 [makoto 2017-01-01]mef2-2/+2
2017-01-01Updated ham/fldigi to 3.23.19mef3-9/+11
----------------------------- =Version 3.23.19= 2016-12-17 David Freese <iam_w1hkj@w1hkj.com> 8dc6202: DX cluster improvements 1412352: Text highlight 996bb3f: N3FJP generic contest
2017-01-01The default EMACS_TYPE is now emacs25.dholland1-2/+2
2017-01-01Update comment with default Emacs versiontron1-2/+2
2017-01-01Use the package "editors/emacs25" and not "editors/emacs-snapshot" fortron1-2/+2
the new default "emacs25".
2016-12-31Needs mk/readline.buildlink3.mk. Else, the build fails on FreeBSD asrodent1-1/+2
-lreadline can't be found.
2016-12-31Support PKGMANDIR.schmonz3-15/+30
2016-12-31Fix build on SunOS.schmonz1-1/+4
2016-12-31Avoid "echo -n" in subshells to fix build on OS X (by consistentlyschmonz2-4/+67
applying the pattern used by the socket.lib target).
2016-12-31Remove special case for DragonFly (termcap vs curses).wiz4-8/+8
Not needed any longer, tested with emacs25-nox11 on monster; others copy look quite the same. I suspect this is not needed on FreeBSD, OpenBSD, or Linux either, but don't have test hosts.
2016-12-31Remove outdated DragonFly workaround.wiz1-5/+1
Tested on monster.
2016-12-31qonkdholland1-1/+2
2016-12-31Fix message display color. PKGREVISION -> 11dholland3-3/+32
2016-12-31Use standard way to test for options.wiz4-8/+8
2016-12-31Use standard way to test for build options.wiz1-3/+6
2016-12-31Make option checking match other places.wiz1-2/+2
2016-12-31More seddery. Now it builds for me.dholland1-2/+9
2016-12-31Fix _EMACS_REQD package name.jperkin1-2/+2
2016-12-31pkg-config is required when building against nghttp2.jperkin1-1/+2
2016-12-31Fix seddery.dholland1-2/+2
2016-12-31Merge my recent fixes to emacs20 and emacs21:dholland3-1/+47
- set ELFSIZE correctly (I still have no idea how this ever worked) - insert workaround for gcc5's calloc bug For some reason I thought emacs22 wasn't affected by these issues, or I would have done this earlier. This does not make the package build on -current, but it gets a lot farther now - it segvs building the quail elisp. I have a feeling we've seen this problem before also, but if so it was some years back and I can't remember what it was about.
2016-12-30Fix build of xemacs-*nox11 packages.wiz4-0/+78
Using hints by coypu, thanks!
2016-12-30streamlink: actually take advantage of pycryptodome dependency beingmaya1-2/+2
less specific now. this is necessary for not breaking bulk builds in changes to pycryptodome. pointed out by wiz, thanks.
2016-12-30Fix options framework abuse by xemacs-nox11/xemacs.wiz4-120/+121
Partially tested, xemacs-nox11 hangs during build with 99% CPU for me.
2016-12-30streamlink: be less specific about pycryptodome dependencymaya2-1/+17
2016-12-30Simplify previous.wiz2-82/+82
2016-12-30Fix options framework abuse by xemacs-current*.wiz4-169/+180
Partially tested, xemacs-current-nox11 build hangs because of temacs eating 99% CPU.
2016-12-30SunOS needs alloca.h, so include in its case too.maya2-6/+5
Pointed out by kamil, thanks.
2016-12-30Use public-domain AND python-software-foundation as a license.maya2-6/+4
Pointed out by leot - thanks!
2016-12-30Note update of streamlinkmaya1-1/+2
2016-12-30streamlink: update to 0.2.0maya3-10/+63
Release 0.2.0 of Streamlink! We've done numerous changes to plugins as well as fixed quite a few which were originally failing. Among these changes are updated docs as well as general UI/UX cleaning with console output. The main features are: Additional plugins added Plugin fixes Cleaned up console output Additional documentation (contribution, installation instructions) Again, thank you everyone whom contributed to this release! :D
2016-12-30Note addition of py-cryptodome.maya1-1/+2
2016-12-30Add py-cryptodome.maya1-1/+2
2016-12-30New package: py-cryptodome.maya5-0/+722
PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's also intended to be a drop-in replacement for py-crypto.
2016-12-30Removed lang/icc11.alnsn1-1/+2
2016-12-30Remove lang/icc11.alnsn25-4182/+1
2016-12-30Fix options framework abuse in emacs22*.wiz3-12/+9
Packages do not build for me on -current, so not build-tested.
2016-12-30Fix options framework abuse by emacs21-nox11.wiz1-9/+1
2016-12-30Add gpickryoon1-1/+2
2016-12-30Added graphics/gpick version 0.2.5ryoon1-1/+2
2016-12-30Import gpick-0.2.5 as graphics/gpick.ryoon5-0/+109
Gpick is an advanced color picker and palette editing tool. Main features * Magnification and mouse pointer control with keyboard. * Automatic color name assignment. * Export to following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Alias/WaveFront Material (*.mtl) * Cascaded Style Sheet (*.css) * Hyper Text Markup Language (*.html) * Customizeable text file * Import from following formats: * Inkscape/Gimp Palette (*.gpl) * Adobe Swatch Exchange (*.ase) * Customizeable text file * Oversampling with five falloff types: * Multiple pixel values are averaged to help picking colors from sources with noise, patterns and etc, where each pixel is different and overall color is produced by different amounts of particular color. * Palette from image. * Color scheme creation tools. * Mix two or more colors using variable number of steps and different mixing types. * Lightness and/or saturation variations. * Harmonious colors.
2016-12-30Updated print/cups-filters to 1.13.2adam1-1/+2
2016-12-30CHANGES IN V1.13.2adam2-7/+14
- cupsfilters.drv: Corrected cupsFilter entry for the "Generic IPP Everywhere Printer". - driverless: Fixes on the man page - driverless: Do not error-exit (non-zero status) when run by CUPS as backend or PPD generator when no driverless printer is found or Avahi not running. When run from thr command line, exit status is the same as of ippfind. - imagetoraster: Removed (incomplete) PWG Raster support. For PWG Raster output we let the rastertopwg filter from CUPS do the finalization (mainly adding white pixels at the borders to get a full-page bitmap). - imagetoraster: Fixed several bugs in the calculation of the page geometry - libcupsfilters: If the IPP-polled printer has the "sides-supported" attribute, determine the need of a "Duplex" option solely whether the attribute has a "two-sided-long-edge" choice and ignore the "duplex" parameter of the ppdCreateFromIPP() function call. This lets the more precise information coming from the IPP query always be preferred against information from the Bonjour record. - driverless: When listing printers let the device ID contain "AppleRaster" (for Apple Raster printers) and "PWGRaster" (for IPP Everywhere printers) in the "CMD" field. - driverless: Added "-T 3" to the ippfind command line. This makes ippfind search the Bonjour broadcasts for up to 3 seconds when searching for IPP printers, raising the reliability in finding all of them
2016-12-30Fix options framework abuse by elvis*.wiz5-67/+66
2016-12-30Updated www/ikiwiki to 3.20161229.1schmonz1-1/+2
2016-12-30Update to 3.20161229.1. From the changelog:schmonz2-7/+7
* git: Attribute reverts to the user doing the revert, not the wiki itself. * git: Do not disable the commit hook while preparing a revert.
2016-12-30Fix options framework abuse by sqsh*.wiz7-95/+100