1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

289714 Commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
f5731ed473 - revert PORTDOCS change from r308105 - it made this port not DOCS-safe
Reported by:	sunpoet
Feature safe:	yes
2012-12-03 21:07:36 +00:00
Matthias Andree
58adeeaf7d USE_CSTD=gnu89 to fix build with clang (hopefully on HEAD, too.)
This is due to C89 inline semantics being used that cause linker failures when
compiled as C99.

Feature safe: yes
2012-12-03 21:05:02 +00:00
Matthias Andree
d8c09eec63 Update bogofilter to new upstream release 1.2.3.
Security update to fix a heap corruption bug with invalid base64 input,
reported and fixed by Julius Plenz, FU Berlin, Germany.

Feature safe:   yes
Security:       CVE-2012-5468
Security:       f524d8e0-3d83-11e2-807a-080027ef73ec
2012-12-03 20:16:21 +00:00
Chris Rees
f16591cfb5 Update to 0.1008
Feature safe:	yes
2012-12-03 20:12:49 +00:00
Ruslan Makhmatkhanov
ce9ad8e98a - update to 0.9.8 [1]
- remove bogus setuptools dependency
- remove deprecated Author field and replace tab with space in in pkg-descr:WWW

PR:		174081
Submitted by:	rm (myself), Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-12-03 19:37:57 +00:00
Pawel Pekala
0dbac4b0ed Trim Makefile header
Feature safe:	yes
2012-12-03 18:44:36 +00:00
Ruslan Makhmatkhanov
2b2966a8ea The staticReflection component can be used as a drop-in replacement for PHP's
internal reflection api. This component provides a generic reflection stack so
that applications can switch between the internal and/or static reflection
implementation.

WWW: http://pear.pdepend.org/

PR:		172764
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 18:31:24 +00:00
Ruslan Makhmatkhanov
e2910b490a A set of classes to do different actions with the console (also called shell).
It can render a progress bar, tables and a status bar and contains a class for
parsing command line options.

WWW: http://ezcomponents.org/

PR:		172763
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 18:28:40 +00:00
Ruslan Makhmatkhanov
268b2b990a - update to 0.4.2
- switch to PEAR_AUTOINSTALL

PR:		172904
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	miwi (maintainer, implicit via reassigning to the heap)
Feature safe:	yes
2012-12-03 18:26:00 +00:00
Dmitry Marakasov
a290d4bb73 - Fix build with nondefault LOCALBASE
PR:		174019
Submitted by:	myself
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
Feature safe:	yes
2012-12-03 18:25:44 +00:00
Pawel Pekala
bab1e242b1 - Remove article from COMMENT
- Add LICENSE, WWW
- Respect DOCS option
- Take maintainership

PR:		ports/173293
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-12-03 18:25:14 +00:00
Ruslan Makhmatkhanov
dd746f7ead - chase dovecot2 update [1]
- remove indefinite article from COMMENT
- move pkg-plist contents into Makefile
- whitespace fixes in pkg-descr

Reported by:	jase [1]
Feature safe:	yes
2012-12-03 17:39:39 +00:00
Jase Thew
71552b7134 - Update to 0.13.1
PR:		ports/174088
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)

Feature safe:	yes
2012-12-03 17:18:54 +00:00
Pawel Pekala
3ac5c145aa - Install program's icon [1]
- Respect NLS option [1]
- Take maintainership [1]
- Port needs pkg-config during build
- Fix build with clang
- Trim Makefile header

PR:		ports/173292 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
Feature safe:	yes
2012-12-03 16:57:09 +00:00
Sergey Matveychuk
479f546706 - Update to 4.5
Feature safe: yes
2012-12-03 16:55:43 +00:00
Pietro Cerutti
30b646f16f - Retire Tcl/Tk 8.2 now that the last consumer (deskutils/abacus) has gone
- Fix typo in previous commit in MOVED

Feature safe:	yes
2012-12-03 16:49:48 +00:00
Dirk Meyer
c97e6a61d8 - retire deskutils/abacus
Feature safe: yes
2012-12-03 16:35:50 +00:00
Ruslan Makhmatkhanov
9a8e466120 The PHP Mess Detector aims to be a simplified PHP port of the well known
Java Tool PMD. This project uses PHP_Depend to measure several software
metrics from given source code, then it compares the calculated values
with customizeable thresholds and reports all suspect software artifacts

WWW: http://phpmd.org/

PR:		172761
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 15:58:26 +00:00
Ruslan Makhmatkhanov
bd6507c681 PHP_Depend is an adaption of the Java design quality metrics software JDepend
and the NDepend metric tool.

WWW: http://pdepend.org/

PR:		172760
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 15:57:06 +00:00
Ruslan Makhmatkhanov
47e5e916ae The Base component provides the basic functionality, such as autoloading,
that all eZ Components need to function properly. The Base component needs
to be loaded specifically. Base can also autoload external class reposito-
ries from outside the eZ Components.

Aside from the autoload functionality, the Base component also contains a
number of generic Exception classes that all inherit from the ezcBaseExce-
ption class.

WWW: http://ezcomponents.org/

PR:		172759
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 15:55:56 +00:00
Ruslan Makhmatkhanov
bfba7fe441 - update to 9.0.0 [2]
- trim Makefile header [2]
- add message to pkg-message that some add-ons require Ruby [2]
- remove dependency on ruby, since it is only needed for some add-ons [1]

while here:
- convert to optionsng
- trim Makefile header from riece-emacs21

PR:		173360
Submitted by:	Seiji Ohashi <sayzbrdg@gmail.com> [1],
                KIMURA Yasuhiro <yasu@utahime.org> [2] (maintainer)
Feature safe:	yes
2012-12-03 15:12:11 +00:00
Alexey Dokuchaev
8bce858ae9 Do not override DISTNAME, default value is perfectly fine and makes more sense.
Feature safe:	yes
2012-12-03 14:32:09 +00:00
Frederic Culot
8fc1b340ba - Shorten COMMENT description
Suggested by:	danfe@
Feature safe:	yes
2012-12-03 13:48:25 +00:00
Pietro Cerutti
f957552878 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 13:33:29 +00:00
Ruslan Makhmatkhanov
83724da93c PEAR channel for the PHP Depend project
WWW: http://pear.pdepend.org/

PR:		172755
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 13:19:26 +00:00
Ruslan Makhmatkhanov
ef57343e49 PEAR channel for the PHPMD project
WWW: http://phpmd.org/

PR:		172758
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 13:18:19 +00:00
Ruslan Makhmatkhanov
be2db2d708 PEAR channel for the eZ Components project
WWW: http://ezcomponents.org/

PR:		172757
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 13:17:15 +00:00
Pietro Cerutti
9d6b9d2222 - Fix build with clang
- Trim Makefile header
- Update WWW in pkg-descr

Feature safe:	yes
2012-12-03 13:16:15 +00:00
Ruslan Makhmatkhanov
f14aef9236 Netpirates PEAR channel
WWW: http://pear.netpirates.net/

PR:		172756
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Feature safe:   yes
2012-12-03 13:16:10 +00:00
Frederic Culot
ed013dfdaf - Update to 1.45
Changes:	http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
Feature safe:	yes
2012-12-03 13:13:24 +00:00
Frederic Culot
a351d86c17 - Update to 1.36
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/Exception-Class/Changes
Feature safe:	yes
2012-12-03 13:04:01 +00:00
Frederic Culot
bb45848426 - Update to 3.022000
Changes:	http://search.cpan.org/dist/Test-Weaken/Changes
Feature safe:	yes
2012-12-03 12:55:17 +00:00
Pietro Cerutti
1096f70014 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 12:55:00 +00:00
Ruslan Makhmatkhanov
b6a24f6fff - update to 1.4.0
while here:
- trim Makefile header
- remove indefinite article

PR:		172753
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
Approved by:	miwi (maintainer, implicit via reassigning to the heap)
Feature safe:	yes
2012-12-03 12:31:09 +00:00
Ruslan Makhmatkhanov
4cfc195422 - update WWW
- remove Author field, while here

PR:		172886
Submitted by:	Aldis Berjoza <graudeejs@gmail.com>
Approved by:	maintainer timeout (1 month+)
Feature safe:	yes
2012-12-03 12:23:42 +00:00
Pietro Cerutti
a6f872f2b0 - Fix build with clang
Feature safe:	yes
2012-12-03 11:27:47 +00:00
Pietro Cerutti
3e1b8dda0a - Remove optimization flags from the port's own Makefile
Feature safe:	yes
Reported by:	danfe@, ale@
2012-12-03 11:12:18 +00:00
Erwin Lansing
534bdf4937 Improve the SSL option description
Submitted by:	Kazunori Fujiwara <fujiwara@jprs.co.jp>
Feature safe:	yes
2012-12-03 10:52:11 +00:00
Erwin Lansing
680f311898 Remove gpg signature checking that in itself does not
provide any additional security.

Feature safe:	yes
2012-12-03 10:48:18 +00:00
Pietro Cerutti
756156fec8 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 10:44:14 +00:00
Ruslan Makhmatkhanov
9c38493c43 - update to 2.6
PR:		174076
Submitted by:	arrowdodger <6yearold@gmail.com> (maintainer)
Feature safe:	yes
2012-12-03 10:38:33 +00:00
Pietro Cerutti
bb136c184f - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 10:34:51 +00:00
Pietro Cerutti
723dbd7bcd - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 10:24:09 +00:00
Pietro Cerutti
440e9d17c5 - Fix build with clang
- Trim Makefile header

Feature safe:	yes
2012-12-03 09:51:46 +00:00
Ruslan Makhmatkhanov
2ee2405ea8 - update to 3.9
PR:		173549
Submitted by:	Vasiliy P. Melnik <basil@vpm.net.ua> (maintainer)
Feature safe:	yes
2012-12-03 09:41:07 +00:00
Alexey Dokuchaev
592e0c42c8 - Update to version 0.9.8.10 (track master for some nice fixes)
- Reduce local patching (integrated upstream)
- Provide KDE 4 integration option (disabled by default)
- Do not override DISTNAME, update a comment, sort pkg-plist

Feature safe:	yes
2012-12-03 09:12:44 +00:00
Pietro Cerutti
c2972fcd0a - Fix build with clang
Feature safe:	yes
2012-12-03 09:10:19 +00:00
Pietro Cerutti
369f9eda57 - Update to Tcl/Tk 8.5.13
Release notes: http://sf.net/mailarchive/message.php?msg_id=30090852

PR:		ports/173753 (based on)
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe:	yes
2012-12-03 08:49:58 +00:00
Pietro Cerutti
a49fec4370 - This is too messy to be fixed to build with clang right now.. USE_GCC=any
Feature safe:	yes
2012-12-03 08:40:58 +00:00
Ruslan Makhmatkhanov
06d9219644 - set explicit value for StartupNotify in DESKTOP_ENTRIES
Suggested by:	danfe
Feature safe:	yes
2012-12-03 06:46:25 +00:00