summaryrefslogtreecommitdiff
path: root/databases/ruby-vapor
AgeCommit message (Collapse)AuthorFilesLines
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client 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-09-25Avoid using rubyforge.org since it stopped most of services.taca1-3/+3
2015-06-03Fix build problem on Ruby 2.2 and later.taca2-1/+26
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache1-2/+2
2010-09-10* Remove default value of PKGNAME.taca1-2/+4
* Add LICENSE. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages.
2010-02-10Bump revision for change of PostgreSQL default version.joerg1-2/+2
2010-01-29DESTDIR supportjoerg1-2/+4
2009-10-19catch up with dependency rename.tnn1-3/+3
Bump revision.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-20/+1
2008-06-19Switch to use vendor_dir with Ruby 1.8.7.taca2-139/+146
Bump PKGREVISION.
2008-03-13Make PostgreSQL 8.2 the default version. Bump all packages using it.joerg1-2/+2
Remove PostgreSQL 8.0 as choice.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-12-28Change PostgreSQL default version to 8.1 and bump revision of alljoerg1-2/+2
packages which have it active by default.
2006-09-07Sort PLIST.taca1-20/+20
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-22Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca2-6/+5
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-03Remove supporting ruby16-base package.taca1-9/+2
2005-10-29Reset maintainer to tech-pkg:wiz1-2/+2
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca1-1/+3
lang/ruby/rubyversion.mk changes.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-03-06Cosmetic change with pkglint(1).taca1-2/+2
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-11-27Update ruby-vapor package to 0.81 migrating to use new framework.taca3-93/+118
Version 0.81 (tagged 22 Nov 2003, revision 279) Bug Fixes: * correct mistake in Usage Example, operator for wildcard searching is ~, not = * raise proper errors on various methods of Persistable when no PersistenceManager is available, instead of NoMethodError Version 0.80 (tagged 19 Nov 2003, revision 275) Features: * transaction logging, record information about time, committer and log message as well as list of objects modified per transaction * basic versioning support, retrieval of historic object states * vaporadmin: removal of classes and all their instances using the "remove" command * vaporadmin: modification of class' metadata using the "update" command * new operator (~) for wildcard searches on Strings Bug Fixes: * allow SQL keywords as names of persistent attributes * fix bug where camelCase variables would not be correctly set on object loading * correctly transfer newly persistent objects back to transient state during rollback(). This bug caused incomprehensible ObjectDeletedErrors when manually or automatically rolling back. * check REXML::Version instead of REXML::VERSION_MAJOR, which does not exist in the REXML version that is included in Ruby 1.8 * minimize number of warnings issued when using `ruby -w', including those from Ruby 1.8.x, that are issued regardless of -w Incompatible Repository Changes: (Repository needs to be recreated from scratch) * repository schema version 3 * add fields and tables for versioning
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-2/+2
version.
2004-05-11Convert to buildlink3.snj1-2/+3
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-16Importing databases/ruby-vapor 0.7.0 pacakge, based on PR pkg/22296taca4-0/+157
by Rasputin <rasputin at idoru dot mine dot nu>. Vapor is a persistent Object-Repository for Ruby, providing transparent persistence of Ruby objects to a PostgreSQL database. It's goal is to provide developers with an easy-to-use persistence framework that does not interfere with the code of classes that are to be persistently stored. Vapor does not require any knowledge about relational databases, so developers can concentrate on the task of writing their application logic. Some of Vapor's general design was inspired by the JDO (Java Data Objects) standard.