aboutsummaryrefslogtreecommitdiff
path: root/japanese/mutt
Commit message (Collapse)AuthorAgeFilesLines
* - Add fix for recent IMAP buffer overflow vulnerability.Shaun Amott2006-07-032-1/+28
| | | | | | | | | | | PR: ports/99700 Submitted by: shaun (me) Approved by: SHIOZAKI Takehiko <st@be.to> (maintainer), ahze (mentor) Security: VuXML d2a43243-087b-11db-bc36-0008743bf21a Notes: svn path=/head/; revision=166846
* 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/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* o Change MAINTAINER to submitter (blanket).Norikatsu Shigemura2004-09-032-77/+77
| | | | | | | | | | | | | o Added -D_DONT_USE_CTYPE_INLINE_ to CFLAGS not to use inlined wcwidth(). o Modified pkg-plist to use %%DOCSDIR%%. PR: ports-jp/15003, ports/71331 Submitted by: SHIOZAKI Takehiko <st@be.to> Approved by: maintainer blanket Obtained from: ports/71329 Notes: svn path=/head/; revision=118078
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* - Update to version 1.4.2.1Kirill Ponomarev2004-04-124-27/+20
| | | | | | | | PR: ports/65447 Submitted by: maintainer Notes: svn path=/head/; revision=106791
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-2/+3
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Sync FORBIDDEN tags with the FreeBSD VuXML database, please refer to theOliver Eikemeier2004-03-111-0/+2
| | | | | | | | | | | individual database entries for details. Report errors and omissions in the database to the FreeBSD Security Officer <security-officer@FreeBSD.org> bump PORTREVISON for x11/linux-XFree86-libs, since the vulnerabilites are fixed. Notes: svn path=/head/; revision=103676
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+3
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-2/+2
| | | | Notes: svn path=/head/; revision=98909
* - don't clobber any given LDFLAGSDirk Meyer2003-09-031-2/+2
| | | | | | | | | resolves conflitcs with bsd.openssl.mk (maintainter contacted, no response yet) Approved by: marcus Notes: svn path=/head/; revision=88411
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Update to 1.4.1, and change MAINTAINER address.Norikatsu Shigemura2003-05-215-12/+31
| | | | | | | | PR: ports/52530 Submitted by: IWASHITA Yoji <iwashita@cqmail.net> (maintainer) Notes: svn path=/head/; revision=81641
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76037
* Now that AUTOCONF and friends contain slashes in them, use a separatorAkinori MUSHA2002-11-281-6/+7
| | | | | | | | | other than the slash for s///. This fixes the build. Use REINPLACE_CMD instead of PERL while I'm here. Notes: svn path=/head/; revision=71215
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-281-1/+1
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* Update to 1.4Patrick Li2002-06-2311-124/+197
| | | | | | | | PR: ports/39692 Submitted by: maintainer Notes: svn path=/head/; revision=61845
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-2/+3
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-2/+2
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* o update to 1.2.5.1.FUJISHIMA Satsuki2002-01-162-13/+24
| | | | | | | | | | o add FETCH_BEFORE_ARGS=-A for broken httpd. PR: 33943 Submitted by: maintainer Notes: svn path=/head/; revision=53197
* o USE_AUTO* police sweepMario Sergio Fujikawa Ferreira2001-12-021-1/+1
| | | | | | | - Don't hardcode, use ACLOCAL Notes: svn path=/head/; revision=50888
* update MASTER/PATCH_SITES.FUJISHIMA Satsuki2001-03-091-2/+3
| | | | | | | | PR: 25638 Submitted by: maintainer Notes: svn path=/head/; revision=39320
* Update to 1.2.5 japanese patch level 2.Chris Piazza2000-12-162-6/+6
| | | | | | | | PR: 23587 Submitted by: maintainer Notes: svn path=/head/; revision=36032
* Remove rmdir lines.Yukihiro Nakai2000-10-171-41/+0
| | | | | | | | PR: ports/21986 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=33930
* Update to 1.2.5i-jp0.Akinori MUSHA2000-08-284-20/+69
| | | | | | | | PR: ports/20871 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (MAINTAINER) Notes: svn path=/head/; revision=32060
* Some minor fixes in Japanese support.Akinori MUSHA2000-07-193-2/+10
| | | | | | | | PR: ports/20026 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Notes: svn path=/head/; revision=30821
* Update to 1.2.4.j0.Akinori MUSHA2000-07-183-179/+57
| | | | | | | | PR: ports/20012 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Notes: svn path=/head/; revision=30795
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-6/+10
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449
* update to 1.0.1iMichael Haro2000-04-012-9/+9
| | | | | | | | PR: 17732 Submitted by: maintainer Notes: svn path=/head/; revision=27244
* Update a Japanese manualSatoshi Taoka2000-02-202-2/+2
| | | | | | | | PR: 16778 Submitted by: maintainer Notes: svn path=/head/; revision=26032
* Fix to include the Japanese manual in packageSatoshi Taoka2000-02-093-1/+12
| | | | | | | | PR: 16609 Submitted by: maintainer Notes: svn path=/head/; revision=25619
* typo in "Version required".Satoshi Taoka2000-02-071-1/+1
| | | | | | | | Submitted by: maintainer Obtained from: ports-jp@jp.freebsd.org Notes: svn path=/head/; revision=25546
* update to 1.0iMichael Haro2000-02-012-6/+8
| | | | | | | | PR: 16471 Submitted by: maintainer Notes: svn path=/head/; revision=25377
* Upgrade to 1.0pre3i.SADA Kenji1999-10-312-9/+9
| | | | | | | | | Submitted by: Maintainer Posted at: FreeBSD ports-jp ML #8046 <http://home.jp.FreeBSD.ORG/cgi-bin/showmail/ports-jp/8046> Notes: svn path=/head/; revision=22735
* Cancel last commitment.SADA Kenji1999-09-101-0/+1
| | | | | | | Problem of bento:/var/mail's permission has been fixed. Notes: svn path=/head/; revision=21581
* Fix package building problem.SADA Kenji1999-09-091-1/+0
| | | | | | | Submitted by: Maintainer Notes: svn path=/head/; revision=21518
* Text-based powerful mail client with Japanize patch.SADA Kenji1999-09-055-0/+291
PR is about version 0.95 but submitter sent new version 1.0-b1 to ports-jp ML and I'll commit it. PR: 12451 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Notes: svn path=/head/; revision=21280