Max Brazhnikov
a32ecf45ee
Update to 0.2.3
...
PR: ports/150688
Submitted by: Jin-Sih Lin (maintainer)
2010-10-07 19:57:04 +00:00
David Thiel
0cf3d1ddda
Mark pam_sfs for removal, as both it and SFS are dead projects.
2010-10-07 18:46:27 +00:00
David Thiel
3a0ec6410a
Fix MASTER_SITES and WWW, update maintainer address.
...
Submitted by: http://people.freebsd.org/~ehaupt/distilator/
2010-10-07 18:31:21 +00:00
David Thiel
e99014ac6f
Fix MASTER_SITES, PREFIX support and distinfo.
...
Submitted by: http://people.freebsd.org/~ehaupt/distilator/
2010-10-07 18:30:10 +00:00
Andrej Zverev
d57fd0f881
* bug fix (i7.sh)
...
* bump PORTREVISION
PR: ports/151262
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
2010-10-07 18:30:02 +00:00
Marcus Alves Grando
8444fbb214
- Change defaults to reflect config.m4
...
PR: 150872
Submitted by: Karl Latiss <klatiss___nextdigital.com>
2010-10-07 16:57:17 +00:00
Ade Lovett
1660eca718
Complete de-orbit burn sequence for automake19 and automake110.
...
Special thanks to Travis Thaxton (travis <at> thax.org) for his recent
kind hardware donation, without which this particular part of the
never-ending autotools work would have taken _considerably_ longer to do.
2010-10-07 16:54:28 +00:00
Dmitry Marakasov
932953cd10
- Update to 1.07
...
- Pass maintainership to submitter
PR: 151164
Submitted by: Davide Italiano <davide.italiano@gmail.com>
2010-10-07 16:38:36 +00:00
Daichi GOTO
200e8f4b86
Add php5-thrift 0.2.0, PHP interface to Thrift.
...
PR: ports/146392
Submitted by: Ilya Bakulin <webmaster at kibab.com>
2010-10-07 15:45:18 +00:00
Dennis Herrmann
7bef8b9e26
- Update to 0.19.2
2010-10-07 15:38:38 +00:00
David E. O'Brien
a23ca4e75d
Enable LUA for the default Portmgr package build.
2010-10-07 15:28:22 +00:00
Philippe Audeoud
dded69406d
- Update to 0.17
...
- Changelog: http://search.cpan.org/src/BARBIE/WWW-Scraper-ISBN-ORA_Driver-0.17/Changes
2010-10-07 15:24:12 +00:00
Ade Lovett
b425f15e41
Migration of BROKEN ports from automake{19,110}->111 which will most
...
likely need to be looked at as and when they become unbroken.
2010-10-07 15:21:05 +00:00
Ade Lovett
231b6073de
Migration of final set of working ports from automake{19,110} -> 111
2010-10-07 15:18:56 +00:00
David E. O'Brien
2b8a1717bc
Backout accidental change.
2010-10-07 15:04:57 +00:00
David E. O'Brien
181847ca29
Vim now has a file that has escaped share/vim/
2010-10-07 15:03:49 +00:00
Marcus Alves Grando
64eb66df85
- Update to 1.2.3
...
PR: 151159
Submitted by: lwhsu
2010-10-07 14:39:24 +00:00
Philippe Audeoud
92ecd5af09
- Crypt::SSLeay required for https
...
PR: ports/151089
Submitted by: pgollucci@
2010-10-07 14:21:53 +00:00
Simon L. B. Nielsen
5f01137166
Deprecated and set 1 month expiration date.
...
I really doubt anyone uses this port and there are no
dependencies.
2010-10-07 14:03:13 +00:00
Mark Linimon
695771c5f0
Retire the broken fenner distfile survey in favor of the new one
...
being maintained by ehaupt.
2010-10-07 13:13:35 +00:00
Erwin Lansing
1674c3e120
Unbreak by updating master sites
...
Submitted by: "Herbert J. Skuhra" <hskuhra@fastmail.fm>
2010-10-07 12:30:00 +00:00
Baptiste Daroussin
4fd8f9852b
- Update to 20101005035549
2010-10-07 12:13:31 +00:00
Martin Matuska
de196d323a
smbldap-useradd and smbldap-usermod changes:
...
- Process only "mail" attribute with -M option
- Add separate option -O for "mailLocalAddress"
- Expand default domain only for -M (not for -O)
2010-10-07 11:38:07 +00:00
Mark Linimon
ab41033501
Attempt to shut down some whining when the resultant script is run.
2010-10-07 10:25:32 +00:00
Stanislav Sedov
3fb49a1478
- Update to 0.7.22. With this update the USB functionality should still
...
continue to work, but device enumeration now requires root privileges.
Also mountpoint detection and automounting doesn't work.
PR: ports/148831
Submitted by: Rusty Nejdl <rnejdl@tethys.ringofsaturn.com> (based on)
2010-10-07 09:50:39 +00:00
Martin Matuska
d9ce2e1cd1
- Fix deleting a non-existing user from a group
2010-10-07 09:49:57 +00:00
Erwin Lansing
e6f6f3e61e
Mark BROKEN: does not fetch
2010-10-07 09:13:56 +00:00
Erwin Lansing
2f3639632a
Reset maintainer:
...
<chris@securityforensics.co.uk>: Host or domain name not found. Name service
error for name=securityforensics.co.uk type=MX: Host not found, try again
2010-10-07 09:12:05 +00:00
Dirk Meyer
07a59f75b4
GNUstep Objective-C Runtime
...
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime. It supports both a legacy and a modern ABI, allowing code
compiled with old versions of GCC to be supported without requiring
recompilation. The modern ABI adds the following features:
- Non-fragile instance variables.
- Protocol uniquing.
- Object planes support.
- Declared property introspection.
Both ABIs support the following feature above and beyond the GCC runtime:
- The modern Objective-C runtime APIs, introduced with OS X 10.5.
- Blocks (closures).
- Low memory profile for platforms where memory usage is more important than
speed.
- Synthesised property accessors.
- Efficient support for @synchronized()
- Type-dependent dispatch, eliminating stack corruption from mismatched
selectors.
LICENSE: MIT
2010-10-07 08:44:28 +00:00
Romain Tartière
c7479bd663
- Update to 9;
...
- Update MAINTAINER address.
PR: ports/151271
Submitted by: Baptiste Grenier <gwarf@gwarf.org> (maintainer)
2010-10-07 08:25:44 +00:00
Palle Girgensohn
060a528952
Update all PostgreSQL ports to latest versions.
...
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657
2010-10-07 06:58:10 +00:00
Dmitry Marakasov
bd169d68cc
- Update to 1.0.2
2010-10-07 02:13:49 +00:00
Philip M. Gollucci
da8cbad187
- Update to 1.0.1
...
PR: ports/151241
Submitted by: myself (pgollucci)
Approved by: gogolok+freebsd@gmail.com (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-10-07 00:24:02 +00:00
Philip M. Gollucci
0853086b6b
- Update to 0.7.9
...
PR: ports/151240
Submitted by: myself (pgollucci)
Approved by: gogo@cs.uni-sb.de (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
2010-10-07 00:23:55 +00:00
Sahil Tandon
b8c01d8221
- Update to 0.20
2010-10-07 00:22:04 +00:00
Sahil Tandon
ef32c998de
- Update to 0.28
2010-10-07 00:22:02 +00:00
Sahil Tandon
8958d09383
- Update to 0.66
2010-10-07 00:22:00 +00:00
Sahil Tandon
e505717a14
- Update to 1.09
...
PR: ports/151227
Submitted by: Frederic Culot <frederic@culot.org>
2010-10-07 00:21:58 +00:00
Sahil Tandon
75bc8633f3
This module provides a 'parallel map'. Multiple worker processes are
...
forked so that many instances of the transformation function may be
executed simultaneously.
WWW: http://search.cpan.org/dist/Parallel-Iterator/
PR: ports/151117
Submitted by: Frederic Culot <frederic@culot.org>
2010-10-07 00:21:56 +00:00
Martin Matuska
8e0c198f86
- Use autotools only if building lighttpd modules
2010-10-06 22:15:16 +00:00
Philip M. Gollucci
bed434d7a5
- Upate to 0.7
...
- Unbreak
PR: ports/150698
Submitted by: swell.k@gmail.com
Approved by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2010-10-06 20:31:12 +00:00
Philip M. Gollucci
5984430931
- Update to 2.1.2b3
...
- Connect to build
PR: ports/151254
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
2010-10-06 20:12:43 +00:00
Philip M. Gollucci
5f334013e7
- Update to 1.7.8
...
PR: ports/151245
Submitted by: myself (pgollucci)
Approved by: anatoly.borodin@gmail.com (maintainer)
2010-10-06 19:52:56 +00:00
Max Brazhnikov
f59fdb0f78
Fix build with gcc 4.4
...
Submitted by: avg@ via mail
2010-10-06 19:25:17 +00:00
Romain Tartière
76fdb9acff
- Add an OPTION to provide the old GNOME applet;
...
- Do not bump PORTREVISION since the package with default options is left
unchanged.
2010-10-06 19:24:53 +00:00
David E. O'Brien
bba9d47c2d
The stock dependencies are now fixed.
2010-10-06 18:49:30 +00:00
Dennis Herrmann
75f3d7736b
- Update to 0.6.6
2010-10-06 16:54:54 +00:00
Jimmy Olgeni
a917d02784
Take maintainership from ports@ and upgrade to 6.1.25.
2010-10-06 15:22:04 +00:00
Josh Paetzel
882ebc7aaa
Update to 2.2.2
...
Adjust MASTER_SITE to account for upstream server crash
PR: ports/149914
Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org>
Sponsored by: iXsystems
2010-10-06 14:11:49 +00:00
Alexey Dokuchaev
a6445bc16c
- Install missing syntax highlighting schemes, fix location of skins
...
- Install default set of translation (xlat) tables
- Convert documentation text files from DOS CR/LF to Unix LF
- Bring back pkg-plist since file list expanded significantly
- Attempt to unbreak on ia64 [*]
Tested on: pluto1 (only with ncurses) [*]
2010-10-06 13:13:52 +00:00