aboutsummaryrefslogtreecommitdiff
path: root/misc/gnuls
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325959
* up date to version 8.20Pawel Pekala2012-12-302-10/+12
| | | | | | | | | PR: ports/174687 Submitted by: Cristiano Rolim Pereira <cristianorolim@outlook.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=309693
* - Update to 8.12.Wesley Shields2011-06-032-3/+3
| | | | | | | | | PR: ports/157487 Submitted by: Ryan Steinmetz (rpsfa@rit.edu) Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=275020
* - Update to 8.5Philip M. Gollucci2010-12-072-4/+4
| | | | | | | | | | PR: ports/152850 Submitted by: Anonymous <swell.k@gmail.com> Approved by: bmc@clapper.org (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic Notes: svn path=/head/; revision=265785
* - Update to 8.4Wesley Shields2010-02-142-4/+4
| | | | | | | | | PR: ports/143224 Submitted by: Hung-Yi Chen <gaod@hychen.org> Approved by: bmc@clapper.org (maintainer timeout) Notes: svn path=/head/; revision=249844
* - Update to 8.1Dmitry Marakasov2009-12-253-31/+5
| | | | | | | | | | | - Unbreak on 8.x and above PR: 141209 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=246610
* - Update to 7.5Martin Wilke2009-09-122-4/+4
| | | | | | | | | PR: 138311 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout Notes: svn path=/head/; revision=241301
* - Update to 7.4 which should solve the ACL issue.Wesley Shields2009-06-222-4/+4
| | | | | | | | | PR: ports/134311 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=236472
* - Update to 7.2Dmitry Marakasov2009-04-212-4/+4
| | | | | | | | | PR: 133832 Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail dot com> Approved by: Brian Clapper <bmc at clapper dot org> (maintainer) Notes: svn path=/head/; revision=232466
* - Update to 7.1Rong-En Fan2009-02-233-8/+8
| | | | | | | | | PR: ports/131975 Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com> Approved by: maintainer Notes: svn path=/head/; revision=228862
* - Update to 6.12Wesley Shields2009-01-1314-356/+48
| | | | | | | | | PR: ports/130193 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> Approved by: Brian Clapper <bmc@clapper.org> (maintainer) Notes: svn path=/head/; revision=225910
* SHA256ifyEdwin Groothuis2006-02-011-2/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154943
* ACL support already included in portYen-Ming Lee2005-02-171-15/+1
| | | | | | | | | PR: 77519 Submitted by: Tarc <tarc at po.cs.msu.su> Approved by: Brian Clapper <bmc at clapper.org> Notes: svn path=/head/; revision=129082
* - fix pkg-plist and unbreak the portYen-Ming Lee2005-02-132-3/+37
| | | | | | | | PR: 77435 Submitted by: Brian Clapper <bmc at clapper.org> Notes: svn path=/head/; revision=128667
* Roll back my previous commit.Sergey Matveychuk2004-12-141-1/+0
| | | | | | | Requested by: pav Notes: svn path=/head/; revision=123998
* pkg-plist for gnuls port is missing $PREFIX/lib/charset.aliasSergey Matveychuk2004-12-141-0/+1
| | | | | | | | PR: ports/75020 Submitted by: maintainer Notes: svn path=/head/; revision=123978
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* - Update to version 4.1Kirill Ponomarev2003-09-0311-112/+142
| | | | | | | | PR: 56370 Submitted by: maintainer Notes: svn path=/head/; revision=88442
* Change maintainer addressErwin Lansing2003-08-201-1/+1
| | | | | | | | PR: 55757 Submitted by: maintainer Notes: svn path=/head/; revision=87362
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* strerror_r() returns an exit code, not the error string. This fixes:Chris D. Faulhaber2002-02-072-0/+13
| | | | | | | | | | | | $ gnuls blah gnuls: blah: (null) $ on recent -stable and -current builds after strerror_r() was implemented. Notes: svn path=/head/; revision=54321
* Update ACL patch to fix a brain-o.Chris D. Faulhaber2001-08-262-2/+2
| | | | Notes: svn path=/head/; revision=46909
* Add optional ACL support to gnuls. This causes the last fieldChris D. Faulhaber2001-08-252-1/+16
| | | | | | | | | | | | | | | | | | in the mode to show up as a '+' when a file/directory has extended ACLs set (per the POSIX.2e draft): -rw-rw-r--+ 1 jedgar jedgar 267 Aug 14 21:47 TODO This only works on -current systems and can be activated by defining WITH_ACL_SUPPORT when building. New versions of the GNU fileutils (i.e. 4.1) contain native ACL support but will not build without CVS versions of autoconf/automake which are not currently supported. Approved by: Maintainer Notes: svn path=/head/; revision=46838
* Ditch out "Version required" from comments section.Maxim Sobolev2000-11-231-1/+0
| | | | Notes: svn path=/head/; revision=35373
* Back out useful `Version required lines' that I'd blindly removed.Akinori MUSHA2000-04-151-0/+1
| | | | Notes: svn path=/head/; revision=27615
* Remove obsolete `Version required' lines.Akinori MUSHA2000-04-141-1/+0
| | | | Notes: svn path=/head/; revision=27534
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+3
| | | | Notes: svn path=/head/; revision=27512
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Update to version 4.0.Steve Price1999-03-1513-461/+215
| | | | | | | | PR: 10173 Submitted by: maintainer Notes: svn path=/head/; revision=17220
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-2/+0
| | | | Notes: svn path=/head/; revision=12623
* Add patch to permit colorizing of setuid and setgid programs as well asJustin M. Seger1997-10-291-0/+144
| | | | | | | | | | other-writable dirs and other-writable-stick dirs. PR: ports/4853 Submitted by: bmc@WillsCreek.COM Notes: svn path=/head/; revision=8390
* Update to use fileutils-3.16 (forgot "cvs add" the first time)Bill Fenner1997-09-184-0/+343
| | | | | | | | PR: ports/4267 Submitted by: Brian Clapper <bmc@WillsCreek.COM> Notes: svn path=/head/; revision=7951
* Update to use fileutils-3.16Bill Fenner1997-09-186-462/+38
| | | | | | | | PR: ports/4267 Submitted by: Brian Clapper <bmc@WillsCreek.COM> Notes: svn path=/head/; revision=7950
* Use new variable PATCH_SITE_SUBDIR to avoid messing up the master siteSatoshi Asami1997-04-301-2/+2
| | | | | | | list. Notes: svn path=/head/; revision=6371
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-3/+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. Notes: svn path=/head/; revision=4578
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+2
| | | | Notes: svn path=/head/; revision=4571
* Converted to MAN[1-8]David E. O'Brien1996-11-171-7/+2
| | | | | | | Converted p5* to use MASTER_SITE_PERL_CPAN Notes: svn path=/head/; revision=4541
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-3/+3
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* The linux colorized ls. Hey don't shoot me, it's only a port! ;)Satoshi Asami1996-01-156-0/+503
Submitted by: Brian Clapper <bmc@telebase.com> Notes: svn path=/head/; revision=2627