summaryrefslogtreecommitdiff
path: root/archivers/rar
AgeCommit message (Collapse)AuthorFilesLines
2002-09-12Standardize.wiz1-3/+3
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+2
have been converted to USE_BUILDLINK2.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+5
2000-09-02- don't try and execute "sysctl -n machdep.booted_kernel" unless we're ondmcmahill1-8/+7
i386. Fixes recently noted strange error messages when trying to build on arch's which don't support this sysctl.
2000-07-31Get the name of the current kernel only once.fredb1-5/+7
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-3/+3
appropriate variables instead.
2000-05-12extend this ugly hack to search for "sysctl" in /sbin and /usr/sbindrochner1-2/+2
2000-02-05replace true & false by ${TRUE} & ${FALSE}wiz1-3/+3
2000-01-11check for COMPAT_NOMID, toowiz1-4/+5
2000-01-10Simplify invocation of "sysctl".fredb1-2/+2
2000-01-10recognize if necessary compatibility options are in the kernel;wiz1-3/+13
stop if not
2000-01-08Be more verbose about needing COMPAT_12 in kernel; inspired bywiz2-1/+5
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
1999-12-23updated from 2.01 to 2.02, homepage added, lines reordered for pkglintwiz3-14/+16
Authors' what's new: Minor bugfixing, changes in documentation.
1999-11-23more NO_CDROM fixuphubertf1-2/+4
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-13/+12
pattern match format. Minor pkglint along the way.
1999-05-22Make the extract quiet.tv1-3/+3
1999-05-22Do not install a text file as a manpage; put it in share/doc/rar.tv2-7/+7
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-3/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-03-28Don't try to strip non-native-format binary.hubertf1-2/+2
(The latest binutils-based strip can do this if you tell it which obj-format the binary is, but 1.3.x doesn't support this. Plus, that BSDi(?)-binary is stripped anyways.)
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-8/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-07Use INSTALL_*_DIR macros.hubertf1-3/+2
1998-02-28add missing @dirrm rules and add .gz suffix to manpages (if not already there).frueauf1-2/+4
1998-01-24portlint: move ONLY_FOR_ARCHShubertf1-2/+2
1998-01-19portlint: replace commands with predefined macros.hubertf1-3/+3
1997-12-19Add note about COMPAT_12hubertf1-0/+2
1997-12-19Fix annoying chmod on "make fetch".hubertf1-2/+2
1997-12-13This really works only on i386, so set ONLY_FOR_ARCHS.hubertf1-1/+2
1997-11-18Make sure the pre-formatted manual page compresses correctly by usingagc1-1/+2
CAT1= rar.1
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-27Restore FreeBSD RCS-IDshubertf1-1/+2
1997-10-27File archivers, ports from FreeBSDhubertf5-0/+65