aboutsummaryrefslogtreecommitdiff
path: root/japanese/today
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-111-2/+0
| | | | Notes: svn path=/head/; revision=458755
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fix line breaks conversion.Raphael Kubo da Costa2016-02-281-2/+2
| | | | | | | | | | | | | | | | | | Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> (maintainer) Notes: svn path=/head/; revision=409785
* - Fix fetchDmitry Marakasov2015-11-302-8/+38
| | | | | | | | | | | - Fix endianes detection - Pass maintainership to submitter PR: 204801 Submitted by: CQG00620@nifty.ne.jp Notes: svn path=/head/; revision=402698
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni2015-10-081-2/+2
| | | | Notes: svn path=/head/; revision=398832
* Cleanup plistAntoine Brodin2014-11-121-2/+0
| | | | Notes: svn path=/head/; revision=372492
* Rename the rather surprising number of japanese/ patch-xy patchesAdam Weinberger2014-07-286-0/+0
| | | | | | | to reflect the files they modify. Notes: svn path=/head/; revision=363264
* - Add staging supportPawel Pekala2014-05-172-11/+10
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=354319
* Convert to USES=lhaBaptiste Daroussin2014-03-121-1/+1
| | | | Notes: svn path=/head/; revision=347965
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - Add new knob USE_LHA [1]Martin Wilke2013-03-071-6/+2
| | | | | | | | | | | | | - Convert few ports to USE_LHA [1] - Revert r303619 since CONFIGURE_ENV already sets CPPFLAGS and LDFLAGS by default. [2] PR: 176187 [1] 174790 [2] Submitted by: Christoph Mallon <christoph.mallon@gmx.de> [1] Gerald Pfeifer <gerald@pfeifer.com> [2] Notes: svn path=/head/; revision=313600
* - Update to version 2.12TAKATSU Tomonari2011-08-077-84/+86
| | | | | | | | | | | - Update MASTER_SITES and WWW: line - Use DATADIR macro PR: ports/158477 Submitted by: Ports Fury Notes: svn path=/head/; revision=279103
* Unfetchable, no new home found: deprecateBaptiste Daroussin2011-06-161-0/+3
| | | | Notes: svn path=/head/; revision=275651
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Reset maintainer.Erwin Lansing2008-02-281-1/+1
| | | | | | | | <rewsirow@ff.iij4u.or.jp>: host mx.iij4u.or.jp[210.138.174.71] said: 550 5.1.1 <rewsirow@ff.iij4u.or.jp>... User Unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=208094
* Remove USE_REINPLACE from categories starting with a JEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161761
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* lha and nkf are EXTRACT_DEPENDS, not BUILD_DEPENDSKris Kennaway2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106260
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Update the japanese/[o-t]* ports with the newAkinori MUSHA2000-04-121-3/+5
| | | | | | | PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. Notes: svn path=/head/; revision=27463
* Update to 2.11aSatoshi Taoka2000-02-2110-227/+139
| | | | | | | | | PR: 16873 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> No response from: maintainer Notes: svn path=/head/; revision=26099
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Change "man/ja_JP.EUC" to "man/ja".Jun Kuriyama1998-06-042-2/+3
| | | | | | | | | Add "@dirrm" Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=11264
* Reorganize the patches to:Masafumi Max NAKANE1997-09-196-454/+170
| | | | | | | | | - Inhibit multiple patch files to change one file. - Remove PATCH_STRIP definition from the Makefile. - One patch file for each file to be modified. Notes: svn path=/head/; revision=7966
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Updatethe maitainer's address.Masafumi Max NAKANE1997-09-141-17/+16
| | | | | | | | Make lha quiet. Some more style fixes. Notes: svn path=/head/; revision=7906
* Hand-edit patch to cope with getopt declarations moving fromSatoshi Asami1997-03-251-5/+15
| | | | | | | | stdlib.h to unistd.h in -current (from Lite2). Note this requires the latest gcc that defines __FreeBSD__ to 3. Notes: svn path=/head/; revision=5998
* Put manpage in ja_JP.EUC subdirectory, not ja_JP.euc.Satoshi Asami1996-12-062-2/+2
| | | | Notes: svn path=/head/; revision=4832
* mkdir --> ${MKDIR} cp -->${CP}David E. O'Brien1996-12-031-2/+2
| | | | Notes: svn path=/head/; revision=4767
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* This is just a test. Try to import a simple program from -currentSatoshi Asami1996-11-102-2/+2
| | | | | | | and see if our CVS setup is working. Notes: svn path=/head/; revision=4372
* Tells you what day today is.Satoshi Asami1996-10-187-0/+636
Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> Notes: svn path=/head/; revision=4033