libfreemarker-java 2.3.18-1 source package in Ubuntu

Changelog

libfreemarker-java (2.3.18-1) unstable; urgency=low

  * New upstream version:
    - Refresh all patches.
  * Bump Standards-Version to 3.9.2: no changes needed.
  * Drop dependency on JRE package since it's a library.
  * B-D and Depends on librhino-java and librhino-doc instead of
    rhino and rhino-doc.
  * Drop Depends and B-D on libexcalibur-logkit-java and liblog4j1.2-java:
    not used anymore.
  * Add Depends and B-D on libslf4j-java and libcommons-logging-java.
  * Wrap and sort Build-Depends and Depends.
  * d/copyright: Use DEP-5 format.
  * d/patches/dtd_location.diff: Fix resolving of DTD when loading taglibs.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:05:33 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe libs

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libfreemarker-java_2.3.18.orig.tar.gz 829.6 KiB a7da46c28fc967be867307652f7e4e4ae918c58cfdf4d42f5360cd5711e45712
libfreemarker-java_2.3.18-1.debian.tar.gz 10.5 KiB 04567f014b76baa673a1ac2423c89b1db3dbc7569203deb5da80bdc00dd85cae
libfreemarker-java_2.3.18-1.dsc 2.5 KiB 88c91650c6b1ca197622917344d89fa8d428666a853c123d6cba0509c75212fd

Available diffs

View changes file

Binary packages built by this source

libfreemarker-java: template engine written in Java

 FreeMarker is a "template engine"; a generic tool to generate text output
 (anything from HTML to autogenerated source code) based on templates. It's a
 Java package, a class library for Java programmers. It's not an application
 for end-users in itself, but something that programmers can embed into their
 products.
 .
 FreeMarker is designed to be practical for the generation of HTML Web pages,
 particularly by servlet-based applications following the MVC (Model View
 Controller) pattern. The idea behind using the MVC pattern for dynamic Web
 pages is that you separate the designers (HTML authors) from the programmers.
 Everybody works on what they are good at. Designers can change the appearance
 of a page without programmers having to change or recompile code, because the
 application logic (Java programs) and page design (FreeMarker templates) are
 separated. Templates do not become polluted with complex program fragments.
 This separation is useful even for projects where the programmer and the HMTL
 page author is the same person, since it helps to keep the application clear
 and easily maintainable.

libfreemarker-java-doc: template engine written in Java (documentation)

 FreeMarker is a "template engine"; a generic tool to generate text output
 (anything from HTML to autogenerated source code) based on templates. It's a
 Java package, a class library for Java programmers. It's not an application
 for end-users in itself, but something that programmers can embed into their
 products.
 .
 FreeMarker is designed to be practical for the generation of HTML Web pages,
 particularly by servlet-based applications following the MVC (Model View
 Controller) pattern. The idea behind using the MVC pattern for dynamic Web
 pages is that you separate the designers (HTML authors) from the programmers.
 Everybody works on what they are good at. Designers can change the appearance
 of a page without programmers having to change or recompile code, because the
 application logic (Java programs) and page design (FreeMarker templates) are
 separated. Templates do not become polluted with complex program fragments.
 This separation is useful even for projects where the programmer and the HMTL
 page author is the same person, since it helps to keep the application clear
 and easily maintainable.
 .
 This package contains the documentation of libfreemarker-java.