aboutsummaryrefslogtreecommitdiff
path: root/archivers/deb2targz
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Add license to the conversion scriptAlex Kozlov2019-10-101-0/+2
| | | | | | | | Requested by: bapt (portmgr) Approved by: ehaupt (maintainer) Notes: svn path=/head/; revision=514229
* Add license.Baptiste Daroussin2019-10-101-0/+3
| | | | | | | | Note that everything scripts in the ports tree without an explicit license automatically fall into the license of the ports tree itself Notes: svn path=/head/; revision=514223
* Mark NO_ARCHEmanuel Haupt2016-09-101-0/+1
| | | | Notes: svn path=/head/; revision=421683
* Support stagingEmanuel Haupt2013-10-221-2/+1
| | | | Notes: svn path=/head/; revision=331319
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev2012-12-181-6/+2
| | | | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
* Update to 20100710. This update is actually a shell replacement of the originalEmanuel Haupt2010-07-104-16/+32
| | | | | | | | | | | | | | | perl script. Benefits: - perl is no longer required as a dependency - other contents than data.tar.gz (data.tar, data.tar.bz2, data.tar.lzma, data.tar.xz) is now properly dealt with - deb package isn't sucked into memory anymore Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=257617
* Remove MAKE_JOBS_SAFE, port has no build target.Emanuel Haupt2009-03-301-1/+0
| | | | Notes: svn path=/head/; revision=231309
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209970
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* New portMarcus Alves Grando2005-09-283-0/+35
deb2targz is a very small perl script for converting Debian Linux .deb packages to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'. PR: 86641 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: pav (mentor) Notes: svn path=/head/; revision=143711