aboutsummaryrefslogtreecommitdiff
path: root/archivers/nulib
Commit message (Collapse)AuthorAgeFilesLines
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149223
* Use MAKE_ARGSVolker Stolz2005-10-132-21/+2
| | | | Notes: svn path=/head/; revision=145236
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* portlint (variable ordering)Kris Kennaway2003-10-261-1/+0
| | | | Notes: svn path=/head/; revision=92259
* Respect CC and CFLAGSKris Kennaway2003-10-191-0/+21
| | | | Notes: svn path=/head/; revision=91622
* Reset maintainer of ports previously maintained by jmg and jseger, whoKris Kennaway2003-03-081-1/+1
| | | | | | | have had their commit bits retired. Notes: svn path=/head/; revision=77068
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=37252
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+3
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-081-1/+1
| | | | | | | | | as the days of the former are numbered. Reviewed by: asami Notes: svn path=/head/; revision=25584
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20937
* Don't try to package manpages twice.Steve Price1998-08-171-1/+0
| | | | Notes: svn path=/head/; revision=12546
* Spelling and grammar police. This commit brought to you by theMatthew Hunt1998-08-041-1/+1
| | | | | | | letter "A". Notes: svn path=/head/; revision=12270
* The distfile appears to no longer exist on any FTP site except for FreeBSDJustin M. Seger1998-04-121-3/+3
| | | | | | | | distfile mirrors. I've placed a copy at http://www.freebsd.org/~jseger/. Make myself MAINTAINER since the old MAINTAINER hasn't responded to queries. Notes: svn path=/head/; revision=10497
* portlintJustin M. Seger1998-01-231-4/+5
| | | | Notes: svn path=/head/; revision=9415
* Eliminate double slashes in URL's by:Bill Fenner1998-01-081-2/+2
| | | | | | | | | - Removing trailing slashes from MASTER_SITE_SUBDIR - Removing doubled slashes in URL - Adding %2F at start of absolute pathnames (see RFC1738) Notes: svn path=/head/; revision=9295
* Nulib is a shell-based NuFX archive utility, based loosely on ARC forSteven Wallace1997-05-155-0/+33
the IBM PC and ar(1) under UNIX. It allows you to perform certain operations on the same archives used by ShrinkIt, including view archive contents, add to archive, extract from archive, and delete from archive. In addi- tion, it will list and unpack files from Binary II archives. Notes: svn path=/head/; revision=6457