Port details |
- grails Web framework built on Groovy
- 1.3.6 www
=2 1.3.6Version of this port present on the latest quarterly branch. - Maintainer: mjs@bur.st
 - Port Added: 2008-03-11 20:11:16
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: APACHE20
- WWW:
- https://grails.org/
- Description:
- Grails aims to bring the "coding by convention" paradigm to Groovy. It's an
open-source web application framework that leverages the Groovy language and
complements Java Web development. You can use Grails as a standalone
development environment that hides all configuration details or integrate your
Java business logic. Grails aims to make development as simple as possible and
hence should appeal to a wide range of developers not just those from the
Java community.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/grails/ && make install clean
- To add the package, run one of these commands:
- pkg install www/grails
- pkg install grails
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: grails
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (grails-1.3.6.zip) = 1696f2de74a30a6a18d6d7f2039fbb489b070018b1e08ea3eeeafe676f02279e
SIZE (grails-1.3.6.zip) = 48034463
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for grails-1.3.6:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_grails
- USES:
- cpe java zip
- pkg-message:
- For install:
- Before you start using Grails you will need to set the GRAILS_HOME environment
variable to /usr/local/share/java/grails
Documentation on creating your first Grails application can be found at the
Grails website http://grails.codehaus.org/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.6 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.6 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.3.6 23 Oct 2021 20:08:37
    |
Stefan Eßer (se)  |
www/grails: Add CPE information
Approved by: portmgr (blanket) |
1.3.6 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.3.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.6 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.3.6 14 Aug 2019 12:25:09
  |
mat  |
Convert to UCL & cleanup pkg-message (categories w) |
1.3.6 13 Jan 2018 09:00:53
  |
amdmi3  |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
1.3.6 19 May 2016 11:09:14
  |
amdmi3  |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
1.3.6 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.3.6 09 Jan 2016 16:53:05
  |
pawel  |
- Remove deprecated @dirrm
- Use option helper
- Add NO_ARCH
Approved by: portmgr blanket |
1.3.6 20 May 2015 01:19:11
  |
amdmi3  |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
1.3.6 20 Dec 2014 19:54:06
  |
bapt  |
cleanup plist |
1.3.6 04 Jul 2014 23:11:34
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
1.3.6 25 May 2014 05:31:14
  |
miwi  |
- Stage support
PR: 190118
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
Approved by: maintainer |
1.3.6 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
1.3.6 10 Mar 2014 18:01:09
  |
bapt  |
Convert www to USES=zip |
1.3.6 30 Sep 2013 14:23:02
  |
bdrewery  |
- Remove default DISTNAME
PR: ports/165609
Submitted by: pgollucci (March 2012)
With hat: portmgr |
1.3.6 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3.6 10 Dec 2012 13:43:44
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
1.3.6 28 Dec 2010 07:52:41
 |
wen  |
- Update to 1.3.6
PR: ports/153365
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by: maintainer |
1.3.3 22 Sep 2010 05:18:30
 |
pgollucci  |
- Update to 1.3.3
PR: ports/148950
Submitted by: Jani Kaarela <jani.kaarela@gmail.com>
Approved by: maintainer timeout (mjs@bur.st ; ~ 2 months) |
1.2.2 22 Apr 2010 01:17:14
 |
sahil  |
- Update to 1.2.2
PR: ports/145578
Submitted by: Jani Kaarela <jani.kaarela@gmail.com>
Approved by: Mitchell Smith (maintainer), wxs@ (mentor) |
1.2.1 12 Feb 2010 20:57:39
 |
pgollucci  |
- Update to 1.2.1
PR: ports/143544
Submitted by: Jani Kaarela <jani.kaarela@gmail.com>
Approved by: "Mitchell Smith" <mjsotn@gmail.com> (maintainer) |
1.2.0 13 Jan 2010 06:31:52
 |
wen  |
- Update to 1.2.0
PR: ports/142759
Submitted by: Mitchell Smith <mjs@bur.st> (maintainer) |
1.1.1 20 May 2009 14:29:48
 |
jadawin  |
- Update to 1.1.1
- Replace /bin/bash with /bin/sh in grails-debug script
PR: ports/134664
Submitted by: Jonathan Chen <jonc _AT_ chen.org.nz> |
1.1 28 Mar 2009 13:53:47
 |
dhn  |
- Update to 1.1
PR: ports/133075
Submitted by: Christopher Shumway <cshumway@titan-project.org>
Approved by: maintainer, miwi (mentor) |
1.0.3 18 Jun 2008 11:34:14
 |
edwin  |
(patch) www/grails updated to 1.0.3
Grails version 1.0.3 has been released.
PR: Mitchell Smith <mjs@bur.st>
Submitted by: ports/124627 |
1.0.2_2 06 Jun 2008 14:07:24
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.0.2_1 05 Apr 2008 18:15:06
 |
rafan  |
- Install missing essential files
- Bump PORTREVISION
PR: ports/122465
Submitted by: Mitchell Smith <mjs at bur.st> (maintainer) |
1.0.2 29 Mar 2008 05:25:13
 |
beech  |
- Update to 1.0.2
PR: ports/122179
Submitted by: Mitchell Smith <mjs@bur.st> (maintainer) |
1.0.1 11 Mar 2008 20:10:29
 |
beech  |
- New port grails-1.0.1
Grails aims to bring the "coding by convention" paradigm to Groovy. It's an
open-source web application framework that leverages the Groovy language and
complements Java Web development. You can use Grails as a standalone
development environment that hides all configuration details or integrate your
Java business logic. Grails aims to make development as simple as possible and
hence should appeal to a wide range of developers not just those from the
Java community.
PR: ports/121588
Submitted by: Mitchell Smith <mjs at bur.st> |