aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdixtract
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix ports that confused the meaning of WRKDIR and WRKSRC.Mathieu Arnold2015-11-051-2/+2
| | | | | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 Notes: svn path=/head/; revision=400848
* 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
* Convert s* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347784
* Support STAGEDIR.Vanilla I. Shu2013-11-161-2/+1
| | | | Notes: svn path=/head/; revision=333977
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* . add LICENSE=GPLv2;Boris Samorodov2013-05-271-6/+5
| | | | | | | | | . bump PORTREVISION; . trim Makefile headers; . use NO_WRKSUBDIR=yes. Notes: svn path=/head/; revision=319267
* - Reassign to the heapThomas Abthorpe2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277083
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Make the distfile fetchable againMarkus Brueffer2008-06-261-1/+2
| | | | | | | Notified by: pointyhat via pav Notes: svn path=/head/; revision=215803
* Add patch in order to fix the build with gcc 4.1 and set WRKSRC accordinglyMarkus Brueffer2006-12-132-0/+29
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=179689
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Add pdixtract 1.5, which converts Pinnacle Disk Images (i.e. .pdi file sets)Markus Brueffer2005-07-053-0/+31
to ISO9660 files or extracts files from the file sets. Notes: svn path=/head/; revision=138494