aboutsummaryrefslogtreecommitdiff
path: root/converters/mpack
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* - revert r331810Dirk Meyer2013-10-281-3/+2
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-3/+2
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-2/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - cleanup headerDirk Meyer2013-01-261-5/+1
| | | | Notes: svn path=/head/; revision=311027
* - Security patch to re-enable locking of temp filesDirk Meyer2012-01-184-31/+48
| | | | | | | Security: CVE-2011-4919 Notes: svn path=/head/; revision=289399
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - tag PNG fils as image/pngDirk Meyer2011-02-182-3/+11
| | | | | | | | PR: 154852 Submitted by: Kurt Lidl Notes: svn path=/head/; revision=269308
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - adopt MAINTAINERSHIPDirk Meyer2006-10-311-1/+1
| | | | Notes: svn path=/head/; revision=175864
* Add patch-ad to patch-uudecode.c - it's patched one file.Andrey Slusar2006-03-272-16/+14
| | | | Notes: svn path=/head/; revision=158279
* - Change TMPDIR to /tmp. [1]Andrey Slusar2006-03-2618-62/+505
| | | | | | | | | | | | - Don't use O_EXCL. [1] - Rename touched patches to patch-<patched file> format. - Import some fixes from Debian. PR: ports/93967 [1] Submitted by: Paul Schmehl <pauls@utdallas.edu> [1] Notes: svn path=/head/; revision=158195
* - Update to 1.6Sergey Matveychuk2006-01-218-161/+16
| | | | | | | | PR: ports/92082 (based on) Submitted by: Paul Schmehl <pauls@utdallas.edu> Notes: svn path=/head/; revision=154090
* Remove myself from MAINTAINERAndrey A. Chernov2006-01-211-1/+1
| | | | Notes: svn path=/head/; revision=154026
* big whitespace cleanup (see ports/65409)Edwin Groothuis2005-11-251-1/+1
| | | | | | | | | PR: ports/65828 Submitted by: trevor Approved by: ache Notes: svn path=/head/; revision=149369
* Add size data, approved by maintainers.Trevor Johnson2004-03-201-0/+1
| | | | Notes: svn path=/head/; revision=104775
* Yet another overflow check, better temp file name & misc cleanupsAndrey A. Chernov2003-06-149-137/+157
| | | | | | | Submitted by: kris & Debian (edited by me) Notes: svn path=/head/; revision=82972
* 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
* Better control filenames validity, ctype fixesAndrey A. Chernov2002-08-283-16/+72
| | | | Notes: svn path=/head/; revision=65177
* Wrong version of patch was committed, fix it.Andrey A. Chernov2002-08-282-15/+16
| | | | Notes: svn path=/head/; revision=65176
* Fix bug with buffer enlargementAndrey A. Chernov2001-10-302-0/+35
| | | | | | | Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au> Notes: svn path=/head/; revision=49358
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-10/+10
| | | | Notes: svn path=/head/; revision=27419
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* 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
* Make this port PREFIX friendly.Steve Price1999-05-162-4/+22
| | | | Notes: svn path=/head/; revision=18850
* Manpages? What manpages?Tim Vanderhoek1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12572
* This is a new category for non-archival, non-encryption character codeSatoshi Asami1997-04-261-2/+2
| | | | | | | converters. Notes: svn path=/head/; revision=6316
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-4/+4
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* /usr/tmp -> /var/tmpAndrey A. Chernov1996-11-111-0/+54
| | | | Notes: svn path=/head/; revision=4389
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-101-5/+6
| | | | | | | And clean up variable ordering (as shown in the handbook) as little. Notes: svn path=/head/; revision=4382
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Remove "utils" from the categories. They already are in others.Satoshi Asami1995-11-261-2/+2
| | | | Notes: svn path=/head/; revision=2467
* Change "mail news utilities" to "mail news utils".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2449
* Add news to CATEGORIESAndrey A. Chernov1995-05-011-2/+2
| | | | Notes: svn path=/head/; revision=1563
* External MIME packer/unpackerAndrey A. Chernov1995-05-016-0/+69
Notes: svn path=/head/; revision=1561