summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-26audio/nas: fix obvious path error in nasd.conf.egrillig3-5/+6
The path /dev//dev/audio does not make sense.
2020-04-26comms/pilot-link: fix unknown configure optionsrillig1-5/+2
2020-04-26lxqt: add a comment about icon themesgutteridge1-1/+3
2020-04-26doc: Added meta-pkgs/lxqt version 0.14.1gutteridge1-1/+2
2020-04-26options.description: add openbox and xfce4-wm (used by LXQt)gutteridge1-0/+2
2020-04-26meta-pkgs: add LXQt 0.14.1gutteridge4-1/+71
LXQt is a free desktop environment with comparatively low resource requirements. This makes it especially suitable for resource-constrained personal computers such as netbooks or system-on-a-chip machines. (Packaged in wip by pin@, additional changes by myself.)
2020-04-26doc: Updated x11/lxqt-panel to 0.14.1nb1gutteridge1-1/+2
2020-04-26lxqt-panel: fix location of default panel settings configgutteridge4-6/+18
Place the panel settings configuration file where the rest of LXQt (as configured in pkgsrc presently) expects it to be, so fallbacks work if a user doesn't already have a custom configuration defined. (Ride previous commits of LXQt earlier today; this doesn't merit a recursive dependency bump.)
2020-04-26doc: Updated sysutils/pcmanfm-qt to 0.14.1nb4gutteridge1-1/+2
2020-04-26pcmanfm-qt: fix location of default desktop settings configgutteridge4-6/+20
Place the desktop settings configuration file where the rest of LXQt (as configured in pkgsrc presently) expects it to be, so fallbacks work if a user doesn't already have a custom configuration defined. This does not affect standalone use of this application, only its functionality that provides the desktop background for LXQt. (Ride previous commits of LXQt earlier today; this doesn't merit a recursive dependency bump.)
2020-04-26lxqt-session: amend a patch commentgutteridge2-4/+4
These aren't just sample files, they're the system-wide fallback configurations, should the user not have anything defined.
2020-04-26doc: Updated cad/diylc to 3.28.0nb1dsainty1-1/+2
2020-04-26There are two common ways to select the "java" executable in Pkgsrc.dsainty1-2/+3
One is via "${JAVA_BINPREFIX}-java", and one is via "${PKG_JAVA_HOME}/bin/java". The "${JAVA_BINPREFIX}-java" way relies on an appropriately named executable being present in the built-in JRE if you are using the built-in - something with a "-java" suffix. That just doesn't exist in either the MacOS Oracle JRE install or the JDK install. So switch to "${PKG_JAVA_HOME}/bin/java" instead, which works (but does require careful quoting to allow for spaces under MacOS). Bump PKGREVISION.
2020-04-26changes: add devel/go-tmcnikita1-1/+2
2020-04-26Add devel/go-tmc version 0.5.1nikita5-1/+41
tmc provides round-trip serialization of typed Go maps.
2020-04-25add changes entry for go-goldmarknikita1-1/+2
2020-04-25Add textproc/go-goldmark version 1.1.30nikita5-1/+139
goldmark is a Markdown parser written in Go. It is compliant with CommonMark 0.29. Its features include: - Standards-compliant. goldmark is fully compliant with the latest CommonMark specification. - Extensible. Do you want to add a @username mention syntax to Markdown? You can easily do so in goldmark. You can add your AST nodes, parsers for block-level elements, parsers for inline-level elements, transformers for paragraphs, transformers for the whole AST structure, and renderers. - Performance. goldmark's performance is on par with that of cmark, the CommonMark reference implementation written in C. - Robust. goldmark is tested with go-fuzz, a fuzz testing tool. - Built-in extensions. goldmark ships with common extensions like tables, strikethrough, task lists, and definition lists. - Depends only on standard libraries.
2020-04-25For clarity, use tomcat_start (resp. tomcat_stop) function instead ofjym10-20/+25
calling ${command} directly for start (resp. stop) within rc.d. Tested on tomcat9; but applicable down to tomcat6. Bump PKGREVISION. ok ryo@.
2020-04-25games/velena: remove redundant SUBST_FILES patternrillig1-2/+2
2020-04-25mk/build/build.mk: use the login shell by default for build-envrillig1-3/+3
2020-04-25lang/ruby27-base: fix typo in REPLACE_RUBYrillig1-2/+3
2020-04-25sysutils/xe-guest-utilities: fix accidental hard-coded version numbersrillig3-8/+10
2020-04-25net/ucspi-tcp6: does not need to patch error.hrillig1-1/+2
2020-04-25net/snort: clean up SUBST_FILESrillig1-2/+2
src/snort.c neither contains "/usr" nor "../".
2020-04-25wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDSnikita2-5/+5
2020-04-25Define rcvar so goaccess=NO works. Fix a spell-o. Bump PKGREVISION.schmonz2-3/+4
2020-04-25archivers/ruby-xz: remove redundant SUBST blockrillig1-7/+1
2020-04-25xfce4-wm: update MASTER_SITESgutteridge1-3/+3
2020-04-25databases/ruby-qdbm: remove redundant SUBST blockrillig1-7/+1
The file ruby/configure does not mention pthread at all.
2020-04-25databases/rrdtool: remove redundant SUBST blockrillig1-7/+1
The example file contains an already expanded @exec_prefix@.
2020-04-25databases/rrdtool12: remove redundant SUBST blockrillig1-7/+1
The example file contains an already resolved @exec_prefix@.
2020-04-25misc/rpm: remove no-op SUBST group for mkdirrillig1-7/+1
If this should ever be necessary, it will be caught by CHECK_WRKREF.
2020-04-25wm/fvwm: Add doc keyword for optionally not generating the fvwm.1 pagenikita3-12/+18
2020-04-25mail/queue-repair: allow SUBST to be a no-oprillig1-1/+3
2020-04-25wm/fvwm: enable xft2, xcursor and xrender support by defaultnikita2-5/+4
2020-04-25x11/py-kiwi: allow no-op SUBST block for localedirrillig1-6/+7
Replacing share/localedir with share/localedir may obviously do nothing.
2020-04-25chat/psybnc: fix accidentally hard-coded PREFIXrillig3-15/+9
2020-04-25wm/fvwm: Add todo notes after feedback from usernikita1-1/+4
2020-04-25mail/pear-Mail-Mime: remove no-op SUBST blockrillig1-6/+1
This package comes without any documentation, therefore there is nothing to patch.
2020-04-25lang/php73: remove redundant file from SUBST_FILESrillig1-2/+2
2020-04-25lang/php72: re-add accidentally removed file to SUBST_FILESrillig1-1/+2
2020-04-25lang/php72: remove no-op SUBST_FILESrillig1-7/+4
2020-04-25doc: Added security/lxqt-openssh-askpass version 0.14.1gutteridge1-1/+2
2020-04-25lxqt-openssh-askpass: minor grammar tweaksgutteridge2-3/+3
2020-04-25lang/openjdk8: remove redundant file from FILES_SUBSTrillig1-2/+2
2020-04-25lxqt-openssh-askpass: add new package, version 0.14.1gutteridge5-1/+65
lxqt-openssh-askpass is a tool used with openssh to prompt the user for a password. (Packaged in wip by pin@, final review by myself.) (It would be nice if security/openssh had a builtin.mk to avoid unnecessarily building it from pkgsrc. The version in NetBSD's base offers more.)
2020-04-25doc: Added security/lxqt-sudo version 0.14.1gutteridge1-1/+2
2020-04-25lxqt-sudo: add new package, version 0.14.1gutteridge6-1/+99
lxqt-sudo is a graphical front-end of the sudo and su commands. (Packaged in wip by pin@, final review by myself.)
2020-04-25databases/mysql55-client: apply pkglint suggestionsrillig2-7/+7
2020-04-25multimedia/mpv: remove nonexistent file from SUBST_FILESrillig1-2/+2