- 08 Jan, 2016 40 commits
-
-
decke authored
PR: 205586 Submitted by: Franz Bettag <franz@bett.ag>
-
rene authored
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-libc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain 2016-01-08 devel/msp430-binutils: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
-
decke authored
-
olgeni authored
-
amdmi3 authored
- Fix svn module build
-
amdmi3 authored
- Pet portlint - Switch to options helpers - Switch to USES=localbase
-
miwi authored
Submitted by
-
amdmi3 authored
- Pet portlint - Remove unneeded CPP/LDFLAGS
-
vanilla authored
-
amdmi3 authored
- Switch to options helpers
-
amdmi3 authored
- Add NO_ARCH - Switch to options helpers - Simplify docs handling
-
amdmi3 authored
- Strip library
-
amdmi3 authored
- Switch to USES=localbase - Switch to options helpers - Simplify installation
-
amdmi3 authored
- Switch to options helpers
-
amdmi3 authored
- Add LICENSE_FILE - Add NO_ARCH - Switch to @dir - Remove @mode, it doesn't work as it's specified incorrectly and is not needed anyway Approved by: portmgr blanket
-
amdmi3 authored
- Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers
-
amdmi3 authored
-
olgeni authored
-
olgeni authored
-
amdmi3 authored
- Switch to COPYTREE_SHARE - Add NO_ARCH - Modernize plist PR: 205142 Submitted by: amdmi3 Approved by: maintainer timeout (bob@bomar.us, 1 month)
-
matthew authored
provides authentication and group membership from an LDAP service. Users are authenticated by performing an LDAP bind against a directory using their credentials. The plugin will also pull the email address and username from the directory and populate the session_attribute table. WWW: https://trac-hacks.org/wiki/LdapAuthStorePlugin Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D4796
-
matthew authored
LDAP extensions to grant group permissions This extension enables the use of existing LDAP groups to grant permissions rather than defining permissions for every single user on the system. Also permits storage of permissions (both users and groups permissions) in the LDAP directory itself rather than in the database backend. WWW: https://trac-hacks.org/wiki/LdapPlugin Reviewd by: koobs Differential Revision: https://reviews.freebsd.org/D4796
-
robak authored
PR: 205985 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-
robak authored
PR: 206021
-
ehaupt authored
Maildir folders based on the arival date. The script supports thread detection and can distinguish between read and partially read threads.
-
kwm authored
* Filter out "unwanted" plugins before building the OPTIONS * Sync both Makefiles so they only have gstreamer version specifics * Bump portrevision for option changes. Now all bsd.gstreamer.mk elements where listed before. Submitted by: marino@
-
garga authored
PR: 206014 Approved by: Tor Halvard Furulund <squat@squat.no> (maintainer) Obtained from: pfSense Sponsored by: Rubicon Communications (Netgate)
-
gerald authored
-
olivierd authored
PR: 205916 Submitted by: <liangtai.s16@gmail.com> (maintainer)
-
olivierd authored
PR: 205916 Submitted by: <liangtai.s16@gmail.com> (maintainer)
-
mandree authored
Now requires PolarSSL/mbedTLS 1.3.X with X >= 8, PolarSSL 1.2 is EOL. Match help text to the change. Make sure the build uses the local unpacked includes before the system includes, such that portmaster/portupgrade upgrades for PolarSSL work if 2.3.9 or older is pre-installed on the build system.
-
olgeni authored
-
olivierd authored
- Remove DOCVERSION (use SF host to fetch PDF documentation, more up-to-date than SciPy.org) Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst
-
maho authored
PR: 201737 (partially) Submitted by: you.akira.noda@gmail.com
-
delphij authored
Security: CVE-2015-5300 Security: 4eae4f46-b5ce-11e5-8a2b-d050996490d0 MFH: 2016Q1 With hat: so
-
delphij authored
-
gordon authored
Approved by: mat (mentor, implicit) MFH: 2016Q1
-
koobs authored
PR: 205914 Differential Revision: D4795
-
koobs authored
Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP. The basics you need to know to get up and running are: * Everything in Matrix happens in a room. Rooms are distributed and do not exist on any single server. Rooms can be located using convenience aliases like #matrix:matrix.org or #test:localhost:8448. * Matrix user IDs look like @matthew:matrix.org (although in the future you will normally refer to yourself and others using a 3PID: email address, phone number, etc rather than manipulating Matrix user IDs) Synapse is currently in rapid development, but as of version 0.5 we believe it is sufficiently stable to be run as an internet-facing service for real usage! WWW: https://www.matrix.org PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-
koobs authored
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives. WWW: https://github.com/matrix-org/pymacaroons PR: 205914 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
-