aboutsummaryrefslogtreecommitdiff
path: root/textproc/rand
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with newer clangDanilo Egea Gondolfo2014-03-291-0/+5
| | | | Notes: svn path=/head/; revision=349511
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-301-7/+5
| | | | | | | | | | - Add stage support - Convert USE_GMAKE to USES Approved by: wg (mentor) Notes: svn path=/head/; revision=328891
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update MASTER_SITESMartin Wilke2013-02-281-1/+2
| | | | | | | | PR: ports/176524 Submitted by: maintainer Notes: svn path=/head/; revision=313108
* - Update to 1.9.Felippe de Meirelles Motta2013-02-262-4/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/176350 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=313004
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-12-291-6/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=309602
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Update MASTER_SITES and WWW in pkg-descr.Wesley Shields2008-10-232-2/+2
| | | | | | | | | PR: ports/128294 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: maintainer Notes: svn path=/head/; revision=221921
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update to 1.8Marcus Alves Grando2005-11-132-6/+8
| | | | | | | | | | Add SHA256 PR: 88935 Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer) Notes: svn path=/head/; revision=148116
* Fix MASTER_SITES.Roman Bogorodskiy2005-08-281-1/+1
| | | | | | | | PR: 85359 Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=141106
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* change master site and WWW:Ying-Chieh Liao2001-05-192-2/+2
| | | | | | | | PR: 27450 Submitted by: maintainer Notes: svn path=/head/; revision=42758
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* update to 1.7Michael Haro2000-02-173-6/+6
| | | | | | | | PR: 16759 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk> Notes: svn path=/head/; revision=25907
* Update port to 1.6Chris D. Faulhaber2000-01-043-4/+7
| | | | | | | | PR: 15836 Submitted by: Maintainer Notes: svn path=/head/; revision=24417
* Remove a dead MASTER_SITE and update the WWW entry in the DESCR file.Steve Price1999-10-102-4/+2
| | | | | | | | PR: 14229 Submitted by: maintainer Notes: svn path=/head/; revision=22322
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Import of rand, a cat-like utility that displays the lines of a fileChris Piazza1999-08-015-0/+29
or stream in random order. PR: 12822 Submitted by: Dominik Brettnacher <domi@saargate.de> Notes: svn path=/head/; revision=20463