aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriateMIHIRA Sanpei Yoshiro2004-02-251-2/+2
| | | | Notes: svn path=/head/; revision=102101
* Change my email address.Markus Brueffer2004-02-231-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=101892
* Take maintainership.Alexander Nedotsukov2004-02-231-1/+1
| | | | Notes: svn path=/head/; revision=101799
* BROKEN: Checksum mismatchKris Kennaway2004-02-221-0/+2
| | | | Notes: svn path=/head/; revision=101636
* BROKEN: unfetchableKris Kennaway2004-02-191-0/+2
| | | | Notes: svn path=/head/; revision=101386
* Use PLIST_FILES. Drop maintainership.Trevor Johnson2004-02-181-5/+2
| | | | Notes: svn path=/head/; revision=101275
* Remove ktnef, it is now included in kdepimTilman Keskinoz2004-02-095-70/+0
| | | | | | | | PR: 63576 Submitted by: maintainer Notes: svn path=/head/; revision=100510
* - Fix build on AMD64Kirill Ponomarev2004-02-091-0/+2
| | | | | | | Approved by: maintainer informed Notes: svn path=/head/; revision=100507
* Add a check for USE_ICONV, and if found, error out. This will avoid forkJoe Marcus Clarke2004-02-081-0/+5
| | | | | | | | | | bombs on systems where USE_ICONV has been incorrectly defined in make.conf or in the environment. Submittd by: trevor Notes: svn path=/head/; revision=100427
* - Fix build on AMD64Kirill Ponomarev2004-02-081-0/+1
| | | | | | | Approved by: maintainer informed Notes: svn path=/head/; revision=100425
* Back out my previous commit, which was in error.Trevor Johnson2004-02-081-5/+0
| | | | | | | Noticed by: marcus Notes: svn path=/head/; revision=100422
* Add "anti-foot-shooting device".Trevor Johnson2004-02-081-0/+5
| | | | | | | Obtained from: sobomax via the imake-4 and linux_base ports Notes: svn path=/head/; revision=100417
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-0616-8/+9
| | | | Notes: svn path=/head/; revision=100139
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Minor clean (use USE_ICONV, etc.)Sergey Skvortsov2004-02-053-3/+3
| | | | Notes: svn path=/head/; revision=100061
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-046-1/+6
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-3/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* SIZEify.Trevor Johnson2004-01-299-0/+9
| | | | Notes: svn path=/head/; revision=99360
* Add size data.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99278
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to 0.5.19Clement Laforet2004-01-182-3/+2
| | | | | | | | | PR: 61519 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98483
* - Respect CFLAGS and PTHREAD_LIBSClement Laforet2004-01-181-1/+7
| | | | | | | | | PR: 61533 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98480
* - Chase uulib versionClement Laforet2004-01-181-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98474
* - Update to 0.5.19Clement Laforet2004-01-183-31/+3
| | | | | | | | | PR: 61517 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98473
* - Update to 0.5.19Clement Laforet2004-01-186-33/+13
| | | | | | | | | PR: 61518 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98472
* Update to 3.00Erwin Lansing2004-01-153-14/+2
| | | | | | | | | | | | | | Drop the pure Perl implementations of the encoders and decoders. They are bloat that hides real problems in the XS implementations. I will re-release them separately in the new MIME-Base64-Perl distribution. The 'gcc -Wall' fix in 2.22 broke support for perl5.005, as the isXDIGIT() macro is not available in that perl. This problem has now been fixed. Notes: svn path=/head/; revision=98184
* - Fix usage of isXDIGIT() by calling the isxdigit() macroErwin Lansing2004-01-122-7/+13
| | | | | | | | | | - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff <barney@databus.com> Tested by: pav Notes: svn path=/head/; revision=98007
* Somehow, 'make test' doesn't catch all problems. Mark brokenErwin Lansing2004-01-121-1/+7
| | | | | | | | | | | with perl 5.005_03 until I can figure out what the exact problem i.s Submitted by: Michel Gravey <admin@the-e-management.com>, "Michel Gravey" <michel.gravey@orange.fr>, pav Notes: svn path=/head/; revision=98004
* Move PERL_CONFIGURE before bsd.port.pre.mk.Jun Kuriyama2004-01-121-2/+2
| | | | Notes: svn path=/head/; revision=97987
* Update to 2.23, which somehow ended uncommitted in my tree.Erwin Lansing2004-01-122-2/+2
| | | | | | | Reminded by: Barney Wolff <barney@databus.com>, pav Notes: svn path=/head/; revision=97972
* [PATCH] converters/p5-Convert-ASN1: update to 0.18Edwin Groothuis2004-01-102-2/+2
| | | | | | | | | | | | - Update to 0.18 Port maintainer (scrappy@FreeBSD.org) is cc'd. PR: ports/59859 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer timeout Notes: svn path=/head/; revision=97851
* Update to 2.22Erwin Lansing2004-01-082-2/+2
| | | | Notes: svn path=/head/; revision=97701
* New port: converters/fix-mime-charset - Fix incorrect Content-TypeEdwin Groothuis2004-01-085-0/+51
| | | | | | | | | | | | | | | | | | | | MIME headers of e-mail messages Categories: converters textproc russian ukrainian Fix-mime-charset automatically detects character sets of email message and modifies the Content-Type header appropriately. It can be used as mail filter in mailing lists where users often set the charset of their messages incorrectly. It processes messages fast and accurately, ignoring attachments, and correctly interprets transfer-encodings. None but the Content-Type header is changed. PR: ports/61050 Submitted by: Nosov Artem <chip-set@mail.ru> Notes: svn path=/head/; revision=97637
* cosmetic fixes which make portlint happy.Yen-Ming Lee2004-01-082-6/+6
| | | | Notes: svn path=/head/; revision=97627
* - Assign maintainership to Markus BruefferKirill Ponomarev2004-01-071-1/+1
| | | | | | | | | | <brueffer@phoenix-systems.de> PR: 61040 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notes: svn path=/head/; revision=97601
* - Drop maintainership to ports@Kirill Ponomarev2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97596
* Add converters/asr10; provides access to Ensoniq EPS/EPS+/ASR devicesMark Linimon2004-01-065-0/+37
| | | | | | | | | | and image files. PR: ports/57789 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@gmx.de> Notes: svn path=/head/; revision=97447
* Update to 1.0.3Hye-Shik Chang2004-01-033-2/+6
| | | | Notes: svn path=/head/; revision=97243
* update MASTER_SITESMichael Haro2003-12-171-1/+1
| | | | Notes: svn path=/head/; revision=96010
* Update to 1.2.Sergey A. Osokin2003-12-164-18/+21
| | | | | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) PR: 60303 Notes: svn path=/head/; revision=95958
* - Update to 1.2.1 (now hosted at SourceForge)Sergei Kolobov2003-12-085-103/+29
| | | | | | | | | | | | | | | - Add a x-test target that runs the tnef tests - Shorten COMMENT to fit the limit While I'm here: - Install some documentation PR: 59459 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: maintainer Notes: svn path=/head/; revision=95380
* Add shftool 1.1.0, converter for the Standard Hex Format (SHF).Sergei Kolobov2003-12-085-0/+40
| | | | | | | | | | | | | | | | | | | Shftool is the reference implementation for the new, XML-based Standard Hex Format (SHF). Shftool is also a working converter/generator/extractor between/to/of SHF-files and other hex formats. SHF is specified in the the following Internet Draft: http://ietf.org/internet-drafts/draft-strombergson-shf-00.txt Author: Linus Walleij <triad@df.lth.se> WWW: http://www.df.lth.se/~triad/krad/shftool/ PR: 58651 Submitted by: Joachim Strombergson <watchman@ludd.luth.se> Notes: svn path=/head/; revision=95362
* Update to 1.0.Anton Berezin2003-12-053-2/+17
| | | | Notes: svn path=/head/; revision=95118
* Update to 1.1.2Hye-Shik Chang2003-12-042-2/+2
| | | | Notes: svn path=/head/; revision=94908
* Update to 1.0.2Hye-Shik Chang2003-12-043-2/+10
| | | | Notes: svn path=/head/; revision=94894
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update maintainer field with my FreeBSD.org address.Pav Lucistnik2003-11-141-1/+1
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=93924
* switch my ports to my FreeBSD addressOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93923
* ports with possibly unreachable MAINTAINERsEdwin Groothuis2003-11-022-2/+2
| | | | | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=92819
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducedErwin Lansing2003-10-242-2/+0
| | | | | | | in the last commit. Notes: svn path=/head/; revision=92065