aboutsummaryrefslogtreecommitdiff
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* MAINTAINER doesn't use FreeBSD any more.Bill Fenner2001-04-211-2/+0
| | | | | | | Submitted by: "Brent J. Nordquist" <brent@nordist.net> Notes: svn path=/head/; revision=41763
* Remove empty directories on uninstall.Steve Price2001-04-201-0/+4
| | | | Notes: svn path=/head/; revision=41709
* Update to 0.3.2.Akinori MUSHA2001-04-192-2/+2
| | | | Notes: svn path=/head/; revision=41687
* - Update to 0.84.OKAZAKI Tetsurou2001-04-1910-46/+46
| | | | | | | | | - Maintainance MASTER_SITES and remove an unneed setting of `ALL_TARGET'. - Sort rules of the port's custom `do-build' target. - Use %%PORTDOCS%% in `pkg-plist'. Notes: svn path=/head/; revision=41683
* Remove empty directories on uninstall.Steve Price2001-04-145-3/+9
| | | | Notes: svn path=/head/; revision=41387
* Upgrade to version 0.10Kevin Lo2001-04-112-3/+3
| | | | | | | | PR: 26496 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41288
* Move ruby-sha1 from converters to security.Akinori MUSHA2001-04-076-44/+0
| | | | | | | | PR: ports/26239 Submitted by: Steve Coltrin <spcoltri@omcl.org> Notes: svn path=/head/; revision=41027
* Upgrade to 0.03.Vanilla I. Shu2001-04-052-3/+2
| | | | Notes: svn path=/head/; revision=40864
* Overhaul QT/KDE support:Will Andrews2001-04-032-19/+4
| | | | | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* Update to 1.6.1.Maxim Sobolev2001-04-025-22/+47
| | | | | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Udo Schweigert <Udo.Schweigert@cert.siemens.de> Notes: svn path=/head/; revision=40729
* add siconvYing-Chieh Liao2001-03-267-0/+60
| | | | | | | siconv will convert data from one character set to another Notes: svn path=/head/; revision=40404
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatWill Andrews2001-03-242-41/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this involves is this: Cull GL from Qt by default, but still provide a Qt+GL library that may or may not have threads. Then also provide a Qt library that has threads but not GL. This allows us to make KDE2 depend on a library that will *not* have threads, ever. Threads will be revisited at a later date. Ports that require GL support need to be updated to use the hacked library, libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static qt will not have GL support. Introduce bsd.kde.mk, which will be tested on bento before becoming fully activated. Replace qt22-static with qt2-static, since it's just a proxy. Update qt-designer to depend on qt23. Also make the old hack to package the correct lib obsolete by using PLIST_SUB instead. Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not used anymore. Solve namespace pollution problems with the devel/pth and devel/libgnugetopt ports. Hopefully. Suggested by: ade, asami, sobomax (bsd.kde.mk) Repocopied by: asami (qt22-static --> qt2-static) Notes: svn path=/head/; revision=40324
* Update to tnef 1.0Kris Kennaway2001-03-192-2/+2
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=40070
* Update to 0.3.1.1.Akinori MUSHA2001-03-182-2/+2
| | | | Notes: svn path=/head/; revision=40015
* new port p5-BoulderAndreas Klemm2001-03-136-0/+64
| | | | | | | | | | | | | | | | | | Boulder IO is a simple TAG=VALUE data format designed for sharing data between programs connected via a pipe. It is also simple enough to use as a common data exchange format between databases, Web pages, and other data representations. The basic data format is very simple. It consists of a series of TAG=VALUE pairs separated by newlines. It is record-oriented. The end of a record is indicated by an empty delimiter alone on a line. The delimiter is "=" by default, but can be adjusted by the user. WWW: http://search.cpan.org/search?dist=Boulder Notes: svn path=/head/; revision=39788
* Bring in my KDE 2.1 + X 4.0.2 + threads "fixes". WARNING: Doesn't quiteWill Andrews2001-03-131-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work right yet. This needs other eyes to look at in order for me to figure out what's going on here. Help, please? Basically, the current situation is this: You can hack the startkde script to make KDE2 start all the way through, which basically consists of simply replacing the kdeinit line with "kcminit". However, at certain points after KDE is done setting things up, processes named "kdeinit" that are in charge of certain apps go crazy and hit infinite loops somewhere. I haven't been able to determine where exactly, and if this is related to threads at all, or if a critical app or similar somehow doesn't get compiled with threads. Or something like that. *sigh* Konqueror can startup and seems to work okay in a different window manager, but it seems to randomly set off a kdeinit proc as above. Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem. If you're using XFree86 4.0.2, I caution against trying this stuff out unless you're going to help me out and are willing to help me figure out exactly where the heck things are going awry. Things should still compile and work just fine for those on XFree86 3.3.6. I decided to leave out these hacks in nonessential stuff (like kdenetwork et al) because kde2 itself needs to work with threads first. =) I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until some point in the future when 4.0.x becomes more stable... Notes: svn path=/head/; revision=39727
* Update to tnef 0.16Kris Kennaway2001-03-132-2/+2
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=39709
* Add mimelib 1.1.2, a C++ class library for manipulating messages inWill Andrews2001-03-106-0/+66
| | | | | | | | | | MIME format. PR: 22976 Submitted by: never@nevermind.kiev.ua Notes: svn path=/head/; revision=39439
* Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.Vanilla I. Shu2001-03-101-1/+1
| | | | | | | | | It broken on my last commit. Submitted by: bento Notes: svn path=/head/; revision=39356
* Update to 20001206 version. There are only 3 trivial changes to theKris Kennaway2001-03-102-3/+3
| | | | | | | | | previous. Submitted by: bento Notes: svn path=/head/; revision=39332
* Add the kdesupport11 directory.Steve Price2001-03-081-0/+1
| | | | Notes: svn path=/head/; revision=39218
* add gb2jis, convert GuoBiao Hanzi to JIS KanjiYing-Chieh Liao2001-03-077-0/+47
| | | | | | | | PR: 21306 Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp> Notes: svn path=/head/; revision=39184
* Attempt to fix conflicts with a local getopt.h (specifically, the fix isWill Andrews2001-03-051-1/+1
| | | | | | | for libgnugetopt's getopt.h). Not tested, but should work. Notes: svn path=/head/; revision=39086
* UpgradeVanilla I. Shu2001-03-013-2/+3
| | | | | | | | | | | | | p5-BSD-Resource => 1.09 p5-CGI-Application => 1.2 p5-CGI_Lite => 2.0 p5-Convert-ASN1 => 0.08 p5-IO-Tty => 0.04 p5-IO-stringy => 1.219 p5-Class-MethodMaker => 1.02 Notes: svn path=/head/; revision=38928
* UpgradeVanilla I. Shu2001-03-012-2/+2
| | | | | | | | | | p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11 Notes: svn path=/head/; revision=38921
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-0111-54/+12
| | | | Notes: svn path=/head/; revision=38917
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofWill Andrews2001-02-263-4/+3
| | | | | | | | | | | | | | | | | | the KDE team's excellent work, I am initiating burn sequence for KDE 1.x. All base KDE1 ports are hereby nuked. I am also reluctantly reassuming maintainership of the KDE2 ports. Official KDE 2.1 packages built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's official ftp mirrors now. Enjoy! Note: It seems that the KDE people rerolled their kdelibs and kdebase packages, and a quick examination of diffs reveal minor changes, but the port should still work. I'll fix the packaging problems that bento runs into. Approved by: kevlo Notes: svn path=/head/; revision=38810
* Update to 0.3.1. Now xunicode is a set of source files that toolkitsAkinori MUSHA2001-02-243-45/+12
| | | | | | | internalize instead of a library to link with. Notes: svn path=/head/; revision=38673
* Update URL for bibliographic character sets.Wolfram Schneider2001-02-241-3/+1
| | | | Notes: svn path=/head/; revision=38670
* Respect CXX/CXXFLAGS.Akinori MUSHA2001-02-231-1/+4
| | | | Notes: svn path=/head/; revision=38651
* Update to version 1.3.3Kevin Lo2001-02-204-120/+118
| | | | | | | | PR: 25209 Submitted by: Ports Fury Notes: svn path=/head/; revision=38516
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-142-3/+3
| | | | Notes: svn path=/head/; revision=38323
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-3/+3
| | | | Notes: svn path=/head/; revision=38175
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-102-5/+5
| | | | Notes: svn path=/head/; revision=38173
* Update to 1.5.1.Maxim Sobolev2001-02-098-74/+180
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=38140
* Update to 0.4.4.Akinori MUSHA2001-02-072-2/+2
| | | | Notes: svn path=/head/; revision=38053
* Style/space police (space -> tab) over the converters category.Jimmy Olgeni2001-02-053-3/+3
| | | | Notes: svn path=/head/; revision=37974
* Install 2 additional include files.Clive Lin2001-01-152-1/+5
| | | | | | | | | | Bump PORTREVISION. PR: 24349 Submitted by: MAINTAINER Notes: svn path=/head/; revision=37221
* Update to 20001121 version of dumpasn1Kris Kennaway2001-01-142-3/+3
| | | | Notes: svn path=/head/; revision=37183
* Add shared libraryKevin Lo2001-01-084-6/+22
| | | | | | | | PR: 24140 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36918
* Clean up inefficient perl invocations; use multiple REs in the same call.Will Andrews2001-01-071-2/+2
| | | | Notes: svn path=/head/; revision=36897
* Add p5-Convert-Morse 0.0.2, perl module to convert between ASCII and MorseWill Andrews2001-01-036-0/+38
| | | | | | | codes. Notes: svn path=/head/; revision=36699
* Add a couple of @dirrms.Dmitry Sivachenko2001-01-031-0/+2
| | | | | | | Obtained from: bento Notes: svn path=/head/; revision=36669
* Add p5-Text-Iconv 1.1, a perl interface to iconv().Will Andrews2000-12-316-0/+44
| | | | | | | | PR: 23855 Submitted by: Sergey Skvortsov <skv@protey.ru> Notes: svn path=/head/; revision=36510
* Add p5-Convert-UUlib 0.11, a versatile and powerful encoder/decoder libraryWill Andrews2000-12-196-0/+44
| | | | | | | | | | | for a variety of encodings (bundled in a Perl module). Apparently it's not the same thing as p5-Convert-UU. PR: 23025 Submitted by: Blaz Zupan <blaz@amis.net> Notes: svn path=/head/; revision=36101
* Add p5-Convert-TNEF 0.08, a Perl module to read TNEF files.Will Andrews2000-12-196-0/+59
| | | | | | | | PR: 22827 Submitted by: Roman Shterenzon <roman@xpert.com> Notes: svn path=/head/; revision=36090
* Update Mule-UCS to 0.83.OKAZAKI Tetsurou2000-12-136-6/+10
| | | | | | | Change maintainer's e-mail address. Notes: svn path=/head/; revision=35959
* Upgrade to 2.0.1Kevin Lo2000-12-122-13/+7
| | | | Notes: svn path=/head/; revision=35909
* Code translation between Chinese and Japanese includingClive Lin2000-12-117-0/+175
| | | | | | | | | | | Chinese {GB,Big5,HZ} and Japanese (EUC-Jis/Shift-Jis/Jis) This is ENCODING translator, NOT translator. PR: 23470 Notes: svn path=/head/; revision=35901
* Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.Maxim Sobolev2000-12-081-0/+13
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=35763