aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.0Alexander Nedotsukov2003-12-098-84/+67
| | | | Notes: svn path=/head/; revision=95453
* Updated to 0.80Sergey Skvortsov2003-12-083-2/+3
| | | | Notes: svn path=/head/; revision=95398
* Updated to 0.12Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95397
* Updated to 0.25Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95396
* Updated to 1.02Sergey Skvortsov2003-12-087-8/+7
| | | | Notes: svn path=/head/; revision=95395
* Updated to 0.104Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95393
* Updated to 1.6Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95392
* - Update to 3.0.0 (unbreaks fetching)Sergei Kolobov2003-12-083-31/+10
| | | | | | | Prompted by: fenner's portsurvey Notes: svn path=/head/; revision=95390
* Updated to 1.3Sergey Skvortsov2003-12-083-10/+9
| | | | Notes: svn path=/head/; revision=95389
* Updated to 0.07Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95372
* Updated to 2.03Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95371
* Updated to 1.13Sergey Skvortsov2003-12-083-4/+3
| | | | Notes: svn path=/head/; revision=95370
* Updated to 0.04Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95368
* Updated to 0.2Sergey Skvortsov2003-12-082-3/+9
| | | | Notes: svn path=/head/; revision=95359
* Updated to 0.06Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95356
* Updated to 2003.1126Sergey Skvortsov2003-12-082-2/+2
| | | | Notes: svn path=/head/; revision=95355
* Update to 0.24Erwin Lansing2003-12-082-3/+2
| | | | | | | | - More tests (richardc) - Made exec() work (see t/19invoke_djbish.t if you're curious) Notes: svn path=/head/; revision=95352
* - Update to 1.011Sergei Kolobov2003-12-085-123/+2
| | | | | | | - Removed patches intergrated into upstream Notes: svn path=/head/; revision=95348
* Mark as broken on 5.x (stricter gcc3.3 string continuation handling).Mark Linimon2003-12-081-1/+7
| | | | Notes: svn path=/head/; revision=95323
* Update to 1.0.p25. See =README.arch-newstuff for an overview ofMark Linimon2003-12-084-156/+168
| | | | | | | | | | | | | the extensive changes. Of course there are the usual bugfixes. Also fix the mastersites and WWW url. PR: ports/54754, ports/55747 Submitted by: Shu-yu Guo <shu@rufuran.org>, Michal F. Hanula <frankie@7f000001.org> Committed on behalf of wjv@, who is letting real life take precedence over FreeBSD right now. Notes: svn path=/head/; revision=95306
* Fix PLIST entry.Alexander Nedotsukov2003-12-072-1/+2
| | | | | | | Reported by: adamw Notes: svn path=/head/; revision=95301
* - Fix build on -CURRENTPav Lucistnik2003-12-073-5/+34
| | | | | | | | | | - Mark ONLY_FOR_ARCHS = i386 PR: ports/58502 Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw> Notes: svn path=/head/; revision=95297
* Update to 0.6.Joe Marcus Clarke2003-12-072-4/+7
| | | | | | | | PR: 60024 Submitted by: maintainer Notes: svn path=/head/; revision=95293
* Update to 1.3.5Alexander Nedotsukov2003-12-072-2/+2
| | | | Notes: svn path=/head/; revision=95256
* Restyle email address of (non)maintainer.Mark Linimon2003-12-071-1/+1
| | | | Notes: svn path=/head/; revision=95229
* Add port for ipython 0.50,Hye-Shik Chang2003-12-066-0/+209
| | | | | | | | | | An enhanced Interactive Python shell. PR: 59981 Submitted by: Dryice Liu <dryice@hotpop.com> Notes: svn path=/head/; revision=95197
* Add as31, a free 8051 assembler originally written by Ken Stauffer.Pav Lucistnik2003-12-066-0/+58
| | | | | | | | | | | AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language. PR: ports/59549 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=95187
* - Update to 1.3.4Alexander Nedotsukov2003-12-064-75/+26
| | | | | | | | - Switchover to GNOME master site - Use bzip2 source archives Notes: svn path=/head/; revision=95179
* - Update to version 4.0.3Kirill Ponomarev2003-12-053-9/+14
| | | | | | | | PR: 59885 Submitted by: maintainer Notes: svn path=/head/; revision=95166
* OpenTop contains framework classes that provide the featuresKirill Ponomarev2003-12-055-0/+653
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | you need to write network-centric, web-enabled and internationalized applications in C++. It enables you to: * create network clients and servers using either raw socket facilities or higher-level protocols such as HTTP and FTP. * create multi-threaded applications and manage synchronization between threads using simple but effective threading abstractions which are common to all platforms. * use the full Unicode character range, using built-in character types and standard string classes. * use byte and character streams and manipulate files using an API inspired by the excellent java.io package. * take advantage of its open architecture by registering your own (or third-party) classes to perform custom processing. * write portable applications and extension libraries. OpenTop is an ideal base on which to deliver cross-platform solutions, benefitting independent software vendors and corporate IT departments. * integrate XML into your C++ applications with the C++ XML Toolkit extension library. PR: 59887 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=95160
* Add p5-Algorithm-Interval2Prefix 0.02,Anton Berezin2003-12-055-0/+34
| | | | | | | | | | | generate prefixes from intervals. PR: 59982 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=95157
* Update to 2.8.3.Adam Weinberger2003-12-052-2/+2
| | | | Notes: svn path=/head/; revision=95153
* Add many examples from TILev A. Serebryakov2003-12-053-11/+488
| | | | Notes: svn path=/head/; revision=95133
* Fix multiplication code generation.Lev A. Serebryakov2003-12-054-4/+4
| | | | Notes: svn path=/head/; revision=95132
* upgrade to 1.0.13Ying-Chieh Liao2003-12-055-110/+35
| | | | Notes: svn path=/head/; revision=95087
* Add libcheck 0.8.4, a unit test framework for C.Mike Heffner2003-12-055-0/+62
| | | | | | | | PR: 59280 Submitted by: mikeh@FreeBSD.org Notes: svn path=/head/; revision=95085
* * Developer released a new tarball without incrementing the version numberOliver Braun2003-12-044-60/+88
| | | | | | | | | | | (verified). Upgrade to this version and bump PORTREVISION. * Allow choosing of TK Version (default 8.4) PR: ports/59618 Submitted by: maintainer Notes: svn path=/head/; revision=95077
* - Update to 0.5.0Dirk Meyer2003-12-043-2/+5
| | | | Notes: svn path=/head/; revision=95051
* Add py-cheetah 0.9.15,Hye-Shik Chang2003-12-045-0/+173
| | | | | | | a python-based template engine for any text-based formats. Notes: svn path=/head/; revision=95049
* Update to 1.049Tilman Keskinoz2003-12-043-2/+6
| | | | | | | | PR: 59932 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=95030
* Add p5-Class-Base 0.03, useful base class for deriving other modules.Mathieu Arnold2003-12-045-0/+41
| | | | | | | | PR: 59622 Submitted by: Lars Thegler <lars@thegler.dk> Notes: svn path=/head/; revision=95020
* - Update to 2.24, which includes a fix for parallel buildingSergei Kolobov2003-12-044-53/+16
| | | | | | | | | | | | - Install manpages to the standard location - Sort pkg-plist - Assign maintainership to the submitter PR: 59661 Submitted by: Jason Evans <jasone@canonware.com> Notes: svn path=/head/; revision=95017
* Update to 0.28Mathieu Arnold2003-12-043-2/+8
| | | | Notes: svn path=/head/; revision=94987
* Update to 0.04Mathieu Arnold2003-12-042-4/+2
| | | | Notes: svn path=/head/; revision=94984
* Update to 0.16Mathieu Arnold2003-12-042-2/+2
| | | | Notes: svn path=/head/; revision=94982
* Update to 0.06Mathieu Arnold2003-12-043-4/+6
| | | | Notes: svn path=/head/; revision=94981
* Update to 0.78Mathieu Arnold2003-12-042-2/+2
| | | | Notes: svn path=/head/; revision=94980
* Update to 0.04.02Mathieu Arnold2003-12-042-2/+3
| | | | Notes: svn path=/head/; revision=94976
* Update to 0.19Mathieu Arnold2003-12-042-4/+3
| | | | Notes: svn path=/head/; revision=94959
* Update to 0.72Mathieu Arnold2003-12-042-2/+2
| | | | | | | | PR: 59635 Submitted by: maintainer Notes: svn path=/head/; revision=94943