aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.1.0Pav Lucistnik2005-04-093-7/+3
| | | | | | | - Fix plist, unbreak Notes: svn path=/head/; revision=132812
* - fix build on 4.xYen-Ming Lee2005-04-091-2/+3
| | | | | | | | PR: 79134 Tested by: PR originator, clsung Notes: svn path=/head/; revision=132804
* Fix a double free problem that triggered a crash on -CURRENT.Joe Marcus Clarke2005-04-092-0/+23
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=132801
* - Unbreak: Recursive make variable definitions which may or may not be appliedPav Lucistnik2005-04-082-6/+2
| | | | | | | | | | | in obscure ways, confuse myself as well as make(1). Fix: rename the modified variable PR: ports/79606 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=132787
* Ports should be using 'ARCH', not 'MACHINE_ARCH'.David E. O'Brien2005-04-081-3/+3
| | | | Notes: svn path=/head/; revision=132773
* Backing out part of last commit, that was breaking the version string.Lars Thegler2005-04-086-18/+18
| | | | | | | | Noticed by: chkversion Pointy hat to: lth Notes: svn path=/head/; revision=132766
* Update to 0.21Mathieu Arnold2005-04-082-4/+3
| | | | Notes: svn path=/head/; revision=132764
* Add p5-Shell-Parser 0.03, simple shell script parser.Sergey Skvortsov2005-04-085-0/+33
| | | | Notes: svn path=/head/; revision=132760
* Remove deprecated and expired devel/p5-Server-FastPL,Anton Berezin2005-04-085-42/+0
| | | | | | | | | math/p5-Math-BigIntFast, math/p5-Statistics-Table-F, textproc/p5-Sort-PolySort, and www/p5-HTML-Navigation. Neither one of them is on CPAN any longer. Notes: svn path=/head/; revision=132758
* - Mark the port deprecated, as BitMover are discontinuing support forVolker Stolz2005-04-081-1/+2
| | | | | | | | | | | | | BitKeeper/Free effective 2005-07-01, see their web site <http://www.bitkeeper.com/press/2005-04-05.html> <http://www.bitkeeper.com/Products.BK_Pro.FAQ.html#migration> - Release maintainership PR: ports/79638 Submitted by: maintainer Notes: svn path=/head/; revision=132751
* - Remove zero sized patch filePav Lucistnik2005-04-081-0/+0
| | | | | | | Spotted by: netchild Notes: svn path=/head/; revision=132748
* - Fix privilege during pre-installLars Thegler2005-04-086-54/+54
| | | | | | | | | | - Reduce portlint nagging PR: ports/79654 Submitted by: John Baldwin <jhb@FreeBSD.org> Notes: svn path=/head/; revision=132743
* Unbreak: Our patch got integrated into upstreamVolker Stolz2005-04-083-15/+3
| | | | Notes: svn path=/head/; revision=132741
* At maintainer's request, reassign to ports@FreeBSD.org. This port isMark Linimon2005-04-081-1/+3
| | | | | | | | | | | | | | | | | | | now available for adoption. However, from his email: I have looked at the problem for a while myself. and also notified the upstream community both of the problem, and of my wish to drop maintainership. Nobody has expressed an interest in either fixing the issue or in taking over the port, so I don't think the users of the software care whether there's a FreeBSD port or not. Either that or they don't care about it enough to read the aegis-users mailing list. I would therefore like you to change maintainer to ports@, mark the thing as BROKEN, and schedule it for removal. Notes: svn path=/head/; revision=132739
* - Add extra dir in pkg-plistSergey Matveychuk2005-04-081-1/+1
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=132736
* Update maintainer's email address.Mark Linimon2005-04-081-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=132733
* Back out rev 1.2 -- it was not approved by the maintainer.David E. O'Brien2005-04-072-0/+0
| | | | Notes: svn path=/head/; revision=132727
* Fix build WITH_QT.Michael Nottebrock2005-04-072-1/+6
| | | | | | | Nodded through by: pav Notes: svn path=/head/; revision=132701
* Replace "%" in patch filenames with "_".Anton Berezin2005-04-072-0/+0
| | | | | | | Approved by: portmgr (krion) Notes: svn path=/head/; revision=132691
* Update to 0.10Mathieu Arnold2005-04-073-9/+24
| | | | | | | Add some docs Notes: svn path=/head/; revision=132685
* add p5-Module-Pluggable-Fast 0.13Ying-Chieh Liao2005-04-075-0/+40
| | | | | | | Fast plugins with instantiation Notes: svn path=/head/; revision=132674
* - Update to 0.6.9Sergey Matveychuk2005-04-075-14/+41
| | | | | | | | PR: ports/79358 Submitted by: maintainer Notes: svn path=/head/; revision=132668
* Update to 2.6.4.Joe Marcus Clarke2005-04-074-12/+15
| | | | Notes: svn path=/head/; revision=132664
* - update to 0.23Cheng-Lung Sung2005-04-074-170/+3
| | | | | | | - ingy (the author) uploaded Makefile.PL Notes: svn path=/head/; revision=132663
* * When a file monitored with kqueue is moved or removed, gamin doesJoe Marcus Clarke2005-04-072-102/+186
| | | | | | | | | | | | | | | | | not monitor it anymore. The patch fixes the issue by adding moved/removed files to the exist_list, so that gamin detects when they are recreated * No CHANGED event is emitted for the files contained in a monitored directory, because kqueue can't do that. The patch adds periodic polling for these files * Instead of calling kevent() every second, the patch uses an I/O watch (g_io_add_watch()) PR: 79605 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=132661
* Update to 0.11Mathieu Arnold2005-04-062-3/+3
| | | | Notes: svn path=/head/; revision=132635
* - update to 0.22Cheng-Lung Sung2005-04-064-3/+170
| | | | | | | | - ingy (the author) forget to include Makefile.PL in package, as well as inc/Module/Install/Makefile.pm. Notes: svn path=/head/; revision=132604
* - update to 1.03Cheng-Lung Sung2005-04-063-3/+4
| | | | Notes: svn path=/head/; revision=132603
* - Update to 0.1.4Pav Lucistnik2005-04-052-6/+12
| | | | | | | | PR: ports/79528 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=132582
* - Update devel/p5-POE-Component-EasyDBI from 0.09 to 0.10Yen-Ming Lee2005-04-052-4/+4
| | | | | | | | | | - update maintainer's email PR: 79559 Submitted by: maintainer Notes: svn path=/head/; revision=132564
* Update to 1.14Lars Thegler2005-04-052-3/+3
| | | | Notes: svn path=/head/; revision=132548
* Update to 2.27Lars Thegler2005-04-052-3/+3
| | | | Notes: svn path=/head/; revision=132547
* Update to version 3.3.0Kirill Ponomarev2005-04-0510-115/+19
| | | | | | | | PR: ports/79469 Submitted by: Ports Fury Notes: svn path=/head/; revision=132542
* Upgrade to version 1.4.3.Dmitry Sivachenko2005-04-053-19/+11
| | | | Notes: svn path=/head/; revision=132527
* QCA is a straightforward and cross-platform crypto API, using Qt datatypes andSergey Matveychuk2005-04-056-0/+90
| | | | | | | | | | conventions. PR: ports/79289 Submitted by: Vsevolod A. Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=132519
* . Fix the build for the pod2man included with Perl 5.00503 (and thus onGreg Lewis2005-04-051-1/+1
| | | | | | | | | FreeBSD 4.x). Approved by: knu (maintainer) Notes: svn path=/head/; revision=132517
* Current maintainer is no longer able to look after this port. We appreciateMark Linimon2005-04-051-1/+1
| | | | | | | the help in the past. Notes: svn path=/head/; revision=132515
* - Add patches to fix build of blender-devel. Other scons using portsPav Lucistnik2005-04-048-0/+484
| | | | | | | | | | | | were tested to continue working. PR: ports/79064 Submitted by: Michal Varga <varga@stonehenge.sk> Approved by: maintainer timeout (14 days) Obtained from: scons CVS Notes: svn path=/head/; revision=132505
* Update to 1.03Lars Thegler2005-04-042-3/+3
| | | | Notes: svn path=/head/; revision=132488
* - Naive attempt to fix build on FreeBSD 6, where ports have -O2, which isPav Lucistnik2005-04-041-3/+3
| | | | | | | | | | unknown to adagcc - Reset maintainership: " I do not have access to any FreeBSD system at this time on which I can test this port. Feel free to mark it as broken and unmaintained. " Notes: svn path=/head/; revision=132471
* Upgrade to version 2.30.Dmitry Sivachenko2005-04-042-3/+3
| | | | | | | | PR: 79391 Submitted by: leeym Notes: svn path=/head/; revision=132455
* - update to 1.38Cheng-Lung Sung2005-04-042-3/+3
| | | | | | | | - from Changes: * don't allow invalid module names Notes: svn path=/head/; revision=132441
* Update PHP ports to 4.3.11 and 5.0.4 releases:Alex Dupre2005-04-042-4/+0
| | | | | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry Notes: svn path=/head/; revision=132440
* - Update to 0.991, aka 1.0beta1Cheng-Lung Sung2005-04-043-3/+6
| | | | | | | | PR: 79424 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=132439
* BROKEN: Doesn't compile with current version of lang/ghcVolker Stolz2005-04-041-0/+2
| | | | | | | | PR: ports/79200 Submitted by: maintainer Notes: svn path=/head/; revision=132431
* - add p5-IO-Pager, which select a pager, optionally pipe it outputCheng-Lung Sung2005-04-045-0/+50
| | | | | | | | | | if destination is a TTY PR: 79423 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=132423
* - update to 0.57Cheng-Lung Sung2005-04-042-3/+3
| | | | | | | | PR: 79422 Submitted by: Rong-En Fan (maintainer) Notes: svn path=/head/; revision=132418
* Fix build with 4.x.Adam Weinberger2005-04-041-0/+12
| | | | | | | Reported by: Jimmie James <jimmiejaz@gmail.com> Notes: svn path=/head/; revision=132406
* - change MASTER_SITE_SUBDIR valueCheng-Lung Sung2005-04-041-1/+1
| | | | | | | | PR: 79497 Submitted by: Yuan-Chung Hsiao (maintainer) Notes: svn path=/head/; revision=132402
* Reset inactive maintainer. Thanks for your work in the past!Kris Kennaway2005-04-033-3/+3
| | | | Notes: svn path=/head/; revision=132381