cvs commit: ports/databases Makefile ports/databases/java-mybatis Makefile distinfo pkg-descr

Greg Lewis glewis at FreeBSD.org
Tue Dec 7 06:13:59 UTC 2010


glewis      2010-12-07 06:13:59 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/java-mybatis Makefile distinfo pkg-descr 
  Log:
  . Add a port of MyBatis for Java:
  
  MyBatis is a first class persistence framework with support for custom
  SQL, stored procedures and advanced mappings.  MyBatis eliminates almost
  all of the JDBC code and manual setting of parameters and retrieval of
  results.  MyBatis can use simple XML or Annotations for configuration and
  map primitives, Map interfaces and Java POJOs (Plain Old Java Objects)
  to database records.
  
  WWW: http://www.mybatis.org/
  
  Revision  Changes    Path
  1.924     +1 -0      ports/databases/Makefile
  1.1       +46 -0     ports/databases/java-mybatis/Makefile (new)
  1.1       +4 -0      ports/databases/java-mybatis/distinfo (new)
  1.1       +8 -0      ports/databases/java-mybatis/pkg-descr (new)


More information about the cvs-ports mailing list