non port: chinese/phpbb-tw/Makefile |
SVNWeb
|
Number of commits found: 29 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 25fe59a (Only the first 10 of 124 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Jun 2022
|
[ 00:08 Muhammad Moinur Rahman (bofh) ] 214a6c5 (Only the first 10 of 81 ports in this commit are shown above. )
*/*: Ignore with php82
|
Sun, 6 Feb 2022
|
[ 18:36 Stefan Eßer (se) ] bdd2d4a (Only the first 10 of 69 ports in this commit are shown above. )
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)
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 28 Apr 2020
|
[ 09:32 amdmi3 ]
- Add LICENSE
- Add NO_ARCH
- Update WWW
|
Thu, 8 Mar 2018
|
[ 19:48 mat ] (Only the first 10 of 388 ports in this commit are shown above. )
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 7 Aug 2014
|
[ 16:32 vanilla ]
Stagify.
|
Wed, 23 Jul 2014
|
[ 16:44 bapt ] (Only the first 10 of 55 ports in this commit are shown above. )
Reset maintainership for ports not staged with no pending PR
With hat: portmgr
|
Mon, 26 May 2014
|
[ 06:55 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to USES=dos2unix
With hat: portmgr
|
Fri, 21 Feb 2014
|
[ 13:35 ehaupt ]
Remove trailing whitespaces from category chinese
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
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)
|
Fri, 3 Jan 2014
|
[ 15:59 adamw ] (Only the first 10 of 12 ports in this commit are shown above. )
Convert chinese to MDOCS
|
Fri, 20 Sep 2013
|
[ 16:01 bapt ] (Only the first 10 of 138 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Sat, 9 Aug 2008
|
[ 14:00 chinsan ]
- Pass maintainership to last pr submmitter as his request via private mail.
|
Fri, 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)
|
Sat, 24 Mar 2007
|
[ 16:43 pav ] (Only the first 10 of 19 ports in this commit are shown above. )
- WWWOWN and WWWGRP are defined in bsd.port.mk
|
Mon, 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)
|
Tue, 3 Oct 2006
|
[ 15:34 chinsan ] (Only the first 10 of 91 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 14 Jun 2006
|
[ 06:22 clsung ]
- Update to 2.0.21
PR: ports/98777
Submitted by: maintainer (chinsan)
|
Wed, 3 May 2006
|
[ 23:38 edwin ] (Only the first 10 of 88 ports in this commit are shown above. )
remove USE_REINPLACE for all ports with categories starting with C
|
Thu, 13 Apr 2006
|
[ 17:03 vanilla ]
Upgrade to 2.0.20.
PR: ports/95702
Submitted by: maintainer
|
Thu, 2 Feb 2006
|
[ 14:14 vanilla ]
- Update to 2.0.19
PR: ports/92734
Submitted by: maintainer
|
Fri, 9 Dec 2005
|
[ 19:24 ale ] (Only the first 10 of 167 ports in this commit are shown above. )
Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.
Discussed with: thierry, antonio@php.net
|
Mon, 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: 29 |