summaryrefslogtreecommitdiffstats
path: root/converters
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-073-8/+8
|
* Mark this port broken, didn't survive the perl upgrade.asami1998-08-071-1/+3
|
* Upgrade to 2.06, and make it compatible with perl5.00501.vanilla1998-08-063-16/+14
|
* Grammar, spelling, and usage police. This commit brought to you bymph1998-08-051-1/+1
| | | | the letters "B" and "C". And some Chinese symbols as well.
* Add homepage.hoek1998-07-242-0/+4
|
* Add homepage. Fix my language a little ("I wrote that!?").hoek1998-07-241-2/+5
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-232-6/+6
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-194-34/+12
|
* Mark as broken, will be upgraded to 1.0 within a few days.se1998-07-132-2/+6
|
* Fix MASTER_SITES.hoek1998-06-141-3/+3
|
* Fix MASTER_SITEShoek1998-06-141-3/+3
|
* Update to Beta-4.1se1998-05-096-16/+46
|
OpenPOWER on IntegriCloud