aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to DEV300_m35.Maho Nakata2008-11-124-10/+10
| | | | Notes: svn path=/head/; revision=222766
* Update to timelimit-1.4.Peter Pentchev2008-11-122-4/+4
| | | | Notes: svn path=/head/; revision=222765
* - Add an option to enable 256 color supportRong-En Fan2008-11-121-1/+8
| | | | | | | Requested by: Kevin Kobb <kkobb at skylinecorp.com> Notes: svn path=/head/; revision=222764
* - Unbreak WITHOUT_NLSPav Lucistnik2008-11-121-0/+10
| | | | | | | | PR: ports/128808 Reported by: Jimmie James <jimmiejaz@gmail.com> Notes: svn path=/head/; revision=222763
* Update from 0.7.19 to 0.7.21.Sergey A. Osokin2008-11-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.7.21 11 Nov 2008 *) Changes in the ngx_http_limit_req_module. *) Feature: the EXSLT support in the ngx_http_xslt_module. Thanks to Denis F. Latypoff. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had appeared in 0.7.6. Changes with nginx 0.7.20 10 Nov 2008 *) Changes in the ngx_http_gzip_filter_module. *) Feature: the ngx_http_limit_req_module. *) Bugfix: worker processes might exit on a SIGBUS signal on sparc and ppc platforms; the bug had appeared in 0.7.3. Thanks to Maxim Dounin. *) Bugfix: the "proxy_pass http://host/some:uri" directives did not work; the bug had appeared in 0.7.12. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error. *) Bugfix: the ngx_http_secure_link_module did not work inside locations, whose names are less than 3 characters. *) Bugfix: $server_addr variable might have no value. </ChangeLog> Notes: svn path=/head/; revision=222762
* - Generate fast XS accessors without runtime compilationCheng-Lung Sung2008-11-125-0/+41
| | | | Notes: svn path=/head/; revision=222761
* really upgrade to 1.3.2Dryice Dong Liu2008-11-123-72/+61
| | | | | | | | PR: ports/128496 Submitted by: Wen Heping <wenheping@gmail.com> Notes: svn path=/head/; revision=222760
* AutoXS::Header - Container for the AutoXS header filesCheng-Lung Sung2008-11-125-0/+35
| | | | Notes: svn path=/head/; revision=222759
* - Update to 1.6.0.4.Wesley Shields2008-11-123-12/+15
| | | | | | | - git-shell and git-cvsserver are now also installed in $PREFIX/bin Notes: svn path=/head/; revision=222758
* - Update to 20081110Martin Wilke2008-11-113-5/+5
| | | | Notes: svn path=/head/; revision=222756
* - Fix multimedia/vlc entryMartin Wilke2008-11-111-1/+2
| | | | Notes: svn path=/head/; revision=222755
* - Update to 0.02Martin Wilke2008-11-112-4/+4
| | | | Notes: svn path=/head/; revision=222754
* - Fix pkg-plistChin-San Huang2008-11-111-1/+1
| | | | | | | | | - Bump PORTREVISION Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail Notes: svn path=/head/; revision=222753
* - Fix pkg-plistChin-San Huang2008-11-111-1/+0
| | | | | | | Submitted by: Herbert J. Skuhra <h dot skuhra _at_ gmail _dot_ com> via mail Notes: svn path=/head/; revision=222752
* - simplify dependencyYen-Ming Lee2008-11-111-8/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=222751
* - Update to 2.11.63Pietro Cerutti2008-11-113-142/+136
| | | | | | | - Ignore documentation support (still broken upstream) Notes: svn path=/head/; revision=222750
* - Fixed pkg-plist problems and NOPORTDOCS handlingGreg Larkin2008-11-116-28/+122
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=222749
* - simplify dependencyYen-Ming Lee2008-11-112-15/+20
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=222748
* - set correct permissions for directoriesDaniel Gerzo2008-11-111-1/+3
| | | | | | | | Approved by: stass Reported by: Guido Cavezzali <gmail.com at gcavezzali> Notes: svn path=/head/; revision=222747
* Update to 2.8.9Max Khon2008-11-114-12/+12
| | | | | | | PR: 128446 Notes: svn path=/head/; revision=222746
* Fix pkg-plist (include/wx-2.8/wx/aui/auibar.h was missing).Max Khon2008-11-112-0/+2
| | | | | | | | PR: 128400 Submitted by: Intron Notes: svn path=/head/; revision=222745
* - Add CONFLICTS with husky-htick-devel [1]Max Khon2008-11-111-2/+4
| | | | | | | | | | - Fix COMMENT PR: 128741 [1] Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=222744
* Fix the build by regenerate the ${WRKSRC}/intltool-*.in. Current, in theJeremy Messenger2008-11-111-0/+3
| | | | | | | | | | | tarball was generated by intltool-0.40.5. When it runs autoreconf to regenerate the configure then it also needs to regenerate the intltool-*.in. In MarcusCom CVS has intltool-0.40.5, so it's why I can't reproduce it. Reported by: a few Notes: svn path=/head/; revision=222743
* Fix a typo in WITH_WNN7.Hiroki Sato2008-11-111-2/+2
| | | | | | | | Spotted by: NAKAJI Hiroyuki PR: ports/128789 Notes: svn path=/head/; revision=222742
* This module is another attempt to fight the horrors ofWesley Shields2008-11-115-0/+79
| | | | | | | | | | | | | non-blocking I/O programming. It tries to bring back the simplicity of the declarative programming style, that is only otherwise available when one employs threads, coroutines, or co-processes. PR: ports/128652 Submitted by: Vany Serezhkin <ivan@serezhkin.com> Notes: svn path=/head/; revision=222741
* Stop using :u modifier because old make(1) does not understand it.Hiroki Sato2008-11-111-15/+18
| | | | | | | Spotted by: ume Notes: svn path=/head/; revision=222740
* rtf2latex2e is a program that translates RTF (rich text format) files intoThomas Abthorpe2008-11-117-0/+161
| | | | | | | | | | | | | LaTeX files. It translates text formatting, tables, figures, and equations. The resulting LaTeX files are quite readable and suitable for editing. WWW: http://sourceforge.net/project/showfiles.php?group_id=22324 PR: ports/128041 Submitted by: Martin Dieringer <martin.dieringer at gmx.de> Notes: svn path=/head/; revision=222739
* - Release maintainershipDmitry Marakasov2008-11-111-1/+1
| | | | | | | | PR: 128755 Submitted by: Jonathan Chen <jonc at chen dot org dot nz> (maintainer) Notes: svn path=/head/; revision=222738
* fstyp can be used to heuristically detect which filesystem type a device or aDmitry Marakasov2008-11-114-0/+31
| | | | | | | | | | | | partition contains. Useful for backup scripts. WWW: http://thegaul.org/src/ PR: 128779 Submitted by: Sachidananda Urs <sacchi at gmail dot com> Notes: svn path=/head/; revision=222737
* Fix plist.Sergey Skvortsov2008-11-111-0/+5
| | | | | | | Pointed by: QAT Notes: svn path=/head/; revision=222736
* Fix rootless build.Sergey Skvortsov2008-11-111-1/+1
| | | | | | | | | PR: ports/126164 Submitted by: skv Approved by: maintainer timeout (> 3 months) Notes: svn path=/head/; revision=222735
* Update to 0.003003Sergey Skvortsov2008-11-112-5/+11
| | | | | | | Changes: http://search.cpan.org/src/FLORA/Devel-Declare-0.003003/Changes Notes: svn path=/head/; revision=222734
* - Update to 1.1Dmitry Marakasov2008-11-112-5/+6
| | | | | | | | PR: 128781 Submitted by: Vladimir Timofeev <vovkasm at gmail dot com> (maintainer) Notes: svn path=/head/; revision=222733
* Picviz is a parallel coordinates plotter which enables easy scripting fromDmitry Marakasov2008-11-119-0/+174
| | | | | | | | | | | | | | | | | | | | | | | various input (tcpdump, syslog, iptables logs, apache logs, etc..) to visualize your data and discover interesting results quickly. Picviz helps you to create, automate and understand parallel coordinates plots. Its primary goal is to graph data in order to be able to quickly analyze problems and find correlations among variables. With security analysis in mind, the program has been designed to be very flexible, able to graph millions of events. The language is designed to be close to the graphviz graph description language. WWW: http://www.wallinfire.net/picviz PR: 128705 Submitted by: Tim Hemel <ports at timit dot nl> Notes: svn path=/head/; revision=222732
* Update to 1.1.14Wesley Shields2008-11-112-4/+4
| | | | Notes: svn path=/head/; revision=222731
* Update to 1.1.6Wesley Shields2008-11-112-4/+4
| | | | Notes: svn path=/head/; revision=222730
* Give maintainership to dyeske@gmail.com.Ion-Mihai Tetcu2008-11-111-1/+1
| | | | | | | Requested by: beech@ (on IRC) Notes: svn path=/head/; revision=222729
* Update multimedia/banshee to 1.4.1.Florent Thoumie2008-11-114-24/+23
| | | | Notes: svn path=/head/; revision=222728
* Add p5-B-Hooks-OP-Check 0.14, wrap OP check callbacks.Sergey Skvortsov2008-11-115-0/+48
| | | | Notes: svn path=/head/; revision=222727
* - Update to 6.4.5-5Martin Matuska2008-11-114-5/+31
| | | | | | | | - Add filter patch for quantize - Do not run tests on 8.x Notes: svn path=/head/; revision=222726
* - Update to 2.3.3Sergey Skvortsov2008-11-113-8/+45
| | | | | | | | | | | | | | | - Use USE_APACHE=1.3+ [1] - Add p5-Text-CSV as dependency [2] - Install DBUpgrade* scripts [3] Changes: http://lists.otrs.org/pipermail/announce/2008/000104.html PR: ports/127299 [1], ports/127094 [2] Submitted by: Velko Ivanov <vivanov xx ivanov-nest.com> [1], Mike Duchene <mp xx grymmjack.com> [2] Pointed by: Victor Balada Diaz <v.balada xx coolbleiben.net> [3] Notes: svn path=/head/; revision=222725
* Apply two patches which were going to appear at future 6.4.1 release.Boris Samorodov2008-11-113-0/+53
| | | | | | | | PR: 128751 Submitted by: David Wolfskill <david at catwhisker.org> (maintainer) Notes: svn path=/head/; revision=222724
* - Update to 1.02Cheng-Lung Sung2008-11-114-21/+16
| | | | | | | Changes: http://search.cpan.org/dist/Net-OpenID-Consumer/ChangeLog Notes: svn path=/head/; revision=222723
* - Update to 0.48Cheng-Lung Sung2008-11-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes Notes: svn path=/head/; revision=222722
* - Update to 3.29Cheng-Lung Sung2008-11-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/PathTools/Changes Notes: svn path=/head/; revision=222721
* - Update to 0.41Cheng-Lung Sung2008-11-113-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Net-DNS-ToolKit/Changes Notes: svn path=/head/; revision=222720
* - Update to 1.33Cheng-Lung Sung2008-11-112-4/+4
| | | | Notes: svn path=/head/; revision=222719
* - Update to 1.58Cheng-Lung Sung2008-11-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes Notes: svn path=/head/; revision=222718
* - Update to 1.04Cheng-Lung Sung2008-11-112-5/+4
| | | | | | | Changes: http://search.cpan.org/dist/LWPx-ParanoidAgent/ChangeLog Notes: svn path=/head/; revision=222717
* - Update to 0.4.14Cheng-Lung Sung2008-11-113-4/+10
| | | | | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes Notes: svn path=/head/; revision=222716