non port: chinese/aterm/Makefile |
Number of commits found: 26 |
Monday, 6 Nov 2023
|
10:03 Rodrigo Osorio (rodrigo)
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888
06df180 |
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 |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Tuesday, 31 Aug 2021
|
19:49 Bernhard Froehlich (decke)
chinese/aterm: Add CPE information
Approved by: portmgr (blanket)
e67ef67 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 4 Nov 2019
|
21:36 zeising
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
 |
Thursday, 5 Nov 2015
|
10:46 amdmi3
- Mark MAKE_JOBS_UNSAFE, fails in parallel build:
./protos.h:20:10: fatal error: 'pixmap.pro' file not found
- Fix permissions handling
Approved by: portmgr blanket
 |
Monday, 9 Jun 2014
|
11:21 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
 |
Wednesday, 8 Jan 2014
|
15:47 vanilla
Support STAGEDIR.
Approved by: portmgr (blanket infrastructure)
 |
Friday, 20 Sep 2013
|
16:01 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
 |
Wednesday, 9 Jan 2013
|
06:58 swills
- Update to 1.0.1
- Update patch and extract patches from single patch
PR: ports/175097
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Approved by: Kang-min Liu <gugod@gugod.org> (maintainer)
 |
Saturday, 22 Aug 2009
|
00:15 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with B,C
 |
Sunday, 23 Mar 2008
|
23:03 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Wednesday, 29 Nov 2006
|
12:41 rafan
- Respect X11BASE
When USE_XLIB (implied by USE_XPM) is set, GNU_CONFIGURE automatically
set correct path for X11.
PR: ports/105963 (partly)
Submitted by: rafan
Approved by: Kang-min Liu <gugod at gugod.org> (maintainer)
 |
12:40 rafan
- portlint(1)
PR: ports/105963 (partly)
Submitted by: rafan
Approved by: Kang-min Liu <gugod at gugod.org> (maintainer)
 |
Friday, 6 Feb 2004
|
13:12 trevor
Use PLIST_FILES (bento-tested, marcus-reviewed).
 |
Friday, 21 Feb 2003
|
11:06 knu
De-pkg-comment.
 |
Thursday, 11 Jul 2002
|
07:27 ijliao
use MASTER_SITE_SOURCEFORGE
PR: 40440 (zh-aterm)
Submitted by: Kang-min Liu <gugod@gugod.org> (zh-aterm)
 |
Monday, 1 Oct 2001
|
20:46 keichii
Add aterm 0.4.2, a color vt102 terminal emulator with transparency support
and XIM support.
 |
Thursday, 1 Mar 2001
|
18:21 clive
Say bye-bye to chinese/aterm, chinese/xa+cv, chinese/xcin.
 |
Tuesday, 27 Feb 2001
|
09:48 clive
Mark as broken by this reason:
 |
Thursday, 3 Aug 2000
|
10:28 asami
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off.
 |
Sunday, 30 Jul 2000
|
19:03 steve
Fixup dependencies after version number bump of the png library.
 |
Thursday, 29 Jun 2000
|
08:03 obrien
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
 |
Number of commits found: 26 |