summaryrefslogtreecommitdiff
path: root/converters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITES and add NO_LATEST_LINK=yes to facilitate KDE2.Will Andrews2000-10-301-1/+2
| | | | Submitted by: steve
* Add base64 0.1, a simple program to convert binary files to base64.Will Andrews2000-10-296-0/+30
|
* Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peopleWill Andrews2000-10-291-1/+1
| | | | | | to compile on X4.0.1. Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* Implement fix for configure scripts in regards to finding X libs onWill Andrews2000-10-281-2/+2
| | | | | | XFree86 4.0.1. Submitted by: PW (thanks)
* Fix KDE2 PLISTs and build for kdelibs.Will Andrews2000-10-281-0/+1
|
* Fix DISTNAME & pkg-plist.Kevin Lo2000-10-282-2/+1
| | | | | PR: 22361 Submitted by: Ports Fury
* Convert::ASN1 encodes and decodes ASN.1 data structuresMarc G. Fournier2000-10-286-0/+41
| | | | using BER/DER rules.
* missed the %%PERL_VER%% and %%PERL_ARCH%% variables in pllistMarc G. Fournier2000-10-281-3/+3
|
* Perl5 module to encode and decode objects using Basic Encoding Rules (BER)Marc G. Fournier2000-10-286-0/+38
|
* Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...Will Andrews2000-10-253-5/+5
| | | | All KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.Will Andrews2000-10-241-1/+1
|
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
|
* Make it PREFIX-safe.R. Imura2000-10-231-2/+10
| | | | Submitted by: will
* Merge kde11-i18n into kde11, and remove my *-i18n ports.R. Imura2000-10-232-2/+2
| | | | | | There is no so-version bump, because of compatibility. Approved by: will (kde11 maintainer)
* Add new port: converters/tnefJames E. Housley2000-10-236-0/+39
| | | | | | | Unpack data encapsulated into Microsoft Outlook's application/ms-tnef format PR: 21392 Submitted by: Cyrus Rahman <cr@jcmax.com>
* Update to 0.4.3.Akinori MUSHA2000-10-122-2/+2
|
* Correct and sort PLISTs.Jeremy Lea2000-10-021-8/+4
|
* Update to 0.4.2.Akinori MUSHA2000-09-262-4/+2
|
* Thanks to converter/iconv's update to 1.1, now ruby-iconv can use itAkinori MUSHA2000-09-241-4/+3
| | | | instead of converters/libiconv (giconv). :)
* Update iconv POSIX-compliant charset conversion library to 1.1.Akinori MUSHA2000-09-246-6/+6
| | | | | | | | | | | | | | | | | | | | | Fixed problems: - All the modules are linked against libiconv. iconv() now can be called from other shared libraries (it could only be called from executables in iconv-1.0); - Case insensitive recognition of charset names. There was a bug in 1.0: the first letter of a charset name was case sensitive; - Modified behaviour of iconv() used with (inbytesleft == NULL) or (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it returned (size_t)(-1) and set errno=EINVAL. According to POSIX specification both ways are correct; the new behaviour is just less restrictive. PR: ports/21521, ports/21522, ports/21523 Submitted by: Konstantin.Chuguev@dante.org.uk (MAINTAINER) (Problems reported by: knu)
* Make this port respect CC/CFLAGS. I discovered this discrepancy whileWill Andrews2000-09-201-1/+2
| | | | | | reviewing converters/p5-Unicode-Map8. The Porter's Handbook should probably note that perl module ports that compile something should have a diff similar to this one.
* Add p5-Unicode-Map8 0.10, a perl module that implements a class which doesWill Andrews2000-09-206-0/+236
| | | | | | | | efficient table mappings between 8-bit charsets and 16-bit charsets like Unicode. PR: 21425 Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Add p5-Unicode-String, a perl5 module needed for writing CGI programsAde Lovett2000-09-196-0/+55
| | | | | | | with different national languages PR: 21164 Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Update to dumpasn1-20000222Kris Kennaway2000-09-173-8/+3
|
* Update to 0.82Ade Lovett2000-09-1610-76/+72
| | | | | PR: 21163 Submitted by: maintainer
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youWill Andrews2000-09-153-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/.
* Add iconv-extra - an additional charset modules for the iconv-1.0 libraryMaxim Sobolev2000-09-126-0/+218
| | | | | | | (from Unicode site). PR: 21170 Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
* Add iconv-rfc1345 - an additional charset modules for the iconv-1.0 libraryMaxim Sobolev2000-09-126-0/+316
| | | | | | | (from RFC1345). PR: 21171 Submitted by: Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
* Update to 1.0.Maxim Sobolev2000-09-124-497/+124
| | | | | PR: 21169 Submitted by: maintainer
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-072-23/+14
|
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being soWill Andrews2000-08-293-14/+5
| | | | | | | | | | | | | | I can address some of its issues (should see it marked un-broken in about 3 hours, if they're trivial enough). It took too long to get this update out the door... :-( This is a rather stable version of KDE2. Release is hoped for sometime next month, so I'm going to try to reroll snapshots this weekend. Also decide policy by removing the interactive requirement in qt22's configure script. I don't know why they bothered adding it there.. Bugged by: *many* bug-reports, requests, etc.
* Add xunicode, a library for making toolkits support Unicode.Akinori MUSHA2000-08-256-0/+69
|
* Portlint. ;)Akinori MUSHA2000-08-222-2/+2
|
* Use command line arguments rather than patching the configure script.Akinori MUSHA2000-08-181-1/+2
|
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Update to 0.4.2-pre3.Akinori MUSHA2000-08-152-2/+3
|
* Do The Right Thing. (R)Akinori MUSHA2000-08-122-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Oops, forgot to set DIST_SUBDIR for this one.Akinori MUSHA2000-08-082-1/+2
|
* Add ruby-iconv, an iconv wrapper class for Ruby.Akinori MUSHA2000-08-086-0/+66
| | | | | | As I couldn't get it working with converters/iconv, I made it use converters/libiconv (giconv) instead, for the present. In any case, this module is LGPL'd anyway. :p
* Update to 20000724A (custom-rolled snapshot). Rejoice, because nowWill Andrews2000-07-293-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in general seems less buggy. Only kdeutils was left out of this mega-update. However, it should return soon. :-) The massive reduction in patches is mostly the result of using perl regex replacement. This reduces the amount of time it will take in the future to upgrade these ports, and load on the repository. QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express purpose of allowing KDE2 to compile. It is available in the qt22 port. Additionally, GIF support is re-enabled in both Qt2 ports, so that people can now read GIF images. GIF support is enabled through an internal GIF reader in Qt, and requires no patented libraries. Special effort was made to ensure that people do not install both qt21 and qt22 ports at the same time. I'd like to take a moment to thank the following people for their help: Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier <scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard work, testing, etc. were put into this update. Another couple hundred of hours were spent by CPUs trying to compile this behemoth. :-> Special thanks to: Physics Computer Network @ Purdue staff, especially C. Stephen Gunn <csg@physics.purdue.edu>, for giving me access to an extremely fast machine for doing test builds (it performed 12 full builds of the entire suite in the last 7 days). PR: 18838 Submitted by: Arun Sharma <adsharma@sharmas.dhs.org> Approved by: imura, asami
* Mark these BROKEN, they don't compile/run properly.Satoshi Asami2000-07-191-0/+2
| | | | Submitted by: maintainer
* Prefix all bits of this iconv() implementation with "g" to avoid conflict withMaxim Sobolev2000-07-185-4/+93
| | | | | | | | | | another iconv() in converters/iconv: libiconv --> libgiconv iconv.h --> giconv.h iconv*.3 --> giconv*.3 Suggested by: knu
* Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).Maxim Sobolev2000-07-176-0/+72
|
* Update to 1.2.Maxim Sobolev2000-07-042-2/+2
| | | | | PR: 19680 Submitted by: maintainer
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Use EMACS_PORT_NAMEJustin M. Seger2000-06-272-14/+6
|
* Update to 1.3.1.Will Andrews2000-06-204-12/+14
| | | | Prodded by: Lev Serebryakov <lev@serebryakov.spb.ru> on -ports
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-172-9/+7
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-166-6/+6
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-2/+2
| | | | ldconfig in PLIST need personal consideration.