aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lazarus
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Update to 0.9.24Jose Alonso Cardenas Marquez2008-01-072-9/+8
|
* - Use new version of lang/fpcJose Alonso Cardenas Marquez2007-09-181-9/+26
| | | | - Bump PORTREVISION
* - Install lazbuild toolJose Alonso Cardenas Marquez2007-09-093-4105/+92
| | | | | | | | - Add BIGIDE option - Add support for gtk20 and gtk12 interface - Remove pkg-plist file - Fix build of printers4lazarus when BIGIDE option is selected - Bump PORTVERSION
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.9.22Jose Alonso Cardenas Marquez2007-03-313-110/+323
| | | | See the complete changelog at http://www.lazarus.freepascal.org
* - Update to 0.9.20Jose Alonso Cardenas Marquez2006-11-103-17/+91
| | | | | | - See the changelog at http://www.lazarus.freepascal.org/modules.php?op=modload&name=News&file=article&sid=134&mode=thread&order=0&thold=0
* - Fix build problemJose Alonso Cardenas Marquez2006-10-231-3/+1
| | | | | Reported by: kris Approved by: portmgr (erwin)
* BROKEN: Does not buildKris Kennaway2006-10-211-0/+2
| | | | Approved by: portmgr (self)
* - I forgot of the changes of pkg-plist on previous commit.Jose Alonso Cardenas Marquez2006-10-021-9/+0
|
* - Finally this version was officially releasedJose Alonso Cardenas Marquez2006-10-022-25/+7
| | | | | | | | - Dependency of freepascal source code isn't neccesary anymore - The tarball was rerolled, because the lazarus source code had some errors [1] - Bump PORTREVISION Obtained from: freepascal forums and email [1]
* - Use lazarus wrapper script instead of symlink.Jose Alonso Cardenas Marquez2006-09-241-1/+7
| | | | | | - Bump PORTREVISION Suggested by: Ales Katona <almindor__at__gmail.com>
* - Update to 0.9.18Jose Alonso Cardenas Marquez2006-09-234-92/+276
|
* - Use startlazarus instead of lazarus on symlink. It solve some problems whenJose Alonso Cardenas Marquez2006-09-221-2/+2
| | | | | | | the lazarus is been used. - Bump PORTREVISION Reported by: Ales Katona <almindor__at__gmail.com>
* - Fix CATEGORIESJose Alonso Cardenas Marquez2006-09-201-2/+2
|
* - Fix MASTER_SITESJose Alonso Cardenas Marquez2006-09-141-4/+10
| | | | | Reported by: kris Approved by: garga (mentor,implicit)
* - Update to 2.0.4Jose Alonso Cardenas Marquez2006-09-082-12/+16
| | | | | | - Add new dependencies to editors/lazarus Approved by: garga (mentor,implicit)
* - New port: editors/lazarusJose Alonso Cardenas Marquez2006-07-315-0/+3794
Lazarus is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is of course OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi-like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere. WWW: http://www.lazarus.freepascal.org/ Approved by: garga (mentor)