Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
3.4.6 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 ) |
3.4.6 26 Nov 2021 10:38:21 |
Dima Panov (fluffy) |
textproc/libexttextcat: update to 3.4.6 release
This release contains new L10N resources |
3.4.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.4.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4.5 24 Mar 2019 14:33:13 |
sunpoet |
Update MASTER_SITES |
3.4.5 03 Oct 2017 20:38:27 |
jkim |
Update to 3.4.5. |
3.4.4 09 Nov 2015 18:45:17 |
sunpoet |
- Add LICENSE_FILE
- Convert to new options target helper
- Convert to new test framework
- Cosmetic change
- Use single space after WWW: |
3.4.4 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
3.4.4 29 Jun 2014 23:05:59 |
bapt |
Update to 3.4.4
Strip binaries
USES=libtool |
3.4.3 04 Oct 2013 14:04:52 |
bapt |
Stagify
Cleanup |
3.4.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.4.3 15 Jul 2013 20:19:27 |
jkim |
Update to 3.4.3. |
3.4.0 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
3.4.0 18 Dec 2012 23:06:53 |
bapt |
Update to 3.4.0 |
3.3.1_1 07 Nov 2012 08:37:36 |
bapt |
Delete the description of the old COMPAT_TEXTCAT
Reported by: bsam
Feature safe: yes |
3.3.1_1 07 Nov 2012 07:47:56 |
bapt |
Now that libexttextcat can happily live along with libtextcat remove the
artificial compatibility mode.
The default package hasn't change so no bump
Feature safe: yes |
3.3.1_1 09 Oct 2012 23:33:13 |
cy |
Allow textproc/libtextcat and textproc/libexttextcat to coexist on the same
system.
Reviewed by: thierry, crees, bapt
Approved by: bapt (using his portmgr and office hats), thierry |
3.3.1 26 Sep 2012 08:19:30 |
bapt |
Convert to OptionsNG
Removed never used code |
3.3.1 16 Jul 2012 06:51:45 |
bapt |
- update libexttextcat to 3.3.1
- chase library name change |
3.2.0_2 18 May 2012 23:10:51 |
bapt |
- add an OPTION to allow libexttextcat to be a dropin replacement for libtextcat
- add a check target to all runinng libexttextcat check
PR: ports/167945
Submitted by: Peter Jeremy <peter@rulingia.com> |
3.2.0_2 15 May 2012 16:58:02 |
thierry |
Use gmake to install LM files.
PR: ports/167842
Submitted by: /me |
3.2.0_1 22 Jan 2012 10:16:02 |
bapt |
Do try to remove libdata/pkgconfig |
3.2.0 21 Jan 2012 20:56:20 |
bapt |
pkgconfig is in libdata not lib |
3.2.0 21 Jan 2012 20:18:52 |
bapt |
Add libexttextcat 3.2.0, language guessing by N-Gram-Based Text
Categorization.
libexttextcat is a fork of textproc/libtextcat and though conflict with it, it
is a dependency of upcoming libreoffice 3.5.0 |