summaryrefslogtreecommitdiff
path: root/archivers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* ln -> ${LN}Michael Haro1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=21047
* move catpage from PLIST to Makefile and other minor cleanupsMichael Haro1999-08-262-12/+5
| | | | Notes: svn path=/head/; revision=20975
* minor cleanups and move manpage from PLIST to MakefileMichael Haro1999-08-252-5/+5
| | | | Notes: svn path=/head/; revision=20974
* Change Id->FreeBSD.David E. O'Brien1999-08-253-3/+3
| | | | Notes: svn path=/head/; revision=20960
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Change Id->FreeBSD.David E. O'Brien1999-08-2524-24/+24
| | | | Notes: svn path=/head/; revision=20937
* chmod -> ${CHMOD}Michael Haro1999-08-223-6/+6
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Compress postscript manual.David E. O'Brien1999-08-142-4/+5
| | | | Notes: svn path=/head/; revision=20722
* Update to version 0.9.5c. This fixes the bug compressingDavid E. O'Brien1999-08-103-26/+10
| | | | | | | | /usr/ports/textproc/dsssl-docbook-modular/pkg/PLIST reported by John Milford <jwm@CSUA.Berkeley.EDU>. Notes: svn path=/head/; revision=20637
* Revert back to version 0.9.0c. John Milford <jwm@CSUA.Berkeley.EDU> foundDavid E. O'Brien1999-08-064-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> Notes: svn path=/head/; revision=20564
* Import of rpm2cpio (perl version). Converts .rpm files for extractionChris Piazza1999-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> Notes: svn path=/head/; revision=20460
* * Bzip the PostScript docs.David E. O'Brien1999-08-012-2/+3
| | | | | | | * Remove a doublely listed file bogon. Notes: svn path=/head/; revision=20447
* Upgrade to version 0.9.5b. (the "b" here does not stand for "beta")David E. O'Brien1999-08-013-26/+11
| | | | Notes: svn path=/head/; revision=20441
* Put in some new master sites, the old one moved and doesn't hold theChris Piazza1999-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> Notes: svn path=/head/; revision=20418
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-4/+4
| | | | Notes: svn path=/head/; revision=20299
* move it back to old place ${prefix}/bin.Andreas Klemm1999-07-204-6/+6
| | | | Notes: svn path=/head/; revision=20280
* link it statically...Andreas Klemm1999-07-196-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 ??? Notes: svn path=/head/; revision=20277
* forgot to remove no package entirelyAndreas Klemm1999-07-192-4/+2
| | | | Notes: svn path=/head/; revision=20276
* Committ rest of changes, Steve already fixed ALPHA partAndreas Klemm1999-07-1914-62/+636
| | | | | | | | PR: closes 11717 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=20275
* Fix typos and/or cleanup WWW:.Tim Vanderhoek1999-07-172-2/+2
| | | | Notes: svn path=/head/; revision=20242
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-262-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 Notes: svn path=/head/; revision=19804
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-2620-20/+20
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Move manpages from plist to makefile and other minor nitsMichael Haro1999-06-232-18/+13
| | | | Notes: svn path=/head/; revision=19706
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-056-17/+3
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-054-6/+4
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* added NO_PACKAGE=ignores cflagsAndreas Klemm1999-06-052-2/+4
| | | | | | | Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Notes: svn path=/head/; revision=19216
* Fix build for Alpha.Steve Price1999-05-314-4/+36
| | | | Notes: svn path=/head/; revision=19143
* Forget about ${PREFIX}/include/giflib.Thomas Gellekum1999-05-271-3/+2
| | | | Notes: svn path=/head/; revision=19018
* This port will only work on i386 boxes.Steve Price1999-05-241-1/+3
| | | | Notes: svn path=/head/; revision=18959
* Added the following ports:Satoshi 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 Notes: svn path=/head/; revision=18562
* A simple compress utilty using on JDE.Satoshi Taoka1999-05-066-0/+88
| | | | | | | | PR: 11423 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=18552
* This port properly depends on ld-linux.so.2.Seiichirou Hiraoka1999-05-051-2/+4
| | | | | | | | | Add RUN_DEPEND to emulators/linux_lib PR: ports/11480 Submitted by: k5@respo.or.jp Notes: svn path=/head/; revision=18508
* Fix packaging. Disown.Thomas Gellekum1999-05-042-4/+5
| | | | Notes: svn path=/head/; revision=18452
* Upgrade KDE to Release 1.1.1.Stefan Eßer1999-05-033-5/+53
| | | | Notes: svn path=/head/; revision=18441
* Add WWW:Michael Haro1999-05-031-2/+2
| | | | Notes: svn path=/head/; revision=18432
* WWW: Websites We Want:Tim Vanderhoek1999-05-028-18/+18
| | | | Notes: svn path=/head/; revision=18331
* RPM port update to v2.2.5.(Actually, v3.x has already there.)Foxfair Hu1999-05-023-13/+17
| | | | | | | | PR: 10137 Submitted by: Marcel Moolenaar <marcel@scc.nl> Notes: svn path=/head/; revision=18314
* Switch to using USE_ZIP along with minor cleanups to some ports.Justin M. Seger1999-05-011-10/+3
| | | | Notes: svn path=/head/; revision=18296
* Remove doc diretory on deinstall.Steve Price1999-05-012-0/+2
| | | | Notes: svn path=/head/; revision=18272
* Update MASTER_SITES.Steve Price1999-05-011-2/+2
| | | | | | | | PR: 11407 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp> Notes: svn path=/head/; revision=18255
* Add linux_rar and pkzipSatoshi Taoka1999-04-301-1/+3
| | | | Notes: svn path=/head/; revision=18196
* general purpose archiving and compression tool (binary port)Satoshi Taoka1999-04-305-0/+70
| | | | | | | | PR: 11189 Submitted by: FUJISHIMA Satsuki <k5@respo.or.jp> Notes: svn path=/head/; revision=18195
* Create/update/list/test/extract pkzip ZIP files.Satoshi Taoka1999-04-305-0/+46
| | | | | | | | PR: 10617 Submitted by: David A. Bader <dbader@eece.unm.edu> Notes: svn path=/head/; revision=18194
* Sort PLIST.Steve Price1999-04-251-2/+2
| | | | Notes: svn path=/head/; revision=18129
* Respect CC, CFLAGS.Kris Kennaway1999-04-241-4/+14
| | | | Notes: svn path=/head/; revision=18112
* Add another MASTER_SITEJustin M. Seger1999-04-211-2/+3
| | | | Notes: svn path=/head/; revision=18047
* Fixup libtool so this port installs the shared library again.Steve Price1999-04-202-0/+8
| | | | Notes: svn path=/head/; revision=18030
* Instal bzlib.h.David E. O'Brien1999-04-192-1/+3
| | | | | | | | PR: 11217 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=18017