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) |
0.1.0_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 ) |
0.1.0_3 20 Jul 2022 14:22:13 |
Tobias C. Berner (tcberner) |
korean: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Hye-Shik Chang
* Hye-Shik Chang <perky@FreeBSD.org>
* Hyogeol Lee <hyogeollee@gmail.com>
* Hyogeol, Lee <hyogeollee@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Junho CHOI <junho.choi@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Oh Junseon <hollywar@mail.holywar.net>
* Satoshi TAOKA <taoka@FreeBSD.org>
With hat: portmgr |
0.1.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.0_3 19 Jul 2019 00:09:36 |
jkim |
- Fix build without NLS.
- Appease portlint. |
0.1.0_3 15 Jul 2019 20:03:53 |
jkim |
Update WWW. |
0.1.0_3 05 Feb 2017 11:14:37 |
sunpoet |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports |
0.1.0_3 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.1.0_3 14 Sep 2016 22:09:12 |
jkim |
Unbreak the port and modernize. |
0.1.0_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.1.0_2 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
0.1.0_2 12 Nov 2014 09:15:34 |
antoine |
Cleanup plist |
0.1.0_2 03 Jul 2014 17:31:39 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.1.0_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.1.0_1 24 Dec 2013 23:02:34 |
jkim |
- Add a patch from upstram.
- Use options framework properly. |
0.1.0 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
0.1.0 20 Sep 2013 19:49:59 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
korean) |
0.1.0 24 Jun 2013 19:05:53 |
jkim |
- Take over the maintainership. [1]
- Use pkgconfig for detecting dependencies. Tidy up a bit while I am here.
Approved by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) [1] |
0.1.0 06 May 2013 15:18:38 |
bapt |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS |
0.1.0 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
0.1.0 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.1.0 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.1.0 21 Dec 2011 13:27:06 |
scheidell |
- update to 0.1.0
- update master sites to google
PR: ports/163260
Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer)
Approved by: gabor (mentor) |
0.0.12 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.0.12 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.0.12 26 Aug 2011 21:06:50 |
jkim |
- Fix LICENSE. libhagul is actually licensed under LGPL 2.1.
- Honor WITHOUT_NLS and make porlint happy.
Reviewed by: hyogeollee@gmail.com (maintainer) |
0.0.12 11 Apr 2011 06:34:21 |
culot |
- Update to 0.0.12
PR: ports/156007
Submitted by: Hyogeol Lee <hyogeollee AT gmail.com> (maintainer) |
0.0.11 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.0.11 05 Aug 2010 15:30:18 |
amdmi3 |
- Update to 0.0.11
- While here, use DATADIR and LDFLAGS instead of LIBS as intended.
PR: 148747
Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) |
0.0.10 28 Nov 2009 01:01:48 |
miwi |
- Update to 0.0.10
PR: 140415
Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintianer) |
0.0.9 12 Jan 2009 03:27:01 |
amdmi3 |
- Update to 0.0.9
PR: 130227
Submitted by: Hyogeol Lee <hyogeollee at gmail dot com> (maintainer) |
0.0.8 22 Apr 2008 09:31:01 |
itetcu |
Update to 0.0.8.
PR: ports/122959
Submitted by: maintainer |
0.0.7 07 Feb 2008 04:43:48 |
rafan |
- Update to 0.0.7
PR: ports/120245
Submitted by: Hyogeol Lee <hyogeollee at gmail.com> (maintainer) |
0.0.6 15 Dec 2007 13:43:58 |
pav |
- Update to 0.0.6
PR: ports/117769
Submitted by: Hyogeol Lee <hyogeollee@gmail.com> (maintainer) |
0.0.4 05 Feb 2007 20:35:48 |
alepulver |
A library for hangul processing.
---
WWW: http://kldp.net/projects/hangul/
PR: ports/108590
Submitted by: Hyogeol, Lee <hyogeollee at gmail.com> |