1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

281790 Commits

Author SHA1 Message Date
Baptiste Daroussin
9b80ac5553 - update 1.5.3
- changes:
  * always remove previous pkgng repository before rebuilding the new one
  * make ftp passive by default
  * experimental support for ccache (needs a bsd.local.mk)
  * add -s to testport and bulk, to skip sanity checking
  * creating jails from csup/svn still experimental, but now it can works for
    real :)
2012-06-28 12:54:47 +00:00
Max Khon
66088ddf95 MAKE_JOBS_SAFE=yes
PR:		169456
Submitted by:	Sayetsky Anton
2012-06-28 11:22:19 +00:00
Boris Samorodov
5c20fd6ab4 . comms/gammu: update to version 1.32.0;
. deskutils/wammu: bump PORTREVISION (gammu shlib version has changed).
2012-06-28 11:17:59 +00:00
Max Khon
cc233ee918 MAKE_JOBS_SAFE=yes 2012-06-28 11:11:02 +00:00
Frederic Culot
dd7c387030 - Update to 0.4.2
Changes:	https://raw.github.com/phalcon/cphalcon/master/CHANGELOG
PR:		ports/169478
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-06-28 10:05:36 +00:00
Sunpoet Po-Chuan Hsieh
be181e1830 - Update to 1.03
Changes:	http://search.cpan.org/dist/Catalyst-Action-REST/Changes
2012-06-28 08:51:57 +00:00
Koop Mast
c9e7b3e8f5 Fix the build on i386.
Reported by:	H <hm@hm.net.br>, decke@
2012-06-28 08:47:09 +00:00
Sunpoet Po-Chuan Hsieh
0bd2771f41 - Update russian/MT to 5.14
Changes:	http://movable-type.ru/2012/05/movable-type-438-514.php
PR:		ports/169504
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2012-06-28 08:41:44 +00:00
Gabor Kovesdan
46c7a5c517 - Update to 20120626 2012-06-28 08:24:19 +00:00
Marcelo Araujo
979c36dfdf - Update to 2.6.6. 2012-06-28 07:58:10 +00:00
Marcelo Araujo
abbc319fa9 - Update to 2.8. 2012-06-28 07:57:22 +00:00
Marcelo Araujo
ed0acacd81 - Update to 6.6.18. 2012-06-28 07:56:38 +00:00
Dennis Herrmann
3153859cd8 - Update to 12.12
- Remove GUILE/ESD: Support long since retired [1]

PR:		ports/168619
Submitted by:	Don Lewis <truckman@FreeBSD.org> [1]
2012-06-28 07:42:07 +00:00
Ade Lovett
409e8fee15 Update to 1.12.1 (essentially a no-op with some bugfixes) 2012-06-28 06:19:24 +00:00
Cheng-Lung Sung
d1606612bb - Update to 1.0a6 2012-06-28 06:06:52 +00:00
Max Khon
04536cef51 - Add support for MFC/R2 signaling using openr2 library.
- Bump PORTREVISION.

Approved by:	MAINTAINER
2012-06-28 05:24:36 +00:00
Cheng-Lung Sung
04dd2628e6 - Update to 1.2.10 2012-06-28 05:16:28 +00:00
Eitan Adler
a5a6add54e - Add support for disabling http caching via NOCACHE option
- OPTIONSng support
- Pet portlint
- Hand maintainer to submitter

PR:		ports/169477
Submitted by:	"Bryan Drewery" <bryan@shatow.net>
2012-06-28 04:38:20 +00:00
Alexey Dokuchaev
87a52efaf4 - Update the driver to the latest long lived branch version, 295.59
- Replace deprecated PATCHDIR reference with more appropriate FILESDIR
- Remove old comment about inconsistencies in nVidia release numbers

PR:	ports/169186 (version update)
2012-06-28 03:36:52 +00:00
Sunpoet Po-Chuan Hsieh
9704733790 - Update to 3.05
Changes:	http://search.cpan.org/dist/Astro-FITS-Header/README
2012-06-28 03:03:54 +00:00
Sunpoet Po-Chuan Hsieh
be37b06cc8 - Update to 0.46
Changes:	http://search.cpan.org/dist/MooseX-Log-Log4perl/Changes
2012-06-28 02:57:12 +00:00
Sunpoet Po-Chuan Hsieh
5814028b3c - Update to 0.022
Changes:	http://search.cpan.org/dist/Git-Wrapper/Changes
2012-06-28 02:56:24 +00:00
Sunpoet Po-Chuan Hsieh
15cf9c9813 - Update to 1.76
- Convert NOPORTEXAMPLES to new options framework
- Use shared IDN and IPV6 option descriptions
- Change IDN handler to p5-URI [1]
- Update IPV6 handler to p5-IO-Socket-IP and p5-Socket
- Costmetic change

[1] To handle IDN, IO::Socket::SSL searches for the following modules:
    p5-Net-IDN-Encode, p5-Net-LibIDN and p5-URI. Since p5-URI is much more
    widely used by other ports, I suggest to use p5-URI as IDN handler.

Changes:	http://search.cpan.org/dist/IO-Socket-SSL/Changes
PR:		ports/169451
Submitted by:	sunpoet (myself)
Approved by:	jadawin (maintainer, via IRC)
2012-06-28 02:52:18 +00:00
Sunpoet Po-Chuan Hsieh
450f61db85 - Update to 3.18003
Changes:	http://search.cpan.org/dist/Net-Twitter/Changes
2012-06-28 02:51:42 +00:00
Sunpoet Po-Chuan Hsieh
1ca073f04b - Add py-django-reversion 1.6.1
django-reversion is an extension to the Django web framework that
provides comprehensive version control facilities:

- Roll back to any point in a model's history - an unlimited undo
  facility!
- Recover deleted models - never lose data again!
- Admin integration for maximum usability.
- Group related changes into revisions that can be rolled back in a
  single transaction.
- Automatically save a new version whenever your model changes using
  Django's flexible signalling framework.
- Automate your revision management with easy-to-use middleware.

django-reversion can be easily added to your existing Django project
with an absolute minimum of code changes.

WWW: http://pypi.python.org/pypi/django-reversion/

PR:		ports/169269
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2012-06-28 02:29:01 +00:00
Sunpoet Po-Chuan Hsieh
41d3c24a3b - Add py-django-filer 0.8.6
django-filer is a file management application for django.  It handles
uploading and organizing files and images in contrib.admin.

WWW: http://pypi.python.org/pypi/django-filer/
WWW: https://github.com/stefanfoulis/django-filer

PR:		ports/169249
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2012-06-28 02:27:16 +00:00
Sunpoet Po-Chuan Hsieh
e58f660246 - Add py-termcolor 1.1.0
ANSII Color formatting for output in terminal.

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

PR:		ports/169397
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2012-06-28 02:25:42 +00:00
Sunpoet Po-Chuan Hsieh
ec9f28f4e0 - Update to 0.06
Changes:	http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
2012-06-28 02:23:44 +00:00
Sunpoet Po-Chuan Hsieh
a92775d1f8 - Update to 0.17
Changes:	http://search.cpan.org/dist/DBIx-Sunny/Changes
2012-06-28 02:17:45 +00:00
Sunpoet Po-Chuan Hsieh
2ed4325267 - Update to 20120607 2012-06-28 02:17:14 +00:00
Cheng-Lung Sung
fa01743408 - Update to 6.2.4 2012-06-28 02:16:46 +00:00
Sunpoet Po-Chuan Hsieh
6c51d88cbb - Fix typo
Reported by:	pointyhat
2012-06-28 02:16:44 +00:00
Li-Wen Hsu
c649cf25a9 - Use empty() to check if an option is not set
PR:		ports/169051
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
2012-06-28 02:09:37 +00:00
Thomas Abthorpe
1bd5f0b6b4 - Add AGPLv3 to the list, missed in last commit
PR:		ports/169499
Submitted by:	Bryan Drewery <bryan shatow.net>
Pointyhat to:	tabthorpe@
2012-06-28 01:32:40 +00:00
Cheng-Lung Sung
c241eabc28 - Update to 2.6.0
- Add LICENSE
- Update pkg-descr WWW

PR:		ports/169436
Submitted by:	koobs <koobs.freebsd_AT_gmail.com>
2012-06-28 01:24:49 +00:00
Jason Helfman
8d5d61fa74 add new port: dns/py-publicsuffix
This module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org

A public suffix is one under which Internet users can directly register names.
Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling web
browser cookies, highlighting the most important part of a domain name in a
user interface or sorting URLs by web site

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

PR:	ports/169326
Submitted by:	d.pryadko@rambler-co.ru
2012-06-27 22:25:42 +00:00
Johan van Selst
68a7dadaef Add distinfo and pkg-plist files for the bison update
that got lost with the previous commit.

Reported by:	Herbert J. Skuhra <h.skuhra@gmail.com>
2012-06-27 22:21:02 +00:00
Marcelo Araujo
ea4f14bae0 - Update to 0.1.2.
PR:		ports/168643
Submitted by:	Danny Knaggs <knaggsy2000@gmail.com> (maintainer)
2012-06-27 21:34:48 +00:00
Julien Laffaye
5f99fa99f8 - Update to 20120430
PR:		ports/169443
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-06-27 21:15:31 +00:00
Julien Laffaye
ad453a57f8 - Update to 2.3.5
- Remove build depend

PR:		ports/169442
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-06-27 21:15:18 +00:00
Julien Laffaye
8d4e83d2c5 - Update to 2.0
PR:		ports/169441
Submitted by:	Denis Generalov <gd@rambler-co.ru>
2012-06-27 21:15:01 +00:00
Johan van Selst
e80ea7dc58 - Update bison to 2.5.1
http://lists.gnu.org/archive/html/info-gnu/2012-06/msg00004.html
   Thanks to pav for testing it on an exp-run

PR:		ports/169156
2012-06-27 21:06:00 +00:00
Rene Ladan
7c1fcca5bf Document vulnerabilities for www/chromium < 20.0.1132.43
Obtained from:	http://googlechromereleases.blogspot.nl/search/label/Stable%20updates
2012-06-27 21:04:48 +00:00
Johan van Selst
06576dbdac Convert to new options framework 2012-06-27 20:58:20 +00:00
Stephen Montgomery-Smith
02ba56950a - Update to 2.3.52. 2012-06-27 20:08:36 +00:00
Gabor Pali
0534e5e04d - Add missing EXECUTABLE line hereby fix pkg-plist
Submitted by:	pav (via pointyhat)
Obtained from:	FreeBSD Haskell
2012-06-27 19:55:43 +00:00
Steve Wills
e0552f4c88 - Add script to RUBY_SHEBANG_FILES so they work at startup when PATH isn't
set or from service(8)

Reported by:	tj
2012-06-27 19:53:01 +00:00
Johan van Selst
a619252257 Convert to new options framework 2012-06-27 19:52:13 +00:00
Pav Lucistnik
35a670c59f - Mark BROKEN: does not package
tar: share/doc/simulavr/html/simulavr_11.html: Cannot stat: No such file or directory

Reported by:	pointyhat
2012-06-27 19:31:42 +00:00
Pav Lucistnik
0f15eed738 - Mark BROKEN: does not build
texi2html -expandinfo -number -split_chapter --noheader --output PG-adapting PG-adapting.texi
  Option number is ambiguous (number-footnotes, number-sections)

Reported by:	pointyhat
2012-06-27 19:30:14 +00:00