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
decurs Simple X11 mouse cursor editor
0.55.1_14 x11 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.55.1_14Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-05-25 10:51:27
Last Update: 2020-11-01 17:19:48
SVN Revision: 553845
License: GPLv2
WWW:
https://github.com/danfe/decurs
Description:
DeCurs is a GTK+ based program that lets you edit you X11 mouse cursors. It reads them from BDF-formatted font files. Now don't worry, it comes with one handy. WWW: https://github.com/danfe/decurs
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 (16 items)
Collapse this list.
  1. /usr/local/share/licenses/decurs-0.55.1_14/catalog.mk
  2. /usr/local/share/licenses/decurs-0.55.1_14/LICENSE
  3. /usr/local/share/licenses/decurs-0.55.1_14/GPLv2
  4. bin/decurs
  5. bin/decurs.bin
  6. share/decurs/DeCurs-cursor.bdf
  7. share/decurs/XFree86-4-cursor.bdf
  8. share/decurs/cursor.bdf
  9. share/decurs/helvBO24.bdf
  10. share/decurs/mod.bdf
  11. share/decurs/modified.bdf
  12. share/decurs/modified.old.bdf
  13. share/decurs/modified.save.bdf
  14. share/decurs/modified2.bdf
  15. share/decurs/pieces.bdf
  16. share/decurs/simple.bdf
Collapse this list.
Dependency lines:
  • decurs>0:x11/decurs
No installation instructions:
This port has been deleted.
PKGNAME: decurs
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (danfe-decurs-0.55.1-10c5691_GH0.tar.gz) = 76e937a36dc0a34738cb8260aec448d42f48b0ec6ce6c0cf002b2cbbbf7eb119 SIZE (danfe-decurs-0.55.1-10c5691_GH0.tar.gz) = 159133

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. pkgconf>=1.3.0_1 : devel/pkgconf
  2. x11.pc : x11/libX11
Runtime dependencies:
  1. x11.pc : x11/libX11
Library dependencies:
  1. libgtkmm-2.0.so : x11-toolkits/gtkmm20
  2. libatk-1.0.so : accessibility/atk
  3. libglib-2.0.so : devel/glib20
  4. libintl.so : devel/gettext-runtime
  5. libgtk-x11-2.0.so : x11-toolkits/gtk20
  6. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
compiler:c++11-lang dos2unix gnome pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/danfe/decurs/tar.gz/10c5691?dummy=/
Collapse this list.

Number of commits found: 56

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.55.1_14
01 Nov 2020 17:19:48
Revision:553845Original commit files touched by this commit
rene search for other commits by this committer
Remove gtkmm20 and two leaf ports that got broken after libsigc++12 removal.

x11/decurs
x11/fluxbg
x11-toolkits/gtkmm20

All ports were last updated upstream in or before 2003.
0.55.1_14
07 Nov 2019 18:36:56
Revision:517000Original commit files touched by this commit
zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories x

Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
0.55.1_14
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.55.1_13
07 Apr 2019 01:38:09
Revision:498230Original commit files touched by this commit
linimon search for other commits by this committer
Include stdarg.h in src/cppstring.cpp to fix build with GCC-based
architectures:

  /usr/local/include/gtkmm-2.0/glibmm/thread.h: In function 'void
Glib::thread_init(GThreadFunctions*)':

Also add USES=dos2unix (to fix patching cppstring.cpp) gnome.

PR:		237040
Submitted by:	Piotr Kubaj
0.55.1_13
08 Dec 2016 19:52:20
Revision:428152Original commit files touched by this commit
tijl search for other commits by this committer
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
0.55.1_12
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.55.1_12
20 Oct 2015 08:00:30
Revision:399804Original commit files touched by this commit
danfe search for other commits by this committer
Drop no longer needed EXTRACT_SUFX as our GitHub support gives sufficiently
unique names to the distfiles.
0.55.1_12
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.55.1_12
03 Dec 2014 08:43:08
Revision:373801Original commit files touched by this commit
danfe search for other commits by this committer
- Move the project over to GitHub, together with our patches
- Set EXTRACT_SUFX to prevent clobbering of the original distfile
- Relinquish control: should be stable enough now to fly solo
0.55.1_12
24 Nov 2014 20:22:00
Revision:373367Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
0.55.1_12
23 Apr 2014 13:37:59
Revision:351939Original commit files touched by this commit
danfe search for other commits by this committer
- Define LICENSE (GPLv2), reword COMMENT line
- Take maintainership, undeprecate, and stagify
- Unbreak on !i386
0.55.1_12
24 Mar 2014 22:52:51
Revision:349088Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate an unstaged abandonware
0.55.1_12
13 Oct 2013 02:01:17
Revision:330199Original commit files touched by this commit
eadler search for other commits by this committer
Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
0.55.1_12
20 Sep 2013 23:43:20
Revision:327777Original 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:
x11)
0.55.1_12
23 Apr 2013 14:20:28
Revision:316355Original commit files touched by this commit
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
0.55.1_12
27 Jul 2012 16:20:42
Original commit files touched by this commit
bapt search for other commits by this committer
Add some explicit USE_PKGCONFIG=build
0.55.1_12
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.55.1_11
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
0.55.1_11
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.55.1_11
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.55.1_10
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.55.1_9
22 Aug 2009 22:22:16
Original commit files touched by this commit
danfe search for other commits by this committer
- Adjust port comment and description
- Reindent Makefile to fit in 80 column width
- Remove dead master site, provide alternative location
- Drop maintainership
0.55.1_9
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.55.1_8
05 Jan 2009 19:42:29
Original commit files touched by this commit
wxs search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older

Approved by:    pav
0.55.1_8
06 Jun 2008 14:09:15
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)
0.55.1_7
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
0.55.1_6
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
0.55.1_5
31 Oct 2006 13:32:09
Original commit files touched by this commit
danfe search for other commits by this committer
- Really fix GCC issues and unbreak
- Reformat pkg-descr and Makefile header
- Pacify portlint(1)
0.55.1_5
29 May 2006 06:11:17
Original commit files touched by this commit
mezz search for other commits by this committer
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:             ports/97985
Repocopy by:    marcus
0.55.1_5
13 May 2006 05:00:46
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with X
0.55.1_5
30 Nov 2005 13:35:03
Original commit files touched by this commit
danfe search for other commits by this committer
Add SHA256 hashes to my ports.
0.55.1_5
21 Nov 2005 01:30:40
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 6.0: Does not compile
0.55.1_5
05 Nov 2005 05:22:06
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
0.55.1_4
12 Mar 2005 10:54:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
0.55.1_3
24 Jan 2005 09:40:38
Original commit files touched by this commit
danfe search for other commits by this committer
- Fix the build with modern GCC
- Grab maintainership
0.55.1_3
07 Nov 2004 22:37:47
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
0.55.1_2
05 Apr 2004 03:31:02
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
0.55.1_1
17 Mar 2004 18:29:46
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.55.1_1
14 Mar 2004 01:41:36
Original commit files touched by this commit
kris search for other commits by this committer
This is BROKEN everywhere except i386 4.x.
0.55.1_1
04 Feb 2004 05:10:27
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
0.55.1
02 Nov 2003 09:22:04
Original commit files touched by this commit
linimon search for other commits by this committer
Per bento logs, mark as broken for gcc3.3.
0.55.1
27 Jul 2003 15:53:52
Original commit files touched by this commit
krion search for other commits by this committer
- Update to version 0.55.1

PR:             54906
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Approved by:    fjoe (mentor) (implicit)
0.50.1_1
11 Jul 2003 02:09:11
Original commit files touched by this commit
adamw search for other commits by this committer
Remove a forced compilation optimization.

Drop maintainership.
0.50.1_1
04 Jun 2003 22:43:38
Original commit files touched by this commit
kris search for other commits by this committer
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:  kris
0.50.1_1
18 May 2003 09:45:10
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN on 5.1: bad C++
0.50.1_1
20 Apr 2003 19:47:49
Original commit files touched by this commit
marcus search for other commits by this committer
Remove USE_GNOMENG.
0.50.1_1
24 Mar 2003 02:47:46
Original commit files touched by this commit
adamw search for other commits by this committer
Chase MASTER_SITE.
0.50.1_1
07 Mar 2003 06:36:20
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.50.1_1
18 Oct 2002 07:58:00
Original commit files touched by this commit
adamw search for other commits by this committer
Change maintainership on all my ports.
adam@vectors.cx -> adam@FreeBSD.org

Approved by:    pat (mentor)
0.50.1_1
10 Oct 2002 19:44:38
Original commit files touched by this commit
ijliao search for other commits by this committer
automatic install process
add a wrapper

PR:             42348
Submitted by:   maintainer
0.50.1
02 Sep 2002 20:38:21
Original commit files touched by this commit
perky search for other commits by this committer
Update to 0.50.1

PR:             42334
Submitted by:   maintainer
0.50.0
01 Sep 2002 15:37:37
Original commit files touched by this commit
lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42283
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
0.50.1_1
26 Aug 2002 00:28:23
Original commit files touched by this commit
trevor search for other commits by this committer
Turn Miguel Mendez' ports over to Adam Weinberger.

PR:     42012
0.50.0
11 Jun 2002 13:57:06
Original commit files touched by this commit
will search for other commits by this committer
Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again.  Welcome back, Miguel.  :-)
0.50.0
07 Jun 2002 11:01:48
Original commit files touched by this commit
trevor search for other commits by this committer
Set Miguel Mendez' ports loose.  Look out, world!

I would like to try maintaining the acroread5 one, so I pre-snarfed
it.  :-P

PR:             38978
Submitted by:   Miguel Mendez (outgoing maintainer)
0.50.0
25 May 2002 10:50:42
Original commit files touched by this commit
kris search for other commits by this committer
Add decurs-0.50.0

DeCurs is a GTK+ based program that lets you edit you XFree86 mouse cursors.
It reads them from "bdf" -formatted font files.

Submitted by:   Miguel Mendez <flynn@energyhq.homeip.net>
PR:             ports/34069

Number of commits found: 56