notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
grails Web framework built on Groovy
1.3.6 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.6Version of this port present on the latest quarterly branch.
Maintainer: mjs@bur.st search for ports maintained by this maintainer
Port Added: 2008-03-11 20:11:16
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. bin/grails
  2. bin/grails-debug
  3. bin/startGrails
  4. share/java/grails/bin/grails
  5. share/java/grails/bin/grails-debug
  6. share/java/grails/bin/startGrails
  7. /usr/local/share/licenses/grails-1.3.6/catalog.mk
  8. /usr/local/share/licenses/grails-1.3.6/LICENSE
  9. /usr/local/share/licenses/grails-1.3.6/APACHE20
Collapse this list.
Dependency lines:
  • grails>0:www/grails
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):
grails
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.61.3.6-1.3.61.3.6---
FreeBSD:13:quarterly1.3.61.3.61.3.61.3.61.3.6-1.3.61.3.6
FreeBSD:14:latest1.3.61.3.61.3.6-1.3.6--1.3.6
FreeBSD:14:quarterly1.3.61.3.6--1.3.6-1.3.61.3.6
FreeBSD:15:latest1.3.61.3.6n/a-n/a-1.3.61.3.6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. 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 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:
Expand this list (2 items)
Collapse this list.
  1. http://dist.codehaus.org/grails/
  2. http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/
Collapse this list.

Number of commits found: 33

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.3.6
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.3.6
23 Oct 2021 20:08:37
commit hash: 17d8cfe09066da87aad0959c8429d47bc420681ccommit hash: 17d8cfe09066da87aad0959c8429d47bc420681ccommit hash: 17d8cfe09066da87aad0959c8429d47bc420681ccommit hash: 17d8cfe09066da87aad0959c8429d47bc420681c files touched by this commit
Stefan Eßer (se) search for other commits by this committer
www/grails: Add CPE information

Approved by:    portmgr (blanket)
1.3.6
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
1.3.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3.6
26 Nov 2019 21:46:13
Revision:518482Original commit files touched by this commit
jkim search for other commits by this committer
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
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
1.3.6
13 Jan 2018 09:00:53
Revision:458921Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Update WWW

Approved by:	portmgr blanket
1.3.6
19 May 2016 11:09:14
Revision:415503Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-messages

Approved by:	portmgr blanket
1.3.6
19 May 2016 10:53:06
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
1.3.6
09 Jan 2016 16:53:05
Revision:405644Original commit files touched by this commit
pawel search for other commits by this committer
- Remove deprecated @dirrm
- Use option helper
- Add NO_ARCH

Approved by:	portmgr blanket
1.3.6
20 May 2015 01:19:11
Revision:386824Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
1.3.6
20 Dec 2014 19:54:06
Revision:375116Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
1.3.6
04 Jul 2014 23:11:34
Revision:360680Original commit files touched by this commit
adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
1.3.6
25 May 2014 05:31:14
Revision:355128Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support

PR:		190118
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
Approved by:	maintainer
1.3.6
05 May 2014 09:45:37
Revision:352986Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:347789Original commit files touched by this commit
bapt search for other commits by this committer
Convert www to USES=zip
1.3.6
30 Sep 2013 14:23:02
Revision:328795Original commit files touched by this commit
bdrewery search for other commits by this committer
- Remove default DISTNAME

PR:		ports/165609
Submitted by:	pgollucci (March 2012)
With hat:	portmgr
1.3.6
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
1.3.6
10 Dec 2012 13:43:44
Revision:308605Original commit files touched by this commit
bapt search for other commits by this committer
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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
sahil search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
jadawin search for other commits by this committer
- 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
Original commit files touched by this commit
dhn search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
(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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
rafan search for other commits by this committer
- 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
Original commit files touched by this commit
beech search for other commits by this committer
- 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
Original commit files touched by this commit
beech search for other commits by this committer
- 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>

Number of commits found: 33