aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN on 6.X: does not compilePav Lucistnik2010-08-211-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=259691
* - Update to 1.2Bernhard Froehlich2010-08-212-4/+8
| | | | | | | | | | | | | - Add regression-test target - Add USE_GMAKE [1] PR: ports/149792 Submitted by: Frederic Culot <frederic at culot dot org> (maintainer) amdmi3@ [1] Approved by: beat (co-mentor) Notes: svn path=/head/; revision=259684
* Fix build after pcsc-updateTilman Keskinoz2010-08-211-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=259674
* Update to 1.4.10, which is compatible with latest PCSC release.Tilman Keskinoz2010-08-212-4/+4
| | | | Notes: svn path=/head/; revision=259671
* - Add desktop entryRene Ladan2010-08-201-0/+8
| | | | | | | | | - Bump PORTREVISION Submitted by: "army of root" via private mail Notes: svn path=/head/; revision=259640
* Fix plist.Sergey Skvortsov2010-08-201-3/+3
| | | | Notes: svn path=/head/; revision=259625
* - update to 0.0504Yen-Ming Lee2010-08-202-7/+7
| | | | Notes: svn path=/head/; revision=259616
* Update to 1.3(0)Andrej Zverev2010-08-203-5/+8
| | | | | | | | PR: ports/149333 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259609
* Update to 1.21Brendan Fabeny2010-08-202-4/+16
| | | | | | | Approved by: miwi (co-mentor) Notes: svn path=/head/; revision=259606
* Update to 1.7.2.2Wesley Shields2010-08-208-64/+76
| | | | Notes: svn path=/head/; revision=259604
* Child - a Perl 5 OO interface to fork()Dmitry Marakasov2010-08-205-0/+56
| | | | | | | | | | | | | My working version of this port is at: http://github.com/drench/FreeBSD-p5-Child WWW: http://search.cpan.org/dist/Child/ PR: 149216 Submitted by: Dan Rench <citric@cubicone.tmetic.com> Notes: svn path=/head/; revision=259603
* - Update to 0.20Sahil Tandon2010-08-202-4/+4
| | | | | | | | | PR: ports/149641 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Murilo Opsfelder <mopsfelder@gmail.com> (maintainer) Notes: svn path=/head/; revision=259602
* - Update to 0.307 [1]Sahil Tandon2010-08-202-10/+11
| | | | | | | | | | | - Assign RUN_DEPENDS with immediate expansion PR: ports/149362 Submitted by: Frederic Culot <frederic@culot.org> [1] Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=259599
* Add checkheaders 1.0, checks for unnecessary headers in C/C++ programs.Brendan Fabeny2010-08-194-0/+39
| | | | | | | Approved by: makc (co-mentor) Notes: svn path=/head/; revision=259575
* - Update to 20100618Dmitry Marakasov2010-08-193-24/+30
| | | | | | | | | PR: 148599 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer) Notes: svn path=/head/; revision=259570
* Update to 0.14Andrej Zverev2010-08-192-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-NonMoose/Changes Notes: svn path=/head/; revision=259561
* Style like said in 5.7.2 of PHAndrej Zverev2010-08-181-2/+1
| | | | | | | Submitted by: danfe@ Notes: svn path=/head/; revision=259537
* Fix regression in previous commit that broke NOPORTDOCS=yes installs.Matthias Andree2010-08-181-1/+2
| | | | | | | Only remove /html/img if NOPORTDOCS is undefined. Notes: svn path=/head/; revision=259524
* htable is a lightweight implementation of hash tables in C, greatlyDmitry Marakasov2010-08-184-1/+38
| | | | | | | | | | | | | | | | inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. WWW: http://culot.org/public/Code/htable.html - While here, keep devel/Makefile sorted PR: 149613 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259520
* Update to 0.8.9.Koop Mast2010-08-183-45/+45
| | | | Notes: svn path=/head/; revision=259509
* - Restrict Python version to 2.5+ to avoid syntax error with Python 2.4Greg Larkin2010-08-181-1/+1
| | | | | | | | | PR: ports/149276 Submitted by: glarkin Approved by: wen (via email) Notes: svn path=/head/; revision=259508
* - Restrict Python version to 2.5+ to avoid syntax error with Python 2.4Greg Larkin2010-08-181-1/+1
| | | | | | | | | PR: ports/149275 Submitted by: glarkin Approved by: yzlin (maintainer; timeout - 2 weeks) Notes: svn path=/head/; revision=259507
* bzr-grep is a plugin for bzr to grep files. Its purpose is to print linesGreg Larkin2010-08-185-0/+58
| | | | | | | | | | | | matching PATTERN for specified files and revisions. WWW: https://launchpad.net/bzr-grep PR: ports/147705 Submitted by: Carlo Strub <c-s at c-s.li> Notes: svn path=/head/; revision=259503
* - Restrict port to use Python 2.6+, since 2.4/2.5 fail to build itGreg Larkin2010-08-181-1/+1
| | | | | | | | | | | with a syntax error. PR: ports/149585 Submitted by: glarkin Approved by: Kouki Hashimoto <hsmtkk at gmail dot com> (maintainer) Notes: svn path=/head/; revision=259502
* Update to 1.488.Andrej Zverev2010-08-182-4/+4
| | | | | | | | PR: ports/149353 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259499
* Update to 1.206:Andrej Zverev2010-08-183-12/+8
| | | | | | | | | | | - RUN_DEPENDS simplified by reusing BUILD_DEPENDS - Config::Model::Backend::Inifile module and manpage added PR: ports/149614 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259497
* Update to 0.41Andrej Zverev2010-08-182-4/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/IO-All/Changes Based on PR: ports/149692 Notes: svn path=/head/; revision=259496
* Update to 0.21.Andrej Zverev2010-08-182-4/+4
| | | | | | | | | | Changes: http://search.cpan.org/dist/Path-Class/Changes PR: ports/149758 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259495
* Update to 3.021.Andrej Zverev2010-08-182-4/+4
| | | | | | | | PR: ports/149389 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259492
* Update to 1.41.Andrej Zverev2010-08-182-4/+7
| | | | | | | | PR: ports/149142 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259491
* - Update to 0.09Martin Wilke2010-08-182-4/+4
| | | | | | | | | PR: 149730 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer Notes: svn path=/head/; revision=259484
* - Update to 1.63Sahil Tandon2010-08-183-4/+8
| | | | | | | | | PR: ports/149357 Submitted by: Frederic Culot <frederic@culot.org> Approved by: Cezary Morga <cm@therek.net> (maintainer) Notes: svn path=/head/; revision=259468
* - Update to 1.02Sahil Tandon2010-08-182-4/+4
| | | | | | | | | PR: ports/149278 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=259467
* - Fix NOPORTDOCS case.Stanislav Sedov2010-08-181-0/+3
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=259462
* - Update to 1.6c.Stanislav Sedov2010-08-182-4/+4
| | | | Notes: svn path=/head/; revision=259461
* Fix clang analyzer, and clean up port a bit. Adds dependencies.Matthias Andree2010-08-182-8/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - patch scan-view to use PYTHON_CMD - also install c++-analyzer and scan-view - also install ScanView.py and its dependencies into PYTHON_SITELIBDIR - change USE_PERL5_BUILD to USE_PERL5, as scan-build needs it at run time - add USE_PYTHON, as scan-view needs it (let's see to making these dependencies optional later) - move EXTRACT_SUFX up to quiet portlint - indent CONFLICTS value with TAB to quiet portlint - add USE_LDCONFIG, found missing by portlint - nuke empty $DOCSDIR/html/img that made deinstall complain - amend to build-plist target - rebuild pkg-plist - bump PORTREVISION (changed pkg-plist) The approval was a blanket approval under the condition that build-plist was also updated, and was mailed to portmgr@ and yours truly on 2010-08-10 by brooks@ in reference to the PR mentioned below. Approved by: brooks (maintainer) PR: ports/147434 Notes: svn path=/head/; revision=259460
* - Update to 2.13.2.Stanislav Sedov2010-08-183-4/+7
| | | | Notes: svn path=/head/; revision=259459
* CMPH - C Minimal Perfect Hashing LibraryDmitry Marakasov2010-08-175-0/+50
| | | | | | | | | | | | | | | | | | | | | | | A perfect hash function maps a static set of n keys into a set of m integer numbers without collisions, where m is greater than or equal to n. If m is equal to n, the function is called minimal. Minimal perfect hash functions are widely used for memory efficient storage and fast retrieval of items from static sets, such as words in natural languages, reserved words in programming languages or interactive systems, universal resource locations (URLs) in Web search engines, or item sets in data mining techniques. Therefore, there are applications for minimal perfect hash functions in information retrieval systems, database systems, language translation systems, electronic commerce systems, compilers, operating systems, among others. WWW: http://cmph.sourceforge.net/ PR: 149248 Submitted by: Jesse Kempf <jkempf@davisvision.com> Notes: svn path=/head/; revision=259449
* This module is a minimalistic variant of p5-Class-Accessor (Class::Accessor).Dmitry Marakasov2010-08-175-0/+35
| | | | | | | | | | WWW: http://search.cpan.org/dist/Class-Accessor-Lite/ PR: 149481 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Notes: svn path=/head/; revision=259445
* Update to 0.3.0Sergey Skvortsov2010-08-177-14/+21
| | | | Notes: svn path=/head/; revision=259439
* Add patch for issue THRIFT-817.Sergey Skvortsov2010-08-172-1/+13
| | | | | | | WWW: https://issues.apache.org/jira/browse/THRIFT-817 Notes: svn path=/head/; revision=259438
* Really fix plistTilman Keskinoz2010-08-171-3/+4
| | | | | | | | Reported by: QAT pointy hat to: arved Notes: svn path=/head/; revision=259436
* Mark Broken on 8.0. The missing functions were added in SVN revision 199165Tilman Keskinoz2010-08-171-0/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=259432
* - Update to 3.9Vsevolod Stakhov2010-08-173-11/+27
| | | | | | | | | | | - Add kqueue to recommended backends - Fix TABs in Makefile PR: 149681 Submitted by: mm Notes: svn path=/head/; revision=259430
* Initial import of libdisorder 0.0.2Kevin Lo2010-08-177-0/+103
| | | | | | | Libdisorder is a simple C library for entropy measurement. Notes: svn path=/head/; revision=259426
* Update to 0.68.Andrej Zverev2010-08-172-4/+4
| | | | | | | | PR: ports/149364 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259423
* Update to 3.05.Andrej Zverev2010-08-172-4/+4
| | | | | | | | | | | Changes: http://search.cpan.org/dist/ParseTemplate/Changes PR: ports/149698 Submitted by: Frederic Culot <frederic@culot.org> Approved by: maintainer Notes: svn path=/head/; revision=259422
* - update to 3.22Yen-Ming Lee2010-08-163-6/+4
| | | | Notes: svn path=/head/; revision=259411
* - update to 0.96Yen-Ming Lee2010-08-162-4/+4
| | | | Notes: svn path=/head/; revision=259410
* Update bison to 2.4.3Johan van Selst2010-08-163-5/+11
| | | | | | | | PR: ports/144916 Tested by: exp-run by pav Notes: svn path=/head/; revision=259400