Commit Graph

273440 Commits

Author SHA1 Message Date
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Doug Barton
e25425a4ab After just 7 short years, a new release of WindowMaker, 0.95.2
New features and highlights:

Left Half / Right Half Maximize.

Maximus: tiled maximization. Maximizes a window such that it occupies the
  largest area without overlapping others.

New mouse-resizing functionality. Windows can now be resized vertically
  (horizontally) using MOD+Wheel (CTRL+Wheel).

History and TAB completion in dialogs. To use this new functionality in
  your old WMRootMenu, replace %a by %A in the relevant entry. It will
  look like this (Run..., SHEXEC, "%A(Run, Type command:)"). Or use
  wmgenmenu to generate a new menu.

Bouncing appicon effect.

New applications (wmgenmenu and wmmenugen) to generate the root menu
  automatically by looking which applications you have on your $PATH.
  Translations to German, Spanish and French of menus generated by
  wmgenmenu.

Improved dockapp recognition.

And many trivial things which reduce little annoyances one might have.
  For example, an option was added to control whether or not Window Maker
  should do automatic workspace switching to satisfy a focus request from
  a window located in another workspace.

Added keyboard shortcut to uncover/cover the dock.

Mac OS X-style window cycling.

Preliminary XRandR support (needs a bit more work to be bug-free).

Many other bug fixes.

For the ports:
* Remove patches that have been adopted upstream or otherwise made
  obsolete
* Remove the OPTIONS, and enable all features
* Improve PREFIX-safety
* Otherwise simplify the windowmaker port
* Make libwraster a proper slave port
2012-02-18 09:16:03 +00:00
Roman Bogorodskiy
5ec360b901 - Add missing pkgconfig dependency
- Bump PORTREVISION

PR:		164792
Submitted by:	Stefan Krüger <stadtkind2@gmx.de>
2012-02-18 05:08:23 +00:00
Eitan Adler
a6e42dd0d9 linux-flashplugin-7* no longer exists 2012-02-18 05:00:28 +00:00
Eitan Adler
1fa858c065 Remove quotes from BROKEN and IGNORE as they are not required 2012-02-18 03:32:35 +00:00
Gabor Pali
bd8178b27a Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages
and uploaded files can be modified either directly via the VCS's
command-line tools or through the wiki's web interface.  Pandoc is used
for markup processing, so pages may be written in (extended) markdown,
reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten
different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice
ODT, and MediaWiki markup.

Notable features include:

 * plugins: dynamically loaded page transformations written in Haskell.
 * conversion of TeX math to MathML for display in web browsers.
 * syntax highlighting of source code files and code snippets.
 * Atom feeds (site-wide and per-page).
 * a library, Network.Gitit, that makes it simple to include a gitit
   wiki in any happstack application.

WWW:	http://gitit.net/

Obtained from:	FreeBSD Haskell
2012-02-18 03:25:18 +00:00
Gabor Pali
81c73710a6 Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks.

WWW:	http://github.com/gregwebs/haskell-xss-sanitize

Obtained from:	FreeBSD Haskell
2012-02-18 03:21:47 +00:00
Eitan Adler
dd0880a1b8 Remove bogus comment that has been around since '07. 2012-02-18 03:19:47 +00:00
Gabor Pali
24c8f91a65 - Fix ordering 2012-02-18 03:19:01 +00:00
Gabor Pali
91ff17f09d CSS parser and renderer.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 03:18:12 +00:00
Eitan Adler
1b0124f208 Remove quotes from BROKEN as they are not required
Approved by:	swills (maintainer)
2012-02-18 03:16:46 +00:00
Gabor Pali
ca9e235905 The reCAPTCHA [1] is a service that provides captchas for preventing
automated spam in web applications.  The recaptcha-hs provides functions
for using reCAPTCHA in Haskell web applications.

[1] http://recaptcha.net/

WWW:	http://github.com/jgm/recaptcha/tree/master

Obtained from:	FreeBSD Haskell
2012-02-18 03:14:59 +00:00
Gabor Pali
57c3fca0c5 The filestore library provides an abstract interface for a versioning
file store, and modules that instatiate this interface.  Currently Git,
Darcs, and Mercurial modules are provided, and other VCSs or databases
could be added.

WWW:	http://johnmacfarlane.net/repos/filestore

Obtained from:	FreeBSD Haskell
2012-02-18 03:11:31 +00:00
Gabor Pali
f2526f6fb0 A port of the Java library by Terrence Parr.
WWW:	http://hackage.haskell.org/package/HStringTemplate

Obtained from:	FreeBSD Haskell
2012-02-18 03:08:15 +00:00
Gabor Pali
2c28d03314 Parser and writer for handling sectioned config files in Haskell. The
ConfigFile module works with configuration files in a standard format
that is easy for the user to edit, easy for the programmer to work with,
yet remains powerful and flexible.  It is inspired by, and compatible
with, Python's ConfigParser module.  It uses files that resemble Windows
.INI-style files, but with numerous improvements.

ConfigFile provides simple calls to both read and write config files.
It is possible to make a config file parsable by this module, the Unix
shell, and make.

WWW:	http://software.complete.org/configfile

Obtained from:	FreeBSD Haskell
2012-02-18 03:05:26 +00:00
Steve Wills
db8e337894 - Take maintainership 2012-02-18 01:47:54 +00:00
Jung-uk Kim
04111c28a5 Fix multiple security vulnerabilities.
CVE-2011-3563:	Fix issues in java sound
CVE-2011-3571:	Fix in AtomicReferenceArray
CVE-2011-5035:	Add property to limit number of request headers to the HTTP Server
CVE-2012-0501:	Better input parameter checking in zip file processing
CVE-2012-0502:	Issues with some KeyboardFocusManager method
CVE-2012-0503:	Issues with TimeZone class
CVE-2012-0505:	Enhance exception throwing mechanism in ObjectStreamClass
CVE-2012-0506:	Issues with some method in corba

Obtained from:	IcedTea Project
2012-02-18 01:06:58 +00:00
David Thiel
859882f486 Add DNSCurve support for dnscache, using Michael Dempsky's patch.
PR:		ports/164833
2012-02-18 00:34:05 +00:00
Jason Helfman
4e9619a09b - Update to 2.3
- while here pet portlint

PR: ports/165205
Submitted by: maintainer, 6yearold@gmail.com
2012-02-17 23:30:08 +00:00
Matthias Andree
cf069d0998 Also remove ${DATADIR} on uninstall. 2012-02-17 23:23:59 +00:00
Michael Scheidell
fadfa31db6 - Update to 0.8.38 [1]
- Force dependency on python 2.7 since other versions won't work [2]

PR:		ports/164841 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Reported by:	kevin.mcaleavey@knosproject.com [2]
Approved by:	gabor (mentor, implicit)
Feature safe:	Yes
2012-02-17 23:22:01 +00:00
Philip M. Gollucci
6a94b4c964 - Update to 9.00
Files in redports work as expected

PR:             ports/164875
Submitted by:   John Hein <jhein@symmetricom.com> (maintainer)
2012-02-17 22:43:30 +00:00
Juergen Lock
743f1c15fc Update to 1.0.1 - announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
2012-02-17 22:31:17 +00:00
Philip M. Gollucci
7b72e2dc73 - Update to 1.6.3
- add and update URLs of MASTER_SITES
- add LICENSE related lines
- update author's email address
- update WWW site URL to shorter version

PR:             ports/165232
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 22:22:43 +00:00
Philip M. Gollucci
d58550a569 - update to 0.4
- add and update URLs of MASTER_SITES
- add LICENSE related lines
- update author's email address
- use @dirrmtry

Note: narray *is* required

PR:             ports/165231
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 22:22:17 +00:00
Philip M. Gollucci
d056662299 - Update to 1.7
- add and update URLs of MASTER_SITES
- add LICENSE related lines

PR:             ports/165230
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 22:21:34 +00:00
Philip M. Gollucci
6fe64890ab - Update to 0.1.1
- add and update URLs of MASTER_SITES
- add LICENSE related lines
- update author's email address

PR:             ports/165229
Submitted by:   Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 22:21:07 +00:00
Matthias Andree
a6da70c8c1 Revise comment. 2012-02-17 21:38:28 +00:00
Matthias Andree
433f771ef8 Use ASCII dash. 2012-02-17 21:37:06 +00:00
Florian Smeets
c4d1587e53 remove yate-devel
The yate-devel port was BROKEN for > 12 months, and the version is 4.5 years
old. We have the current version in net/yate.

Approved by:	maintainer (10 months ago)
2012-02-17 21:35:26 +00:00
Matthias Andree
4baf4c1dda Fix missing return value in lib/quota/quotaio.c.
Fixes compilation with clang.

Submitted by: Zhihao Yuan
PR:           ports/165218
2012-02-17 21:31:06 +00:00
Dennis Herrmann
fb1af77a6a - Update to 4.3
PR:		ports/164774
Submitted by:	Frank Ebert <frank.ebert@freenet.de>
Approved by:	Friedrich Volkmann <bsd@volki.at> (maintainer)
2012-02-17 21:25:35 +00:00
Jason Helfman
bbac183004 - document latest piwik security vulnerability
PR:	ports/165217
2012-02-17 21:21:41 +00:00
Matthias Andree
0dd386e7f9 Add new port: deskutils/docear.
Docear – The Academic Literature Suite
Docear (pronounced dog-ear) integrates everything you need to search,
organize and create academic literature in a single application: a
digital library, reference manager, PDF and file manager, note taking
and mind mapping.  And the best: Docear works seemlessly with many
existing tools like Mendeley, Microsoft Word, and Foxit Reader.

WWW: http://www.docear.org/
2012-02-17 21:16:22 +00:00
Sunpoet Po-Chuan Hsieh
43c4d1aa4e - Update to 0.38
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/Catalyst-View-TT/Changes
2012-02-17 20:34:49 +00:00
Sunpoet Po-Chuan Hsieh
29f02a8a2b - Update to 5.9003
Changes:	http://search.cpan.org/dist/Catalyst-Manual/Changes
2012-02-17 20:06:12 +00:00
Sunpoet Po-Chuan Hsieh
1189d2b4b8 - Add TEST_DEPENDS
- Respect PORTEXAMPLES
- Use PORTEXAMPLES macro
- Do not silence installation message
2012-02-17 20:05:24 +00:00
Michael Scheidell
4ea7f67188 - Upgrade to 1.5.9 [1]
- pet portlint [2]

PR:		ports/164980 [1]
Submitted by:	David Naylor <naylor.b.david@gmail.com> [1]
Approved by:	gabor (mentor, implicit)
Feature safe:	yes
2012-02-17 20:03:20 +00:00
Florian Smeets
67d72614eb update to 3.1.19
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:49:33 +00:00
Florian Smeets
564add05c1 update to 10.0.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:48:26 +00:00
Florian Smeets
6190617eaa update to 3.6.27
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:47:13 +00:00
Florian Smeets
3802a856cc update to 2.7.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:44:12 +00:00
Philip M. Gollucci
c1d682b152 - Update to 4.0.1
PR:             ports/164881
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 19:43:34 +00:00
Florian Smeets
db199142d2 update to 10.0.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:42:53 +00:00
Jung-uk Kim
be3a92a6bc Fix build on 8.x.
PR:	ports/165193
2012-02-17 19:42:33 +00:00
Florian Smeets
26e461e4ec - document recent mozilla vulnerabilities
- wrap a long line
2012-02-17 19:38:33 +00:00
Matthias Andree
499ae67681 Mark deprecated and to expire End May 2012. 2012-02-17 19:21:16 +00:00
Philip M. Gollucci
3bac8067da - Update to 2.4.3
PR:             ports/164880
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 19:12:15 +00:00
Philip M. Gollucci
6ff1375a7a - Update to 1.0.8
PR:             ports/164878
Submitted by:   myself (pgollucci)
Approved by:    freebsdports@chillibear.com (maintainer)
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-17 19:11:59 +00:00
Jung-uk Kim
09a5792f3e Update to 4.2 build 2006 and add two additional patches from OSS Mercurial:
http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/0500de7fee6f
http://opensound.hg.sourceforge.net/hgweb/opensound/opensound/rev/1a5c5373b72a
2012-02-17 19:02:52 +00:00