summaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* MAINTAINER doesn't use FreeBSD any more.fenner2001-04-211-2/+0
| | | | Submitted by: "Brent J. Nordquist" <brent@nordist.net>
* Remove empty directories on uninstall.steve2001-04-201-0/+4
|
* Update to 0.3.2.knu2001-04-192-2/+2
|
* - Update to 0.84.okazaki2001-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'.
* Remove empty directories on uninstall.steve2001-04-145-3/+9
|
* Upgrade to version 0.10kevlo2001-04-112-3/+3
| | | | | PR: 26496 Submitted by: MAINTAINER
* Move ruby-sha1 from converters to security.knu2001-04-076-44/+0
| | | | | PR: ports/26239 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* Upgrade to 0.03.vanilla2001-04-052-3/+2
|
* Overhaul QT/KDE support:will2001-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)
* Update to 1.6.1.sobomax2001-04-025-22/+47
| | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* add siconvijliao2001-03-267-0/+60
| | | | siconv will convert data from one character set to another
* Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, whatwill2001-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)
* Update to tnef 1.0kris2001-03-192-2/+2
| | | | Submitted by: maintainer
* Update to 0.3.1.1.knu2001-03-182-2/+2
|
* new port p5-Boulderandreas2001-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
* Bring in my KDE 2.1 + X 4.0.2 + threads "fixes". WARNING: Doesn't quitewill2001-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...
* Update to tnef 0.16kris2001-03-132-2/+2
| | | | Reviewed by: maintainer
* Add mimelib 1.1.2, a C++ class library for manipulating messages inwill2001-03-106-0/+66
| | | | | | | MIME format. PR: 22976 Submitted by: never@nevermind.kiev.ua
* Add a "}" to Makefile, and add "-liconv" to CONFIGURE_ARGV.vanilla2001-03-101-1/+1
| | | | | | It broken on my last commit. Submitted by: bento
* Update to 20001206 version. There are only 3 trivial changes to thekris2001-03-102-3/+3
| | | | | | previous. Submitted by: bento
* Add the kdesupport11 directory.steve2001-03-081-0/+1
|
* add gb2jis, convert GuoBiao Hanzi to JIS Kanjiijliao2001-03-077-0/+47
| | | | | PR: 21306 Submitted by: Zhang Shu <jo-c@is.aist-nara.ac.jp>
* Attempt to fix conflicts with a local getopt.h (specifically, the fix iswill2001-03-051-1/+1
| | | | for libgnugetopt's getopt.h). Not tested, but should work.
* Upgradevanilla2001-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
* Upgradevanilla2001-03-012-2/+2
| | | | | | | p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18 p5-MIME-Base64 => 2.12 p5-URI => 1.11
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-0111-54/+12
|
* Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result ofwill2001-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
* Update to 0.3.1. Now xunicode is a set of source files that toolkitsknu2001-02-243-45/+12
| | | | internalize instead of a library to link with.
* Update URL for bibliographic character sets.wosch2001-02-241-3/+1
|
* Respect CXX/CXXFLAGS.knu2001-02-231-1/+4
|
* Update to version 1.3.3kevlo2001-02-204-120/+118
| | | | | PR: 25209 Submitted by: Ports Fury
* typo clean up police: \s -> \tlioux2001-02-142-3/+3
|
* Add %%PORTDOCS%%.knu2001-02-101-3/+3
|
* Add %%PORTDOCS%%.knu2001-02-102-5/+5
|
* Update to 1.5.1.sobomax2001-02-098-74/+180
| | | | Submitted by: ade
* Update to 0.4.4.knu2001-02-072-2/+2
|
* Style/space police (space -> tab) over the converters category.olgeni2001-02-053-3/+3
|
* Install 2 additional include files.clive2001-01-152-1/+5
| | | | | | | Bump PORTREVISION. PR: 24349 Submitted by: MAINTAINER
* Update to 20001121 version of dumpasn1kris2001-01-142-3/+3
|
* Add shared librarykevlo2001-01-084-6/+22
| | | | | PR: 24140 Submitted by: MAINTAINER
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-071-2/+2
|
* Add p5-Convert-Morse 0.0.2, perl module to convert between ASCII and Morsewill2001-01-036-0/+38
| | | | codes.
* Add a couple of @dirrms.demon2001-01-031-0/+2
| | | | Obtained from: bento
* Add p5-Text-Iconv 1.1, a perl interface to iconv().will2000-12-316-0/+44
| | | | | PR: 23855 Submitted by: Sergey Skvortsov <skv@protey.ru>
* Add p5-Convert-UUlib 0.11, a versatile and powerful encoder/decoder librarywill2000-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>
* Add p5-Convert-TNEF 0.08, a Perl module to read TNEF files.will2000-12-196-0/+59
| | | | | PR: 22827 Submitted by: Roman Shterenzon <roman@xpert.com>
* Update Mule-UCS to 0.83.okazaki2000-12-136-6/+10
| | | | Change maintainer's e-mail address.
* Upgrade to 2.0.1kevlo2000-12-122-13/+7
|
* Code translation between Chinese and Japanese includingclive2000-12-117-0/+175
| | | | | | | | Chinese {GB,Big5,HZ} and Japanese (EUC-Jis/Shift-Jis/Jis) This is ENCODING translator, NOT translator. PR: 23470
* Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.sobomax2000-12-081-0/+13
| | | | Submitted by: maintainer
OpenPOWER on IntegriCloud