aboutsummaryrefslogtreecommitdiff
path: root/converters/fconv
Commit message (Collapse)AuthorAgeFilesLines
* Typos, whitespace and capitalization fixes (A-F).Jimmy Olgeni2015-09-201-1/+1
| | | | Notes: svn path=/head/; revision=397395
* 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 Notes: svn path=/head/; revision=386312
* converters/fconv: Unbreak for root buildsJohn Marino2014-01-132-7/+12
| | | | | | | | | | | | The previous commit enabled non-root builds to work, but broke builds by root instead. The ${GID} variable is blank when the user is root, so the replacement of "root" with ${GID} resulted in bad command. Just use ${BSD_INSTALL_PROGRAM} instead and revbump because the packaged binaries could be stripped now because of that. Commit covered by the "Just fix it" blanket. Notes: svn path=/head/; revision=339621
* Support stageBaptiste Daroussin2014-01-091-4/+5
| | | | | | | Allow packaging as a user Notes: svn path=/head/; revision=339230
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix install with custom PREFIX.Ion-Mihai Tetcu2009-06-141-0/+7
| | | | | | | | | Submitted by: Sahil Tandon Approved by: portmgr (itetcu@) No cookie for: maintainer (cris@); the fix should be imported upstrem. Notes: svn path=/head/; revision=235817
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Upgrade to fconv-1.1Chris Costello2000-12-082-8/+2
| | | | Notes: svn path=/head/; revision=35757
* Move the stragler's www.freebsd.org/~user distfiles to the officalDavid E. O'Brien2000-06-291-1/+2
| | | | | | | MASTER_SITE_LOCAL site. Notes: svn path=/head/; revision=29968
* Replace `chris@calldei.com' with `chris@FreeBSD.org' for `Whom' in theChris Costello2000-04-231-1/+1
| | | | | | | comments at the top of the Makefile. Notes: svn path=/head/; revision=27940
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | 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=20944
* Move distfile location to http://www.freebsd.org/~chris/distfiles/Chris Costello1999-08-081-3/+3
| | | | Notes: svn path=/head/; revision=20620
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* (1) The old fconv-0.1.tar.gz had binaries for i386,Satoshi Taoka1999-06-232-4/+2
| | | | | | | | | | | | | these are not necessary. On another architecture, it cuases a problem. So removed these. PR: 12339 Submitted by: maintainer (author) (2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary. Notes: svn path=/head/; revision=19705
* This port contains i386 binaries.Steve Price1999-06-221-1/+3
| | | | Notes: svn path=/head/; revision=19646
* Converts DOS or Mac-style files to Unix format, and vice-versaSatoshi Taoka1999-06-075-0/+30
PR: 11267 Submitted by: Chris Costello <chris@holly.dyndns.org> Notes: svn path=/head/; revision=19284