non port: deskutils/freemind/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 4dd7a74 (Only the first 10 of 152 ports in this commit are shown above. )
deskutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alex "lissyara" Keda <admin@lissyara.su>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Vereeken <Alexander88207@protonmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Hsu <ahsu@users.sf.net>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@icc.surw.chel.su>
* Anton Berezin <tobez@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
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
|
Thu, 4 Aug 2016
|
[ 03:49 marino ]
deskutils/freemind: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
In this particular case, USES=zip:infozip is set, so unzip is pulled in
anyway through this mechanism (so explicit callout is still redundant)
Approved by: infrastructure blanket (removal of redundant deps)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 19 Oct 2015
|
[ 18:38 olgeni ]
Restore PORTEPOCH in deskutils/freemind; it was removed in r390971.
|
Wed, 1 Jul 2015
|
[ 16:17 amdmi3 ]
- Pass maintainership to sergey.v.brunov@gmail.com
PR: 201094
|
Tue, 30 Jun 2015
|
[ 16:31 amdmi3 ]
- Update to 1.0.1
- Reset MAINTAINER per maintainer's request
PR: 201094
Submitted by: sergey.v.brunov@gmail.com
Approved by: wen@FreeBSD.org (maintainer)
|
Fri, 17 Apr 2015
|
[ 11:46 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Fri, 23 Jan 2015
|
[ 16:03 antoine ] (Only the first 10 of 39 ports in this commit are shown above. )
Remove explicit dependency on javavmwrapper for ports that USE_JAVA
|
Tue, 22 Apr 2014
|
[ 15:37 bapt ]
Support stage
|
Fri, 7 Mar 2014
|
[ 16:49 bapt ] (Only the first 10 of 214 ports in this commit are shown above. )
Convert d* to USES=zip
|
Fri, 20 Sep 2013
|
[ 16:21 bapt ] (Only the first 10 of 271 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils)
|
Mon, 10 Dec 2012
|
[ 13:18 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
Sat, 10 Dec 2011
|
[ 20:32 rm ]
- update to 0.9.0
- install license via license framework
PR: ports/158687
Submitted by: rm (myself)
Approved by: wen (maintainer), novel (mentor)
Feature safe: yes
|
Thu, 21 Jul 2011
|
[ 05:03 linimon ] (Only the first 10 of 269 ports in this commit are shown above. )
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
|
Wed, 20 Jan 2010
|
[ 17:18 pav ]
- Unconditionally depend on zip and unzip. (If a check for zip and unzip in
base is desired, it must be performed on OSVERSION basis. Also, UNZIP_CMD is
unconditionally defined as LOCALBASE/bin/unzip, so the port as-is would break
anyway.)
Reported by: pointyhat
|
Fri, 6 Jun 2008
|
[ 13:18 edwin ] (Only the first 10 of 170 ports in this commit are shown above. )
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)
|
Thu, 13 Mar 2008
|
[ 11:47 miwi ]
- Pass maintainership to last submitter
Submitted by: wen heping <wenheping@gmail.com> (request via private mail)
|
Fri, 7 Mar 2008
|
[ 10:52 miwi ]
- Update to 0.8.1
PR: 121380
Submitted by: Wen heping <wenheping@gmail.com>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tue, 27 Feb 2007
|
[ 05:43 linimon ]
Reset cartola@openit.com.br due to maintainer-timeouts and no response
to previous email.
Hat: portmgr
|
Thu, 4 May 2006
|
[ 21:41 edwin ] (Only the first 10 of 364 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with D
|
Sat, 29 Oct 2005
|
[ 21:47 hq ]
- Update to 0.8.0 *final*
- Bump PORTEPOCH
PR: 88183
Submitted by: maintainer
|
Wed, 6 Apr 2005
|
[ 23:01 hq ]
- Update to 0.8.0b [1]
- Add a launcher shell script using javavmwrapper
- Honor hier(7): install data files under ${JAVASHAREDIR}/
PR: 78966 [1]
Submitted by: maintainer [1]
Approved by: maintainer
|
Sun, 12 Dec 2004
|
[ 19:36 thierry ]
Fix BUILD_DEPENDS.
Reported by: kris via pointyhat.
|
Mon, 29 Nov 2004
|
[ 09:39 thierry ]
Add freemind 0.7.1, free mind-mapping software written in Java.
PR: 72806
Submitted by: cartola (Carlos E. G. Carvalho)
|
Number of commits found: 28 |