summaryrefslogtreecommitdiff
path: root/converters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* These three were easy. Now tell my why some of the other pkg/DESCRsTim Vanderhoek1999-05-023-3/+3
| | | | | | | | | must insist on using such oddball formats.... [Add WWW: where appropriate] Notes: svn path=/head/; revision=18341
* Activate the i18ntools port.Steve Price1999-04-201-1/+2
| | | | Notes: svn path=/head/; revision=18033
* Initial import of i18ntools version 1.0.Steve Price1999-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> Notes: svn path=/head/; revision=18032
* Fix bug in manpage.David E. O'Brien1999-04-171-0/+11
| | | | Notes: svn path=/head/; revision=17953
* Activate the libutf-8 port.Steve Price1999-04-161-1/+2
| | | | Notes: svn path=/head/; revision=17944
* Initial import of libutf-8 version 1.0.Steve Price1999-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> Notes: svn path=/head/; revision=17942
* Import of tuc version 1.10.Steve Price1999-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> Notes: svn path=/head/; revision=17940
* Update to version 2.11.Steve Price1999-04-022-4/+4
| | | | | | | | PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=17535
* Change `MASTER_SITES', preparing for move of ports.jp.freebsd.org,SADA Kenji1999-03-071-2/+2
| | | | | | | and unifying the location of `local ports'. Notes: svn path=/head/; revision=17030
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien1999-02-284-6/+10
| | | | | | | GZIP or BZIP2 distfiles. I went with BZIP2. Notes: svn path=/head/; revision=16923
* The extra checksum wasn't bogus after all. Both are required sinceSteve Price1999-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> Notes: svn path=/head/; revision=16896
* Remove extraneous checksums.Steve Price1999-02-223-3/+0
| | | | Notes: svn path=/head/; revision=16819
* Upgrade to 2.10.Vanilla I. Shu1999-02-202-5/+5
| | | | Notes: svn path=/head/; revision=16794
* Unbreak.Justin M. Seger1999-02-161-6/+2
| | | | Notes: svn path=/head/; revision=16734
* Don't change world-known name uudeview.h to uu.h upon installation,Andrey A. Chernov1999-02-112-3/+3
| | | | | | | other applications expect uudeview.h name Notes: svn path=/head/; revision=16612
* Upgrade to KDE 1.1 RELEASE.Stefan Eßer1999-02-086-15/+43
| | | | Notes: svn path=/head/; revision=16563
* Upgrade to KDE-1.1pre2 ...Stefan Eßer1999-02-066-22/+28
| | | | Notes: svn path=/head/; revision=16552
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-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. Notes: svn path=/head/; revision=16518
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* The red face you see behind the table is yours truly being ashamed bySatoshi Asami1999-01-212-8/+8
| | | | | | | committing a patch without testing. Notes: svn path=/head/; revision=16225
* Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlySatoshi Asami1999-01-212-8/+8
| | | | | | | | made, causing other kde*11 builds to fall over if dependencies were installed from packages. Notes: svn path=/head/; revision=16220
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-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 Notes: svn path=/head/; revision=16010
* Add bzip2 dependency. They were missing in some kde*11 Makefiles.Satoshi Asami1999-01-112-2/+6
| | | | Notes: svn path=/head/; revision=15990
* Add kde*11 dirs.Satoshi Asami1999-01-071-1/+2
| | | | Notes: svn path=/head/; revision=15912
* Upgrade to the first pre-release of KDE 1.1.Stefan Eßer1999-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 ... Notes: svn path=/head/; revision=15901
* Mark these broken while Stefan works on an upgrade.Satoshi Asami1999-01-062-2/+6
| | | | Notes: svn path=/head/; revision=15881
* Upgrade to 2.09Bill Fumerola1998-12-072-4/+4
| | | | | | | Reported by: Fenner's survey. Notes: svn path=/head/; revision=15177
* Moving converters/man2html -> textproc/man2htmlBill Fumerola1998-11-201-2/+1
| | | | | | | Remind by: Satoshi Asami Notes: svn path=/head/; revision=14727
* Activate man2htmlBill Fumerola1998-11-201-1/+2
| | | | | | | PR: ports/7796 Notes: svn path=/head/; revision=14726
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-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. Notes: svn path=/head/; revision=14512
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-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.) Notes: svn path=/head/; revision=14465
* Mark BROKEN for current:Justin M. Seger1998-10-121-1/+6
| | | | | | | The path for perl man pages is incorrect Notes: svn path=/head/; revision=13880
* ish/uuencode converterJun Kuriyama1998-10-036-0/+59
| | | | | | | | PR: ports/7639 Submitted by: Masanori Kiriake <seiken@nbs.co.jp> Notes: svn path=/head/; revision=13605
* Activate aish.Jun Kuriyama1998-10-031-1/+2
| | | | Notes: svn path=/head/; revision=13604
* Elfify (no response from the maintainer)Brian Somers1998-10-014-12/+14
| | | | | | | With some help from postings by: Hans Petter Bieker <zerium@webindex.no> Notes: svn path=/head/; revision=13579
* Mark BROKEN for ELF.Justin M. Seger1998-10-012-2/+6
| | | | Notes: svn path=/head/; revision=13566
* Remove regexp support uulib.Steve Price1998-09-271-2/+2
| | | | Notes: svn path=/head/; revision=13436
* Remove regexp support for uulib.Steve Price1998-09-261-3/+3
| | | | Notes: svn path=/head/; revision=13421
* Remove empty directories on deinstall.Steve Price1998-09-261-0/+6
| | | | Notes: svn path=/head/; revision=13420
* Convert to ELF.Steve Price1998-09-264-60/+65
| | | | Notes: svn path=/head/; revision=13419
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-152-4/+4
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Unbreak after the perl upgrade.Steve Price1998-08-302-7/+5
| | | | Notes: svn path=/head/; revision=12930
* Change for perl5 scheme.Vanilla I. Shu1998-08-192-9/+10
| | | | Notes: svn path=/head/; revision=12647
* Manpages? What manpages?Tim Vanderhoek1998-08-178-13/+0
| | | | Notes: svn path=/head/; revision=12572
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-122-8/+4
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-073-8/+8
| | | | Notes: svn path=/head/; revision=12335
* Mark this port broken, didn't survive the perl upgrade.Satoshi Asami1998-08-071-1/+3
| | | | Notes: svn path=/head/; revision=12317
* Upgrade to 2.06, and make it compatible with perl5.00501.Vanilla I. Shu1998-08-063-16/+14
| | | | Notes: svn path=/head/; revision=12301
* Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1998-08-051-1/+1
| | | | | | | the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291