aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/arc
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-2712-71/+69
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Add USES=alias to several portsmarino2014-10-201-0/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* Start cleaning up some of the uselessly ambigious patches namedadamw2014-07-2712-0/+0
| | | | patch-xy, and giving them proper names.
* Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.adamw2014-07-041-5/+3
| | | | | | | For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket)
* - Add CONFLICTSsbz2014-05-271-0/+2
| | | | | CR: D70 Approved by: bapt (portmgr)
* Use bsd.port.post.mk instead of bsd.port.mk.delphij2013-10-271-1/+1
| | | | Submitted by: sunpoet
* Fix stagedir.delphij2013-10-262-9/+12
| | | | | PR: ports/183289 Submitted by: Takefu <takefu airport fm>
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | archivers)
* - Update to 5.21p.delphij2011-08-312-6/+4
| | | | - Take maintainership.
* Remove myself from MAINTAINERache2011-08-301-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with A
* TARGETDIR -> PREFIXache2006-08-231-1/+1
|
* - Respect DESTDIRache2006-08-112-8/+9
| | | | | | | | | - Respect NOPORTDOCS - Bump PORTREVISION - Eliminate pkg-plist PR: 101771 Submitted by: gabor
* Upgrade to 5.21oache2006-05-273-10/+10
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 5.21n. No user-visible changes.naddy2005-10-146-139/+18
| | | | | | | The new upstream version now opens temporary files in a safe manner, so our local patches for this are no longer needed. Approved by: ache
* Portlint(1)krion2004-12-061-1/+1
|
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
|
* Upgrade to 5.21jache2003-11-054-41/+26
|
* Fix whitespace errorkris2003-10-271-1/+1
| | | | Submitted by: portlint
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-2/+2
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Protect against bad entry size in headerache2001-08-122-2/+13
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+4
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
|
* From OpenBSD: generate tempfiles securely with mkstemps()kris2000-03-0512-23/+336
| | | | Approved by: Maintainer
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Don't try to package manpages twice.steve1998-08-171-1/+0
|
* Spelling and grammar police. This commit brought to you by themph1998-08-041-1/+1
| | | | letter "A".
* 1) Break-up the mega-patch-aa.hoek1998-06-156-62/+60
| | | | | | 2) Fix install for non-root users. 3) "See work/Arc521.doc" is not considered a good pkg/DESCR. 4) install ad. doc., too.
* Change ftp.relcom.ru and ftp.kiae.su to ftp.kiarchive.rufenner1997-08-111-2/+2
| | | | Submitted by: ache (Andrey A. Chernov)
* File moved on MASTER_SITE.fenner1997-07-211-2/+2
| | | | Found by: distfile checker
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-171-1/+1
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Apply minor patch from the OpenBSD folks to allow this to compile andimp1996-12-231-2/+2
| | | | | | | | | | | | work on both FreeBSD and OpenBSD. Specifically, both FreeBSD and OpenBSD have the timelocal() function. In fact most unixes have this function, so I'm not sure what the best fix generically would be. This fix is no worse than the one that was there before, however. Submitted by: Niklas Hallqvist <niklas@filippa.appli.se> Obtained from: OpenBSD by way of Niklas
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-2/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Removed unnecessary @cwd directive.max1996-11-151-1/+0
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean upasami1995-04-121-3/+8
| | | | some Makefiles along the way.
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Add these much needed files, although COMMENT could dogpalmer1995-02-053-0/+6
| | | | with more work...
* Add missing checksum file.jkh1995-01-311-0/+1
|
* ARC archiverache1995-01-012-0/+107