aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* New port: devel/pear-Var_Dump Provides methods for dumping structuredEdwin Groothuis2004-11-274-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | information about a variable The Var_Dump class is a wrapper for the var_dump function. The var_dump function displays structured information about expressions that includes its type and value. Arrays are explored recursively with values indented to show structure. The Var_Dump class captures the output of the var_dump function, by using output control functions, and then uses external renderer classes for displaying the result in various graphical ways: * Simple text, * HTML/XHTML text, * HTML/XHTML table, * XML, * ... PR: ports/74329 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=122550
* Update port: devel/pear-PHPUnit2 to 2.1.4Edwin Groothuis2004-11-274-6/+6
| | | | | | | | | | + update devel/pear-PHPUnit2 to 2.1.4 PR: ports/74317 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=122549
* New port: devel/pear-PHP_Compat Provides missing functionality for older ↵Edwin Groothuis2004-11-274-0/+97
| | | | | | | | | | | | | versions of PHP PHP_Compat provides missing functionality in the form of Constants and Functions for older versions of PHP. PR: ports/71936 ports/74239 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=122547
* Strip resulting binaryVolker Stolz2004-11-262-0/+6
| | | | | | | | PR: ports/74391 Submitted by: Eugene Ossintsev Notes: svn path=/head/; revision=122507
* Update to 0.18Mathieu Arnold2004-11-262-3/+12
| | | | | | | Add some docs Notes: svn path=/head/; revision=122495
* -Update to 1.0.4.Jeremy Messenger2004-11-266-28/+55
| | | | | | | | | | | | | -Correct the path of put *.desktop and icon. -A bit clean up, such as reduce two tabs to one and etc. -Change the maintainership to Tom McLaughlin <tmclaugh@sdf.lonestar.org>. Approved by: Christopher Nehren <apeiron@comcast.net> (maintainer) Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Notes: svn path=/head/; revision=122488
* [new port] devel/p5-Class-AutoClassSergey Matveychuk2004-11-265-0/+50
| | | | | | | | PR: ports/74383 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar> Notes: svn path=/head/; revision=122467
* [new port] devel/p5-Data-StagSergey Matveychuk2004-11-265-0/+100
| | | | | | | | PR: ports/74382 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar> Notes: svn path=/head/; revision=122462
* Add missing libtool droppingsKris Kennaway2004-11-261-0/+4
| | | | Notes: svn path=/head/; revision=122447
* Add missing manpagesKris Kennaway2004-11-251-0/+2
| | | | Notes: svn path=/head/; revision=122439
* Fix fetch after fd.o's restructuring.Joe Marcus Clarke2004-11-251-1/+1
| | | | | | | Reported by: h <h@erathia.be> Notes: svn path=/head/; revision=122426
* Update perforce binaries.Norikatsu Shigemura2004-11-2512-48/+48
| | | | | | | | | PR: ports/74050[1], ports/74324[2] Submitted by: Jean-Sebastien Pedron <jspedron@club-internet.fr> david marshall <marshall@chezmarshall.com> (maintainer)[2] Notes: svn path=/head/; revision=122410
* So this was not a fluke on my machine. intltest does hang more often,Mikhail Teterin2004-11-252-14/+42
| | | | | | | | | | | | | than it does not and a thread-guru should take a closer look. Modify the port to make `intltest' part optional, while running through other vendor's tests. Vendor is notified -- http://www.jtcsv.com/cgibin/icu-bugs/incoming?id=1141 While here, change echo to ${ECHO}. Notes: svn path=/head/; revision=122391
* Kris fixed the package creation for mcve, so this should work nowAlex Dupre2004-11-252-4/+0
| | | | | | | in every scenario. Notes: svn path=/head/; revision=122387
* Forgot to bump PORTREVISION, because of correct the installion for put theJeremy Messenger2004-11-254-0/+4
| | | | | | | *.pc files in libdata/pkgconfig instead lib/pkgconfig. Notes: svn path=/head/; revision=122385
* Make the portlint a bit happier.Jeremy Messenger2004-11-258-44/+60
| | | | | | | Approved by: dolt_ (IRC handle, the maintainer) Notes: svn path=/head/; revision=122384
* Update to apr 1.0.1 (apr 1.0.0 no longer available)Daichi GOTO2004-11-2512-28/+28
| | | | | | | | PR: ports/74322 Submitted by: Craig Rodrigues <rodrigc@crodrigues.org> (maintainer) Notes: svn path=/head/; revision=122383
* The Excalibur Configuration package contains extensions to the Avalon FrameworkHerve Quiroz2004-11-254-0/+54
| | | | | | | | | | | | supporting configuration management. This Excalibur component is now deprecated but is still required by some Java packages. WWW: http://excalibur.apache.org/deprecation.html Notes: svn path=/head/; revision=122380
* Add missing fileKris Kennaway2004-11-241-0/+1
| | | | Notes: svn path=/head/; revision=122349
* Add missing headerKris Kennaway2004-11-242-0/+2
| | | | Notes: svn path=/head/; revision=122345
* Clean up locale directory after ourselvesKris Kennaway2004-11-242-0/+2
| | | | Notes: svn path=/head/; revision=122343
* Don't remove all empty locale directories, only the ones we createdKris Kennaway2004-11-241-29/+42
| | | | | | | ourselves. Notes: svn path=/head/; revision=122337
* - Update to 0.08Sergey Matveychuk2004-11-242-3/+3
| | | | | | | | PR: ports/74114 Submitted by: maintainer Notes: svn path=/head/; revision=122329
* New Port: devel/p5-Decision-ACL - Manage and Build Access Control ListsSergey Matveychuk2004-11-245-0/+47
| | | | | | | | PR: ports/72358 Submitted by: Aaron Dalton <aaron(at)daltons.ca> Notes: svn path=/head/; revision=122327
* New Port: devel/p5-Data-Table - Data type related to database tables,Sergey Matveychuk2004-11-245-0/+55
| | | | | | | | | | spreadsheets, etc... PR: ports/73796 Submitted by: Aaron Dalton <aaron(at)daltons.ca> Notes: svn path=/head/; revision=122325
* Update to 0.17Mathieu Arnold2004-11-243-3/+19
| | | | Notes: svn path=/head/; revision=122316
* - Update to 0.05Sergey Matveychuk2004-11-243-4/+26
| | | | | | | | PR: ports/74121 Submitted by: maintainer Notes: svn path=/head/; revision=122301
* New Port: devel/p5-Heap-Simple-XS - An XS implementationSergey Matveychuk2004-11-245-0/+51
| | | | | | | | | | of the Heap::Simple interface PR: ports/73828 Submitted by: Aaron Dalton <aaron(at)daltons.ca> Notes: svn path=/head/; revision=122297
* New Port: devel/p5-Heap-Simple-Perl - A pure perl implementationSergey Matveychuk2004-11-245-0/+85
| | | | | | | | | | of the Heap::Simple interface PR: ports/73827 Submitted by: Aaron Dalton <aaron(at)daltons.ca> Notes: svn path=/head/; revision=122296
* - Update to 0.0.9Sergey Matveychuk2004-11-244-44/+17
| | | | | | | | PR: ports/73829 Submitted by: maintainer Notes: svn path=/head/; revision=122295
* Fix:Maho Nakata2004-11-243-0/+44
| | | | | | | | | epm installs a number of files that are not listed in the plist Submitted by: kris via pointy hat Notes: svn path=/head/; revision=122287
* - Fix build on 4.10.Sergey Matveychuk2004-11-242-0/+27
| | | | Notes: svn path=/head/; revision=122274
* Add some missing locale directoriesKris Kennaway2004-11-242-0/+8
| | | | Notes: svn path=/head/; revision=122269
* Add missing filesKris Kennaway2004-11-241-0/+2
| | | | Notes: svn path=/head/; revision=122263
* Remove freedesktop.org from MASTER_SITES since the distfile hasMichael Johnson2004-11-231-2/+1
| | | | | | | | | | now shown up and does not match distinfo Pointed out by: Pointy hat via kris Approved by: adamw (implicit) Notes: svn path=/head/; revision=122252
* Update from pre-release to the 3.2 -- officially released today.Mikhail Teterin2004-11-234-6/+6
| | | | | | | | | | There are still test-hanging issues :-\ Can a thread guru, please, try building this port? Some mentioning of this problem is at: http://oss.software.ibm.com/cvs/icu/~checkout~/icu/readme.html?tag=release-3-2#ImportantNotesCPlusPlus Notes: svn path=/head/; revision=122243
* Add jude-community 1.4.3, A Java/UML Object-Oriented Design Tool.Norikatsu Shigemura2004-11-2318-168/+81
| | | | | | | | | | | o jude_take -> jude-community PR: ports/73702 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer) Repo copied by: marcus (portmgr) Notes: svn path=/head/; revision=122228
* Update to 0.07Mathieu Arnold2004-11-232-3/+3
| | | | Notes: svn path=/head/; revision=122218
* Forgoten PORTREVISION bump.Sergey Matveychuk2004-11-231-0/+1
| | | | Notes: svn path=/head/; revision=122217
* Update to 0.05Mathieu Arnold2004-11-232-3/+3
| | | | Notes: svn path=/head/; revision=122214
* Use new INSTALLS_OMF.Jeremy Messenger2004-11-238-24/+4
| | | | | | | Approved by: bland, kwm, marcus and pav Notes: svn path=/head/; revision=122196
* CORBA Notification Service for omniORBSergey Matveychuk2004-11-236-0/+316
| | | | Notes: svn path=/head/; revision=122184
* - Update to 0.08Sergey Matveychuk2004-11-222-3/+3
| | | | | | | | PR: ports/74149 Submitted by: maintainer Notes: svn path=/head/; revision=122181
* - Update to 0.06Sergey Matveychuk2004-11-222-3/+3
| | | | | | | | PR: ports/74148 Submitted by: maintainer Notes: svn path=/head/; revision=122180
* Update to 0.11Sergey Matveychuk2004-11-222-3/+3
| | | | | | | | | | | | - now using Scalar::Util::blessed() instead of the convoluted UNIVERSAL::isa() stuff. - added Scalar::Util as a dependency PR: ports/74120 Submitted by: maintainer Notes: svn path=/head/; revision=122179
* - Fix possible buffer overflowSergey Matveychuk2004-11-221-0/+16
| | | | | | | | PR: ports/70699 Submitted by: Sergey S. Kostyliov <rathamahata(at)ehouse.ru> Notes: svn path=/head/; revision=122174
* Update to 2.6.9.Joe Marcus Clarke2004-11-222-158/+57
| | | | | | | | | | | | | | | | | | * Ignore comments when checking for absolute pathname usage * Check DISTNAME for uses of PORTREVISION and PORTEPOCH [1] * Make sure to quote meta-characters in PORTNAME before using it as a regular expression [1] * Fix bug when matching OPTIONS in ".if defined(WITH_OPT1) && defined(WITHOUT_OPT2)" [2] * Update OMF checks to account for the new INSTALLS_OMF macro * Update GConf checks to account for the new GCONF_SCHEMAS macro PR: 73536 [2] Submitted by: mat [1] leeym [2] Notes: svn path=/head/; revision=122165
* Align stack address for new threads.Tor Egge2004-11-222-1/+2
| | | | Notes: svn path=/head/; revision=122164
* Add pear-Console_Getargs 1.2.1, a command-line arguments parser.Thierry Thomas2004-11-224-0/+35
| | | | | | | | PR: 74092 Submitted by: Antônio Carlos Venâncio Júnior. Notes: svn path=/head/; revision=122162
* Upgrade to to 2.2.4.Thierry Thomas2004-11-222-3/+3
| | | | | | | | PR: ports/74234 Submitted by: maintainer. Notes: svn path=/head/; revision=122158