summaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Update with bsd.ruby.mk. :>knu2000-09-072-23/+14
|
* Update to 20000829A snapshot. Disable kdenetwork2 for the time being sowill2000-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.knu2000-08-256-0/+69
|
* Portlint. ;)knu2000-08-222-2/+2
|
* Use command line arguments rather than patching the configure script.knu2000-08-181-1/+2
|
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Update to 0.4.2-pre3.knu2000-08-152-2/+3
|
* Do The Right Thing. (R)knu2000-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.knu2000-08-082-1/+2
|
* Add ruby-iconv, an iconv wrapper class for Ruby.knu2000-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 nowwill2000-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.asami2000-07-191-0/+2
| | | | Submitted by: maintainer
* Prefix all bits of this iconv() implementation with "g" to avoid conflict withsobomax2000-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).sobomax2000-07-176-0/+72
|
* Update to 1.2.sobomax2000-07-042-2/+2
| | | | | PR: 19680 Submitted by: maintainer
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Use EMACS_PORT_NAMEjseger2000-06-272-14/+6
|
* Update to 1.3.1.will2000-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.will2000-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 theasami2000-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 withsobomax2000-06-162-2/+2
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-166-13/+4
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-162-2/+2
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-2/+1
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-152-3/+1
|
* Argh! I screwed up with the last commit, bigtime! Now it respectswill2000-06-091-6/+3
| | | | | | | CC/CFLAGS without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Pointy hat: will (that's two today!)
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-091-0/+1
| | | | area on the local ports tree.
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.asami2000-06-091-1/+1
|
* Make this port respect CC/CFLAGS.will2000-06-091-3/+7
| | | | | PR: 19123 Reported by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* Update to 1.1 version. Also make it respect CFLAGS while I'm here.sobomax2000-06-083-5/+6
| | | | | PR: 19110 Submitted by: MAINTAINER
* Add libiconv_p.a.asami2000-06-071-0/+1
| | | | Submitted by: bento
* Remove directory on deinstallkris2000-06-021-0/+1
| | | | Submitted by: bento
* Add libQwSpriteField.la, libmimelib.la and libmimelib.so.3.asami2000-06-011-0/+3
| | | | Submitted by: bento
* WWW moved.hoek2000-05-291-1/+1
|
* More OIDs added to dumpasn1.cfgkris2000-05-271-1/+1
| | | | | PR: 18724 Submitted by: Alexander Langer <alex@cichlids.com>
* Remove libodbc (again) and libaudiofile so it won't conflict withwill2000-05-272-21/+3
| | | | | port installations. Now kdesupport2 will only install what is unique to its package.
* Add ODBC library support and turn it back on in kdesupport2. I will bewill2000-05-231-2/+1
| | | | | | | using similar fixes to this to get proper linking with exception handling code in other KDE2 ports. Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
* Update category Makefiles to add KDE2 ports.will2000-05-171-0/+1
|
* Change MAINTAINER to myself, and clean these ports up a little.will2000-05-171-8/+5
| | | | Approved by: se (previous maintainer)
* Woop doop de doop, I've managed to circumvent the kdesupport2 buildwill2000-05-174-36/+32
| | | | | | | | | | problems by disabling ODBC library building. Apparently kdenetwork2 doesn't need that support (it does need mimelib), so we're all right on that! This is the import of KDESUPPORT and KDENETWORK 1.90 (aka KDE2 beta). Repo-copies by: asami
* dumpasn1 is a utility to dump the contents of ASN.1-encoded files,kris2000-05-077-0/+59
| | | | | such as SSL certificates, in human-readable format. It includes a full list of security-related OIDs, and can be easily extended by the user.
* Conditionally remove share/doc/jajedgar2000-05-021-0/+1
| | | | Found by: bento
* Update to version 1.2.4 and add WWW: to pkg/DESCR.steve2000-04-305-48/+60
| | | | | PR: 17850 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Replace `chris@calldei.com' with `chris@FreeBSD.org' for `Whom' in thechris2000-04-231-1/+1
| | | | comments at the top of the Makefile.
* portlintmharo2000-04-202-5/+7
|
* Typo (PKGNAME -> PORTNAME). Also use PKGNAMEPREFIX=p5- instead of definingasami2000-04-131-2/+2
| | | | DISTNAME=${PORTNAME}-${PORTVERSION}.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0824-86/+86
|
* Place the optional variable DISTNAME after required ones, copyingknu2000-04-072-4/+2
| | | | mharo's previous commits on japanese/namazu2 and devel/p5-File-MMagic.
* Activate mule-ucs-emacs20.knu2000-04-041-0/+1
|
* This is the Mule-UCS (Universal enCoding System) for FSF Emacs 20,knu2000-04-0412-0/+462
| | | | | | | | an Emacs Lisp library to define encoding/decoding schemes by rather simple translation rule.. PR: ports/16931 Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
OpenPOWER on IntegriCloud