summaryrefslogtreecommitdiff
path: root/devel/mono-addins
AgeCommit message (Collapse)AuthorFilesLines
2016-12-04Recursive revbump from textproc/icu 58.1ryoon2-4/+4
2016-04-11Recursive revbump from textproc/icu 57.1ryoon2-4/+4
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-10Recursive revbump from textproc/icuryoon1-1/+2
2015-05-23Update to mono-addins 1.1 from mono-project site. No other information iskefren5-22/+39
provided about this release. Note: the original master development site http://monoaddins.codeplex.com doesn't list this release at all
2015-04-06Revbump after updating textproc/icuadam2-4/+4
2014-10-07Revbump after updating libwebp and icuadam2-4/+4
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2013-11-24Clear PLATFORM in the environment; if it's defined the build fails.dholland1-1/+2
2013-10-19Revbump after updating textproc/icuadam2-4/+4
2013-06-17Make mono packages depend on lang/mono2 instead of lang/mono.wiz4-25/+7
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
2013-05-29Fix build with mono 3.wiz2-1/+19
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-20Update to 1.0:wiz3-21/+28
1.0: Fixed crash in ExtensionContext finalizer Minor optimizations 0.6.2: Added option to support non-interactive installations when using mautil Fixed bugs: Avoid entering in an infinite loop when finding corrupted file Fixed crash when checking for add-in info in dynamic assemblies Fix bug in Repair command
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2011-06-10recursive bump from textproc/icu shlib major bump.obache2-3/+4
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