Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_3 30 Sep 2024 15:58:09 |
Po-Chuan Hsieh (sunpoet) |
archivers/librtfcomp: Remove expired port
Latest version was released in 2013. There is no consumers in the ports tree. |
1.3_3 25 Sep 2024 04:23:04 |
Po-Chuan Hsieh (sunpoet) |
archivers/librtfcomp: Mark DEPRECATED and set EXPIRATION_DATE to 2024-09-30
PR: 281356
Reported by: diizzy |
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_3 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_3 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3_3 11 May 2021 21:46:56 |
Po-Chuan Hsieh (sunpoet) |
archivers/librtfcomp: Simplify Makefile |
1.3_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_3 10 Dec 2020 21:30:02 |
sunpoet |
Cosmetic change |
1.3_3 08 Feb 2020 19:01:35 |
sunpoet |
Convert REINPLACE_CMD to patch file |
1.3_3 28 Oct 2018 19:56:45 |
sunpoet |
Update WWW |
1.3_3 04 Nov 2015 20:13:48 |
sunpoet |
- Add LICENSE_FILE |
1.3_3 09 Oct 2014 15:24:35 |
sunpoet |
- Cleanup Makefile
- Cleanup PLIST |
1.3_3 15 Aug 2014 03:01:23 |
sunpoet |
- Use USES=python |
1.3_3 10 Jul 2014 15:47:18 |
sunpoet |
- Use USES=libtool
- Bump PORTREVISION for package change |
1.3_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
1.3_1 18 Mar 2014 16:16:50 |
sunpoet |
- Use USES=libtool
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change |
1.3 18 Nov 2013 19:53:31 |
sunpoet |
- Update to 1.3
- Add LICENSE
- Update COMMENT
- Strip shared library
- Support STAGEDIR
- Sort PLIST
- Update pkg-descr
- Take maintainership |
1.1 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
20 Sep 2013 13:11:21
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1 20 Feb 2013 16:08:59 |
fluffy |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
1.1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
1.1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1 22 Aug 2009 00:13:27 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
1.1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.1 28 May 2009 20:44:16 |
avl |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
1.1 31 Mar 2009 22:08:31 |
miwi |
- Allow to build with MAKE_JOBS_SAFE
- Move some ports to SF macro
PR: 133124
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
1.1 28 Sep 2008 04:42:49 |
rafan |
- Fix CATEGORIES for slave port (archives/py-librtfcomp)
PR: ports/127680
Submitted by: Alexander Logvinov <ports at logvinov.com> (maintainer) |
1.1 24 Jun 2008 03:01:53 |
vs |
Fix build with GCC 3.4
PR: ports/124896
Submitted by: maintainer |
1.1 20 Jun 2008 00:42:30 |
erwin |
Make COMMENT overridable by a slave port.
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
1.1 19 Jun 2008 21:48:54 |
erwin |
Add librtfcomp 1.1, LZRTF compression library.
PR: ports/124554
Submitted by: Alexander Logvinov <ports at logvinov.com> |