You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.1 KiB
Tcl
26 lines
1.1 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup madeleine 0.7.2 install.rb {README docs contrib samples test} \
|
|
sourceforge
|
|
categories-append databases
|
|
platforms any
|
|
maintainers nomaintainer
|
|
license BSD
|
|
supported_archs noarch
|
|
|
|
description A ruby implementation of Object Prevalence.
|
|
|
|
long_description Madeleine is a Ruby implementation of Object Prevalence, \
|
|
that is, transparent persistence of business objects using \
|
|
command logging and complete system snapshots. Madeleine's \
|
|
design is based on Prevayler, the original Java implementation \
|
|
of object prevalence.
|
|
|
|
checksums rmd160 d9c6de2ec03bef3fccccfad4702b67250fdf1374 \
|
|
sha256 2c4d79ff859373670536035bec4c2345044b19caeaf7eebfd901a6a2f88acceb
|
|
|
|
homepage http://madeleine.sourceforge.net/
|