non port: japanese/skkserv/Makefile |
SVNWeb
|
Number of commits found: 22 |
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:22 Tobias C. Berner (tcberner) ] 8d9b67b (Only the first 10 of 220 ports in this commit are shown above. )
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above )
|
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.
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 14 Mar 2014
|
[ 10:19 ehaupt ]
Support staging
|
Tue, 3 Dec 2013
|
[ 15:05 tijl ]
There's a warning during boot if the skkserv_enable rc variable is
undefined so set it to "NO" by default.
PR: ports/181729
Approved by: maintainer timeout (3 months)
|
Fri, 20 Sep 2013
|
[ 18:47 bapt ] (Only the first 10 of 352 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Sun, 5 May 2013
|
[ 15:53 hrs ]
- Fix fork() and select() in skkserv. It didn't work properly.
- Trim old-style header.
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Sat, 2 Jul 2011
|
[ 14:54 hrs ]
- Fix a crash when an invalid log file is specified.
- Add -u uid option to drop the root privilege.
- Add skkserv user and group.
- Display fatal error messages in mksock() even if debug=0.
|
[ 13:15 hrs ]
Ignore entries in an SKK dictionary that start with ">". This should fix an
insta-crash issue.
|
Sat, 1 Nov 2008
|
[ 15:16 hrs ]
- Add "-a" option to specify the listen address.
- Add rcNG startup script.
- $skkserv_flags="-a 127.0.0.1" is set by default.
- Update WWW: line in pkg-plist.
- Take maintainership.
|
Tue, 1 Jan 2008
|
[ 19:03 arved ]
Fix segfault on amd64
PR: 118996
Submitted by KOIE Hidetaka
|
Fri, 29 Oct 2004
|
[ 05:57 matusita ]
Release maintainership.
The skkserv is so old and slow, almost all users doesn't use in their real
life I believe -- but I don't delete it, since there's no reason to do.
If you still use this server, check http://openlab.jp/skk/skkserv.html and
switch to a new server; dbskkd-cdb, rskkserv, and multiskkserv are good
candidates since they are all registered to FreeBSD ports.
|
Sat, 22 Feb 2003
|
[ 15:51 matusita ] (Only the first 10 of 22 ports in this commit are shown above. )
De-pkg-comment.
|
Wed, 12 Jun 2002
|
[ 14:15 mita ]
Unbreak japanese/skkserv because of skk-jisyo port change.
No change on package contents so that Portrevision doesn't bump up.
Submitted by: myself.
Approved by: Maintainer <matusita@FreeBSD.org>
|
Fri, 15 Mar 2002
|
[ 15:47 matusita ] (Only the first 10 of 11 ports in this commit are shown above. )
Change my email address to the one of @FreeBSD.org.
Reviewed by: kuriyama
|
Tue, 29 Jan 2002
|
[ 11:08 knu ] (Only the first 10 of 23 ports in this commit are shown above. )
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO
macro is set to "echo" by default, but it is set to "true" if make(1) is
invoked with the -s option while ECHO_CMD is always set to the echo command.
|
Sat, 7 Jul 2001
|
[ 21:55 sf ]
fix MASTER_SITES.
|
Thu, 31 May 2001
|
[ 23:22 ade ] (Only the first 10 of 21 ports in this commit are shown above. )
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
|
Sun, 15 Oct 2000
|
[ 04:19 nbm ]
Standardise on "matusita@jp.FreeBSD.org" instead of various other
capitalisations.
|
Number of commits found: 22 |