summaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* Activate unix2dosflathill1999-05-051-1/+2
|
* PR: ports/9866flathill1999-05-055-0/+34
| | | | | Submitted by: obonilla@mailhub.fisicc-ufm.edu translate ASCII files from DOS (cr/lf) to UNIX (lf)
* Upgrade KDE to Release 1.1.1.se1999-05-035-22/+11
|
* I *LOVE* WWW:mharo1999-05-031-1/+1
|
* These three were easy. Now tell my why some of the other pkg/DESCRshoek1999-05-023-3/+3
| | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate]
* Activate the i18ntools port.steve1999-04-201-1/+2
|
* Initial import of i18ntools version 1.0.steve1999-04-205-0/+278
| | | | | | | Tools for the conversion to and from UTF-8 Unicode encoding. PR: 11198 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
* Fix bug in manpage.obrien1999-04-171-0/+11
|
* Activate the libutf-8 port.steve1999-04-161-1/+2
|
* Initial import of libutf-8 version 1.0.steve1999-04-166-0/+56
| | | | | | | | | A library of routines for the conversion between 31-bit Unicode values (UCS-4) and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle input and output from/to files and memory. Useful for i18n programmers. PR: 10919 Submitted by: G. Adam Stanislav <zen@buddhist.com>
* Import of tuc version 1.10.steve1999-04-165-0/+33
| | | | | | | | A utility to convert text files from any operating system to Unix format, and to convert Unix files to DOS format. PR: 10882 Submitted by: G. Adam Stanislav <zen@buddhist.com>
* Update to version 2.11.steve1999-04-022-4/+4
| | | | | PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Change `MASTER_SITES', preparing for move of ports.jp.freebsd.org,sada1999-03-071-2/+2
| | | | and unifying the location of `local ports'.
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-284-6/+10
| | | | GZIP or BZIP2 distfiles. I went with BZIP2.
* The extra checksum wasn't bogus after all. Both are required sincesteve1999-02-253-0/+3
| | | | | | | | despite the fact that the files from both MASTER_SITES are the same size and when extracted a diff -urN is empty, they have different checksum. Noticed by: Andrew Gordon <arg@arg1.demon.co.uk>
* Remove extraneous checksums.steve1999-02-223-3/+0
|
* Upgrade to 2.10.vanilla1999-02-202-5/+5
|
* Unbreak.jseger1999-02-161-6/+2
|
* Don't change world-known name uudeview.h to uu.h upon installation,ache1999-02-112-3/+3
| | | | other applications expect uudeview.h name
* Upgrade to KDE 1.1 RELEASE.se1999-02-086-15/+43
|
* Upgrade to KDE-1.1pre2 ...se1999-02-066-22/+28
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-033-15/+6
| | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too.
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* The red face you see behind the table is yours truly being ashamed byasami1999-01-212-8/+8
| | | | committing a patch without testing.
* Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlyasami1999-01-212-8/+8
| | | | | made, causing other kde*11 builds to fall over if dependencies were installed from packages.
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-112-8/+8
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Add bzip2 dependency. They were missing in some kde*11 Makefiles.asami1999-01-112-2/+6
|
* Add kde*11 dirs.asami1999-01-071-1/+2
|
* Upgrade to the first pre-release of KDE 1.1.se1999-01-077-36/+101
| | | | | | | | | | | This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
* Mark these broken while Stefan works on an upgrade.asami1999-01-062-2/+6
|
* Upgrade to 2.09billf1998-12-072-4/+4
| | | | Reported by: Fenner's survey.
* Moving converters/man2html -> textproc/man2htmlbillf1998-11-201-2/+1
| | | | Remind by: Satoshi Asami
* Activate man2htmlbillf1998-11-201-1/+2
| | | | PR: ports/7796
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-8/+10
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Mark BROKEN for current:jseger1998-10-121-1/+6
| | | | The path for perl man pages is incorrect
* ish/uuencode converterkuriyama1998-10-036-0/+59
| | | | | PR: ports/7639 Submitted by: Masanori Kiriake <seiken@nbs.co.jp>
* Activate aish.kuriyama1998-10-031-1/+2
|
* Elfify (no response from the maintainer)brian1998-10-014-12/+14
| | | | With some help from postings by: Hans Petter Bieker <zerium@webindex.no>
* Mark BROKEN for ELF.jseger1998-10-012-2/+6
|
* Remove regexp support uulib.steve1998-09-271-2/+2
|
* Remove regexp support for uulib.steve1998-09-261-3/+3
|
* Remove empty directories on deinstall.steve1998-09-261-0/+6
|
* Convert to ELF.steve1998-09-264-60/+65
|
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-152-4/+4
| | | | | | checks haven't missed anything. Submitted by: dima
* Unbreak after the perl upgrade.steve1998-08-302-7/+5
|
* Change for perl5 scheme.vanilla1998-08-192-9/+10
|
* Manpages? What manpages?hoek1998-08-178-13/+0
|
* Replace qt dependencies with USE_QT.asami1998-08-122-8/+4
| | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
OpenPOWER on IntegriCloud