All,

I have updated my port based on some feedback from @jggimi and included a
manpage with this version.  I'd appreciate if someone interested in devops
or sql database development would take a look and give me some guidance.
This is a great tool for maintaining your application's database schema in
version-controlled text files.

Thanks,
Bryan

---------- Forwarded message ----------
From: Bryan C. Everly <[email protected]>
Date: Tue, Nov 3, 2015 at 5:59 PM
Subject: [NEW] database/liquibase
To: The OpenBSD ports mailing-list <[email protected]>


Here is a port of liquibase.

>From pkg/DESCR:

Liquibase is a Java-based command-line tool that allows you to build and
maintain a SQL database schema using a series of "changeset" files that can
be checked into a version control system.  This allows the database schema
to be just another piece of your application that can be versioned and
maintained, just like any other piece of source code.

See http://liquibase.org for full documentation.


Comments or recommendations gratefully accepted.  I had originally wanted
to pull the source and build it; however, as this uses Maven, the build is
dynamic and will pull down other files which will break the build process
for the binary packages.  Given that, I felt the best approach would be to
pull the official "compiled" jarfile instead, as security/burpsuite does.

As I am not a committer, I will need someone to commit the changes on my
behalf if approved.

Thanks,
Bryan

Attachment: liquibase.tgz
Description: GNU Zip compressed data

Reply via email to