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 photos
All times are UTC
Ukraine
non port: www/Makefile

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

[First Page]  «  21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31  »  [Last Page]

Sunday, 13 Jul 2014
23:21 ohauer search for other commits by this committer
- new port mod_mpm_itk for apache24

apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module)
for the Apache web server. mpm-itk allows you to run each of your vhost
under a separate uid and gid - in short, the scripts and configuration files
for one vhost no longer have to be readable for all the other vhosts.

WWW: http://mpm-itk.sesse.net/

PR:		188992
Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
Original commitRevision:361726 
12:00 robak search for other commits by this committer
New port www/tengine: Robust and small WWW server forked from nginx by Taobao

Tengine is a web server originated by Taobao, the largest e-commerce
website in Asia. It is based on the Nginx HTTP server and has many
advanced features. Tengine has proven to be very stable and
efficient on some of the top 100 websites in the world, including
taobao.com and tmall.com.

PR:		185836
Submitted by:	Jim Ohlstein <jim@ohlste.in>
Approved by:	swills, marino (mentors)
Original commitRevision:361673 
Wednesday, 9 Jul 2014
04:41 koobs search for other commits by this committer
[NEW] www/py-requestbuilder: Command line-driven HTTP request builder

Command line-driven HTTP request builder.

WWW: https://github.com/boto/requestbuilder
Original commitRevision:361330 
Tuesday, 1 Jul 2014
10:57 mat search for other commits by this committer
Add back baikal, and update to 0.2.7.

Sponsored by:	Absolight
Original commitRevision:359977 
Monday, 30 Jun 2014
20:35 bapt search for other commits by this committer
Remove entry for a removed port
Original commitRevision:359916 
08:37 rene search for other commits by this committer
Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months
2014-06-30 mail/hotwayd: Protocol changed, software unusable
2014-06-30 mail/ilohamail-devel: Upstream disappeared
2014-06-30 games/tyrquake: Broken for more than 5 months
2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider
using 2.X.
2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months
2014-06-30 games/sumwars: Broken for more than 5 months
2014-06-30 audio/ruby-esound: Broken for more than 5 months
2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months
2014-06-30 net-im/ysm: Broken for more than 5 months
2014-06-30 net-mgmt/send: Broken for more than 5 months
2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5
months
2014-06-30 net-p2p/bittyrant: Broken for more than 5 months
2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider
using 2.X.
2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider
using 2.X.
2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed,
consider using 2.X.
2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed,
consider using 2.X.
2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed,
consider using 2.X.
2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider
using 2.X.
2014-06-30 polish/sms2: sms2 is no longer being developed, consider using
alternative software.
2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this
2014-06-30 audio/tagger: Ancient, unmaintained
2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead
2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported
upstream, migrate to security/botan110
Original commitRevision:359811 
Saturday, 28 Jun 2014
18:06 robak search for other commits by this committer
New port: www/py-flask-admin

Flask-Admin is a batteries-included, simple-to-use Flask extension
that lets you add admin interfaces to Flask applications.
It is inspired by the django-admin package, but implemented in such
a way that the developer has total control of the look, feel and
functionality of the resulting application.

Approved by:	marino (mentor)
Original commitRevision:359709 
Friday, 27 Jun 2014
12:34 ashish search for other commits by this committer
- Remove editors/emacs21, and editors/emacs22 as they're no longer maintained
  upstream
- Also remove dependent ports
- Add UPDATING entry informing users of the same
- Add MOVED entries

Approved by:	portmgr (bapt)
Original commitRevision:359512 
10:14 ale search for other commits by this committer
Add Apache Tomcat 8.0 port.

Apache Tomcat version 8.0 implements the Servlet 3.1, JavaServer Pages 2.3,
Java Unified Expression Language 3.0 and Java WebSocket 1.0 specifications
from the Java Community Process, and includes many additional features that
make it a useful platform for developing and deploying web applications and
web services. Tomcat 8 is aligned with Java EE 7.

PR:		188742
Submitted by:	wombat@marsupial.org
Original commitRevision:359492 
09:13 koobs search for other commits by this committer
[NEW] www/py-django-redis: Full featured Redis cache/session backend for Django

Django-redis is a BSD Licensed, full featured Redis cache/session
backend for Django.

Why use django-redis?

 * Modular client system (pluggable clients).
 * Master-Slave support in the default client.
 * Used in production in several projects as cache and session storage.
 * Supports infinite timeouts.
 * Python 3 support in same code base.
 * Facilities for raw access to Redis client/connection pool.
 * Highly configurable (can emulate memcached exception behavior, for
   example).
 * Unix sockets supported by default.
 * Pluggable parsers.

WWW: http://niwibe.github.io/django-redis

PR:		191281
Submitted by:	melvyn at magemana dot nl (with minor changes)
Original commitRevision:359482 
Tuesday, 24 Jun 2014
09:02 robak search for other commits by this committer
New port www/rubygem-sinatra-contrib: Collection of useful Sinatra extensions

Collection of common Sinatra extensions, semi-officially supported.

Approved by:	swills (mentor)
Original commitRevision:359064 
Monday, 23 Jun 2014
13:48 wen search for other commits by this committer
- Repocopy mediawiki122 --> mediawiki123 and update to 1.23.0
Original commitRevision:358949 
Sunday, 22 Jun 2014
20:47 rene search for other commits by this committer
Remove expired ports:
2014-06-22 www/phpbb-devel: Use www/phpbb3 instead
2014-06-22 math/polymake: Does not build with any supported version of Perl
2014-06-22 www/phpsysinfo-dev: Use www/phpsysinfo instead
Original commitRevision:358827 
Saturday, 21 Jun 2014
09:31 rene search for other commits by this committer
Remove expired ports:
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it.
Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
Original commitRevision:358684 
Friday, 20 Jun 2014
10:54 koobs search for other commits by this committer
www/py-aiohttp: HTTP client/server for asyncio [NEW PORT]

HTTP client/server for Python asyncio (PEP-3156)

Features:

 * Compression (deflate)
 * HTTP Basic Authenntication
 * Chunked Transfer Encoding
 * Connection Pooling
 * Session Cookies
 * Custom Request/Response classes

WWW: https://github.com/KeepSafe/aiohttp/
Original commitRevision:358551 
Wednesday, 18 Jun 2014
09:23 bapt search for other commits by this committer
Remove non functionnal XPI

Approved by:	ashish
Original commitRevision:358234 
Monday, 16 Jun 2014
13:12 lev search for other commits by this committer
  subversion port has been overhauled. Some optional parts was extracted
  to separate ports. These ports are:

  www/mod_dav_svn
    instead of option MOD_DAV_SVN.
  security/subversion-gnome-keyring
    instead of option GNOME_KEYRING.
  security/subversion-kwallet
    instead of option KDE_KWALLET.

  If you used devel/subversion with one (or more) of these non-standard
  options, you should install appropriate port after subversion upgrade.

  "mod_dontdothat" is installed unconditionally by www/mod_dav_svn
  port (it has been depended on TOOLS option), but is not activated by
  default, you may need to edit apache's configuration file.

  devel/subversion port now installs svndiff, svndiff3 and svndiff4
  commands if TOOLS option is enabled. They was skipped before.
  Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
  avoid conflicts with base and other diff versions.

  All libraries and binaries are now stripped if MAINTAINER_DEBUG
  option is not selected (including all sub-ports, like bindings
  and mod_dav_svn).
Original commitRevision:357986 
Sunday, 8 Jun 2014
21:55 antoine search for other commits by this committer
Unbreak metasploit at runtime by adding www/rubygem-rkelly-remix
Original commitRevision:357077 
14:58 rene search for other commits by this committer
Remove expired port:
2014-06-08 www/mediawiki120: Not maintained upstream
Original commitRevision:357039 
09:38 wen search for other commits by this committer
Recopy moodle26 --> moodle27 and update to 2.7
Original commitRevision:356998 
Tuesday, 3 Jun 2014
10:56 ale search for other commits by this committer
HTTPie (pronounced aych-tee-tee-pie) is a command line HTTP client.
Its goal is to make CLI interaction with web services as
human-friendly as possible. It provides a simple http command that
allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for
testing, debugging, and generally interacting with HTTP servers.
Original commitRevision:356327 
Sunday, 25 May 2014
05:34 miwi search for other commits by this committer
Twig is a modern template engine for PHP

Fast: Twig compiles templates down to plain optimized PHP code.
The overhead compared to regular PHP code was reduced to the very minimum.
Secure: Twig has a sandbox mode to evaluate untrusted template code.
This allows Twig to be used as a template language for applications
where users may modify the template design.
Flexible: Twig is powered by a flexible lexer and parser.
This allows the developer to define its own custom tags and filters,
and create its own DSL.

WWW: http://twig.sensiolabs.org/

PR:		ports/180256
Submitted by:	ports@michael-fausten.de
Original commitRevision:355130 
05:33 miwi search for other commits by this committer
mod_realdoc is an Apache module which does a realpath on the docroot
symlink and sets the absolute path as the real document root for the
remainder of the request.

WWW: https://github.com/etsy/mod_realdoc

PR:		ports/180364
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Original commitRevision:355129 
Saturday, 24 May 2014
02:13 swills search for other commits by this committer
Heavy metal SOAP client.

WWW: https://github.com/savonrb/savon

PR:		ports/189434
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Original commitRevision:354972 
02:02 swills search for other commits by this committer
A library for building web service security.

WWW: https://rubygems.org/gems/akami

PR:		ports/189433
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Original commitRevision:354971 
01:59 swills search for other commits by this committer
Library for simple WSDL parsing.

WWW: https://rubygems.org/gems/wasabi

PR:		ports/189432
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Original commitRevision:354970 
Thursday, 22 May 2014
06:32 miwi search for other commits by this committer
django-ldapdb is an LDAP database backend for Django.
It allows you to manipulate LDAP entries using Django's models.
Declaring models using the LDAP backend is very staightforward,
 you simply inherit from ldapdb.models.Model and declare the fields
 in the same way as for regular models.
You can even edit the LDAP entries using Django's admin interface.

WWW: http://opensource.bolloretelecom.eu/projects/django-ldapdb/

PR:		ports/186162
Submitted by:	Alexander Kriventsov <avk@vl.ru>
Original commitRevision:354789 
Monday, 19 May 2014
04:17 rpaulo search for other commits by this committer
Add rubygem-kensa v2.0.2.

This brings the following additional ports
* devel/rubygem-launch22
* misc/rubygem-mime-types117
* textproc/rubygem-nokogiri14
* www/rubygem-heroku-nav
* www/rubygem-mechanize26
* www/rubygem-net-http-digest_auth11
* www/rubygem-net-http-persistent25

With the exception of heroku-nav, all the other ports are just older versions
of already existing ports.

Reviewed by:	swills
Original commitRevision:354492 
Thursday, 15 May 2014
21:22 delphij search for other commits by this committer
openX open source is now obsolete in favor of the new Revive-adserver.

This changeset is primarily based on the (*) change submitted by Volodymyr
Kostyrko <arcade b1t name> who have offered to keep the existing maintainer
of OpenX.

PR:		ports/186606, ports/189439 (*)
Security:	CVE-2013-7149
Original commitRevision:354174 
06:26 swills search for other commits by this committer
Create new port for www/rubygem-httpi

Summary:
PR:	 ports/189429
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

Test Plan: Build tested in poudriere

Differential Revision: https://phabric.freebsd.org/D13
Original commitRevision:354100 
Saturday, 10 May 2014
00:42 rpaulo search for other commits by this committer
Add the Heroku ports.

Heroku is a cloud platform as a service (PaaS) supporting several programming
languages. (Wikipedia)

Reviewed by:	swills
Approved by:	swills
Original commitRevision:353558 
Friday, 9 May 2014
05:26 rpaulo search for other commits by this committer
Add rubygem-rqrcode.

rQRCode is a library for encoding QRCodes in Ruby.

Reviewed by:	swills
Approved by:	swills
Original commitRevision:353444 
Thursday, 1 May 2014
14:23 kwm search for other commits by this committer
Add gtkhtml 4.8.0.

This is the gtk+ 3.0 version of gtkhtml3.

Obtained from:	GNOME dev repo.
Original commitRevision:352747 
Monday, 28 Apr 2014
01:02 swills search for other commits by this committer
- Update the port to 3.3.6
- Move to www category: OTRS is actually web based ticket system and it has
nothing with development.

PR:		ports/188847
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
Security:	CVE-2014-2554
Original commitRevision:352466 
Saturday, 26 Apr 2014
17:58 ohauer search for other commits by this committer
- new port www/typo3-lts

TYPO3 is a free Open Source content management system for enterprise purposes
on the web and in intranets. It offers full flexibility and extendability while
featuring an accomplished set of ready-made interfaces, functions and modules.

The current stable LTS release (for new and existing projects)
The latest version with Long Term Support (LTS). It will get full support until
March 2017.

WWW: http://typo3.org/

PR:		ports/188438
PR:		ports/188733
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Original commitRevision:352276 
Friday, 25 Apr 2014
13:09 danfe search for other commits by this committer
Subdomain helpers for the Django framework, including subdomain-based URL
routing and reversing.

WWW: https://github.com/tkaemming/django-subdomains

PR:	ports/188919
Original commitRevision:352124 
Wednesday, 23 Apr 2014
14:54 feld search for other commits by this committer
Welcome mod_cloudflare to the tree.

Unfortunately, Cloudflare doesn't seem to be handling release management
of mod_cloudflare very well so for now we are pulling from their public
Github repository and the version number will be 0.0.YYYYMMDD based on
the date of the commit we're pulling. They don't commit updates very
often, so this should be fine until they figure out their release
process.
Original commitRevision:351951 
Monday, 21 Apr 2014
13:42 marino search for other commits by this committer
www/sams: Remove; it requires PHP 4

PHP 4 was removed in May 2012.  This port should have been removed
with it at that time.
Original commitRevision:351683 
Tuesday, 15 Apr 2014
18:55 ohauer search for other commits by this committer
- fix CAT Makefile and connect new mod_python35
Original commitRevision:351361 
Friday, 11 Apr 2014
13:20 rene search for other commits by this committer
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses
nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
Original commitRevision:350942 
12:42 bapt search for other commits by this committer
2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is
not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which
is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME
3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME
3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3
import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3
import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3
import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which
is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x
version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3
import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the
GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3
import
Original commitRevision:350933 
Thursday, 10 Apr 2014
11:43 bdrewery search for other commits by this committer
Bring back SuPHP.

Quite a few users still depend on this and are getting it from untrusted
sources. Its security track record is actually pretty good still.

SuPHP is still the simplest solution for shared hosting.

Other vendors still provide this as well.

- Add a pkg-message explaining the situation and advising users to move
  away from this if possible.
- Stage
- Take maintainership
Original commitRevision:350797 
Wednesday, 9 Apr 2014
00:27 nivit search for other commits by this committer
Python API for Youtube. Download videos and retrieve metadata from YouTube.

WWW: http://np1.github.io/pafy
Original commitRevision:350652 
Sunday, 6 Apr 2014
11:00 rene search for other commits by this committer
Remove expired port:
2014-04-05 www/privoxy+ipv6: www/privoxy natively supports ipv6
Original commitRevision:350349 
Friday, 4 Apr 2014
10:09 rene search for other commits by this committer
Remove expired ports:
2014-04-04 www/webobjects: Unmaintained, interactive and restricted
2014-04-04 devel/p5-Devel-LeakTrace-Fast: Broken for more than 6 months
Original commitRevision:350085 
Thursday, 3 Apr 2014
23:01 rene search for other commits by this committer
Remove expired ports:
2014-04-03 www/aolserver: abandonware, messing up on clusters
2014-04-03 www/openacs-dotlrn: Depends on expiring www/aolserver
2014-04-03 www/openacs: Depends on expiring www/aolserver
2014-04-03 security/aolserver-nsmcrypt: abandonware, messing up on clusters
2014-04-03 www/aolserver-xotcl: abandonware, messing up on clusters
2014-04-03 graphics/aolserver-nsgd: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsencrypt: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsmhash: abandonware, messing up on clusters
2014-04-03 archivers/aolserver-nszlib: abandonware, messing up on clusters
2014-04-03 security/aolserver-nsopenssl: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nspostgres: abandonware, messing up on clusters
2014-04-03 databases/aolserver-nsmysql: abandonware, messing up on clusters
2014-04-03 security/aolserver-nssha1: abandonware, messing up on clusters
Original commitRevision:350055 
Sunday, 30 Mar 2014
00:46 rene search for other commits by this committer
Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
Original commitRevision:349601 
Saturday, 29 Mar 2014
16:08 swills search for other commits by this committer
Rack::Cors provides support for Cross-Origin Resource Sharing (CORS) for
Rack compatible web applications. The CORS spec allows web applications
to make cross domain AJAX calls without using workarounds such as JSONP.

WWW: https://github.com/cyu/rack-cors

PR:		ports/188005
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
Original commitRevision:349554 
08:44 sunpoet search for other commits by this committer
- Add p5-Plack-Middleware-RemoveRedundantBody 0.03

Plack::Middleware::RemoveRedundantBody removes body in HTTP response, if it is
not required.

WWW: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/
Original commitRevision:349491 
08:43 sunpoet search for other commits by this committer
- Add p5-Plack-Middleware-MethodOverride 0.10

Writing RESTful apps is a good thing, but if you're also trying to support web
browsers, you're probably going to need some hackish workarounds. This module
provides one such workaround for your Plack applications.

Specifically, you can also use a header named X-HTTP-Method-Override (as used by
Google for its APIs) override the POST request method. Or you can add a
parameter named x-tunneled-method to your form action's query. Either way, the
overriding works only via POST requests, not GET.

If either of these attributes are available in a POST request, the
REQUEST_METHOD key of the Plack environment hash will be replaced with its
value. This allows your apps to override any HTTP method over POST. If your
application needs to know that such overriding has taken place, the original
method is stored under the plack.original_request_method key in the Plack
environment hash.

The list of methods you can specify are: GET, POST, HEAD, PUT, DELETE, OPTIONS,
TRACE and CONNECT.

WWW: http://search.cpan.org/dist/Plack-Middleware-MethodOverride/
Original commitRevision:349490 
08:42 sunpoet search for other commits by this committer
- Add p5-Plack-Middleware-FixMissingBodyInRedirect 0.09

Plack::Middleware::FixMissingBodyInRedirect sets body in redirect response, if
it is not already set.

WWW: http://search.cpan.org/dist/Plack-Middleware-FixMissingBodyInRedirect/
Original commitRevision:349489 
Thursday, 27 Mar 2014
17:39 marino search for other commits by this committer
Add new Ocaml port: www/eliom

The initial version submitted in the PR was augmented by later changes
seen in pkgsrc where the counterpart is maintained by the submitter.

Note that due to a problem with bsd.ocaml.mk, the USE_OCAML_LDCONFIG
option had to be disabled.  This could be changed when the problem is
resolved.

==
Eliom is a framework for programming web sites and client/server web
applications. It uses very new concepts making programming very different
from all other web programming tools, and allowing to write a complex web
site in very few lines of code.

WWW: http://ocsigen.org/eliom/
==

PR:		ports/176165
Submitted by:	Jaap Boender
Maintainer:	Jaap Boender
Stage support:	Taken from pkgsrc
Original commitRevision:349348 
16:09 ale search for other commits by this committer
Welcome the new mod_php ports, in order to have default packages for
Apache PHP modules.

Submitted by:	marcus
Reworked by:	ale (me)
Requested by:	many, too many
Original commitRevision:349342 
Wednesday, 26 Mar 2014
03:34 acm search for other commits by this committer
- Connect www/fpc-httpd24
Original commitRevision:349219 
Monday, 24 Mar 2014
21:49 tj search for other commits by this committer
Parse HTTP Link headers.

WWW: http://search.cpan.org/dist/HTTP-Link-Parser/
Original commitRevision:349070 
Saturday, 22 Mar 2014
14:53 wen search for other commits by this committer
- Connect moodle26
Original commitRevision:348796 
04:50 wen search for other commits by this committer
- Update www/mediawiki122 to 1.22.4 and connect
Original commitRevision:348757 
Tuesday, 18 Mar 2014
13:15 demon search for other commits by this committer
New port: mod_proxy_uwsgi.
This is Apache2 proxy module to pass requests to uwsgi.
Original commitRevision:348538 
Tuesday, 11 Mar 2014
19:18 swills search for other commits by this committer
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.

WWW: http://puma.io/
Original commitRevision:347905 
19:04 swills search for other commits by this committer
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.

This older version will be used by an updated versions of chef.

WWW: http://puma.io/
Original commitRevision:347903 
14:53 swills search for other commits by this committer
Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in
JavaScript template support, and optional data-URI image embedding.

This port will be used by an updated www/reviewboard.

WWW: https://github.com/cyberdelia/django-pipeline
Original commitRevision:347886 
13:17 swills search for other commits by this committer
JavaScript parser/compressor/beautifier. This will be a build dependency of
www/reviewboard when it is updated.

WWW: https://github.com/mishoo/UglifyJS
Original commitRevision:347879 
Monday, 10 Mar 2014
11:50 rene search for other commits by this committer
Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
Original commitRevision:347742 
Monday, 3 Mar 2014
16:53 makc search for other commits by this committer
Add new port www/otter-browser:

Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt 5.

WWW: http://otter-browser.org/

Submitted by:	Tobias Berner <tcberner@gmail.com> via kde-freebsd maillist
Original commitRevision:346932 
16:50 makc search for other commits by this committer
KDE/FreeBSD team is happy to present Qt 5 in ports!

Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports.
Trivial update from 5.2.0-beta1 to 5.2.1 by me.

Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for
Qt-5.2.0 update.

Approved by:	portmgr (bapt) (for Mk/bsd.port.mk)
Original commitRevision:346930 
Saturday, 1 Mar 2014
00:06 rene search for other commits by this committer
PHP 5.2 has reached it end-of-life in the FreeBSD Ports Tree, time
to say goodbye.  Upstream unsupported it since 2011-01-06 (see
http://php.net/eol.php )

Strip PHP 5.2 out of Mk/bsd.php.mk
Original commitRevision:346583 
Friday, 28 Feb 2014
13:13 ale search for other commits by this committer
Asynch HttpClient is a HTTP/1.1 compliant HTTP agent implementation based
on HttpCore NIO and HttpClient components. It is a complementary module
to Apache HttpClient intended for special cases where ability to handle a
great number of concurrent connections is more important than performance
in terms of a raw data throughput.

WWW: http://hc.apache.org/httpcomponents-asyncclient-4.0.x/
Original commitRevision:346507 
Thursday, 27 Feb 2014
22:39 rene search for other commits by this committer
Remove expired ports:
2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11
2014-02-27 net-p2p/microdc2: Broken for more than 6 month
2014-02-27 www/openvrml: Broken for more than 6 month
2014-02-27 science/peekabot: Broken for more than 6 month
2014-02-27 misc/xbiso: Broken for more than 6 month
2014-02-27 net/hornetq: Broken for more than 6 month
2014-02-27 sysutils/slmon: Broken for more than 6 month
2014-02-27 www/trac-revtree: Broken for more than 6 months
2014-02-27 security/crack: Broken for more than 6 month
2014-02-27 sysutils/graphicboot: Broken for more then 6 month
2014-02-27 graphics/kgraphviewer: Broken for more than 6 month
2014-02-27 sysutils/ckl: Broken for more than 6 month
2014-02-27 japanese/trac: Broken for more than 6 month
2014-02-27 lang/opa: Broken for more than 6 month
2014-02-27 sysutils/mmore: Broken for more than 6 month
2014-02-27 www/trac-announcer: Broken for more than 6 month
Original commitRevision:346397 
Sunday, 23 Feb 2014
15:44 sunpoet search for other commits by this committer
- Add nghttp2 0.3.1

nghttp2 - HTTP/2.0 C Library

This is an experimental implementation of Hypertext Transfer Protocol version
2.0.

WWW: http://tatsuhiro-t.github.io/nghttp2/
Original commitRevision:345740 
Monday, 17 Feb 2014
06:44 mi search for other commits by this committer
Add port of npapi-vlc -- plugin embedding VideoLan player (vlc) in
NPAPI-supporting web-browsers.
Original commitRevision:344662 
Saturday, 15 Feb 2014
17:57 pawel search for other commits by this committer
Varnish Cache is an open source, state of the art web application
accelerator. The extension makes it possible to interact with a running
varnish instance through TCP socket or shared memory.

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

PR:		ports/186283
Submitted by:	Jim Ohlstein <jim@ohlste.in>
Original commitRevision:344469 
Tuesday, 11 Feb 2014
17:30 sunpoet search for other commits by this committer
- Add libhpack 0.0.20140206

libhpack implements HPACK (Header Compression for HTTP/2.0), a format adapted to
efficiently represent HTTP header fields in the context of the upcoming HTTP/2.0
protocol.

WWW: https://github.com/alobbs/libhpack
Original commitRevision:343786 
11:33 mat search for other commits by this committer
Add p5-Mojolicious-Plugin-Authentication 1.26, mojolicious plugin to
make authentication a bit easier.

Sponsored by:	Absolight
Original commitRevision:343734 
Sunday, 9 Feb 2014
22:32 thierry search for other commits by this committer
Change name to "webbrowser" and upgrade to next version.

PR:		ports/184605
Approved by:	Jason Bacon <jwbacon (at) tds.net>
Original commitRevision:343550 
08:08 rm search for other commits by this committer
Adds ticket security policy based on keyword.

WWW: https://github.com/KKBOX/trac-keyword-secret-ticket-plugin

PR:		183853
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
Original commitRevision:343434 
Friday, 7 Feb 2014
16:39 bapt search for other commits by this committer
Yet another Netscape related program removed
Original commitRevision:343279 
07:22 lwhsu search for other commits by this committer
Add webgrind snapshot 20140207, xdebug Profiling Web Frontend in PHP.
Original commitRevision:343184 
Thursday, 6 Feb 2014
19:16 bapt search for other commits by this committer
Netscape is gone long ago, this port has no use now
Original commitRevision:343141 
Sunday, 2 Feb 2014
16:28 swills search for other commits by this committer
The Glassfish Java Application Server is the reference implementation for a
Java EE Application server.

WWW: http://glassfish.java.net/

PR:		ports/174516
Submitted by:	cjr@cruwe.de
Original commitRevision:342332 
08:34 koobs search for other commits by this committer
www/py-django-debug-toolbar: Configurable panels to display debug information
[NEW PORT]

The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.

WWW: https://pypi.python.org/pypi/django-debug-toolbar

PR:		ports/186159
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Original commitRevision:342251 
08:10 koobs search for other commits by this committer
www/py-django-crispy-forms: The best way to have Django DRY forms [NEW PORT]

The best way to have Django DRY forms. Build programmatic reusable layouts
out of components, having full control of the rendered HTML without writing
HTML in templates. All this without breaking the standard way of doing things
in Django, so it plays nice with any other form application.

WWW: https://github.com/maraujop/django-crispy-forms

PR:		ports/186158
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Original commitRevision:342248 
Tuesday, 28 Jan 2014
03:25 amdmi3 search for other commits by this committer
- Keep category Makefiles sorted
Original commitRevision:341499 
Monday, 27 Jan 2014
12:05 koobs search for other commits by this committer
www/py-requests1: Copy from www/requests so we can upgrade to 2.x

Copy www/requests -> www/requests1 so we can update the main port to
version 2.x. Next commit will sweep all dependants.

While I'm here:

- Enable STAGE support
- Enable AUTOPLIST
- Deprecate easy_install target
- Add CONFLICTS
- Tweak COMMENT

PR:		ports/185631
Original commitRevision:341384 
Wednesday, 22 Jan 2014
02:05 swills search for other commits by this committer
Transforms an HTML file into corresponding Haml code.

WWW: http://haml.info/

PR:		ports/185062
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Original commitRevision:340679 
Tuesday, 21 Jan 2014
22:22 swills search for other commits by this committer
This project contains various useful extensions to the Haml template language's
Ruby implementation. Such extensions are useful enough to be distributed, but
not widely used or on-topic enough to belong in Haml proper.

This gives the Haml project a reasonable way to both demote current
functionality, such as the Textile and Maruku filters, and add new experimental
functionality that may later be added to the core.

WWW: http://haml.info/

PR:		ports/185061
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
Original commitRevision:340667 
20:02 rm search for other commits by this committer
This is a Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name template,
but there are many rich configuration options for working with users, groups,
and permissions.

WWW: http://pythonhosted.org/django-auth-ldap/

PR:		185959
Submitted by:	Alexander Kriventsov <avk@vl.ru>
Original commitRevision:340647 
15:54 lwhsu search for other commits by this committer
Add devel/pear-channel-twig, www/pecl-twig, www/pear-twig:

TWIG: The flexible, fast, and secure template engine for PHP

PR:		ports/181848
Submitted by:	Joe Horn <joehorn@gmail.com>
Original commitRevision:340616 
Monday, 20 Jan 2014
20:23 nemysis search for other commits by this committer
The Fira font family was designed to cover the legibility needs for a
large range of handsets varying in screen quality and rendering. It
comes in a Sans Serif with 4 weights (light, regular, medium and bold)
all accompanied by italic styles. The package also includes a Mono
Spaced variant with 2 weights (regular and bold).

Web Font: EOT, WOFF, TTF, and example HTML+CSS

WWW: http://mozilla.github.io/Fira/

PR:		ports/183573
Submitted by:	horia
Original commitRevision:340464 
16:58 sunpoet search for other commits by this committer
- Add p5-Browser-Open 0.04

The functions optionaly exported by this module allows you to open URLs in the
user browser.

A set of known commands per OS-name is tested for presence, and the first one
found is executed. With an optional parameter, all known commands are checked.

The "open_browser" uses the system() function to execute the command. If you
want more control, you can get the command with the "open_browser_cmd" or
"open_browser_cmd_all" functions and then use whatever method you want to
execute it.

WWW: http://search.cpan.org/dist/Browser-Open/
Original commitRevision:340409 
Friday, 17 Jan 2014
17:08 danilo search for other commits by this committer
- Add new port www/edbrowse

Edbrowse is an editor, a web browser, and a mail client that is 100%
text based. The interface is similar to /bin/ed, though there are many
more features, such as editing multiple files simultaneously, and
rendering html.

PR:		ports/185590
Submitted by:	David Vionnet <david.vionnet@vmailbox.org>
Original commitRevision:340081 
01:17 rene search for other commits by this committer
Remove expied ports:
2013-12-17 www/suphp: Upstream dead, EOL:
https://lists.marsching.com/pipermail/suphp/2013-May/002554.html
2013-12-16 databases/postgis: EOLed upstream
Original commitRevision:340004 
Wednesday, 15 Jan 2014
22:47 kuriyama search for other commits by this committer
HTTP::Session2 is yet another HTTP session data management library.

WWW: http://search.cpan.org/dist/HTTP-Session2/
Original commitRevision:339841 
15:04 kuriyama search for other commits by this committer
Router::Boom is a fast path routing engine for Perl5.

WWW: http://search.cpan.org/dist/Router-Boom/
Original commitRevision:339780 
Tuesday, 14 Jan 2014
21:34 ohauer search for other commits by this committer
- new port www/mod_authnz_external24

Mod_authnz_external is an Apache module used for authentication. The Apache HTTP
Daemon can be configured to require users to supply logins and passwords
before accessing pages in some directories. Authentication is the process of
checking if the password given is correct for a user. Apache has standard
modules for authenticating out of several different kinds of databases.
Mod_authnz_external is a flexible tool for creating authentication systems based
on other databases.

This port gives the same funcionality as mod_auth_external, but over apache 2.4.

WWW: http://code.google.com/p/mod-auth-external/

PR:		ports/184962
Submitted by:	Eugene M. Zheganin <eugene@zhegan.in>
Original commitRevision:339724 
21:14 ohauer search for other commits by this committer
- move www/mod_authnz_external to www/mod_authnz_external22
  to reflect the supported Apache version

- add enty to MOVED / UPDATING (+ white space cleanup)

with hat apahe@
Original commitRevision:339720 
Sunday, 12 Jan 2014
20:44 nemysis search for other commits by this committer
picklefield provides an implementation of a pickled object field.
Such fields can contain any picklable objects.

It is incredibly useful for storing just about anything in the database
(provided it is Pickle-able, of course) when there isn't a 'proper' field
for the job.

WWW: https://pypi.python.org/pypi/django-picklefield/

PR:		ports/185548
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Original commitRevision:339546 
20:05 crees search for other commits by this committer
The htdigest utility from Apache is useful for other web servers too--
lighttpd for example can make use of the digests thus created.

This package contains just htdigest, renamed as apache-htdigest to avoid
conflicts.  It means that the htdigest utility is available without installing
the entire Apache distribution.

WWW: http://httpd.apache.org/
Original commitRevision:339541 
Monday, 6 Jan 2014
16:16 makc search for other commits by this committer
In preparation for Qt 5 ports:

Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG

Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
  qt4-qtconfig to be built without Phonon support [1]

devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang

devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch

devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
  Separate port for plugin will be committed later

devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake

Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports

PR:		ports/184620 [1]
Reported by:	Kevin Zheng <kevinz5000@gmail.com>

PR:		ports/181141 [2]
Reported by:	thierry

PR:		ports/185101
Exp-run by:	bdrewery

This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
Original commitRevision:338902 
Saturday, 4 Jan 2014
00:50 bapt search for other commits by this committer
Removed old and unsupported upstream version of codeigniter17
This fixes package name conflicts with codeigniter
Original commitRevision:338611 
Wednesday, 1 Jan 2014
12:22 rene search for other commits by this committer
Remove expired ports:
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of
port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
Original commitRevision:338374 

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

[First Page]  «  21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31  »  [Last Page]