aboutsummaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.59skv2005-06-162-3/+3
|
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* - Use MAKE_ARGSvs2005-06-063-13/+3
| | | | | - Use PLIST_FILES - Install additional helpful MLINK
* Use MAKE_ARGS instead of patchvs2005-06-062-12/+1
|
* - Update to 1.3.3sem2005-06-062-5/+5
| | | | | | PR: ports/81407 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer timeout (2 weeks)
* Mark these ports DEPRECATED due to being unmaintained and one or morelawrance2005-05-311-0/+3
| | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me
* ical2html takes an iCalendar file and outputs an HTML file showing onesumikawa2005-04-157-0/+58
| | | | | | | or more months in the form of tables. Submitted by: Keiichi SHIMA <keiichi@iijlab.net> Reviewed by: sumikawa
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-125-5/+5
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-115-5/+5
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* - add RUN_DEPENDS=BUILD_DEPENDSleeym2005-03-102-0/+3
| | | | - add WWW in pkg-descr
* - Update WWW: lineahze2005-03-092-2/+3
| | | | - Add freedesktop.org to MASTER_SITES
* Add WWW: http://www.gnu.org/software/libiconv/ to pkg-descrahze2005-03-091-0/+2
|
* - Update to 0.9.7ahze2005-03-092-3/+3
|
* 1. Update to 0.07.tobez2005-03-052-4/+4
| | | | | | 2. Grab maintainership. Approved by: (2) previous maintainer
* Update to 1.05.1mat2005-03-042-3/+4
|
* Update to 0.04lth2005-02-253-7/+10
| | | | | Now works on perl 5.005_03 Added WWW
* Update to 2.01vs2005-02-233-5/+9
| | | | | | PR: ports/75247 Submitted by: Toshiya SAITOH Approved by: maintainer timeout
* Update to 0.58skv2005-02-222-3/+3
|
* - Change to new master siteclsung2005-02-221-1/+1
| | | | | PR: ports/77863 Submitted by: Klaus Michael Indlekofer (maintainer)
* - change to new master siteclsung2005-02-221-1/+1
| | | | | PR: ports/77862 Submitted by: Klaus Michael Indlekofer (maintainer)
* Readd MASTER_SITES since it's available again.krion2005-02-201-1/+1
| | | | | PR: ports/77766 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Remove more copies of Tcl's SunOS shared library hack.das2005-02-201-0/+17
| | | | | | | | | | | | | | | | | | | It's worth pointing out that the Tcl project used to *recommend* that application writers copy this kludge. These ports work fine with Tcl 8.3, which provided a fake matherr() even if the OS didn't, but here's what the Tcl 8.4 changelog has to say: 2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english) *** POTENTIAL INCOMPATIBILITY *** The following lines can be safely removed from any application that has them, unless compatibility with SunOS 4.X is desired. extern int matherr(); int *tclDummyMathPtr = (int *) matherr; The build problems were pointed out by Kris, as usual. ;-)
* danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallybland2005-02-193-3/+6
| | | | | | and fix fetching. Reported by: kris
* - Update to 0.9.6pav2005-02-147-78/+157
| | | | Cluebat provided by: mat (ffs patch)
* - Update MASTER_SITES, WWWpav2005-02-142-2/+2
| | | | Reported by: krismail
* Update to 0.57skv2005-01-272-3/+3
|
* Fix plist.krion2005-01-151-997/+999
| | | | portlint(1).
* Update to 1.04mat2004-12-292-3/+12
| | | | Add some doc
* Add p5-Text-Unicode, a perl module to transliterate Unicode text.tobez2004-12-155-0/+228
|
* With portmgr hat on, reset maintainership of committer who has beenlinimon2004-12-051-1/+1
| | | | inactive since 2003.
* Add convmv.pav2004-10-285-0/+64
| | | | | | | | | | | | | | | | | convmv is meant to help convert a single filename, a directory tree and the contained files or a whole filesystem into a different encoding. It just converts the filenames, not the content of the files. A special feature of convmv is that it also takes care of symlinks, also converts the symlink target pointer in case the symlink target is being converted, too. All this comes in very handy when one wants to switch over from old 8-bit locales to UTF-8 locales. It is also possible to convert directories to UTF-8 which are already partly UTF-8 encoded. convmv is able to detect if certain files are UTF-8 encoded and will skip them by default. To turn this smartness off use the --nosmart switch. PR: ports/73191 Submitted by: Kuang-che Wu <kcwu@csie.org>
* Clean up time for email addresses MIA!edwin2004-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you know new email addresses for the people involved, please send-pr it! <mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550 <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT TO command) <woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not found <esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our customer (in reply to RCPT TO command) <crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in reply to RCPT TO command) <cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown user (in reply to RCPT TO command) <ports@henrik-motakef.de>: Host or domain name not found. Name service error for name=henrik-motakef.de type=A: Host not found <jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1 <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO command) <koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted / No such user (in reply to RCPT TO command) <proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1 <proot@iaces.com>... User unknown (in reply to RCPT TO command) <roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1 {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO command) <vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access denied (in reply to MAIL FROM command) <tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) <zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1 <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
* Upgrade to 0.5.3.thierry2004-10-162-4/+3
| | | | | PR: ports/71768 Submitted by: maintainer.
* Update to 3.05mat2004-10-142-3/+3
| | | | Approved by: maintainer
* - unbreak on 5.xleeym2004-10-131-8/+6
| | | | | | PR: 72034 Submitted by: leeym Approved by: maintainer timeout
* Updated to 0.56skv2004-10-122-3/+3
|
* Update to version 1.0krion2004-10-125-100/+13
| | | | | PR: ports/72524 Submitted by: Ports Fury
* - Update to 2.0pav2004-10-124-25/+24
| | | | | PR: ports/72192 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@fz-juelich.de> (maintainer)
* BROKEN on 5.x: Does not compilekris2004-09-291-1/+7
| | | | Approved by: portmgr (self)
* add missing manpage to MAN3 listmharo2004-09-071-8/+6
| | | | | | | | portlint PR: 71393 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> Approved by: portmgr (kirill)
* Update to 3.03.mbr2004-08-252-3/+3
| | | | | | Fix data corruption for binary data. rt.cpan.org: Bug #7456
* Updated to 0.55skv2004-08-252-3/+3
|
* Update to 1.1.1.perky2004-08-202-3/+3
| | | | | | | This fixes compilation problem on gcc 2.95. [1] PR: 70601 [1] Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1]
* Change MAINTAINER to perl@.nork2004-08-131-1/+1
| | | | | | I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@
* - Update to 1.2.3.1 [1]vs2004-08-133-13/+6
| | | | | | | | - Nuke pkg-plist while here PR: ports/68748 [1] Submitted by: Matt Peterson Approved by: maintainer timeout
* Update to 1.1perky2004-08-073-56/+56
|
* Updated to 0.54skv2004-07-302-3/+3
|
* Add knob WITH_EXTRA_PATCHES which brings in:bland2004-07-272-0/+10
| | | | | | | | | - Fixes for cp932 roundtrip issue (Microsoft KB: Q170559). - EUCJP-MS encoding. - A number of aliases for cp932 and EUCJP-MS encodings. Requested by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Patches by: MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>
* Update to version 1.4krion2004-07-264-24/+12
| | | | | PR: ports/69578 Submitted by: Ports Fury
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-192-0/+15
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-192-0/+15
|
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add pecl-fribidi 1.0, a PECL extension for the unicode Bidi algorithm.ale2004-07-194-0/+36
|
* Updated to 1.4skv2004-07-193-3/+38
|
* Back out prev. commit. Too many ports depends on it and IGNOREache2004-07-161-7/+1
| | | | | fails with error exit code for 'make -DINSTALLS_DEPENDS install' called when depending file is not found.
* Don't install this port, if ${PERL_LEVEL} >= 500804ache2004-07-161-1/+7
|
* Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVELache2004-07-151-1/+1
|
* Add including pre/post.mk, missing in prev. commitache2004-07-151-1/+3
|
* Do not install p5-MIME-Base64 for newer perlsache2004-07-151-0/+3
|
* Update to 1.03. Assign maintainership to perl@.tobez2004-07-143-19/+4
|
* Update to 1.9.2bland2004-07-106-28/+25
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-105-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Updated to 1.3skv2004-07-033-7/+3
|
* Remove xunicode, which is obsolete and no longer used by any otherknu2004-06-225-44/+0
| | | | ports.
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-221-0/+2
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* - Chase enca shlib bumppav2004-06-081-1/+2
|
* - Update to 1.5pav2004-06-084-18/+21
| | | | | | PR: ports/67629 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Approved by: maintainer
* Take over maintanership.bland2004-06-081-1/+1
| | | | | | | | | - Konstantin explicitly resigned from BSD iconv few years ago. - My e-mail pings about the case was never answered (last attempt 2/23/2004). - There is a technical problem contacting him. [1] PR: 67692 [1]
* Take over maintanership.bland2004-06-081-1/+1
| | | | | | | | | - Konstantin explicitly resigned from BSD iconv few years ago. - My e-mail pings about the case was never answered (last attempt 2/23/2004). - There is a technical problem contacting him. [1] PR: 67691 [1]
* - Fix fetchingmarkus2004-06-072-4/+2
| | | | | | | - Remove WWW line PR: ports/67632 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Fix fetchingpav2004-06-071-2/+2
| | | | | PR: ports/67637 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Remove dead master sitepav2004-06-071-2/+1
| | | | | PR: ports/67634 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Chase 302 redirect in master sitepav2004-06-071-1/+1
| | | | | PR: ports/67631 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Chase 302 redirect in master sitespav2004-06-071-1/+1
| | | | | PR: ports/67630 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* Don't use Makefile.kde anymoremarkus2004-06-061-4/+3
|
* BROKEN on amd64: neds to link against shared librarykris2004-05-301-1/+7
|
* - Remove dead WWWpav2004-05-301-2/+0
|
* - Update WWWpav2004-05-301-1/+1
|
* Add p5-Convert-Binary-C 0.53, binary Data Conversion using C Types.skv2004-05-265-0/+47
|
* Canonicalize inclusion of master-port's Makefile.linimon2004-05-191-1/+1
| | | | | | PR: ports/64393 Submitted by: eik Approved by: maintainer timeout (2 months)
* - Remove bogus directorieskrion2004-05-181-2/+0
| | | | No cookies for: krion
* - Add missing patch, forgotten by my previous commitkrion2004-05-181-0/+12
|
* - Update to version 1.8-9krion2004-05-183-845/+850
| | | | | PR: ports/66788 Submitted by: maintainer
* This port is actually libutf-8 version 1.0, not libutf version 8.1.0.eik2004-05-151-3/+3
| | | | This fixes the LATEST_LINK conflict with misc/libutf.
* Reset maintainership. Adam has experienced a machine failure and islinimon2004-05-152-2/+2
| | | | currently unable to look after any of the ports that he has written.
* Reset maintainership. Although Adam is the author of the port, illnesslinimon2004-05-151-1/+1
| | | | | and a machine failure are keeping him from being able to look after it right now. Adam, here's hoping that things start looking up for you.
* Respect CC flag.osa2004-05-053-9/+7
| | | | | | | | Move pkg files from pkg-plist to Makefile, then remove pkg-plist. Use NOPORTDOCS macro. Bump PORTREVISION. Approved by: Alex Semenyaka <alex@rinet.ru> (maintainer)
* Whitespace cleanup.nork2004-05-041-1/+0
| | | | | PR: ports/65409 Submitted by: trevor
* Move converters/cvs2svn to devel/cvs2svn to correct category.perky2004-05-016-69/+0
| | | | Suggested by: ijliao, knu
* Add new port for cvs2svn 0.0.938 (snapshot),perky2004-05-016-0/+69
| | | | the CVS to Subversion Repository Converter.
* These broken ports are scheduled for deletion on June 18 if they arekris2004-04-191-0/+2
| | | | still broken at that time and no PRs have been submitted containing a fix.
* Correct plist and manpages (add a missing entry and don't remove fileskris2004-04-172-4/+3
| | | | we didn't install)
* Add missing @dirrmkris2004-04-131-0/+1
|
* Trim leading or trailing blank lines.trevor2004-04-111-1/+0
|
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
| | | | | | | category makefile. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: 59651
* SIZEify (maintainer timeout)trevor2004-03-3129-0/+29
|
* - Use USE_ICONV knobkrion2004-03-314-8/+4
| | | | Approved by: portmgr
* Update to 3.01erwin2004-03-312-3/+3
|
* - SIZEifymarkus2004-03-291-0/+1
| | | | | Submitted by: trevor Approved by: arved (mentor)
* If inews exists in ${PREFIX}/bin/, then use that instead of usinghoek2004-03-251-3/+13
| | | | | | | | | | | | | the copy of inews that inn installs in ${PREFIX}/news/lib/inews. The cnews port likes to put inews in ${PREFIX}/bin/. Explanation: The uudeview port generally doesn't use inews, but it has the ability to post items directly to news if the user requests it. The default inews location is hardcoded at compile time. This port does not DEPEND on any particular news software. Requested by: Daeron <daeron -a-t- optushome com au>
* Update to 0.5.20 to fix two buffer overflowshoek2004-03-254-8/+6
| | | | Advised by: nectar
* Upgrade to 0.5.20 to fix two buffer overflowshoek2004-03-252-6/+4
| | | | Advised by: nectar
* Update my email address and make a slight formatting improvement.hoek2004-03-253-9/+9
|
* Add p5-Convert-BinHex 1.119, perl module to extract data from Macintoshvanilla2004-03-255-0/+37
| | | | | | | BinHex files. PR: ports/64617 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
* - only shared libraries should be build with -fPIC on amd64 and ia64leeym2004-03-242-23/+41
| | | | | | - drop maintainership Submitted by: arved
* Add SIZE data.knu2004-03-223-0/+3
| | | | Submitted by: trevor
* Mastersite seems not to respond (since January).linimon2004-03-221-1/+1
|
* USE_ICONV.knu2004-03-211-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-212-0/+2
|
* Add size data.nork2004-03-201-0/+1
| | | | | Submitted by: trevor Committed at: CBUG Curry Camp in Yatsugatake, Yamanashi-ken, Japan.
* mark FORBIDDEN: ↵eik2004-03-192-0/+4
| | | | http://people.freebsd.org/~eik/portaudit/6c7661ff-7912-11d8-9645-0020ed76ef5a.html
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Add size data, approved by maintainers.trevor2004-03-198-0/+8
|
* Fix installation with perl 5.8mat2004-03-181-0/+1
| | | | PR which triggered this discover : 64380
* - Add SIZE to GNOME portspav2004-03-183-0/+3
| | | | Submitted by: trevor
* - Add SIZEpav2004-03-181-0/+1
| | | | Submitted by: trevor
* Build and install the bundled iconv module when built with Ruby 1.8.knu2004-03-182-11/+32
|
* Add SIZE data.perky2004-03-183-0/+3
| | | | Submitted by: trevor
* SIZEifyijliao2004-03-181-0/+1
| | | | Submitted by: trevor
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* SIZEify my ports.leeym2004-03-181-0/+1
| | | | Submitted by: trevor
* SIZEifyeik2004-03-181-0/+2
| | | | Prompted by: trevor
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
| | | | o Bump $PORTREVISION.
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-145-5/+5
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Since asami's directory on MASTER_SITE_LOCAL is gone, stow histrevor2004-03-131-1/+1
| | | | distfiles in my directory.
* Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)edwin2004-03-121-1/+1
| | | | | | | | | | | From: Roman Shterenzon <romanbsd@yahoo.com> To: ports@freebsd.org Subject: e-mail change The email address roman@xpert.com is no longer valid. Please update ports' maintainer to ports@oven.org. Submitted by: Roman Shterenzon <romanbsd@yahoo.com>
* - SIZEifykrion2004-03-081-0/+1
| | | | | PR: ports/63925 Submitted by: maintainer
* BROKEN on ia64: Segfault during buildkris2004-03-071-1/+7
|
* Fix build: replace BUILD_DEPENDS with EXTRACT_DEPENDS where appropriatesanpei2004-02-251-2/+2
|
* Change my email address.markus2004-02-241-1/+1
| | | | Approved by: arved (mentor)
* Take maintainership.bland2004-02-231-1/+1
|
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
|
* BROKEN: unfetchablekris2004-02-191-0/+2
|
* Use PLIST_FILES. Drop maintainership.trevor2004-02-181-5/+2
|
* Remove ktnef, it is now included in kdepimarved2004-02-105-70/+0
| | | | | PR: 63576 Submitted by: maintainer
* - Fix build on AMD64krion2004-02-101-0/+2
| | | | Approved by: maintainer informed
* Add a check for USE_ICONV, and if found, error out. This will avoid forkmarcus2004-02-091-0/+5
| | | | | | | bombs on systems where USE_ICONV has been incorrectly defined in make.conf or in the environment. Submittd by: trevor
* - Fix build on AMD64krion2004-02-091-0/+1
| | | | Approved by: maintainer informed
* Back out my previous commit, which was in error.trevor2004-02-091-5/+0
| | | | Noticed by: marcus
* Add "anti-foot-shooting device".trevor2004-02-091-0/+5
| | | | Obtained from: sobomax via the imake-4 and linux_base ports
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0616-8/+9
|
* Use PLIST_FILES.trevor2004-02-062-1/+1
| | | | Reviewed by: marcus
* Minor clean (use USE_ICONV, etc.)skv2004-02-063-3/+3
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-046-1/+6
| | | | (Part 2)
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* SIZEify.trevor2004-01-299-0/+9
|
* Add size data.trevor2004-01-281-0/+1
|
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* - Update to 0.5.19clement2004-01-182-3/+2
| | | | | | PR: 61519 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-181-1/+7
| | | | | | PR: 61533 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Chase uulib versionclement2004-01-181-2/+2
| | | | | | - Bump PORTREVISION Approved by: erwin (mentor) (implicitly)
* - Update to 0.5.19clement2004-01-183-31/+3
| | | | | | PR: 61517 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* - Update to 0.5.19clement2004-01-186-33/+13
| | | | | | PR: 61518 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* Update to 3.00erwin2004-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.
* - Fix usage of isXDIGIT() by calling the isxdigit() macroerwin2004-01-132-7/+13
| | | | | | | - Remove BORKEN and bump PORTREVISION Submitted by: Barney Wolff <barney@databus.com> Tested by: pav
* Somehow, 'make test' doesn't catch all problems. Mark brokenerwin2004-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
* Move PERL_CONFIGURE before bsd.port.pre.mk.kuriyama2004-01-121-2/+2
|
* Update to 2.23, which somehow ended uncommitted in my tree.erwin2004-01-122-2/+2
| | | | Reminded by: Barney Wolff <barney@databus.com>, pav
* [PATCH] converters/p5-Convert-ASN1: update to 0.18edwin2004-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
* Update to 2.22erwin2004-01-092-2/+2
|
* New port: converters/fix-mime-charset - Fix incorrect Content-Typeedwin2004-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>
* cosmetic fixes which make portlint happy.leeym2004-01-082-6/+6
|
* - Assign maintainership to Markus Bruefferkrion2004-01-081-1/+1
| | | | | | | <brueffer@phoenix-systems.de> PR: 61040 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* - Drop maintainership to ports@krion2004-01-081-1/+1
|
* Add converters/asr10; provides access to Ensoniq EPS/EPS+/ASR deviceslinimon2004-01-065-0/+37
| | | | | | | and image files. PR: ports/57789 Submitted by: Klaus Michael Indlekofer <M.Indlekofer@gmx.de>
* Update to 1.0.3perky2004-01-043-2/+6
|
* update MASTER_SITESmharo2003-12-171-1/+1
|
* Update to 1.2.osa2003-12-174-18/+21
| | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer) PR: 60303
* - Update to 1.2.1 (now hosted at SourceForge)sergei2003-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
* Add shftool 1.1.0, converter for the Standard Hex Format (SHF).sergei2003-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>
* Update to 1.0.tobez2003-12-053-2/+17
|
* Update to 1.1.2perky2003-12-042-2/+2
|
* Update to 1.0.2perky2003-12-043-2/+10
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* Update maintainer field with my FreeBSD.org address.pav2003-11-141-1/+1
| | | | Approved by: adamw (mentor)
* switch my ports to my FreeBSD addresseik2003-11-141-1/+1
| | | | Approved by: marcus (mentor)
* ports with possibly unreachable MAINTAINERsedwin2003-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>
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducederwin2003-10-242-2/+0
| | | | in the last commit.
* utilize SITE_PERLijliao2003-10-2418-207/+204
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* new port of showkeytrevor2003-10-245-0/+52
|
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-227-39/+39
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Changed at maintainer's request.linimon2003-10-214-10/+9
|
* Changed per maintainer request. Shortened pkg-descr to pacify portlint.linimon2003-10-212-6/+5
|
* This ports require Python version 2.1 at least.perky2003-10-192-2/+2
|
* Split up multi-file patch into separate fileskris2003-10-199-128/+245
| | | | Respect CC and CFLAGS
* Respect CC and CFLAGSkris2003-10-191-4/+8
|
* Respect CC and CFLAGSkris2003-10-191-6/+17
|
* Add depricated charset names to mapping. They still required by olderbland2003-10-142-3/+12
| | | | | | 4.x systems. Reminded by: marcus
* - Starting from FreeBSD 4.6 we have nl_langinfo(CODESET) supported. Thereforebland2003-10-143-6/+42
| | | | | we must map codeset name rather than locale name on recent systems. - Use %%DOCSDIR%%
* Add p5-Cstools 3.42, tools for dealing with Czech encodings in Perl.mat2003-10-135-0/+59
| | | | | PR: 57896 Submitted by: Pav Lucistnik <pav@oook.cz>
* Add CONFLICTS.lofi2003-10-111-0/+2
|
* Update to 2.21erwin2003-10-102-2/+2
|
* use SITE_PERLerwin2003-10-101-8/+8
|
* Update to 0.31mat2003-10-024-13/+11
| | | | | | | | | use %%SITE_PERL%% fixup WWW maintainer timeout (5 months) PR: 51563 Submitted by: myself
* Update to 0.31.01mat2003-10-024-9/+11
| | | | | | | | Remove MAN3PREFIX, add WWW, use %%SITE_PERL%% maintainer timeout (5 months) PR: 51560 Submitted by: myself
* WWW site and MASTER_SITE is moved to BerliOS.perky2003-09-262-3/+2
|
* Update to 1.0.1perky2003-09-263-5/+4
|
* Use ${STRIP_CMD} instead of /usr/bin/strip.osa2003-09-241-2/+2
| | | | | Founded by: Oleg Karachevtsev <ok at etrust dot ru> Approved by: hoek (maintainer)
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Update to 2.07mat2003-09-025-24/+35
| | | | | | | | | use SITE_PERL and %%SITE_PERL%% strip pkg-descr from all it's superfluous spaces PR: 51568 Submitted by: me Approved by: maintainer timeout (+2 months)
* Update to 0.12mat2003-09-024-196/+196
| | | | | | | | | | Shorten COMMENT use SITE_PERL and %%SITE_PERL%% Add WWW PR: 51567 Submitted by: me Approved by: maintainer timeout (+2 months)
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* update converters/ktnef: unbreak on -currentdaichi2003-08-191-0/+4
| | | | | PR: 55715 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer)
* Bump PORTREVISION for previous commit.kris2003-08-171-0/+1
|
* Switch to tcl/tk 8.4, and add tcl84 virtual category.kris2003-08-171-5/+5
| | | | Reviewed by: maintainer
* Utilize INFO variable.demon2003-08-132-10/+2
|
* Update to 1.05erwin2003-08-053-3/+3
| | | | | | PR: 53689 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: maintainer timeout (> 1 month)
* ftp-like access to Fairlight OS9/MDR-DOS devices and image filesmaho2003-07-306-0/+39
| | | | | PR: 54813 Submitted by: M.Indlekofer@gmx.de <M.Indlekofer@fz-juelich.de>
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
| | | | Approved by: fjoe (mentor)
* Remove *bogos* Makefile~maho2003-07-211-26/+0
| | | | | | PR: 54681 Pointed out by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Pointy hat to: myself
* Update to 1.0perky2003-07-203-2/+19
|
* a small tool to convert VDA format (produced by many CADmaho2003-07-198-0/+152
| | | | | | | packages to fbd, used by the CalculiX port. PR: 52306 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-4/+2
| | | | use USE_GETOPT_LONG instead.
* Drop maintainershiperwin2003-07-121-1/+1
|
* Change maintainer to Oliver Eikemeier <eikemeier@fillmore-labs.com>kris2003-07-071-1/+1
|
* Update to dumpasn1-20030329, unbreak on 4.x [1] and drop maintainership.kris2003-07-073-9/+23
| | | | | PR: 50957 [1] Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add p5-Unicode-Lite 0.12,kuriyama2003-07-035-0/+45
| | | | | | | perl module for easy conversion between encodings. PR: ports/50207 Submitted by: Maxim Maximov (mcsi@agava.com)
* Maintainer update to 0.99.3osa2003-07-014-23/+2
| | | | | PR: 53936 Approved by: fjoe (mentor) (implicit)
* Add KTnef, viewer, extractor for the TNEF Format used byarved2003-06-285-0/+65
| | | | | | | MS Outlook PR: 53869 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* Maintainer's update to 0.99.2osa2003-06-266-12/+51
| | | | | | | | Add 2 more categories as far as this tool is very useful for those languages PR: 53729 Approved by: fjoe (mentor) (implicit)
* Update to 1.1.1perky2003-06-192-2/+2
|
* Utilize USE_GNOME= pkgconfig.adamw2003-06-171-4/+1
|
* - upgrade of Convert::ASN1 to 0.17scrappy2003-06-174-19/+19
| | | | | | - adpated to new perl macros (SITE_PERL etc.) Obtained from: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add optional support to compile in additional character set support.marcus2003-06-171-0/+11
| | | | Submitted by: Pav Lucistnik <pav@oook.cz>
* Yet another overflow check, better temp file name & misc cleanupsache2003-06-149-137/+157
| | | | Submitted by: kris & Debian (edited by me)
* Don't try to install files to ${PREFIX} during the build.marcus2003-06-131-20/+2
| | | | Reported by: Andrew J Caines <A.J.Caines@halplant.com>
* Change to my FreeBSD.org addresserwin2003-06-132-2/+2
|
* Update to 1.1perky2003-06-122-2/+2
|
* Update to 1.9.1.marcus2003-06-1214-377/+39
| | | | | PR: 52893 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add missing @dirrm and bump PORTREVISIONkris2003-06-092-0/+2
|
* Add py-cjkcodecs 0.9,perky2003-06-075-0/+113
| | | | a Python Unicode Codecs for Chinese, Japanese and Korean encodings
* Update to 1.04mich2003-06-073-25/+28
| | | | | | PR: 52763 Submitted by: maintainer Approved by: roberto (mentor)
* Update to 2.20.petef2003-05-162-2/+2
| | | | | PR: 52208 Submitted by: maintainer
* New port: ktextdecodefjoe2003-05-135-0/+44
| | | | | | | Simple text conversion utility for KDE 3. PR: 51940 Submitted by: Kirill Ponomarew
* unbreak for Perl 5.8edwin2003-05-081-2/+2
| | | | Submitted by: Autrijus Tang <autrijus@autrijus.org>
* Hand over maintainership to autrijus@autrijus.org, the author of the module.arved2003-05-081-1/+1
| | | | | PR: 51961 Submitted by: old maintainer.
* Fix 'make package'.fjoe2003-05-041-1/+0
| | | | Pointed out by: kris
* Update to version 0.52;demon2003-04-293-2/+4
| | | | | | | Add WWW. PR: 51561 Submitted by: Mathieu Arnold <m@absolight.net>
* Add a port for py-iconvcodec 1.0, a universal unicode codec for python.perky2003-04-235-0/+39
|
* New port: konwertfjoe2003-04-196-0/+1112
| | | | | | | | | | | | | | | | | Konwert is a package for conversion between various character encodings. By encodings author imply not only different charsets like Windows-1252, KOI8-R or UTF-8 but also the different representations of characters like TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect of the encodings is also implemented. There are also filter filterm which allow to make separate input and output conversions of the encodings for the given command. It can help e.g. when our terminal is unable to display non-ASCII characters or to enter them from the keyboard. PR: 50614 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru>
* New port: chmviewfjoe2003-04-199-0/+192
| | | | | | | | Chmview is a simple program to decompose .chm-file to the components. PR: 50433 Submitted by: Alex Semenyaka
* Remove USE_GNOMENG.marcus2003-04-192-2/+0
|
* Fix compilation on alpha.mbr2003-04-171-7/+5
| | | | | Submitted by: Christian Weisgerber <naddy@freebsd.org> PR: 51066
* Upgrade to 0.85 release candidate 3.okazaki2003-04-164-40/+13
|