Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.
Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
Gitolite is an access control layer on top of git, which allows access control
down to the branch level, including specifying who can and cannot rewind a
given branch.
Gitolite lets you use a single user on a server to host many git repositories
and provide access to many developers, without having to give them real
userids on or shell access to the server. Authentication is most commonly done
using sshd, but you can also use httpd if you prefer.
Gitolite can restrict who can read from (clone/fetch) or write to (push) a
repository. It can also restrict who can push to what branch or tag, which is
very important in a corporate environment.
WWW: https://github.com/sitaramc/gitolite
PR: ports/159260
Submitted by: milki <milki at rescomp.berkeley.edu>
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
A contemporary Humanist sans serif font that fully support the following
writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish,
Central European, Dutch and Afrikaans.
now it's same as what Linux has and fontconfig's default configuration. There
are a few of ports have fonts installed in share/fonts/ and they don't realized
about that those fonts don't work at all. Also, reduce add hack in each font
ports if they want to install in share/fonts/ by default.
In the soon to be committed glib and gtk update, the INSTALLS_ICONS macro
will gain the long missing gtk-update-icon-theme dependancy.
After talking with members from of our KDE team. There isn't any indication
that this gtk util is usefull for KDE.
Changes:
- MANIFEST.in: New file.
- Makefile: Use sdist for creating tarballs.
- setup.py: Added more information ready for PyPI.
- cupsconnection.c: Applied patch from Gowtham Narisipalli to add
adminExportSamba method.
- setup.py: Link against libiconv on darwin (trac #15).
- cupsppd.c: Fixed feature test for getline() (trac #15).
- postscriptdriver.prov: Increase timeout for dynamic driver listing.
- Use DATADIR
- Use PLIST_DIRSTRY for DATADIR
- Explicitly list installing filenames
- Bump PORTREVISION for PORTNAME and PLIST change
- Sort PLIST
- Cosmetic change
Extracts from the Changelog for 2.26:
- Fix interactive dsh with ssh. (Issue 14)
- Fix interactive dsh with exec. Instead of trying to split the
cmdline entered in interactive mode internally within pdsh,
the exec module will pass the command as a string to sh -c.
- dshbak: Fix for missing commas in header output (issue 19).
- Remove runtime check for genders_query support using dlopen/dlsym.
Use HAVE_GENDERS_QUERY at compile-time instead.
- Check for presence of %u and %h in PDSH_SSH_ARGS and append them
if missing (otherwise assume user supplied them properly.)
- Fallback to rresvport when we don't have rresvport_af.
- dshbak: Simplify concatenation of compressed hosts in print_header
by using join() instead of the obscure $" variable.
PR: ports/158867
Approved-by: Mykola Dzham <i@levsha.me> (maintainer), erwin (mentor)
Feature-safe: yes
- Stop using the bsd.drupal.mk in drupal5/ and use the Mk/ version
- Deprecate the drupal5 ports for removal on 29/Aug
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)