summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-18math/extcalc: Add indirectly linked libraries to LDFLAGS for v2.22marino1-1/+2
2011-12-18math/dcdflib.c: conditional PLIST for DragonFlymarino2-3/+9
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.
2011-12-18math/clisp-pari: Needs devel/gettext-libmarino1-1/+2
2011-12-18math/calcoo: Add indirectly linked libraries to LDFLAGS for ld v2.22marino1-1/+2
2011-12-18Updated www/apache2 to 2.0.64nb1obache1-1/+2
2011-12-18Add a patch for CVE-2011-3192.obache2-2/+10
Bump PKGREVISION.
2011-12-18Updated www/php-owncloud to 2.0.1nb1ryoon1-1/+2
2011-12-18Make php-sqlite and php-mysql conditional. Default is sqlite.ryoon3-8/+27
Fix typo in MESSAGE. Bump PKGREVISION. Tnanks you, gdt@.
2011-12-18Add ruby-erubis26 (Hi taca)sbd1-1/+2
2011-12-18www/erubis => www/ruby-erubis26sbd1-2/+2
2011-12-18Add ruby-rack12 (Hi taca)sbd1-1/+2
2011-12-18Add ruby-multi_json (Hi taca)sbd1-1/+2
2011-12-18Add ruby-hike (Hi taca)sbd1-1/+2
2011-12-18Include mk/curses.buildlink3.mk not mk/termcap.buildlink3.mk.sbd1-2/+2
2011-12-18math/R: Expand NetBSD floorl patch to DragonFlymarino2-5/+5
DragonFly has the same math limitations as NetBSD, so it needs the same fix.
2011-12-18Note the start of the freeze in preparation for the pkgsrc-2011Q4 branch.agc1-1/+12
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.
2011-12-17Note package updates:sbd1-1/+4
chat/ircII to 20111115nb3 security/ssh2 to 3.2.9.1nb8 security/zkt to 1.0nb1
2011-12-17Add missing mk/curses buildlink.sbd1-1/+3
Bump PKGREVISION
2011-12-17Add missing mk/termcap buildlink.sbd2-4/+6
Bump PKGREVISION
2011-12-17mail/perdition-odbc: needs libltdlmarino1-1/+2
2011-12-17lang/schema48: Fix bad pthreads detection for DragonFlymarino1-2/+11
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.
2011-12-17lang/sr: Mask x86_64 platformsmarino1-1/+2
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.
2011-12-17cad/pcb: Add indirectly linked libraries to LDFLAGS for ld v2.22marino1-1/+2
2011-12-17Note update of sysutils/pear-Log package to 1.12.7.taca1-1/+2
2011-12-17Update pear-Log package to 1.12.7.taca2-6/+6
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)
2011-12-17Note update of www/contao210 package to 2.10.3nb1.taca1-1/+2
2011-12-17Allow depends on php-mysqli or php-mysql package.taca1-2/+3
Bump PKGREVISION.
2011-12-17Note update of databases/ruby-acts-as-versioned package to 0.6.0.taca1-1/+2
2011-12-17Update ruby-acts-as-versioned package to 0.6.0.taca3-12/+19
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]
2011-12-17Oops, it should not depends on activesupport but activerecord.taca1-2/+2
2011-12-17Note addtion of databases/ruby-acts-as-versioned02 package versiontaca1-1/+3
0.2.3nb1 and update it to 0.2.3nb2.
2011-12-17Make databases/ruby-acts-as-versioned02 package depend on Ruby on Rails 2taca1-4/+4
explicitly. Bump PKGREVISION.
2011-12-17Add and enable ruby-acts-as-versioned02.taca1-1/+2
2011-12-17Importing databases/ruby-acts-as-versioned package version 0.2.3 astaca4-0/+44
databases/ruby-acts-as-versioned02.
2011-12-17Note update of devel/ruby-activesupport31 package to 3.1.3nb1.taca1-1/+2
2011-12-17Add missing dependency to ruby-multi_json, noted by HIRAMATSU Yoshifumitaca1-1/+4
on tech-pkg-ja@. Bump PKGREVISION.
2011-12-17Note addition of these DataMapper related pacakges version 1.2.0.taca1-1/+23
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
2011-12-17Add and enable ruby-dm-adjust, ruby-dm-do-adapter, ruby-dm-ar-finders,taca1-1/+23
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.
2011-12-17Importing databases/ruby-dm-rails package version 1.2.0.taca4-0/+71
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.
2011-12-17Importing databases/ruby-dm-active_model package version 1.2.0.taca4-0/+48
This plugin makes datamapper compliant with active_model conventions and thus compatible with rails3.
2011-12-17Importing databases/ruby-dm-yaml-adapter package version 1.2.0.taca4-0/+39
YAML Adapter for DataMapper.
2011-12-17Importing databases/ruby-dm-tags package version 1.2.0.taca4-0/+58
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.
2011-12-17Importing databases/ruby-dm-sweatshop package version 1.2.0.taca4-0/+53
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.
2011-12-17Imporring databases/ruby-dm-sqlite-adapter package version 1.2.0.taca4-0/+39
Sqlite3 Adapter for DataMapper.
2011-12-17Importing databases/ruby-dm-rest-adapter package version 1.2.0.taca4-0/+45
A DataMapper adapter for REST Web Services.
2011-12-17Imporring databases/ruby-dm-postgres-adapter pacakge version 1.2.0.taca4-0/+40
PostgreSQL Adapter for DataMapper.
2011-12-17Importing databases/ruby-dm-observer package version 1.2.0.taca4-0/+39
DataMapper::Observer allows you to add callback hooks to many models. This is similar to observers in ActiveRecord.
2011-12-17Importing databases/ruby-dm-mysql-adapter package version 1.2.0.taca4-0/+41
A MySQL Adapter for DataMapper.
2011-12-17Imporring databases/ruby-dm-is-versioned package version 1.2.0.taca4-0/+45
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.
2011-12-17Importing databases/ruby-dm-is-tree package version 1.2.0.taca4-0/+41
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.