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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
jag 2D arcade-puzzle game like KDiamonds
0.3.2_3 games Deleted 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 0.3.2_3Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
Maintainer: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-07-06 13:22:08
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
License: not specified in port
WWW:
http://jag.xlabsoft.com/
Description:
JAG is an arcade-puzzle 2D game similar to KDiamonds, Cradle of Rome, Big Kahuna Reef etc. The aim of JAG is to break all of the target pieces on each level, and to do this before the time runs out. WWW: http://jag.xlabsoft.com/
Homepage    cgit ¦ GitHub ¦ 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 (1 items)
Collapse this list.
  1. bin/jag
Collapse this list.
Dependency lines:
  • jag>0:games/jag
No installation instructions:
This port has been deleted.
PKGNAME: jag
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (jag-0.3.2-src.zip) = 0b1fc46373d7b70bdd359ca93e553bc244a49721fa1a18d5225c5e887b54ca44 SIZE (jag-0.3.2-src.zip) = 995053 SHA256 (jag-0.3.2-data.zip) = d331b8b1ec20068de0f35d7747b3e4eb4567f505568c3d8621884d2ca46b6d22 SIZE (jag-0.3.2-data.zip) = 6237911

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. sdl-config : devel/sdl12
  2. x11.pc : x11/libX11
  3. moc : devel/qt4-moc
  4. qmake : devel/qt4-qmake
  5. rcc : devel/qt4-rcc
  6. uic : devel/qt4-uic
Runtime dependencies:
  1. x11.pc : x11/libX11
Library dependencies:
  1. libSDL.so : devel/sdl12
  2. libSDL_mixer.so : audio/sdl_mixer
  3. libQtCore.so : devel/qt4-corelib
  4. libQtNetwork.so : net/qt4-network
  5. libQtOpenGL.so : graphics/qt4-opengl
  6. libQtSvg.so : graphics/qt4-svg
  7. libQtXml.so : textproc/qt4-xml
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
dos2unix qmake qt:4 zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://jag.xlabsoft.com/files/
  2. http://mirror.amdmi3.ru/distfiles/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.3.2_3
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.2_3
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
0.3.2_3
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
0.3.2_3
08 Dec 2014 16:48:41
Revision:374303Original commit files touched by this commit
tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.3.2_2
10 Sep 2014 20:50:37
Revision:367888Original commit files touched by this commit
gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
0.3.2_1
10 Mar 2014 22:42:43
Revision:347811Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
10 Mar 2014 14:49:26
Revision:347760Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert g* to USES=zip
0.3.2_1
22 Nov 2013 18:48:31
Revision:334602Original commit files touched by this commit
makc search for other commits by this committer
- Convert to USES=qmake
- Adjust USE_QT4 components

Approved by:	portmgr (blanket approval)
0.3.2_1
19 Oct 2013 01:46:56
Revision:330820Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Support staging
0.3.2_1
20 Sep 2013 17:36:36
Revision:327730Original 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:
games)
0.3.2_1
14 Sep 2013 03:06:04
Revision:327214Original commit files touched by this commit
amdmi3 search for other commits by this committer
Add explicit dependency on libX11
0.3.2_1
14 Sep 2013 01:16:31
Revision:327209Original commit files touched by this commit
amdmi3 search for other commits by this committer
Fix build with clang/libc++
0.3.2_1
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
0.3.2_1
18 Jun 2013 11:46:52
Revision:321181Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
0.3.2_1
29 Jul 2012 11:17:04
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
0.3.2_1
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
0.3.2_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.3.2
12 May 2012 14:58:01
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.3.2
0.2.6_3
18 Feb 2012 10:18:33
Original commit files touched by this commit
mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
0.2.6_2
03 Jul 2011 14:25:36
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.2.6_2
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.2.6_1
30 Jan 2010 09:43:31
Original commit files touched by this commit
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
0.2.6
17 Oct 2009 01:16:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix plist
0.2.6
17 Oct 2009 00:13:59
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.6
0.2.5
14 Aug 2009 13:53:33
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.5
- Respect CFLAGS
0.2.4
17 Jul 2009 01:36:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.4
0.2.3
15 Jul 2009 12:13:44
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.3
0.2.2
07 Jul 2009 00:27:33
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.2.2
0.2.1
06 Jul 2009 13:21:52
Original commit files touched by this commit
amdmi3 search for other commits by this committer
JAG is an arcade-puzzle 2D game similar to KDiamonds, Cradle of
Rome, Big Kahuna Reef etc.

The aim of JAG is to break all of the target pieces on each level,
and to do this before the time runs out.

WWW: http://jag.xlabsoft.com/

Number of commits found: 29