diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-06 11:57:11 +0000 |
commit | 4e74162b8bcdb96f237b8f8b8d2aea62c8f57faa (patch) | |
tree | 847e15354b955cd011a1e3b06cb5f7edb79a61fb /archivers | |
parent | af5a7e53ea6040461cdb85ecb4bbbfc1ce7a7783 (diff) | |
download | ports-4e74162b8bcdb96f237b8f8b8d2aea62c8f57faa.tar.gz ports-4e74162b8bcdb96f237b8f8b8d2aea62c8f57faa.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/deb2targz/Makefile | 2 | ||||
-rw-r--r-- | archivers/ecm/Makefile | 2 | ||||
-rw-r--r-- | archivers/gzrecover/Makefile | 2 | ||||
-rw-r--r-- | archivers/mar/Makefile | 2 | ||||
-rw-r--r-- | archivers/ppmd/Makefile | 2 | ||||
-rw-r--r-- | archivers/tardy/Makefile | 2 | ||||
-rw-r--r-- | archivers/unlzx/Makefile | 2 | ||||
-rw-r--r-- | archivers/unzoo/Makefile | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index b847e9607cfa..e389d6032c9d 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 20021217 CATEGORIES= archivers perl5 MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz USE_PERL5= yes diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index 2aa596282eec..bd7124821332 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= archivers MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data PLIST_FILES= bin/ecm bin/unecm diff --git a/archivers/gzrecover/Makefile b/archivers/gzrecover/Makefile index 3192c5807a0c..321ffcb5a35b 100644 --- a/archivers/gzrecover/Makefile +++ b/archivers/gzrecover/Makefile @@ -11,7 +11,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ DISTNAME= gzrt-${PORTVERSION} -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A gzip recovery toolkit CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile index 05479e2adb65..23489ff41ca1 100644 --- a/archivers/mar/Makefile +++ b/archivers/mar/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.emantic.co.uk/mark/files/ \ http://critical.ch/mar/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple binary file format for storing arbitrary meta and user data USE_REINPLACE= yes diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index ab334fb894fa..dbe0abda746e 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 20050811 CATEGORIES= archivers MASTER_SITES= http://critical.ch/distfiles/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A fast archiver with a good compression ratio MAN1= ppmd.1 diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index c3e5d2d26f35..25cc2456ba92 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 1.12 CATEGORIES= archivers MASTER_SITES= http://tardy.sourceforge.net/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways USE_REINPLACE= yes diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index d96452a125e5..18ff5352cba6 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ DISTNAME= ${PORTNAME}.c EXTRACT_SUFX= .gz -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Extracts .lzx archives from Amiga systems PLIST_FILES= bin/unlzx diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 71ebd0fe3e00..56397c9b36ef 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -10,7 +10,7 @@ DISTVERSION= 4.4 CATEGORIES= archivers MASTER_SITES= http://critical.ch/unzoo/ -MAINTAINER= ehaupt@critical.ch +MAINTAINER= ehaupt@FreeBSD.org COMMENT= A zoo archive extractor EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR |