aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afio
Commit message (Collapse)AuthorAgeFilesLines
* - Fix shebangs in examplesDmitry Marakasov2015-08-051-5/+5
| | | | | | | | | | | - Fix examples installation PR: 201990 Submitted by: amdmi3 Approved by: portmaster@bsdforge.com (maintainer) Notes: svn path=/head/; revision=393582
* sysutils/afio: set MAINTAINER to portmaster@BSDforge.comBartek Rutkowski2015-02-273-23/+26
| | | | | | | | | | | - Add LICENSE - Add pkg-message PR: 197382 Submitted by: Chris Hutchinson <portmaster@BSDforge.com> Notes: svn path=/head/; revision=380095
* Allow staging as a regular userAntoine Brodin2014-08-211-4/+4
| | | | Notes: svn path=/head/; revision=365585
* Rename sysutils/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-293-0/+0
| | | | Notes: svn path=/head/; revision=363335
* - Shrink MASTER_SITES, convert EXTRACT_SUFX to USES=tar:tgz, improve COMMENTAlexey Dokuchaev2014-03-152-36/+12
| | | | | | | | | - Install portdocs and examples unconditionally since the port is staged now - Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES knobs - Drop no-op (cf. files/patch-Makefile) `post-patch' target while I'm here Notes: svn path=/head/; revision=348300
* Support STAGEDIR.Vanilla I. Shu2013-11-084-150/+74
| | | | Notes: svn path=/head/; revision=333203
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Define PORTDOCS=README SCRIPTS as well.Boris Samorodov2013-05-261-0/+1
| | | | Notes: svn path=/head/; revision=319128
* . trim Makefile headers;Boris Samorodov2013-05-262-28/+29
| | | | | | | | . define options: DOCS EXAMPLES; . do not mute install command. Notes: svn path=/head/; revision=319127
* - Fix build with clangChris Rees2011-07-031-0/+4
| | | | | | | | | PR: ports/158100 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: rene (mentor) Notes: svn path=/head/; revision=277016
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+1
| | | | Notes: svn path=/head/; revision=271305
* - Update to 2.5Pav Lucistnik2006-01-225-120/+245
| | | | | | | | PR: ports/92116 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=154151
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149455
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* [PATCH] sysutils/afio mangles FIFOsEdwin Groothuis2003-09-292-3/+26
| | | | | | | | | | | | | | | | When run under FreeBSD, `afio' will successfully back up FIFOs, but will not correctly restore them. The problem arises from `afio' using mknod(2) to try to create a FIFO - a Linuxism. The correct function for it to use is mkfifo(2). Also, `afio' tries to recreate sockets. This behavior should be disabled under FreeBSD. PR: ports/52452 Submitted by: oremanj <oremanj@get-linux.org> (boucnes) Notes: svn path=/head/; revision=89854
* Set maintainer to ports@:Edwin Groothuis2003-09-291-1/+1
| | | | | | | <nox@jelal.hb.north.de>: jelal.hb.north.de: Host not found Notes: svn path=/head/; revision=89853
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Update to version 2.4.7Kevin Lo2001-10-193-23/+21
| | | | | | | | PR: 31248 Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> Notes: svn path=/head/; revision=48956
* Corrrect whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-221-3/+3
| | | | Notes: svn path=/head/; revision=27887
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27427
* chop down manpage to <24 lines (portlint)Michael Haro2000-02-021-42/+1
| | | | Notes: svn path=/head/; revision=25414
* - upgrade to 2.4.6Dirk Froemberg2000-02-026-23/+44
| | | | | | | | | | - respect ${CC} - use /usr/bin/gzip instead of gzip (maintainer timeout) Notes: svn path=/head/; revision=25407
* portlint (whitespace only change)Bill Fumerola2000-01-291-1/+0
| | | | Notes: svn path=/head/; revision=25298
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21144
* Upgrade to 2.4.5.Vanilla I. Shu1998-12-086-114/+56
| | | | Notes: svn path=/head/; revision=15199
* Remove empty directories on deinstall.Steve Price1998-10-211-0/+2
| | | | Notes: svn path=/head/; revision=14137
* These manpages removed by Tim Vanderhoek.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12657
* Update the e-mail address of the maintainer of the originalMasafumi Max NAKANE1997-09-041-1/+1
| | | | | | | | | distribution. PR: 4467 Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=7772
* The "Backup" directory is now named "backup".Bill Fenner1997-04-011-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=6096
* Added some docs and examples to the package.David E. O'Brien1997-01-063-3/+65
| | | | | | | | There was an unused file (saturn.backup) in the files/ dir. Renamed that and installed it as an example. Notes: svn path=/head/; revision=5229
* Upgrade to 2.4.2.David E. O'Brien1997-01-064-56/+113
| | | | | | | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de> (w/many organizational changes by me) Closes PR: ports/1991 Notes: svn path=/head/; revision=5227
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-1/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-6/+3
| | | | Notes: svn path=/head/; revision=4572
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-6/+3
| | | | | | | Converted to new MAN[1-9] Notes: svn path=/head/; revision=4538
* Fix typo in *comment* (blush), "2.4." should have been "2.4.1".Satoshi Asami1995-10-051-2/+2
| | | | | | | | Juergen Lock <nox@jelal.hb.north.de> (the original author of the port) contributed to this report from your local FreeBSD station. Notes: svn path=/head/; revision=2261
* Archiver & backup program w/ builtin compression.Satoshi Asami1995-10-046-0/+176
Submitted by: Juergen Lock <nox@jelal.hb.north.de> Notes: svn path=/head/; revision=2254