non port: chinese/autoconvert/Makefile |
Number of commits found: 38 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* Henry Hu <henry.hu.sh@gmail.com>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Jing-Tang Keith Jang <keith@FreeBSD.org>
* Joe Horn <joehorn@gmail.com>
* Ka Ho Ng <khng300@gmail.com>
* Kuang-che Wu <kcwu@csie.org>
* Michael C . Wu <keichii@iteration.net>
* Michael C. Wu
* Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
* Rong-En Fan <rafan@FreeBSD.org>
* Satoshi TAOKA <taoka@FreeBSD.org>
* Shell Hung <shell@shellhung.org>
* Shen Chuan-Hsing
* Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
* Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Zhang Shu
* Zhihao Yuan <lichray@gmail.com>
* blubee <hello@blubee.me>
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clive
* clsung
* clsung@dragon2.net
* gugod@gugod.org
* hrs
* ijliao
* vanilla@
With hat: portmgr
25fe59a |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 13 Dec 2016
|
06:44 kevlo
Unbreak fetching by pointing to archived distfile in Google Cloud Storage.
 |
Wednesday, 14 Sep 2016
|
15:59 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
 |
Saturday, 5 Dec 2015
|
09:37 amdmi3
- Switch to options helpers
 |
Tuesday, 4 Aug 2015
|
19:25 amdmi3
- Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by: portmgr blanket
 |
Saturday, 9 May 2015
|
01:12 amdmi3
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2
 |
Saturday, 12 Jul 2014
|
08:41 sunpoet
- Simplify Makefile
 |
Monday, 2 Jun 2014
|
21:08 tijl
Fix pkg-plist after previous commit.
 |
20:14 tijl
Properly respect CFLAGS, LDFLAGS, etc.
When building a port with base system make, variables like CC and CFLAGS
need to be defined using '=' in the makefile. With '+=' values from
make.conf can be picked up. Normally the ports system values for these
variables are passed to a configure script which generates a makefile with
them. If there's no configure script the makefile has to be patched to use
the right values.
 |
Tuesday, 20 May 2014
|
19:32 tijl
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
 |
Thursday, 3 Oct 2013
|
06:57 sunpoet
- Remove unnecessary slash after STAGEDIR
 |
Friday, 27 Sep 2013
|
12:33 vanilla
Support stage.
 |
Friday, 20 Sep 2013
|
16:01 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
 |
Thursday, 1 Aug 2013
|
06:46 bapt
Fix without gcc
 |
Sunday, 24 Jun 2012
|
17:36 sunpoet
- Change pre-install: to post-install:
- While I'm here:
- Add LICENSE
- Move documentation to DOCSDIR
- Convert to new options framework
- Pet portlint
- Bump PORTREVISION for package change
PR: ports/169347
Submitted by: Kit Sin <ktsin@acm.org>
 |
Wednesday, 30 Jun 2010
|
02:15 vanilla
respect $(CC) to make clang happy.
Feature safe: yes
 |
Sunday, 22 Nov 2009
|
19:49 pav
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
 |
Friday, 30 Jan 2009
|
23:41 pav
- Update download location
Reported by: -fetch-original pointyhat run
 |
Thursday, 25 Dec 2008
|
03:13 linimon
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr
 |
Thursday, 20 Mar 2008
|
09:23 pav
- Remove USE_GETOPT_LONG which is a no-op since March 2007
 |
Saturday, 30 Dec 2006
|
03:53 rafan
- Update to 0.3.16
This builds on newer gcc.
- Respect CC, CFLAGS
- Comply new style patch filename
- xchat plugin is disabled for now
PR: ports/107264
Submitted by: Ying-Chieh Chen (maintainer)
 |
Monday, 14 Aug 2006
|
02:15 clsung
- Respect DESTDIR
- Use USE_LDCONFIG
PR: ports/101901
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Ying-Chieh Chen)
 |
Thursday, 6 Jul 2006
|
02:25 rafan
- Update to 0.3.14
PR: 99815
Submitted by: rafan
Approved by: maintainer, delphij (mentor, implicit)
 |
Wednesday, 3 May 2006
|
23:38 edwin
remove USE_REINPLACE for all ports with categories starting with C
 |
Monday, 22 Mar 2004
|
08:43 arved
Improve amd64 fix, Only build shared library with -fPIC
 |
Sunday, 8 Feb 2004
|
21:19 krion
- Fix build on AMD64
Approved by: maintainer informed
 |
Thursday, 16 Oct 2003
|
08:41 krion
- Fix build on -current
PR: 58084
Submitted by: maintainer
 |
Wednesday, 11 Jun 2003
|
16:55 leeym
Update MASTER_SITES
PR: 53210
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
 |
Thursday, 15 May 2003
|
06:16 ijliao
1. dont specify -lgnugetopt in Makefile
2. respect CFLAGS
3. utilize BSD_INSTALL_* macro
 |
03:17 ijliao
typo
 |
03:06 ijliao
utilize USE_GETOPT_LONG and DATADIR
Approved by: maintainer
 |
Friday, 21 Feb 2003
|
11:06 knu
De-pkg-comment.
 |
Monday, 13 Aug 2001
|
14:14 kevlo
- Update to version 0.3.13 - Update MASTER_SITES
 |
Thursday, 10 May 2001
|
20:41 vanilla
Upgrade to 0.3.12.
 |
Sunday, 14 Jan 2001
|
14:53 clive
o Install additional 2 include files o portlint
 |
14:45 clive
Update to 0.3.8
 |
Number of commits found: 38 |