summaryrefslogtreecommitdiff
path: root/converters (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-04-02Update to version 2.11.Steve Price2-4/+4
PR: 10749 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Notes: svn path=/head/; revision=17535
1999-03-07Change `MASTER_SITES', preparing for move of ports.jp.freebsd.org,SADA Kenji1-2/+2
and unifying the location of `local ports'. Notes: svn path=/head/; revision=17030
1999-02-28MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withDavid E. O'Brien4-6/+10
GZIP or BZIP2 distfiles. I went with BZIP2. Notes: svn path=/head/; revision=16923
1999-02-25The extra checksum wasn't bogus after all. Both are required sinceSteve Price3-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
1999-02-22Remove extraneous checksums.Steve Price3-3/+0
Notes: svn path=/head/; revision=16819
1999-02-20Upgrade to 2.10.Vanilla I. Shu2-5/+5
Notes: svn path=/head/; revision=16794
1999-02-16Unbreak.Justin M. Seger1-6/+2
Notes: svn path=/head/; revision=16734
1999-02-11Don't change world-known name uudeview.h to uu.h upon installation,Andrey A. Chernov2-3/+3
other applications expect uudeview.h name Notes: svn path=/head/; revision=16612
1999-02-08Upgrade to KDE 1.1 RELEASE.Stefan Eßer6-15/+43
Notes: svn path=/head/; revision=16563
1999-02-06Upgrade to KDE-1.1pre2 ...Stefan Eßer6-22/+28
Notes: svn path=/head/; revision=16552
1999-02-03Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami3-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
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1-1/+2
Notes: svn path=/head/; revision=16378
1999-01-21The red face you see behind the table is yours truly being ashamed bySatoshi Asami2-8/+8
committing a patch without testing. Notes: svn path=/head/; revision=16225
1999-01-21Fix ordering of ln -s arguments -- the lib*.so symlinks were not properlySatoshi Asami2-8/+8
made, causing other kde*11 builds to fall over if dependencies were installed from packages. Notes: svn path=/head/; revision=16220
1999-01-11Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa2-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
1999-01-11Add bzip2 dependency. They were missing in some kde*11 Makefiles.Satoshi Asami2-2/+6
Notes: svn path=/head/; revision=15990
1999-01-07Add kde*11 dirs.Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=15912
1999-01-07Upgrade to the first pre-release of KDE 1.1.Stefan Eßer7-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
1999-01-06Mark these broken while Stefan works on an upgrade.Satoshi Asami2-2/+6
Notes: svn path=/head/; revision=15881
1998-12-07Upgrade to 2.09Bill Fumerola2-4/+4
Reported by: Fenner's survey. Notes: svn path=/head/; revision=15177
1998-11-20Moving converters/man2html -> textproc/man2htmlBill Fumerola1-2/+1
Remind by: Satoshi Asami Notes: svn path=/head/; revision=14727
1998-11-20Activate man2htmlBill Fumerola1-1/+2
PR: ports/7796 Notes: svn path=/head/; revision=14726
1998-11-14Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1-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
1998-11-11Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1-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
1998-10-12Mark BROKEN for current:Justin M. Seger1-1/+6
The path for perl man pages is incorrect Notes: svn path=/head/; revision=13880
1998-10-03ish/uuencode converterJun Kuriyama6-0/+59
PR: ports/7639 Submitted by: Masanori Kiriake <seiken@nbs.co.jp> Notes: svn path=/head/; revision=13605
1998-10-03Activate aish.Jun Kuriyama1-1/+2
Notes: svn path=/head/; revision=13604
1998-10-01Elfify (no response from the maintainer)Brian Somers4-12/+14
With some help from postings by: Hans Petter Bieker <zerium@webindex.no> Notes: svn path=/head/; revision=13579
1998-10-01Mark BROKEN for ELF.Justin M. Seger2-2/+6
Notes: svn path=/head/; revision=13566
1998-09-27Remove regexp support uulib.Steve Price1-2/+2
Notes: svn path=/head/; revision=13436
1998-09-26Remove regexp support for uulib.Steve Price1-3/+3
Notes: svn path=/head/; revision=13421
1998-09-26Remove empty directories on deinstall.Steve Price1-0/+6
Notes: svn path=/head/; revision=13420
1998-09-26Convert to ELF.Steve Price4-60/+65
Notes: svn path=/head/; revision=13419
1998-09-25tk80 has been ELFized.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=13387
1998-09-15Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami2-4/+4
checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
1998-08-30Unbreak after the perl upgrade.Steve Price2-7/+5
Notes: svn path=/head/; revision=12930
1998-08-19Change for perl5 scheme.Vanilla I. Shu2-9/+10
Notes: svn path=/head/; revision=12647
1998-08-17Manpages? What manpages?Tim Vanderhoek8-13/+0
Notes: svn path=/head/; revision=12572
1998-08-12Replace qt dependencies with USE_QT.Satoshi Asami2-8/+4
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami3-8/+8
Notes: svn path=/head/; revision=12335
1998-08-07Mark this port broken, didn't survive the perl upgrade.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=12317
1998-08-06Upgrade to 2.06, and make it compatible with perl5.00501.Vanilla I. Shu3-16/+14
Notes: svn path=/head/; revision=12301
1998-08-05Grammar, spelling, and usage police. This commit brought to you byMatthew Hunt1-1/+1
the letters "B" and "C". And some Chinese symbols as well. Notes: svn path=/head/; revision=12291
1998-07-24Add homepage.Tim Vanderhoek2-0/+4
Notes: svn path=/head/; revision=12091
1998-07-24Add homepage. Fix my language a little ("I wrote that!?").Tim Vanderhoek1-2/+5
Notes: svn path=/head/; revision=12090
1998-07-23Change dependencies to accept Qt-1.33 if present,Stefan Eßer2-6/+6
but to build Qt-1.40 if no compiled Qt library can be found. Notes: svn path=/head/; revision=12083
1998-07-19Upgrade to KDE Release 1.0Stefan Eßer4-34/+12
Notes: svn path=/head/; revision=11966
1998-07-13Mark as broken, will be upgraded to 1.0 within a few days.Stefan Eßer2-2/+6
Notes: svn path=/head/; revision=11905
1998-06-14Fix MASTER_SITES.Tim Vanderhoek1-3/+3
Notes: svn path=/head/; revision=11429
1998-06-14Fix MASTER_SITESTim Vanderhoek1-3/+3
Notes: svn path=/head/; revision=11425