Mathieu Arnold
a9dcad2fff
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:08:37 +00:00
Raphael Kubo da Costa
6b83f7c9e9
Fix line breaks conversion.
...
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)
2016-02-28 23:47:38 +00:00
Dmitry Marakasov
9001772ee3
- Fix fetch
...
- Fix endianes detection
- Pass maintainership to submitter
PR: 204801
Submitted by: CQG00620@nifty.ne.jp
2015-11-30 20:42:44 +00:00
Antoine Brodin
496ac41eab
Mark a few ports BROKEN: unfetchable
2015-11-09 12:59:03 +00:00
Jimmy Olgeni
42bc424f61
Remove trailing whitespace from Makefiles, A-L.
2015-10-08 15:11:28 +00:00
Antoine Brodin
8b6ef795df
Cleanup plist
2014-11-12 13:45:59 +00:00
Adam Weinberger
f9d86cf02f
Rename the rather surprising number of japanese/ patch-xy patches
...
to reflect the files they modify.
2014-07-28 22:14:07 +00:00
Pawel Pekala
b1f33f2ceb
- Add staging support
...
- Convert to new options framework
2014-05-17 13:09:53 +00:00
Baptiste Daroussin
16ea4dd5a8
Convert to USES=lha
2014-03-12 09:49:06 +00:00
Baptiste Daroussin
8ee9a3584f
Add NO_STAGE all over the place in preparation for the staging support (cat: japanese)
2013-09-20 18:47:54 +00:00
Martin Wilke
0f92912af4
- Add new knob USE_LHA [1]
...
- 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]
2013-03-07 17:08:13 +00:00
TAKATSU Tomonari
aa2b64b134
- Update to version 2.12
...
- Update MASTER_SITES and WWW: line
- Use DATADIR macro
PR: ports/158477
Submitted by: Ports Fury
2011-08-07 08:26:25 +00:00
Baptiste Daroussin
4887d4dc8f
Unfetchable, no new home found: deprecate
2011-06-16 06:24:00 +00:00
Martin Wilke
65e190c0f0
- Get Rid MD5 support
...
With hat: portmgr (myself)
2011-03-18 17:59:50 +00:00
Erwin Lansing
4377d24c2f
Reset maintainer.
...
<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)
2008-02-28 15:54:01 +00:00
Edwin Groothuis
8f4ccb0a04
Remove USE_REINPLACE from categories starting with a J
2006-05-09 00:18:07 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Kris Kennaway
499d9224e1
lha and nkf are EXTRACT_DEPENDS, not BUILD_DEPENDS
2004-04-05 22:18:38 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Akinori MUSHA
3baa89dcc9
De-pkg-comment.
2003-02-21 12:35:09 +00:00
Edwin Groothuis
37f2224fa6
PERL -> REINPLACE
...
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Akinori MUSHA
8e270816f9
Update the japanese/[o-t]* ports with the new
...
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00
Satoshi Taoka
836b0df671
Update to 2.11a
...
PR: 16873
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
2000-02-21 17:05:58 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Tim Vanderhoek
4b7f92f936
Commit #2/4 to enforce Caps, no period. I ran this oe as
...
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
1999-06-26 17:55:58 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
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.
1999-02-03 11:12:01 +00:00
Jun Kuriyama
640e394fad
Change "man/ja_JP.EUC" to "man/ja".
...
Add "@dirrm"
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-06-04 22:32:49 +00:00
Masafumi Max NAKANE
173073fbec
Reorganize the patches to:
...
- Inhibit multiple patch files to change one file.
- Remove PATCH_STRIP definition from the Makefile.
- One patch file for each file to be modified.
1997-09-19 11:57:56 +00:00
Masafumi Max NAKANE
474b385af1
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
...
for PKGNAME. (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Masafumi Max NAKANE
91da8de5b1
Updatethe maitainer's address.
...
Make lha quiet.
Some more style fixes.
1997-09-14 17:47:20 +00:00
Satoshi Asami
ef4155d09f
Hand-edit patch to cope with getopt declarations moving from
...
stdlib.h to unistd.h in -current (from Lite2). Note this requires
the latest gcc that defines __FreeBSD__ to 3.
1997-03-25 08:14:44 +00:00
Satoshi Asami
a910b63117
Put manpage in ja_JP.EUC subdirectory, not ja_JP.euc.
1996-12-06 12:27:35 +00:00
David E. O'Brien
5f30f5083e
mkdir --> ${MKDIR} cp -->${CP}
1996-12-03 13:08:20 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
1ce9ff2e4c
This is just a test. Try to import a simple program from -current
...
and see if our CVS setup is working.
1996-11-10 12:40:20 +00:00
Satoshi Asami
9ae6f48b55
Tells you what day today is.
...
Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
1996-10-18 15:04:50 +00:00