non port: chinese/phpbb-tw/Makefile |
Number of commits found: 32 |
Thursday, 29 Feb 2024
|
12:52 Muhammad Moinur Rahman (bofh)
chinese/phpbb-tw: Remove expired port
chinese/phpbb-tw
a977a68 |
Friday, 12 Jan 2024
|
08:52 Muhammad Moinur Rahman (bofh)
*/phpbb: Mark DEPRECATED
- There are more recent versions of phpbb in www/phpbb3 and
chinese/phpbb3 which should be used.
- These versions were released in 2008 and more or less not supposed to
work with latest versions of php
- Set EXPIRATION_DATE to 2024-02-29
Rather than deleting these ports phpbb3 ports should be moved here.
Approved by: portmgr (blanket)
c3c35a9 |
Saturday, 10 Jun 2023
|
14:57 Muhammad Moinur Rahman (bofh)
*/*: Mark IGNORE_WITH_PHP for 8.3.X
Approved by: portmgr (blanket)
Sponsored by: Bounce Experts
4ca6b84 |
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, 13 Jun 2022
|
00:08 Muhammad Moinur Rahman (bofh)
*/*: Ignore with php82
214a6c5 |
Sunday, 6 Feb 2022
|
18:36 Stefan Eßer (se)
Update CONFLICTS definitions in categories a* to c*
Update the CONFLICTS definitions of ports in the following categories:
- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters
An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.
There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.
Approved by: portmgr (implicit)
bdd2d4a |
Friday, 29 Oct 2021
|
09:50 Stefan Eßer (se)
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
819f25b |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 28 Apr 2020
|
09:32 amdmi3
- Add LICENSE
- Add NO_ARCH
- Update WWW
|
Thursday, 8 Mar 2018
|
19:48 mat
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Tuesday, 19 Jul 2016
|
11:04 mat
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 7 Aug 2014
|
16:32 vanilla
Stagify.
|
Wednesday, 23 Jul 2014
|
16:44 bapt
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Monday, 26 May 2014
|
06:55 bapt
Convert to USES=dos2unix
With hat: portmgr
|
Friday, 21 Feb 2014
|
13:35 ehaupt
Remove trailing whitespaces from category chinese
|
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Friday, 3 Jan 2014
|
15:59 adamw
Convert chinese to MDOCS
|
Friday, 20 Sep 2013
|
16:01 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Saturday, 9 Aug 2008
|
14:00 chinsan
- Pass maintainership to last pr submmitter as his request via private mail.
|
Friday, 8 Aug 2008
|
14:17 chinsan
- Update to 2.0.23
- Use standard $WWWDIR
PR: ports/125950
Submitted by: appleboy <appleboy.tw at gmail.com>
Approved by: maintainer (me)
|
Saturday, 24 Mar 2007
|
16:43 pav
- WWWOWN and WWWGRP are defined in bsd.port.mk
|
Monday, 29 Jan 2007
|
15:55 rafan
- Remove chinsan2.twbbs.org, distfiles moved to LOCAL
PR: 108392, 108393, 108394, 108395, 108396, 108397, 108398, 108399,
108400, 108401
Submitted by: chinsan (maintainer)
|
Tuesday, 3 Oct 2006
|
15:34 chinsan
Change the following ports to my FreeBSD.org email.
Approved by: delphij (mentor)
archivers/pecl-bz2/Makefile
archivers/pecl-lzf/Makefile
archivers/pecl-rar/Makefile
audio/fapg/Makefile
audio/pecl-id3/Makefile
chinese/CJKUnifonts/Makefile
chinese/auto-tw-l10n/Makefile
chinese/dfsongsd/Makefile
chinese/fortunetw/Makefile
chinese/gcin/Makefile
chinese/joe/Makefile
chinese/joe2/Makefile
chinese/pcmanx/Makefile
chinese/phpbb-tw/Makefile
chinese/tatter-tools/Makefile
chinese/ve/Makefile
chinese/zhcon/Makefile
devel/pear-Console_Getopt/Makefile
devel/pear-Console_Table/Makefile
devel/pear-PEAR_Info/Makefile
devel/pecl-expect/Makefile
games/p5-Baseball-Sabermetrics/Makefile
graphics/epdfview/Makefile
graphics/p5-Chart-Clicker/Makefile
graphics/p5-GD-Thumbnail/Makefile
graphics/p5-Visio/Makefile
mail/pecl-esmtp/Makefile
math/pecl-stats/Makefile
misc/pear-Services_Weather/Makefile
net/ldapdiff/Makefile
net/p5-RRD-Simple/Makefile
net/pear-Net_CDDB/Makefile
net/pear-Net_SMS/Makefile
net/pecl-cvsclient/Makefile
security/gwee/Makefile
security/p5-GSSAPI/Makefile
security/pam-pgsql/Makefile
security/pecl-ssh2/Makefile
security/pecl-tcpwrap/Makefile
sysutils/p5-BSD-Sysctl/Makefile
sysutils/p5-File-Next/Makefile
textproc/csvdiff/Makefile
textproc/p5-CSS/Makefile
textproc/p5-Pod-XML/Makefile
textproc/p5-SGML-DTDParse/Makefile
textproc/p5-Text-Emoticon-GoogleTalk/Makefile
textproc/p5-XML-Handler-Dtd2DocBook/Makefile
textproc/p5-XML-Handler-Dtd2Html/Makefile
textproc/p5-XML-SAXDriver-CSV/Makefile
textproc/p5-XML-SAXDriver-Excel/Makefile
textproc/p5-ack/Makefile
textproc/pear-XML_DTD/Makefile
textproc/pecl-stem/Makefile
textproc/scim-input-pad/Makefile
textproc/sdcv/Makefile
www/b2evolution/Makefile
www/dokuwiki/Makefile
www/dokuwiki-devel/Makefile
www/lilurl/Makefile
www/p5-HTML-TableParser/Makefile
www/p5-HTML-WikiConverter/Makefile
www/p5-HTML-WikiConverter-DokuWiki/Makefile
www/p5-HTML-WikiConverter-Kwiki/Makefile
www/p5-HTML-WikiConverter-Markdown/Makefile
www/p5-HTML-WikiConverter-MediaWiki/Makefile
www/p5-HTML-WikiConverter-MoinMoin/Makefile
www/p5-HTML-WikiConverter-Oddmuse/Makefile
www/p5-HTML-WikiConverter-PbWiki/Makefile
www/p5-HTML-WikiConverter-PhpWiki/Makefile
www/p5-HTML-WikiConverter-PmWiki/Makefile
www/p5-HTML-WikiConverter-SnipSnap/Makefile
www/p5-HTML-WikiConverter-Socialtext/Makefile
www/p5-HTML-WikiConverter-TikiWiki/Makefile
www/p5-HTML-WikiConverter-UseMod/Makefile
www/p5-HTML-WikiConverter-WakkaWiki/Makefile
www/p5-HTML-WikiConverter-WikkaWiki/Makefile
www/p5-WWW-Baseball-NPB/Makefile
www/p5-WWW-Comic/Makefile
www/p5-WWW-VenusEnvy/Makefile
www/pear-Services_Delicious/Makefile
www/pear-UDDI/Makefile
www/xpi-cssviewer/Makefile
www/xpi-gmail-manager/Makefile
www/xpi-google-notebook/Makefile
www/xpi-mrtech-local-install/Makefile
www/xpi-no-referrer/Makefile
www/xpi-server_switcher/Makefile
www/xpi-unplug/Makefile
www/xpi-videodownloader/Makefile
www/xpi-web_developer/Makefile
x11/xdialog/Makefile
x11-fm/pcmanfm/Makefile
|
Wednesday, 14 Jun 2006
|
06:22 clsung
- Update to 2.0.21
PR: ports/98777
Submitted by: maintainer (chinsan)
|
Wednesday, 3 May 2006
|
23:38 edwin
remove USE_REINPLACE for all ports with categories starting with C
|
Thursday, 13 Apr 2006
|
17:03 vanilla
Upgrade to 2.0.20.
PR: ports/95702
Submitted by: maintainer
|
Thursday, 2 Feb 2006
|
14:14 vanilla
- Update to 2.0.19
PR: ports/92734
Submitted by: maintainer
|
Friday, 9 Dec 2005
|
19:24 ale
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
|
Monday, 14 Nov 2005
|
16:07 garga
phpBB is a high powered, fully scalable, and highly customisable
open-source bulletin board package. phpBB has a user-friendly interface,
simple and straightforward administration panel, and helpful FAQ. Based
on the powerful PHP server language and your choice of MySQL, MS-SQL,
PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
community solution for all web sites.
The Traditional Chinese version of offical phpBB is located at
http://www.phpbb-tw.net/
WWW: http://www.phpbb.com/
PR: ports/88981
Submitted by: chinsan <chinsan.tw@gmail.com>
|
Number of commits found: 32 |