aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to bsd.java.mk 2.0Herve Quiroz2005-01-282-2/+4
| | | | | | | - Fix pkg-plist to calm portlint Notes: svn path=/head/; revision=127577
* Update to bsd.java.mk 2.0Herve Quiroz2005-01-282-3/+4
| | | | Notes: svn path=/head/; revision=127575
* - Update to 0.6.10Pav Lucistnik2005-01-282-3/+3
| | | | | | | | PR: ports/76782 Submitted by: Dryice Liu <dryice@liu.com.cn> (maintainer) Notes: svn path=/head/; revision=127566
* Update to 0.26.08Mathieu Arnold2005-01-282-3/+3
| | | | Notes: svn path=/head/; revision=127555
* No need for explicit LDCONFIG since we have INSTALLS_SHLIB.Volker Stolz2005-01-282-5/+1
| | | | Notes: svn path=/head/; revision=127554
* Update to 0.26Mathieu Arnold2005-01-282-3/+3
| | | | Notes: svn path=/head/; revision=127552
* - Update to 1.15: Happy now supports GLR-grammarsVolker Stolz2005-01-284-47/+24
| | | | | | | | | - Use PORTDOCS=* (so we don't need to do too much manual tracking) Approved by: maintainer Notes: svn path=/head/; revision=127537
* Update to 0.08, set maintainer to perl.Anton Berezin2005-01-282-4/+4
| | | | Notes: svn path=/head/; revision=127529
* Remove some leftover directories.Joe Marcus Clarke2005-01-271-0/+3
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127511
* Update to 1.2.1.Joerg Wunsch2005-01-275-30/+320
| | | | Notes: svn path=/head/; revision=127510
* System_Command is a command line execution interface.Pav Lucistnik2005-01-274-0/+38
| | | | | | | | | | | | | | | | | Running functions from the command line can be risky if the proper precautions are not taken to escape the shell arguments and reaping the exit status properly. This class provides a formal interface to both, so that you can run a system command as comfortably as you would run a php function, with full pear error handling as results on failure. It is important to note that this class, unlike other implementations, distinguishes between output to stderr and output to stdout. It also reports the exit status of the command. So in every sense of the word, it gives php shell capabilities. PR: ports/76749 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> Notes: svn path=/head/; revision=127507
* Do also set IGNORE when running against a too old version of PerlJoerg Wunsch2005-01-272-0/+2
| | | | | | | | | where we can't build the docs. Hinted by: kris Notes: svn path=/head/; revision=127506
* Require a sufficiently current Perl to be installed, as opposed to aJoerg Wunsch2005-01-272-2/+2
| | | | | | | | | sufficiently current version of FreeBSD. Submitted by: vs Notes: svn path=/head/; revision=127476
* Update to 1.07Sergey Skvortsov2005-01-272-4/+4
| | | | Notes: svn path=/head/; revision=127466
* Update to 0.205Sergey Skvortsov2005-01-272-4/+4
| | | | Notes: svn path=/head/; revision=127465
* Update to 2.00_03Sergey Skvortsov2005-01-272-5/+6
| | | | Notes: svn path=/head/; revision=127464
* Update to 1.3Sergey Skvortsov2005-01-272-3/+3
| | | | Notes: svn path=/head/; revision=127463
* Update to 1.07Sergey Skvortsov2005-01-272-3/+3
| | | | Notes: svn path=/head/; revision=127462
* Update to 0.33Sergey Skvortsov2005-01-273-7/+4
| | | | Notes: svn path=/head/; revision=127461
* Update to 0.04Sergey Skvortsov2005-01-273-7/+4
| | | | Notes: svn path=/head/; revision=127460
* Upgrade to GCC version 3.4.3.Joerg Wunsch2005-01-278-2832/+130
| | | | | | | | | | Note that I do not longer support FreeBSD 4.x at this point, as their system-provided Pod::Man is way too old, and I'm tired of rolling that extra man page tarball. Software developers can IMHO reasonably be expected to run some version of FreeBSD 5.x these days. Notes: svn path=/head/; revision=127459
* Upgrade to version 2.3.Joerg Wunsch2005-01-272-3/+3
| | | | Notes: svn path=/head/; revision=127458
* Kill pkg-plist, save inode!Alexey Dokuchaev2005-01-272-2/+2
| | | | Notes: svn path=/head/; revision=127455
* - Unbreak the buildAlexey Dokuchaev2005-01-272-10/+7
| | | | | | | | - Minor indentation nits in Makefile - Fix a typo in pkg-descr Notes: svn path=/head/; revision=127454
* - Update to 5.4 (it fixes fetching)Sergey Matveychuk2005-01-262-3/+3
| | | | | | | | | PR: ports/76017 Submitted by: self Approved by: maintainer (timeout ~3 weeks) Notes: svn path=/head/; revision=127449
* Update to 1.2Sergey Skvortsov2005-01-262-3/+3
| | | | Notes: svn path=/head/; revision=127440
* Update to 1.14Sergey Skvortsov2005-01-262-4/+3
| | | | Notes: svn path=/head/; revision=127439
* Update to 0.08Sergey Skvortsov2005-01-263-6/+3
| | | | Notes: svn path=/head/; revision=127428
* Update to 1.03Sergey Skvortsov2005-01-263-6/+3
| | | | Notes: svn path=/head/; revision=127427
* Update to 0.6.8.Tilman Keskinoz2005-01-263-3/+4
| | | | | | | | PR: 76703 Submitted by: Dryice Liu <dryice@liu.com.cn> Notes: svn path=/head/; revision=127417
* - Fix pkg-listSergey Matveychuk2005-01-261-1/+2
| | | | | | | Reported by: kris via pointyhat Notes: svn path=/head/; revision=127415
* - add USE_GNOME=pkgconfig to fix 'extra files' problemSergey Matveychuk2005-01-261-0/+1
| | | | | | | | Reported by: kris via pointyhat Proposed by: pav via irc Notes: svn path=/head/; revision=127412
* - Fix build and install on 4.X/5.X/-CURRENTAlexey Dokuchaev2005-01-262-14/+37
| | | | | | | | | - Utilize REINPLACE - Tidy up Makefile - Take maintainership Notes: svn path=/head/; revision=127407
* Update to 0.05, assign maintainer to perl.Anton Berezin2005-01-262-4/+4
| | | | Notes: svn path=/head/; revision=127405
* Update to 104.111901, assign maintainer to perl.Anton Berezin2005-01-263-4/+6
| | | | Notes: svn path=/head/; revision=127401
* Put expiration date to deprecated ports.Anton Berezin2005-01-261-0/+1
| | | | Notes: svn path=/head/; revision=127398
* Update to 0.8.6Hye-Shik Chang2005-01-262-3/+3
| | | | Notes: svn path=/head/; revision=127395
* Update to 1.2.2Hye-Shik Chang2005-01-262-3/+3
| | | | Notes: svn path=/head/; revision=127394
* Update to 1.5Hye-Shik Chang2005-01-263-10/+18
| | | | Notes: svn path=/head/; revision=127393
* Update to 0.4.9.5Hye-Shik Chang2005-01-263-3/+5
| | | | Notes: svn path=/head/; revision=127392
* - fix fetch source file failCheng-Lung Sung2005-01-261-2/+2
| | | | | | | | | | - also correct maintainer's email address PR: ports/76701 Submitted by: maintainer Notes: svn path=/head/; revision=127389
* Update to 1.33Kevin Lo2005-01-262-3/+3
| | | | | | | | PR: ports/76651 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=127361
* Fix misspelt rmdir path.Jun Kuriyama2005-01-261-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=127349
* Update to to 1.2.0RC6.Thierry Thomas2005-01-252-3/+4
| | | | | | | | | | Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.0RC6/>. PR: 76657 Submitted by: maintainer. Notes: svn path=/head/; revision=127341
* Add pkgconfig dependency.Kirill Ponomarev2005-01-251-1/+1
| | | | Notes: svn path=/head/; revision=127333
* Fix big small typo.Michael Nottebrock2005-01-251-1/+1
| | | | Notes: svn path=/head/; revision=127318
* Update to 1.4320.Anton Berezin2005-01-252-3/+3
| | | | Notes: svn path=/head/; revision=127312
* Update to 2.4319.Anton Berezin2005-01-252-3/+3
| | | | Notes: svn path=/head/; revision=127311
* - fix pkg-plist errors on i386 5Cheng-Lung Sung2005-01-251-2/+2
| | | | | | | | PR: ports/75870 Submitted by: clsung Notes: svn path=/head/; revision=127310
* - fix PLIST and unbreak this portYen-Ming Lee2005-01-254-29/+57
| | | | | | | | | | - transfer MAINTAINERship PR: 75904 Submitted by: James Earl <james at icionline.ca> Notes: svn path=/head/; revision=127302