Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
DragonFly has not produced _p.a files in a long time. The PLIST to
modified to exclude libdcdflib_c_p.a if build on DragonFly.
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Fix typo in MESSAGE.
Bump PKGREVISION.
Tnanks you, gdt@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DragonFly has the same math limitations as NetBSD, so it needs the same fix.
|
|
No infrastructure changes from now on until the branch, please;
upgrades to leaf packages, and security updates, are allowed - all
others, please seek the advice and approval of a pkgsrc-PMC member.
|
|
chat/ircII to 20111115nb3
security/ssh2 to 3.2.9.1nb8
security/zkt to 1.0nb1
|
|
Bump PKGREVISION
|
|
Bump PKGREVISION
|
|
|
|
The schema48 configure schema has a pthreads test that can't be overridden.
The problem is that it starts with -mt, and it thinks the test passes when
in reality gcc complains. This commit does a post-patch inline replacement
on the configure script to override the test, and to add -pthread to both
$CFLAGS and $LDFLAGS.
|
|
http://www.cs.arizona.edu/sr/impl.html:
"SR does not run on 64-bit X86/AMD64 Linux".
Indeed, the arch.h file has no provision for the x86_64 architecture.
NetBSD x86_64 gets past the trap because it patched the arch.h file to
alway define the arch. Configuring on DragonFly64 illustrates the arch
is unsupported.
|
|
|
|
|
|
Release date: 2011-09-19 02:53 UTC
Release state: stable
Changelog:
- The 'firebug' handler is now usable with Chrome, as well. (Request 18617)
- The 'observer' code now longer generates deprecated return value reference notices. (Bug 18830)
|
|
|
|
Bump PKGREVISION.
|
|
|
|
Depends on Ruby on Rails 3 and here is CHANGELOG although it would not
be complete one.
* (16 Jun 2008) Backwards Compatibility is overrated (big updates for rails 2.1)
* Use ActiveRecord 2.1's dirty attribute checking instead [Asa Calow]
* Remove last traces of #non_versioned_fields
* Remove AR::Base.find_version and AR::Base.find_versions, rely on AR association proxies and named_scope
* Remove #versions_count, rely on AR association counter caching.
* Remove #versioned_attributes, basically the same as AR::Base.versioned_columns
* (5 Oct 2006) Allow customization of #versions association options [Dan Peterson]
*0.5.1*
* (8 Aug 2006) Versioned models now belong to the unversioned model. @article_version.article.class => Article [Aslak Hellesoy]
*0.5* # do versions even matter for plugins?
* (21 Apr 2006) Added without_locking and without_revision methods.
Foo.without_revision do
@foo.update_attributes ...
end
*0.4*
* (28 March 2006) Rename non_versioned_fields to non_versioned_columns (old one is kept for compatibility).
* (28 March 2006) Made explicit documentation note that string column names are required for non_versioned_columns.
*0.3.1*
* (7 Jan 2006) explicitly set :foreign_key option for the versioned model's belongs_to assocation for STI [Caged]
* (7 Jan 2006) added tests to prove has_many :through joins work
*0.3*
* (2 Jan 2006) added ability to share a mixin with versioned class
* (2 Jan 2006) changed the dynamic version model to MyModel::Version
*0.2.4*
* (27 Nov 2005) added note about possible destructive behavior of if_changed? [Michael Schuerig]
|
|
|
|
0.2.3nb1 and update it to 0.2.3nb2.
|
|
explicitly.
Bump PKGREVISION.
|
|
|
|
databases/ruby-acts-as-versioned02.
|
|
|
|
on tech-pkg-ja@.
Bump PKGREVISION.
|
|
databases/ruby-dm-adjust
databases/ruby-dm-do-adapter
databases/ruby-dm-ar-finders
databases/ruby-dm-cli
databases/ruby-dm-ferret-adapter
databases/ruby-dm-is-list
databases/ruby-dm-is-nested_set
databases/ruby-dm-is-remixable
databases/ruby-dm-is-searchable
databases/ruby-dm-is-state_machine
databases/ruby-dm-is-tree
databases/ruby-dm-is-versioned
databases/ruby-dm-mysql-adapter
databases/ruby-dm-observer
databases/ruby-dm-postgres-adapter
databases/ruby-dm-rest-adapter
databases/ruby-dm-sqlite-adapter
databases/ruby-dm-sweatshop
databases/ruby-dm-tags
databases/ruby-dm-yaml-adapter
databases/ruby-dm-active_model
databases/ruby-dm-rails
|
|
ruby-dm-cli, ruby-dm-ferret-adapter, ruby-dm-is-list, ruby-dm-is-nested_set,
ruby-dm-is-remixable, ruby-dm-is-searchable, ruby-dm-is-state_machine,
ruby-dm-is-tree, ruby-dm-is-versioned, ruby-dm-mysql-adapter,
ruby-dm-observer, ruby-dm-postgres-adapter, ruby-dm-rest-adapter,
ruby-dm-sqlite-adapter, ruby-dm-sweatshop, ruby-dm-tags, ruby-dm-yaml-adapter,
ruby-dm-active_model and ruby-dm-rails.
|
|
Dm-rails provides the railtie that allows datamapper to hook into rails3 and
thus behave like a rails framework component. Just like activerecord does in
rails, dm-rails uses the railtie API to hook into rails. The two are actually
hooked into rails almost identically.
Creating new datamapper apps on rails3 from scratch is actually really easy.
The following will guide you through the process.
|
|
This plugin makes datamapper compliant with active_model conventions and thus
compatible with rails3.
|
|
YAML Adapter for DataMapper.
|
|
This package brings tagging to DataMapper. It is inspired by Acts As Taggable
On by Michael Bleigh, github's mbleigh. Props to him for the contextual
tagging based on Acts As Taggable on Steroids.
== Features and Problems
=== Features
* Contextual tagging using Model.has_tags_on (see below for usage)
* Traditional 'tags-only' tagging using Model.has_tags
=== Problems
* None known yet, but this is very alpha software. Sorry if it misbehaves.
Please send me a github message if you find a bug.
|
|
dm-sweatshop is a model factory for DataMapper. It makes it easy & painless
to crank out complex pseudo random models -- useful for tests and seed data.
Production Goals:
* Easy generation of random models with data that fits the application domain.
* Simple syntax for declaring and generating model patterns.
* Add context to model patterns, allowing grouping and
* Effortlessly generate or fill in associations for creating complex models
with few lines of code.
|
|
Sqlite3 Adapter for DataMapper.
|
|
A DataMapper adapter for REST Web Services.
|
|
PostgreSQL Adapter for DataMapper.
|
|
DataMapper::Observer allows you to add callback hooks to many models. This is
similar to observers in ActiveRecord.
|
|
A MySQL Adapter for DataMapper.
|
|
DataMapper plugin enabling <b>simple</b> versioning of models.
When a model is versioned, and updated, instead of the previous version being
lost in the mists of time, it is saved in a subsidiary table, so that it can
be restored later if needed.
Please Note! this gem behaves differently to how AR's :acts_as_versioned
works. There is currently no multi version storage possible.
|
|
DataMapper plugin enabling easy creation of tree structures from your DM models.
This requires a foreign key property for your model, which by default would be
called :parent_id.
|