aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diction
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (G-P).Jimmy Olgeni2015-09-211-1/+1
|
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistBaptiste Daroussin2014-12-211-1/+0
|
* - Bump PORTREVISION missed on the previous commit for the DATADIR changeMarcus von Appen2014-01-181-0/+1
|
* - Enable stagedir supportMarcus von Appen2014-01-181-6/+6
| | | | | - Add LICENSE - Fix DATADIR support
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-5/+2
| | | | misc)
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-5/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-201-1/+1
| | | | Approved by: miwi (co-mentor), beech (mentor)
* 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)
* - Update to 1.11Martin Wilke2007-12-123-47/+6
| | | | | PR: 117728 Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
* - Pass maintainership to submitterMartin Wilke2006-11-011-1/+1
| | | | | PR: ports/104792 Submitted by: Marcus von Appen <mva@sysfault.org>
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-111-1/+0
|
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
|
* Remove obsolete mastersite.Mark Linimon2005-10-121-2/+1
| | | | Source: distfile survey
* Don't use autoconf213Tilman Keskinoz2005-04-252-15/+5
|
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* misc category cleanup part 3 of 6:Clement Laforet2004-02-112-6/+4
| | | | | | | | | | | | - Use DATADIR/DOCSDIR/PORTSDOC - make portlint happy * diction, earthview - kill pkg-plist PR: 61028 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me
* SIZEify.Trevor Johnson2004-01-301-0/+1
|
* add more sitesYing-Chieh Liao2003-05-211-1/+3
|
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-072-1/+2
| | | | Approved by: pat
* Update to version 1.02Kevin Lo2002-03-162-2/+2
| | | | | PR: 35973 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
* Style police: remove trailing space in WWW tagMario Sergio Fujikawa Ferreira2001-11-211-1/+1
|
* Update to 1.01David W. Chapman Jr.2001-08-253-5/+5
| | | | | PR: 30043 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to version 0.9.Maxim Sobolev2000-12-195-36/+66
| | | | | PR: 23626 Submitted by: Ports Furry
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
|
* ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg2000-02-141-1/+1
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Add WWW:Michael Haro1999-05-031-1/+1
|
* Update to 0.8Seiichirou Hiraoka1999-03-202-4/+4
| | | | | PR: ports/10656 Submitted by: mharo@area51.fremont.ca.us
* Update maintainer's email address.Steve Price1999-01-111-2/+2
| | | | | PR: 9342 Submitted by: hjh@photino.com
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-191-2/+0
|
* Import of GNU diction and style, for finding possible errors inMatthew Hunt1998-08-056-0/+69
text and evaluating its readability. I think I will stick with my brain in my quest to clean up */*/pkg/DESCR; while slower, I'll bet it's more accurate. :-) PR: 7479 Submitted by: J Han <hjh@best.com>