aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.4.0. Ruby 1.6.0 is now supported.knu2000-09-272-2/+2
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-251-4/+2
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update maintainer address.will2000-09-241-1/+1
| | | | Submitted by: maintainer
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-1/+0
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Use MASTER_SITE_SUNSITE to MASTER_SITESade2000-09-174-10/+34
| | | | | | | | Support CC properly Update WWW: line of pkg/DESCR PR: 21134 Submitted by: Ports Fury
* Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-163-71/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before), you should try this. This version is extremely stable and offers better functionality than before. This update also introduces the KDE2 modules kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the first time FreeBSD packages were announced as part of the KDE2 beta release announcement! :-) Most (if not all) of the remaining modules in KDE2 will be added for the update WRT the final release. A hack was added to fix building with SSL in kdelibs; this has been merged in the main tree and will go away with 2.0 release update. Thanks to David Faure <david@mandrakesoft.com> for his help regarding this. Also, building the docs should now succeed because I've added a build dependency on jade and linuxdoc (should be enough). People can get my precompiled packages from the usual location on the KDE FTP server (should spread to the mirrors Real Soon Now (tm)): http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/ Have fun! Remember to reports bugs through http://bugs.kde.org/.
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.knu2000-09-101-1/+1
|
* Update with bsd.ruby.mk.knu2000-09-072-23/+15
|
* Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163
| | | | | | | | | | | | | | | | dependencies to kde2, and add koffice to kde2, because it's part of the 2.0 release. Fix my bogon in forgetting to remove obsolete qt22 patches. The current state of the ports as far as building and installing is quite good, but I expect minor problems with PLISTs other than for the ones I've fixed here. I'm going to let bento figure it out. :-) Please, test these ports and report bugs to submit@bugs.kde.org, and send me problems with the ports themselves. I've found that KDE2 seems to have stabilized significantly since the last snapshot. And now, I am removing the last patch remaining in the KDE2 ports, except for the QT 2.2 snapshot.
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Uncomment NEED_INCREMENTAL_INDICATORache2000-08-141-2/+2
|
* Do The Right Thing. (R)knu2000-08-132-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Put some missing flags backache2000-08-121-4/+4
|
* Add ruby-zlib, an extension library to use zlib from Rubyknu2000-08-126-0/+60
|
* Update to version 1.14gkevlo2000-07-315-11/+70
| | | | | PR: 20262 Submitted by: Port Fury
* MAKE_FLAGS -> MAKE_ARGSkevlo2000-07-251-2/+3
| | | | | PR: 20147 Submitted by: Ports Fury
* Mark these BROKEN, they don't compile/run properly.asami2000-07-201-0/+2
| | | | Submitted by: maintainer
* Correct dependencies.alex2000-07-141-5/+6
| | | | | | A small portlint while I'm here. Noticed by: bento
* Update to version 2.71.steve2000-07-082-5/+3
| | | | | PR: 19578 Submitted by: maintainer
* Upgrade to version 1.0.1.obrien2000-07-012-2/+2
|
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+3
| | | | MASTER_SITE_LOCAL site.
* Update. Version number unchanged.ache2000-06-292-3/+3
|
* Activate 9e port. Doh!wes2000-06-281-0/+1
|
* Add WWW to proper placeache2000-06-272-1/+2
|
* 9e - a simple Plan9 distribution unpackerwes2000-06-277-0/+94
| | | | | PR: ports/19459 Submitted by: Jerry Hicks <jhix@mindspring.com>
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-225-5/+5
| | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them.
* Activate libarc.sobomax2000-06-201-0/+1
|
* Initial import of libarc - a tiny decompression library supporting bunch ofsobomax2000-06-206-0/+112
| | | | popular formats.
* Use PKGNAMEPREFIX. Obey CC/CFLAGS.will2000-06-201-3/+4
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-174-4/+4
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-166-6/+3
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+2
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Several cleanups:sobomax2000-06-124-23/+86
| | | | | | | | | | - Use MASTER_SITE_SUNSITE to MASTER_SITES; - Support CFLAGS/MAKE properly; - Sort pkg/PLIST; - Use archivers as a primary category (forgotten by will after repo-copy). PR: 19164 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Finish the move of macutils to archivers (no commits are necessary onwill2000-06-101-0/+1
| | | | the actual macutils directory).
* Build shared library as well.sobomax2000-06-083-3/+77
|
* Remove liblzo and macutil.will2000-06-051-2/+0
|
* Update liblzo.so.1 port target.will2000-06-051-1/+1
|
* Add undms, a utility that decompresses .dms Amiga disk images towill2000-06-036-0/+40
| | | | | | uncompressed .adf images. Obtained from: NetBSD
* Add ppunpack, a utility to decompress Amiga PowerPacker files.will2000-06-037-0/+57
| | | | Obtained from: NetBSD
* Add unlzx, an utility which can extract LZX archives from Amiga systems.will2000-06-036-0/+36
| | | | Obtained from: NetBSD
* Add the macutil port, which allows us to create and extract archives fromwill2000-06-031-0/+1
| | | | | | the Mac world in formats such as binhex. Obtained from: NetBSD
* Add lzop, a fast file compressor similar to gzip that uses the LZO lib.will2000-06-037-0/+44
| | | | Obtained from: NetBSD
* Add liblzo, a portable lossless data compression library written in ANSI C.will2000-06-031-0/+1
| | | | Obtained from: NetBSD
* From Kato's PR:sobomax2000-05-313-33/+40
| | | | | | | | | | | | - Support CFLAGS/ARCH properly - Support NOPORTDOCS Plus my own: - Remove ftp://... line from the comments section of Makefile - Adjust WWW line to be http:// instead of ftp:// PR: 18904 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 2.70.steve2000-05-292-13/+14
| | | | | PR: 18785 Submitted by: maintainer
* Don't forceably add -O2 to CFLAGS as this is known to cause problemssteve2000-05-281-4/+7
| | | | because of optimization bugs in the compiler on the Alpha.
* Remove unneeded LIB_DEPENDS, and make it dynamic link.vanilla2000-05-281-2/+0
| | | | | PR: ports/18472 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add -f when compressing manual to allow instaling over already existen portache2000-05-231-1/+1
|
* Upgrade to version 1.0.0.obrien2000-05-193-11/+10
|
* Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-173-545/+553
|
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
|
* Update MASTER_SITESjedgar2000-05-111-1/+2
| | | | | PR: 18499 Submitted by: Mikhail Teterin <mi@privatelabs.com>
* New port: mscompress, a Microsoft "compress.exe/expand.exe"jedgar2000-05-076-0/+40
| | | | | | | compatible (de)compressor PR: 18027 Submitted by: Patrick Seal <patseal@hyperhost.net>
* - Fix MASTER_SITESsteve2000-04-302-1/+3
| | | | | | | - Add WWW: line to pkg/DESCR PR: 18278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* checksum update - minor crypt code style changeache2000-04-261-1/+1
|
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-241-1/+1
| | | | so as to make it clear that a FreeBSD committer maintains them.
* Corrrect whitespace introduced during PORTNAME conversion and portlintmharo2000-04-223-3/+3
|
* remove zip.with_encryptionache2000-04-211-1/+0
|
* Use exportable from USA encryptionache2000-04-213-6/+16
| | | | Update URLs/MASTER_SITE
* remove unzip.with_encryptionache2000-04-211-1/+0
|
* Upgrade to 5.41ache2000-04-213-9/+10
|
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* update port to version 1.13andreas2000-04-172-2/+2
| | | | PR: 17894
* Seems somewhere along the line, the lowercase version of the nameasami2000-04-151-1/+2
| | | | was lost....
* Convert to PORTNAME/PORTVERSION.asami2000-04-143-8/+8
|
* Fix up PORTNAME/PORTVERSION.asami2000-04-141-2/+2
| | | | | PR: 17986 Submitted by: dirk.meyer@dinoex.sub.org
* Remove unnecessary LANGPREFIX and DISTNAME thanks to PKGNAMEPREFIX.knu2000-04-131-3/+1
|
* PORTNAME/VERSION stuffmharo2000-04-121-3/+3
|
* Update with the new PORTNAME/PORTVERSION variablecpiazza2000-04-103-6/+6
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0925-97/+97
|
* Style fix:knu2000-04-052-2/+2
| | | | | | | | - Remove post-install information from DESCR's. - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's. - Remove unnecessary whitespace. Pointed out by: portlint
* Activate fastjar.knu2000-03-251-0/+1
|
* Initial import of fastjar.knu2000-03-256-0/+40
| | | | | | | | | | FastJar is a version of JDK's `jar' utility written entirely in C, and therefore quite a bit faster. Currently some features such as updating archive are unimplemented, but enough seems implemented. WWW: http://fastjar.sourceforge.net Obtained from: NetBSD pkgsrc
* Upgrade to 1.08.vanilla2000-03-242-3/+3
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.obrien2000-03-223-0/+3
|
* Remove the "version required" line.obrien2000-03-203-3/+0
|
* From OpenBSD: generate tempfiles securely with mkstemps()kris2000-03-0512-23/+336
| | | | Approved by: Maintainer
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-282-2/+2
|
* The reason for RESTRICTED regarding RSA code is a patent, not copyrightpeter2000-02-251-1/+1
| | | | issue.
* Bump shlib versions of kdelibs11 and kdesupport11.asami2000-02-241-1/+1
|
* Change maintainer.obrien2000-02-222-2/+2
|
* Reducing Maintainership to an amount of portsandreas2000-02-212-2/+2
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* upgrade to 2.3ache2000-02-195-23/+31
| | | | | PR: 16730 Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Remove giflib dependence.imura2000-02-151-2/+1
| | | | | | | | Only changed giflib -> libungif in kdegraphics. They realy do NOT want libgif, and do NOT use libgif anywhere. Some ports are checking its existence in configure, but they are nonsense at all!!
* PLIST fixes.reg2000-02-132-2/+2
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Respect CCkris2000-01-231-0/+20
|
* Respect CCkris2000-01-231-0/+11
|
* Honor PREFIX and split up patches one patch for each file.steve1999-12-2912-0/+365
| | | | | PR: 12056 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* Update port to 1.5.3jedgar1999-12-292-4/+10
| | | | | PR: 15755 Submitted by: Maintainer
* General comment cleanups.hoek1999-12-292-2/+2
|
* Update to version 4.2.1 and add WWW: line to DESCR.steve1999-12-268-56/+24
| | | | | PR: 15672 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-1/+1
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Correct MASTER_SITESjedgar1999-12-231-1/+2
| | | | | PR: 15282 Submitted by: Maintainer
* Update port to 1.06jedgar1999-12-224-114/+6
| | | | | | | Remove unneeded lines from patches PR: 15498 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Distfile changed on MASTER_SITE.steve1999-12-101-1/+1
|
* Moving makeself from misc to archivers. makeself is a shell script thatsteve1999-12-106-0/+39
| | | | | makes self-extracting shell scripts, and allows you to specify a "setup" command to execute upon finishing.
* Update to version 1.06cpiazza1999-12-056-50/+98
| | | | | Submitted by: Chris D. Faulhaber <jedgar@fxp.org> PR: 15214
* Update maintainer's Email address.steve1999-11-272-3/+2
| | | | | PR: 15113 Submitted by: maintainer
* Add unrar branding and message that unrar is free while rar istelfsteve1999-11-271-1/+6
| | | | | | | is shareware. Also add NO_CDROM. PR: 14887 Submitted by: Oleg V. Volkov <rover@lglobus.ru>, maintainer
* - Fix MASTER_SITEScpiazza1999-11-216-6/+88
| | | | | | | | | | - Remove CONFIGURE_ARGS that are already the default - Support CFLAGS properly - Add a file missing from PLISt - Remove two unneeded patches (for libtool stuff) PR: 14901 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* * Removed (unnecessary) dependancy on GNU gettextsteve1999-11-143-18/+18
| | | | | | | | * Modified install path of configuration files from lib/ to etc/ * Fixed some files to set file permission properly PR: 14803 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 2.60.steve1999-11-144-22/+48
| | | | | PR: 14707 Submitted by: maintainer
* As requested by Christian Weisgerberandreas1999-11-096-0/+50
|
* Update to version 2.5.6.steve1999-11-013-7/+7
| | | | | PR: 14579 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update mastersitesmharo1999-10-311-1/+1
| | | | | PR: 14483 Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
* Update master sites. Add `bz2cat' as an alias for `bzcat'.obrien1999-10-272-4/+5
| | | | | | PR: 14482 Submitted by: Chris D. Faulhaber <jedgar@fxp.org> & Shigeyuki Fukushima <shige@FreeBSD.org>
* Upgrade to version 0.9.5d.obrien1999-09-253-4/+5
| | | | Reported-by: Bernhard Rosenkraenzer <bero@linux-mandrake.com>
* Update to KDE-1.1.2se1999-09-183-3/+50
|
* The version number of libgif.so has changed to 5.steve1999-09-181-1/+1
|
* Fix MASTER_SITES, some formatting issues, and update WWW:cpiazza1999-09-054-26/+18
| | | | | PR: 13564 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 1.14fsumikawa1999-09-024-22/+23
| | | | | | PR: 13412 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Reviewed by: sumikawa
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3118-19/+19
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-313-3/+3
|
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* ln -> ${LN}mharo1999-08-282-2/+2
|
* move catpage from PLIST to Makefile and other minor cleanupsmharo1999-08-262-12/+5
|
* minor cleanups and move manpage from PLIST to Makefilemharo1999-08-262-5/+5
|
* Change Id->FreeBSD.obrien1999-08-253-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change Id->FreeBSD.obrien1999-08-2524-24/+24
|
* chmod -> ${CHMOD}mharo1999-08-233-6/+6
| | | | chown -> ${CHOWN}
* Compress postscript manual.obrien1999-08-152-4/+5
|
* Update to version 0.9.5c. This fixes the bug compressingobrien1999-08-103-26/+10
| | | | | /usr/ports/textproc/dsssl-docbook-modular/pkg/PLIST reported by John Milford <jwm@CSUA.Berkeley.EDU>.
* Revert back to version 0.9.0c. John Milford <jwm@CSUA.Berkeley.EDU> foundobrien1999-08-074-13/+28
| | | | | | | | | that /usr/ports/textproc/dsssl-docbook-modular/pkg/PLIST cannot be decompressed with any version of bzip2 if compressed by version 0.9.5b. Bzip2 author has been notified. Submitted by: John Milford <jwm@CSUA.Berkeley.EDU>
* Import of rpm2cpio (perl version). Converts .rpm files for extractioncpiazza1999-08-015-0/+42
| | | | | | | | with /usr/bin/cpio. Created so there would be a lightweight version that didn't require a tonne of other requirements. PR: 12701 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
* * Bzip the PostScript docs.obrien1999-08-012-2/+3
| | | | * Remove a doublely listed file bogon.
* Upgrade to version 0.9.5b. (the "b" here does not stand for "beta")obrien1999-08-013-26/+11
|
* Put in some new master sites, the old one moved and doesn't hold thecpiazza1999-08-011-2/+3
| | | | | | | | | files any more. Note that this should probably be updated to 0.9.5b some time. PR: 12881 Submitted by: Will Andrews <andrews@technologist.com>
* Make port depend on linux_base instead of linux_lib.marcel1999-07-212-4/+4
|
* move it back to old place ${prefix}/bin.andreas1999-07-204-6/+6
|
* link it statically...andreas1999-07-206-10/+10
| | | | | | | | | | changed installation path from ${PREFIX}/bin to ${PREFIX}/sbin noticed, that ${PREFIX}/sbin is populated by dynamically linked programs... Wasn't the intention of sbin directories, to include statically linked programs ? Or is this degenerated, because it's ports here and the only statically linked programs reside on the root filesystem in /sbin ???
* forgot to remove no package entirelyandreas1999-07-202-4/+2
|
* Committ rest of changes, Steve already fixed ALPHA partandreas1999-07-2014-62/+636
| | | | | PR: closes 11717 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Fix typos and/or cleanup WWW:.hoek1999-07-172-2/+2
|
* #4/4 enforcing Caps, no periodhoek1999-06-272-2/+2
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-2720-20/+20
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Move manpages from plist to makefile and other minor nitsmharo1999-06-232-18/+13
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-066-17/+3
| | | | in bsd.port.mk and this helps to unify the check and install.
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installmharo1999-06-064-6/+4
| | | | the .la file.
* added NO_PACKAGE=ignores cflagsandreas1999-06-052-2/+4
| | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Fix build for Alpha.steve1999-05-314-4/+36
|
* Forget about ${PREFIX}/include/giflib.tg1999-05-271-3/+2
|
* This port will only work on i386 boxes.steve1999-05-241-1/+3
|
* Added the following ports:taoka1999-05-061-1/+2
| | | | | | | | | | | | | | | x11-fm/binder editors/muggy archivers/deepforest deskutils/recycler misc/seizedesktop graphics/jgv japanese/binder japanese/muggy japanese/deepforest japanese/jgv japanese/recycler japanese/seizedesktop
* A simple compress utilty using on JDE.taoka1999-05-066-0/+88
| | | | | PR: 11423 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* This port properly depends on ld-linux.so.2.flathill1999-05-051-2/+4
| | | | | | Add RUN_DEPEND to emulators/linux_lib PR: ports/11480 Submitted by: k5@respo.or.jp
* Fix packaging. Disown.tg1999-05-042-4/+5
|
* Upgrade KDE to Release 1.1.1.se1999-05-043-5/+53
|
* Add WWW:mharo1999-05-031-2/+2
|
* WWW: Websites We Want:hoek1999-05-038-18/+18
|
* RPM port update to v2.2.5.(Actually, v3.x has already there.)foxfair1999-05-023-13/+17
| | | | | PR: 10137 Submitted by: Marcel Moolenaar <marcel@scc.nl>
* Switch to using USE_ZIP along with minor cleanups to some ports.jseger1999-05-011-10/+3
|
* Remove doc diretory on deinstall.steve1999-05-012-0/+2
|
* Update MASTER_SITES.steve1999-05-011-2/+2
| | | | | PR: 11407 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp>
* Add linux_rar and pkziptaoka1999-04-301-1/+3
|
* general purpose archiving and compression tool (binary port)taoka1999-04-305-0/+70
| | | | | PR: 11189 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp>
* Create/update/list/test/extract pkzip ZIP files.taoka1999-04-305-0/+46
| | | | | PR: 10617 Submitted by: David A. Bader <dbader@eece.unm.edu>
* Sort PLIST.steve1999-04-261-2/+2
|
* Respect CC, CFLAGS.kris1999-04-251-4/+14
|
* Add another MASTER_SITEjseger1999-04-211-2/+3
|
* Fixup libtool so this port installs the shared library again.steve1999-04-212-0/+8
|
* Instal bzlib.h.obrien1999-04-202-1/+3
| | | | | PR: 11217 Submitted by: Ade Lovett <ade@lovett.com>
* Remove dead MASTER_SITEjseger1999-04-204-8/+4
| | | | Fix PLIST so that this packages again
* add homepage here tooache1999-04-191-0/+2
|
* Remove unnecessary whitespace.asami1999-04-181-3/+2
|
* add homepage to commentache1999-04-171-1/+2
|
* upgrade to 2.50ache1999-04-173-13/+11
|
* upgrade to 2.02ache1999-04-173-20/+21
|
* Update to 2.06.1mharo1999-04-163-12/+13
| | | | | PR: 11167 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp>
* updated mastersite path. now compiles with lots less warningsmharo1999-04-1616-35/+190
|
* Moving WWW_SITE to DESCR file ...scrappy1999-04-144-6/+4
|
* mark only for i386.simokawa1999-04-111-1/+2
|
* Turn on the unace port.steve1999-04-021-1/+2
|
* Import of unace version 1.2b.steve1999-04-025-0/+43
| | | | | | | Extract, view and test ACE archives. PR: 10232 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
* More Y2K/WWW_SITE links added...scrappy1999-03-122-2/+8
|
* Update MASTER_SITES.fenner1999-03-091-2/+3
| | | | | PR: ports/10486 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
* Portlint.asami1999-03-011-3/+2
|
* MASTER_SITE_SUBDIR was broken. My choices in fixing were either go withobrien1999-02-281-1/+1
| | | | GZIP or BZIP2 distfiles. I went with BZIP2.
* MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I wentobrien1999-02-281-2/+4
| | | | with BZIP2.
* upgrade to 2.43ache1999-02-185-19/+44
|
* Remove extra argument to "configure" that had been committed by accident.se1999-02-091-3/+1
|
* Upgrade to KDE 1.1 RELEASE.se1999-02-093-6/+43
|
* Upgrade to KDE-1.1pre2 ...se1999-02-073-8/+60
|
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-02-032-9/+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-273-3/+6
|
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-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
* Make dependency lines point to right directories -- they were stillasami1999-01-081-2/+2
| | | | using the old names (without "11").
* Upgrade to the first pre-release of KDE 1.1.se1999-01-073-94/+154
| | | | | | | | | | | 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-061-1/+3
|
* - fix time_t conflicts on alphasimokawa1999-01-032-84/+77
| | | | | - split up patches into one source file per patch file. Obtained from: NetBSD (with a litte modification by me)
* upgrade to 5.40ache1998-12-282-6/+6
|
* Create info/dir before trying to use it. Also, add install-info linesasami1998-12-252-1/+9
| | | | to PLIST.
* - Upgrade to 1.2dirk1998-12-244-12/+16
| | | | | | - add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES} Requested by: Andreas Klemm <andreas@FreeBSD.ORG>
* Add some master sites.tg1998-12-151-2/+4
|
* add @ to a lineobrien1998-12-131-2/+2
|
* Add more MASTER_SITES.vanilla1998-12-112-6/+12
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Install `bzcat' and manpages for `bzcat' and `bzip2recover'obrien1998-12-112-2/+4
| | | | Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* PR: ports/5776billf1998-12-022-2/+2
| | | | Submitted by: Pedro F. Giffuni
* Activate lzobillf1998-12-021-1/+2
| | | | PR: ports/5776
* from pkg/DESCRbillf1998-12-0210-0/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | -------------- LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. LZO implements a number of algorithms with the following features: + Decompression is simple and *very* fast. + Requires no memory for decompression. + Compression is pretty fast. + Requires 64 kB of memory for compression. + Allows you to dial up extra compression at a speed cost in the compressor. The speed of the decompressor is not reduced. + Includes compression levels for generating pre-compressed data which achieve a quite competitive compression ratio. + There is also a compression level which needs only 8 kB for compression. + Algorithm is thread safe. + Algorithm is lossless. Author: Markus Franz Xaver Johannes Oberhumer markus.oberhumer@jk.uni-linz.ac.at http://www.infosys.tuwien.ac.at/Staff/lux/marco ----------
* Update to v1.14d.kuriyama1998-11-173-65/+51
| | | | | | PR: ports/8256 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> Approved by: ache (maintainer)
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-6/+8
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* had no offical maintainer and I'm starting to use bzip2 more and more.obrien1998-11-031-2/+3
|
* Un-break. Fetches now, looks like the ISP is a bit flakey.tg1998-10-301-3/+1
|
* This port is unfetchable (operation timed out).asami1998-10-291-1/+3
|
* Un-break. Don't build with i18n support.tg1998-10-281-4/+2
|
* Upgrade to 0.9.0c.tg1998-10-284-17/+35
|
* Mark BORKEN for ELF:jseger1998-10-131-1/+4
| | | | | | | | | | xgettext --default-domain=rpm \ --add-comments --keyword=_ --keyword=N_ /usr/ports/misc/rpm/work/rpm-2.5.1/rpm.c /usr/ports/misc/rpm/work/rpm-2.5.1/query.c /usr/ports/misc/rpm/work/rpm-2.5.1/install.c /usr/ports/misc/rpm/work/rpm-2.5.1/verify.c /usr/ports/misc/rpm/work/rpm-2.5.1/checksig.c /usr/ports/misc/rpm/work/rpm-2.5.1/url.c /usr/ports/misc/rpm/work/rpm-2.5.1/ftp.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/uninstall.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmdb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/signature.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/dbindex.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/depends.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/formats.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/fs.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/header.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/lookup.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rebuilddb.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/messages.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/package.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmlead.c /usr/ports/misc/rpm/work/rpm-2.5.1/lib/rpmrc.c Unrecognized option: - usage: xgettext [-adnuv] [-c<flag>] [-m<tag>] [-o<default>] ... [-p<path>] [-x<xlist>] - | file xgettext -h (HELP)
* Urk, do this so it actually works. Sorry guys.jkh1998-10-051-6/+7
|
* s/MACHINE_ARCH/ARCH/jkh1998-10-051-2/+2
| | | | Suggested by: Bill Fenner
* Make this work on the ALPHAjkh1998-10-041-1/+5
|
* Elfifybrian1998-10-021-9/+7
|
* Mark all KDE ports BROKEN for ELF.jseger1998-09-301-1/+3
|
* cleanup.kuriyama1998-09-281-0/+1
|
* Remove previous elf patch.brian1998-09-231-31/+11
| | | | | | Instead, change grep to egrep in configure so that it does what was intended. Ok'd by: smace & ache
* Remove the empty directory too.steve1998-09-232-0/+2
|
* Portlint cleaning.steve1998-09-232-6/+8
|
* Remove the directories too.steve1998-09-231-0/+2
|
* Make this port work in an ELF world.steve1998-09-231-1/+5
| | | | Inspired by: one of John Polstra's recent commits
* Fix pkg/PLIST.steve1998-09-231-1/+2
|
* Add a more reliable master site.steve1998-09-231-2/+3
|
* Find the distfile.steve1998-09-231-2/+2
|
* Support ELF.smace1998-09-231-0/+31
| | | | | 1. Invoke prefixing of external symbols in assembly code functions via __ELF__.
* giflib is now converted to ELF so remove regexp support.steve1998-09-191-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Use MLINKS for manpage link.asami1998-09-101-3/+3
|
* add a note to use bzip2 which is faster, more reliable and patent freeandreas1998-08-301-10/+6
| | | | | this port only stays for compatibility reasons, because bzip2 is unable to unpack bzip archives.
* ln -> ${LN}max1998-08-291-3/+3
| | | | Use symbolic link instead of hard link.
* These manpages removed by Tim Vanderhoek.hoek1998-08-202-2/+0
|
* Hey, test before committing, Vanilla. This doesn't even fetch now. :)asami1998-08-191-3/+3
|
* Remove miscellaneous manpages.hoek1998-08-191-2/+0
|
* Portlint.vanilla1998-08-181-1/+0
|
* Portlint.vanilla1998-08-183-26/+3
|
* Don't try to package manpages twice.steve1998-08-1712-27/+2
|
* Convert all (:) archivers/p5-* ports to new perl scheme.asami1998-08-132-10/+10
|
* Replace qt dependencies with USE_QT.asami1998-08-121-4/+3
| | | | | (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-081-3/+3
|
* Spelling and grammar police. This commit brought to you by themph1998-08-047-8/+8
| | | | letter "A".
* Add homepage to pkg/DESCRhoek1998-07-254-19/+12
|
* Change dependencies to accept Qt-1.33 if present,se1998-07-241-3/+3
| | | | but to build Qt-1.40 if no compiled Qt library can be found.
* Upgrade to KDE Release 1.0se1998-07-153-27/+135
|
* Mark as broken, will be upgraded to 1.0 within a few days.se1998-07-141-1/+3
|