summaryrefslogtreecommitdiff
path: root/devel/mono-addins
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25Update to mono-addins 0.6.1, part of mono 2.10kefren4-20/+29
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2010-07-14Set LICENSE.wiz1-1/+2
2010-06-11Update to 0.5kefren3-17/+35
The 0.5 release of Mono.Addins comes packed with new features, including: * User defined custom attributes can now be used to declare extensions and add-in metadata. * The new AddinEngine class allows hosting several independent add-in engines in a single application domain. * Improved lazy loading of add-ins. More information is now lazy loaded. * An XML manifest can now be split in several files embedded as resources in an assembly. * More add-in information can be declared using custom attributes instead of an XML manifest: author list, imported files and assemblies, optional modules, localizers. * Added new API based on generic methods and collections. * New MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental). * Reorganized the samples directory. * Many bug fixes.
2009-08-12recursive bump for icu shlib version change except already done.obache2-4/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-26/+1
2009-05-28update master site.zafer1-2/+2
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe2-2/+4
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-24MAKE_JOBS_SAFE=nokefren1-1/+2
should address PR/40731
2009-01-08Update to 0.4:wiz3-18/+43
The 0.4 release includes several improvements and bug fixes: * Added support for specifying paths to exclude from the add-in scan in .addins files [1] and in add-in manifests [2]. * There are several new flags [3] which can be applied to add-ins: * Can't uninstall: the add-in can't be uninstalled. * Can't disable: the add-in can't be disabled. * Hidden: the add-in won't be visible in the setup tools. * Fixes in the add-in scanner. * The new (and optional) Mono.Addins.CecilReflector assembly provides a Cecil-based backend for the add-in scanner. This scanner is more reliable than the reflection based scanner. * When updating the registry, the add-in scanner will only update add-ins belonging to the running application (ignoring directories from other instances of the same or different applications sharing the same registry). * Fixed issue with path length limitation in Windows. * Other bug fixes and API improvements.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-04-27Bump BUILDLINK_API_DEPENDS for gtk-sharp (name changes) and bump PKGREVISIONwiz1-1/+2
of dependencies.
2008-03-17Update path to gtk-sharp.wiz2-4/+4
2008-02-24Needs pkg-config for configure.wiz1-2/+2
2008-02-19Update to 0.3.1: misc build fixes and bugfixes.xtraeme3-17/+17
2008-02-13correct wip pathkefren1-2/+2
2008-02-13Add Mono.Addins, a framework for creating extensible applications, and forkefren5-0/+87
creating libraries which extend those applications