notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/Makefile

Number of commits found: 5140 (showing only 100 on this page)

[First Page]  «  12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22  »  [Last Page]

Monday, 18 Jul 2016
19:06 jbeich search for other commits by this committer
www/py-flask-restplus{,08}: fork 0.8.6 for www/py-flexget

PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su> (maintainer)
Original commitRevision:418732 
Saturday, 16 Jul 2016
18:03 pawel search for other commits by this committer
Extension for Flask that adds support for quickly building REST APIs.
Flask-RESTPlus encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTPlus should be easy to pick up.
It provides a coherent collection of decorators and tools to describe your
API and expose its documentation properly using Swagger.

WWW: https://github.com/noirbizarre/flask-restplus

PR:		210979
Submitted by:	Andrej Ebert <andrej@ebert.su>
Original commitRevision:418645 
17:21 pawel search for other commits by this committer
Provides user session management for Flask.
It handles tasks of logging in, logging out, and remembering your user's
sessions over extended periods of time.
It is not bound to any particular database system or permissions model.

WWW: https://github.com/maxcountryman/flask-login

PR:		210978
Submitted by:	Andrej Ebert <andrej@ebert.su>
Original commitRevision:418644 
17:12 pi search for other commits by this committer
New port: www/stagit

stagit is a static Git web page generator with the following features:

- Log of all commits from HEAD.
- Log and diffstat per commit.
- Show file tree with linkable line numbers.
- Show references: local branches and tags.
- Detect README and LICENSE file from HEAD and link it as a webpage.
- Detect submodules (.gitmodules file) from HEAD and link it as a
  webpage.
- Atom feed log (atom.xml).
- Make index page for multiple repositories with stagit-index.
- After generating the pages (relatively slow) serving the files is
  very fast, simple and requires little resources (because the content
  is static), only a HTTP file server is required.

WWW: http://git.2f30.org/stagit/log.html

PR:		209206
Submitted by:	Tobias Kortkamp <t@tobik.me>
Original commitRevision:418643 
17:05 pawel search for other commits by this committer
Extension for Flask that compresses responses with gzip

WWW: https://github.com/libwilliam/flask-compress

PR:		210977
Submitted by:	Andrej Ebert <andrej@ebert.su>
Original commitRevision:418642 
Friday, 15 Jul 2016
15:01 swills search for other commits by this committer
www/gohugo: create port

Hugo is a general-purpose website framework. Technically speaking, Hugo is a
static site generator. Unlike other systems which dynamically build a page
every time a visitor requests one, Hugo does the building when you create your
content. Since websites are viewed far more often than they are edited, Hugo is
optimized for website viewing while providing a great writing experience.

Sites built with Hugo are extremely fast and very secure. Hugo sites can be
hosted anywhere and run without dependencies on expensive runtimes like Ruby,
Python or PHP and without dependencies on any databases.

WWW: http://gohugo.io

PR:		211127
Submitted by:	Ben Lavery <ben.lavery@hashbang0.com> (with minor changes)
Original commitRevision:418582 
Thursday, 14 Jul 2016
18:53 pawel search for other commits by this committer
Simple, elegant HTML, XHTML and XML generation.

WWW: http://pypi.python.org/pypi/html

PR:		210735
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Original commitRevision:418554 
Tuesday, 12 Jul 2016
15:13 ehaupt search for other commits by this committer
GoTTY is a simple command line tool that turns your CLI tools into web
applications.

GoTTY starts a new process with the given command when a new client connects
to the server. This means users cannot share a single terminal with others by
default. However, you can use terminal multiplexers for sharing a single
process with multiple clients.

For additional security, SSL/TLS client certificate authentication and
session encryption should be used.

WWW: https://github.com/yudai/gotty
Original commitRevision:418426 
Monday, 11 Jul 2016
08:38 olgeni search for other commits by this committer
Add www/elixir-phoenix_pubsub, a distributed pubsub and presence platform
for the Phoenix Framework.
Original commitRevision:418358 
Sunday, 10 Jul 2016
10:04 tota search for other commits by this committer
- Add new port: www/rubygem-rdf

  RDF.rb is a pure-Ruby library for working with Resource Description
  Framework (RDF) data.

  Features:
  * 100% pure Ruby with minimal dependencies and no bloat.
  * Fully compatible with RDF 1.1 specifications.
  * 100% free and unencumbered public domain software.
  * Provides a clean, well-designed RDF object model and related APIs.
  * Supports parsing and serializing N-Triples and N-Quads out of the box, with
    more serialization format support available through add-on extensions.
  * Includes in-memory graph and repository implementations, with more storage
    adapter support available through add-on extensions.
  * Implements basic graph pattern (BGP) query evaluation.
  * Plays nice with others: entirely contained in the RDF module, and does not
    modify any of Ruby's core classes or standard library.
  * Based entirely on Ruby's autoloading, meaning that you can generally make
use
    of any one part of the library without needing to load up the rest.
  * Compatible with Ruby Ruby 2.x, Rubinius and JRuby 1.7+ (in Ruby 2.0 mode).
  * Performs auto-detection of input to select appropriate Reader class if one
can
    not be determined from file characteristics.

  WWW: http://rubygems.org/gems/rdf
Original commitRevision:418309 
03:10 wen search for other commits by this committer
- Repocopy mediawiki126 --> mediawiki127 and update to 1.27.0
Original commitRevision:418296 
Friday, 8 Jul 2016
23:40 tota search for other commits by this committer
- Add new port: www/rubygem-link_header

  Parse and format HTTP link headers as described in the draft spec
  http://tools.ietf.org/id/draft-nottingham-http-link-header-06.txt, also
  the equivalent HTML link elements.

  Converts conforming link headers to and from text, LinkHeader objects
  and corresponding (JSON-friendly) Array representations, also HTML
  link elements.

  WWW: http://rubygems.org/gems/link_header
Original commitRevision:418248 
Tuesday, 5 Jul 2016
18:57 rene search for other commits by this committer
Remove expired port:
2016-07-04 www/yahoo-ui: Broken for more than 6 months
Original commitRevision:418104 
16:38 feld search for other commits by this committer
This redmine plugin extends the ldap authentication with user/group
synchronization.

WWW: https://github.com/thorin/redmine_ldap_sync
Original commitRevision:418094 
Monday, 4 Jul 2016
20:48 rene search for other commits by this committer
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6
months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
Original commitRevision:418057 
Friday, 1 Jul 2016
16:28 feld search for other commits by this committer
www/node5: Remoe port

Port has expired and upstream has deprecated this version.

PR:		210737
Original commitRevision:417893 
Thursday, 30 Jun 2016
22:32 rene search for other commits by this committer
Remove expired ports:
2016-06-29 graphics/libchamplain08: Old version, not needed any more
2016-06-30 sysutils/syslog-ng35: EOL, no longer supported by bababit.hu
2016-06-30 sysutils/syslog-ng34: EOL, no longer supported by bababit.hu
2016-06-30 devel/jenkins2: Use devel/jenkins
2016-06-30 www/p5-WWW-Google-Notebook: Google Notebook has shut down
2016-06-30 sysutils/syslog-ng-incubator03: EOL, no longer supported by
bababit.hu
Original commitRevision:417846 
19:22 pi search for other commits by this committer
New port: www/uchiwa

Uchiwa is a simple dashboard for the Sensu monitoring framework.

WWW: http://uchiwa.io/

PR:		210071
Submitted by:	Alexander Holte-Davidsen <ports@treg.io>
Original commitRevision:417836 
Monday, 27 Jun 2016
22:16 feld search for other commits by this committer
Remove www/redmine-stuff_to_do

I added this port for convenience at work, but the recent redmine update
to 3.x completely breaks it. There is no upstream. I am probably the
only consumer as it is so new, so I am deleting this.
Original commitRevision:417688 
01:52 wen search for other commits by this committer
URLObject is a utility class for manipulating URLs. The latest incarnation of
this library builds upon the ideas of its predecessor, but aims for a clearer
API, focusing on proper method names over operator overrides. It's also being
developed from the ground up in a test-driven manner, and has full Sphinx
documentation.

WWW: http://github.com/zacharyvoase/urlobject

PR:		210604
Submitted by:	freebsd@skinc.ru
Original commitRevision:417627 
Friday, 24 Jun 2016
21:27 feld search for other commits by this committer
Plugin implements SSO authentication method in Redmine.

Plugin allows transparent authentication of the User using his domain
account through Web-server module (for ex. mod_ntlm in Apache).

WWW: https://bitbucket.org/dkuk/single_auth
Original commitRevision:417449 
21:27 feld search for other commits by this committer
This is a plugin for including common libraries into Redmine.

WWW: https://bitbucket.org/dkuk/a_common_libs
Original commitRevision:417448 
14:22 kmoore search for other commits by this committer
Grafana is an open source, feature rich metrics dashboard
and graph editor for Graphite, InfluxDB & OpenTSDB.

WWW: https://github.com/grafana/grafana

PR: 210485
Submitted by: John Hixson <jhixson@gmail.com>
Original commitRevision:417424 
Tuesday, 21 Jun 2016
12:05 demon search for other commits by this committer
Add devel version of calamaris port (which is able to parse fresh squid logs)
Original commitRevision:417202 
Saturday, 18 Jun 2016
08:01 rene search for other commits by this committer
Remove expired ports:
2016-04-24 www/drupal6-content_access: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-google_analytics: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-seo_checklist: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-pathauto: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-wysiwyg: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-advanced_help: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-path_redirect: www/drupal6 upstream is EOL and port
expired 2016-04-24
2016-04-24 www/drupal6-webform: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-imce: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-mimedetect: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-tagadelic: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-panels: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-zeropoint: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-geshifilter: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-chaos: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-token: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-print: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-nodewords: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-image: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-menu_block: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-views: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-services: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-ckeditor: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-nice_menus: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-page_title: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6-cck: www/drupal6 upstream is EOL and port expired
2016-04-24
2016-04-24 www/drupal6: EOL upstream as of 2016-02-24
Original commitRevision:417052 
Thursday, 16 Jun 2016
01:41 pi search for other commits by this committer
New port: www/nextcloud

Nextcloud is a system for the creation and management of personal
cloud resources. It is a fork of Owncloud.

WWW: https://nextcloud.com

PR:		210295
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
Original commitRevision:416948 
Sunday, 12 Jun 2016
21:48 cs search for other commits by this committer
This is a django-otp plugin that handles YubiKey devices using the Yubico OTP
algorithm. This includes two device definitions: one to verify YubiKey tokens
locally and another to verify them against a web service.

WWW: https://pypi.python.org/pypi/django-otp-yubikey
Original commitRevision:416824 
Friday, 3 Jun 2016
09:37 gahr search for other commits by this committer
www/caldavzap: add port

CalDavZAP is an open source CalDAV web client implementation released under GNU
Affero General Public License (version 3.0).

Main features:

* 100% JavaScript+jQuery CalDAV web client/application - no special server
  software required for standard setup (except the CalDAV server of course)
* server-based XML configuration generator (for special setup) with HTTP and
  LDAP authentication plugins
* asynchronous read-only and read/write calendar collection detection
* asynchronous background synchronization
* support for delegated calendars
* support for subscribed calendars
* time-range filtering (server support required)
* support for RFC compliant vCalendars (version 2.0) and automatic correction
  of most common errors in invalid vCalendars
* support for background calendars - if there is at least one event defined for
  the given day in a background calendar, the background color for that day
  will be pink/light-red

and much more ...

WWW: https://www.inf-it.com/open-source/clients/caldavzap/
Original commitRevision:416307 
Thursday, 2 Jun 2016
19:57 pi search for other commits by this committer
New port: www/p5-Dancer-Plugin-RPC

This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.

Dancer::Plugin::RPC::XMLRPC

This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.

Dancer::Plugin::RPC::JSONRPC

This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.

See the /t dir for examples (until some tutorial exists)

WWW: https://metacpan.org/pod/Dancer::Plugin::RPC

PR:		209597
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
Original commitRevision:416291 
Tuesday, 24 May 2016
08:33 wen search for other commits by this committer
- Repocopy moodle30 --> moodle31 and update to 3.1
Original commitRevision:415772 
Thursday, 19 May 2016
18:40 brd search for other commits by this committer
Add a new port: www/rubygem-faye

Approved by:	swills (mentor)
Original commitRevision:415523 
18:38 brd search for other commits by this committer
Add a new port: www/rubygem-faye-websocket

Approved by:	swills (mentor)
Original commitRevision:415522 
18:36 brd search for other commits by this committer
Add a new port: www/rubygem-websocket-driver

Approved by:	swills (mentor)
Original commitRevision:415521 
18:33 brd search for other commits by this committer
Add a new port of www/rubygem-websocket-extensions

Approved by:	swills (mentor)
Making me work for it:	swills
Original commitRevision:415520 
Tuesday, 17 May 2016
20:30 cs search for other commits by this committer
This project makes it easy to add support for one-time passwords (OTPs) to
Django. It can be integrated at various levels, depending on how much
customization is required. It integrates with django.contrib.auth, although it
is not a Django authentication backend. The primary target is developers
wishing to incorporate OTPs into their Django projects as a form of two-factor
authentication.

This project includes several simple OTP plugins and more are available
separately. This package also includes an implementation of OATH HOTP and TOTP
for convenience, as these are standard OTP algorithms used by multiple
plugins.

WWW: https://bitbucket.org/psagers/django-otp
Original commitRevision:415415 
Monday, 16 May 2016
02:07 feld search for other commits by this committer
pySmartDL strives to be a full-pleged smart download manager for Python.

WWW: https://github.com/iTaybb/pySmartDL/
Original commitRevision:415298 
02:01 feld search for other commits by this committer
Small add-on for the python requests http library. Makes use of python
3.2's concurrent.futures or the backport for prior versions of python.

WWW: https://github.com/ross/requests-futures
Original commitRevision:415295 
00:29 allanjude search for other commits by this committer
add www/varnish-libvmod-maxminddb

Varnish Module (vmod) for accessing maxminddb geoip data

Approved by:	feld
Sponsored by:	ScaleEngine Inc.
Differential Revision:	https://reviews.freebsd.org/D6380
Original commitRevision:415292 
Sunday, 15 May 2016
17:51 matthew search for other commits by this committer
Graphite-API

This is a minimalistic API server that replicates the behavior of Graphite-web,
pruned and simplified as much code as possible while keeping the basic
functionality.

WWW: https://github.com/brutasse/graphite-api

PR:		208890
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>
Original commitRevision:415273 
Friday, 13 May 2016
21:09 feld search for other commits by this committer
Redmine plugin to generate and use issue templates for each project to
assist issue creation.

WWW: https://bitbucket.org/akiko_pusu/redmine_issue_templates/wiki/Home
Original commitRevision:415155 
18:02 feld search for other commits by this committer
This plugin adds professional knowledgebase functionality to the Redmine
project management application.

WWW: https://github.com/alexbevi/redmine_knowledgebase
Original commitRevision:415121 
14:12 feld search for other commits by this committer
This is a redmine plugin for supporting Markdown as a wiki format. This
plugin use Redcarpet which is GitHub's markdown wiki formatter.
Redcarpet is extreme fast and compatible GitHub's Wiki. They are
advantage from Redmine Markdown Formatter and Redmine Markdown Extra
Formatter. This code is originally Redmine Markdown Formatter and
Redmine reStructuredtext Formatter. I appreciate these guys.

WWW: https://github.com/alminium/redmine_redcarpet_formatter
Original commitRevision:415114 
13:21 feld search for other commits by this committer
Adds some macros to the wiki to display a note/info/warning/tip block

WWW: https://github.com/dseifert/redmine_wiki_notes
Original commitRevision:415113 
12:56 feld search for other commits by this committer
The Stuff To Do plugin allows a user to order and prioritize the issues
they are doing into a specific order.

WWW: https://github.com/ande3577/redmine-stuff-to-do-plugin
Original commitRevision:415106 
12:19 feld search for other commits by this committer
A plugin to add QA Contact functionality (like in Bugzilla) to Redmine

WWW: https://github.com/thagomizer/redmine_qa_contact
Original commitRevision:415101 
Thursday, 12 May 2016
21:01 feld search for other commits by this committer
This plugin provides instances of Redmine a method with additional
graphs.

WWW: https://github.com/bradbeattie/redmine-graphs-plugin
Original commitRevision:415090 
20:19 feld search for other commits by this committer
Default assign is a Redmine plugin that allows you to define a default
person for new tickets to be assigned to.

WWW: https://github.com/giddie/redmine_default_assign
Original commitRevision:415088 
Thursday, 5 May 2016
13:45 pi search for other commits by this committer
www/node: 5.11.0 -> 6.0.0
New port: www/node5, to ease migration from node-5.x to node-6.x

This new major version of Node.js delivers significant improvements
in performance, reliability, usability and security. Module loading
is nearly four times faster than in Node.js v4, tests and documentation
have seen significant improvements, usability of the Buffer and
File System APIs have been improved, and Node.js now supports 93%
of ES6 language features, thanks to V8 version 5.0.

The full release announcement can be read here:
https://nodejs.org/en/blog/release/v6.0.0/

The full changelog is available on Github:
https://github.com/nodejs/node/commit/ce3e3c5fe15479475c068482c48eb9cbf1ac9df5

For node5:
node.js v5.x will only be supported for a few months to give people
time to move to v6. This new port is marked as deprecated with an
expiration date of July 1, allowing all of May and June to transition.
See https://nodejs.org/en/blog/release/v6.0.0/#what-about-node-js-v5

PR:		209215, 209216
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:414646 
Monday, 2 May 2016
23:12 acm search for other commits by this committer
- Remove www/sogo-activesync. It was renamed to www/sogo2-activesync
Original commitRevision:414490 
23:11 acm search for other commits by this committer
- Remove www/sogo. It was renamed to www/sogo2
Original commitRevision:414489 
23:06 acm search for other commits by this committer
- Rename www/sogo-activesync to www/sogo2-activesync
- Update 2.3.10

PR:		208407
Submitted by:	me
Approved by:	Euan Thoms <euan at potensol.com>
Original commitRevision:414488 
23:04 acm search for other commits by this committer
- Rename www/sogo to www/sogo2
- Update to 2.3.10

PR:		208406
Submitted by:	me
Approved by:	maintainer (Euan Thoms <euan at potensol.com>)
Original commitRevision:414487 
Sunday, 1 May 2016
20:27 matthew search for other commits by this committer
Squid is a fully-featured HTTP/1.0 proxy which is almost (but not quite)
HTTP/1.1 compliant. Squid offers a rich access control, authorization and
logging environment to develop web proxy and content serving applications.

WWW: http://www.squid-cache.org/

PR:		203860
Submitted by:	timp87@gmail.com
Original commitRevision:414422 
Sunday, 24 Apr 2016
09:32 pi search for other commits by this committer
New port: www/py-searx

A privacy-respecting, hackable metasearch engine.

WWW: https://github.com/asciimoo/searx

PR:		208915
Submitted by:	Loic BLOT <loic.blot@unix-experience.fr>
Original commitRevision:413931 
Saturday, 23 Apr 2016
15:15 rene search for other commits by this committer
Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained
2016-04-14 french/tvdownloader: Many channels have modified their protocols and
cannot be DL anymore
2016-04-14 comms/cdr_read: unfetchable
2016-04-14 russian/rubygem-rutils: Deprecated by upstream
2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest
version (0.3.0)
2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring
www/p5-HTTP-CookieMonster
2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring
www/p5-HTTP-CookieMonster
2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months
2016-04-15 misc/diary-hercules: Broken for more than 6 months
2016-04-15 graphics/ffff: Broken for more than 6 months
2016-04-15 net-im/sigram: Broken for more than 6 months
2016-04-15 games/annelid: Broken for more than 6 months
2016-04-15 science/py-pydap: Broken for more than 6 months
2016-04-15 sysutils/su2: Broken for more than 6 months
2016-04-15 www/download-gemist: Broken for more than 6 months
2016-04-15 databases/p5-qdbm: Broken for more than 6 months
2016-04-15 comms/libfec: Broken for more than 6 months
2016-04-15 deskutils/ladon: Broken for more than 6 months

Sponsored by:	Essen Linuxhotel Hackathon 2016
Original commitRevision:413881 
Wednesday, 20 Apr 2016
18:46 swills search for other commits by this committer
www/py-django-annotations: create port

Django implementation of annotatorjs Storage.

WWW: https://github.com/TheDataShed/django-annotations
Original commitRevision:413696 
17:31 antoine search for other commits by this committer
Unbreak INDEX
Original commitRevision:413694 
06:17 brnrd search for other commits by this committer
www/py-demjson: encoder, decoder, and lint/validator for JSON

  - New python port
  - Add README documents

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5969
Original commitRevision:413671 
Saturday, 16 Apr 2016
17:48 pi search for other commits by this committer
New port: www/py-django-post_office

Django Post Office is a simple app to send and manage your emails in
Django. Some awesome features are:

* Allows you to send email asynchronously
* Multi backend support
* Supports HTML email
* Supports database based email templates
* Built in scheduling support
* Works well with task queues like RQ or Celery
* Uses multiprocessing to send a large number of emails in parallel
* Supports multilingual email templates (i18n)

WWW: https://github.com/ui/django-post_office

PR:		208836
Submitted by:	Ultima1252@gmail.com
Original commitRevision:413470 
17:42 pi search for other commits by this committer
New port: www/py-django-constance

A Django app for storing dynamic settings in pluggable backends (Redis
and Django model backend built in) with an integration with the Django
admin app.

WWW: https://github.com/jazzband/django-constance

PR:		208835
Submitted by:	Ultima1252@gmail.com
Original commitRevision:413468 
06:52 pi search for other commits by this committer
New port: www/py-caldav

CalDAV (RFC4791) client library for Python.

Calendaring extensions to WebDAV, or CalDAV, is an Internet standard
allowing a client to access scheduling information on a remote
server. It extends WebDAV (HTTP-based protocol for data manipulation)
specification and uses iCalendar format for the data.

WWW: https://bitbucket.org/cyrilrbt/caldav/wiki/Home

PR:		208687
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Original commitRevision:413417 
Thursday, 14 Apr 2016
19:06 pi search for other commits by this committer
New port: www/rt44

RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.

WWW: http://www.bestpractical.com/rt/

PR:		208229
Submitted by:	mikael.urankar@gmail.com
Original commitRevision:413311 
16:39 swills search for other commits by this committer
www/py-django-cors-headers: create port

A Django App that adds CORS (Cross-Origin Resource Sharing) headers to
responses.

WWW: https://github.com/ottoyiu/django-cors-headers
Original commitRevision:413287 
Wednesday, 13 Apr 2016
17:41 pi search for other commits by this committer
Remove port: www/node-devel

2016-04-13 www/node-devel: Use www/node, upstream no longer releases a
development version

PR:		208756
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
Original commitRevision:413225 
Sunday, 10 Apr 2016
13:40 sunpoet search for other commits by this committer
- Add npm2 2.14.7 (copied from npm)
- Mark CONFLICTS_INSTALL with www/npm2
Original commitRevision:412933 
Wednesday, 6 Apr 2016
18:36 pi search for other commits by this committer
New port: www/rubygem-gollum-rugged_adapter

Adapter for Gollum to use Rugged (libgit2) at the backend.

WWW: https://github.com/gollum/rugged_adapter

PR:		208510
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Original commitRevision:412638 
14:07 bofh search for other commits by this committer
[NEW] www/pecl-http2: Extended HTTP Support

pecl-http extension aims to provide a convenient and powerful set of
functionality for one of PHPs major applications. It eases handling of HTTP
URLs, dates, redirects, headers and messages, provides means for negotiation
of clients preferred language and charset, as well as a convenient way to
send any arbitrary data with caching and resuming capabilities. It provides
powerful request functionality too.

WWW: http://pecl.php.net/package/pecl_http/

This version is specific to php55 and php56. Repo Copied from www/pecl-http

PR:		208259
Submitted by:	madpilot
Original commitRevision:412620 
Monday, 4 Apr 2016
14:57 tj search for other commits by this committer
Delete duplicate port.
Original commitRevision:412515 
Sunday, 3 Apr 2016
21:10 rene search for other commits by this committer
Remove expired port:
2016-04-01 www/py-satchmo: Project development unmaintained
Original commitRevision:412491 
Friday, 1 Apr 2016
03:31 tj search for other commits by this committer
New port www/py-django-configurations 1.0

django-configurations eases Django project configuration by relying on the
composability of Python classes. It extends the notion of Django's module based
settings loading with well established object oriented programming patterns.

WWW: https://github.com/jazzband/django-configurations
Original commitRevision:412312 
02:57 tj search for other commits by this committer
New port www/py-ua-parser 0.7.0

A python implementation of the UA Parser (https://github.com/ua-parser,
formerly https://github.com/tobie/ua-parser).

WWW: https://github.com/ua-parser/uap-python
Original commitRevision:412308 
Thursday, 31 Mar 2016
20:54 rene search for other commits by this committer
Remove expired ports:
2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets
instead
2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported
- please switch to Rails 4.2
2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind
the main genshi port
Original commitRevision:412303 
20:33 tj search for other commits by this committer
New port www/py-django-templatetag-sugar 1.0

A library to make writing templatetags in Django sweet.

WWW: https://github.com/alex/django-templatetag-sugar
Original commitRevision:412301 
20:17 tj search for other commits by this committer
New port www/py-django-sudo 1.2.0

django-sudo provides an extra layer of security for after a user is already
logged in. Views can be decorated with @sudo_required, and then a user must
re-enter their password to view that page. After verifying their password, that
user has elevated permissions for the duration of SUDO_COOKIE_AGE. This
duration is independent of the normal session duration allowing short elevated
permission durations, but retain long user sessions.

WWW: https://github.com/mattrobenolt/django-sudo
Original commitRevision:412299 
19:49 tj search for other commits by this committer
New port www/py-django-social-auth 0.7.28

Django Social Auth is an easy way to setup social authentication/authorization
mechanism for Django projects.

WWW: https://github.com/omab/django-social-auth
Original commitRevision:412294 
19:18 tj search for other commits by this committer
New port www/py-django-recaptcha 1.0.5

Django reCAPTCHA form field/widget integration app.

WWW: https://github.com/praekelt/django-recaptcha
Original commitRevision:412291 
19:14 tj search for other commits by this committer
New port www/py-django-jsonfield 1.0.3

django-jsonfield is a reusable Django field that allows you to store validated
JSON in your model.

WWW: https://github.com/bradjasper/django-jsonfield
Original commitRevision:412290 
19:08 tj search for other commits by this committer
new port www/py-django-paging 0.2.5

A simple and efficient paginator for django.

WWW: https://github.com/dcramer/django-paging
Original commitRevision:412288 
18:01 pi search for other commits by this committer
New port: www/gitlab

GitLab is version control for your server.

WWW: https://gitlab.com/

Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Reviewed by: Yonas Yanfa <yonas@fizk.net>, girgen, pgollucci, mmoll, miwi, xmj,
swills, amdmi3, sunpoet
Original commitRevision:412280 
Wednesday, 30 Mar 2016
18:29 acm search for other commits by this committer
- New port: www/sogo3-activesync

ActiveSync is an extension to SOGo that provides support
for the ActiveSync protocol to clients that supports
it.
Original commitRevision:412185 
18:27 acm search for other commits by this committer
- New port: www/sogo3

SOGo is a fully supported and trusted groupware server with a focus on
scalability and open standards. It provides a rich AJAX-based Web
interface and supports multiple native clients through the use of
standard protocols such as CalDAV, CardDAV and GroupDAV.
Original commitRevision:412182 
05:57 rene search for other commits by this committer
Remove expired ports:
2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer
have in ports
2016-03-26 www/py-django-pipeline14: This port depends upon expired
www/py-django16 and have no consumers
2016-03-26 textproc/libwpd: Not used any more
2016-03-26 graphics/libwpg: Not used any more
2016-03-26 textproc/libwps02: Not used any more
2016-03-26 textproc/libabw00: Not used any more
2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported
version of Cassandra
Original commitRevision:412155 
Monday, 28 Mar 2016
02:51 pi search for other commits by this committer
New port: www/plexwatchweb

A web front-end for plexWatch

WWW: https://github.com/ecleese/plexWatchWeb

PR:		208337
Submitted by:	ultima <ultima1252@gmail.com>
Original commitRevision:412030 
Monday, 21 Mar 2016
17:36 matthew search for other commits by this committer
This class provides a simple abstraction layer between SOAP::Lite and
Salesforce.com. Because SOAP::Lite does not support complexTypes, and
document/literal encoding is limited, this module works around those
limitations and provides a more intuitive interface a developer can
interact with.

WWW: http://search.cpan.org/dist/WWW-Salesforce/
Original commitRevision:411580 
Sunday, 20 Mar 2016
16:40 olivierd search for other commits by this committer
LibDOM is an implementation of the W3C DOM, written in C.

WWW: http://www.netsurf-browser.org/projects/libdom/
Original commitRevision:411465 
16:26 olivierd search for other commits by this committer
Hubbub is an HTML5 compliant parsing library, written in C. It was developed
as part of the NetSurf project.

WWW: http://www.netsurf-browser.org/projects/hubbub/
Original commitRevision:411462 
10:07 rene search for other commits by this committer
Remove expired ports:
2016-03-15 www/eaccelerator: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 devel/pecl-inclued: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 security/pecl-taint: cannot be installed: doesn't work with
lang/php56 port (doesn't support PHP 5.5 5.6 70)
Original commitRevision:411431 
Tuesday, 15 Mar 2016
09:41 arved search for other commits by this committer
Add rtv, Reddit Terminal Viewer, a command line client for reddit
Original commitRevision:411146 
Sunday, 13 Mar 2016
20:44 rene search for other commits by this committer
Remove expired ports:
2016-03-13 russian/MT: Reached it's EOL in September 2015
2016-03-13 www/MT: Reached it's EOL in September 2015
Original commitRevision:411029 
12:46 rakuco search for other commits by this committer
New port: www/gitlab-workhorse.

Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large"
HTTP requests such as file downloads, file uploads,
Git push/pull and Git archive downloads.

WWW: https://gitlab.com/gitlab-org/gitlab-workhorse

PR:		207800
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:410962 
Saturday, 12 Mar 2016
17:17 olgeni search for other commits by this committer
Sort www/Makefile.
Original commitRevision:410922 
Thursday, 10 Mar 2016
21:39 feld search for other commits by this committer
Web Interface for Graylog

PR:		205531
Submitted by:	Thomas Bartelmess <thomas@bartelmess.io>
Original commitRevision:410796 
Tuesday, 1 Mar 2016
14:29 demon search for other commits by this committer
New port: py-django-htmlmin

django-html is an HTML minifier for Python, with full support for HTML 5.
It supports Django, Flask and many other Python web frameworks.  It also
provides a command line tool, that can be used for static websites or
deployment scripts.

WWW: https://pypi.python.org/pypi/django-htmlmin
Original commitRevision:409870 
Monday, 29 Feb 2016
22:43 brnrd search for other commits by this committer
www/mod_http2-devel: Apache HTTP/2 module

This is the early experience version of the Apache HTTP/2 module for people
who like living on the edge and want to test not yet released changes.

Reviewed by:	feld (mentor)
Approved by: 	feld (mentor)
Differential Revision:	D5220
Original commitRevision:409831 
Saturday, 20 Feb 2016
14:06 cs search for other commits by this committer
Django Markdownx is a Markdown editor built for Django. It enables raw editing,
live preview and image uploads (stored locally in MEDIA folder) with drag&drop
functionality and auto tag insertion. Also, django-markdownx supports multiple
editors on one page.
Template is highly customizable, so you can easily use i.e. Bootstrap to layout
editor pane and preview pane side by side (as in preview animation below).

WWW: https://github.com/adi-/django-markdownx

Submitted by:	cs@
Original commitRevision:409240 
01:01 novel search for other commits by this committer
Add squidanalyzer 6.5, squid access log report generation tool.

PR:		205906
Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com>
Original commitRevision:409220 
Wednesday, 17 Feb 2016
14:28 koobs search for other commits by this committer
[NEW] www/py-txrequests: Asynchronous Python HTTP for Humans

Small add-on for the python requests http library. Makes use Twisted's
ThreadPool, so that the requests API returns deferred.

The additional API and changes are minimal and strives to avoid
surprises.

WWW: https://github.com/tardyp/txrequests
Original commitRevision:409047 
Monday, 15 Feb 2016
14:34 miwi search for other commits by this committer
Welcome php 7.0.3

Changelog:
    http://php.net/ChangeLog-7.php#7.0.0
    http://php.net/ChangeLog-7.php#7.0.1
    http://php.net/ChangeLog-7.php#7.0.2
    http://php.net/ChangeLog-7.php#7.0.3

I'd like to thanks:
  Kurt Jaeger
  Matthias Breddin
  Rainer Duffner
  Victor van Vlaardingen
  Torsten Zuehlsdorff
  Franco Fichtner
  and all helpers and testers from ports@.
Original commitRevision:408932 
Sunday, 14 Feb 2016
19:21 rene search for other commits by this committer
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
Original commitRevision:408884 
Friday, 12 Feb 2016
13:22 miwi search for other commits by this committer
A Django application for managing and displaying a calendar and its events.

Features:

    * Repeating and non-repeating events
    * Events that start and end on different days
    * Support for cancelled events
    * Upcoming events and current happenings lists
    * AJAX support
    * Default CSS & Javascript to help you get started

WWW: https://github.com/wreckage/django-happenings

PR:		207084
Submitted by:	Kevin Golding <ports@caomhin.org>
Original commitRevision:408732 

Number of commits found: 5140 (showing only 100 on this page)

[First Page]  «  12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22  »  [Last Page]