# # $Id$ # # This file describes wrappers and other binary files to CVS. # # Wrappers are the concept where directories of files are to be # treated as a single file. The intended use is to wrap up a wrapper # into a single tar such that the tar archive can be treated as a # single binary file in CVS. # # To solve the problem effectively, it was also necessary to be able to # prevent rcsmerge from merging these files. # # Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) # # wildcard [option value][option value]... # # where option is one of # -f from cvs filter value: path to filter # -t to cvs filter value: path to filter # -m update methodology value: MERGE or COPY # # and value is a single-quote delimited value. # # #*.nib -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' #*.rtfd -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' #*.draw -f '$CVSROOT/CVSROOT/unwrap %s' -t '$CVSROOT/CVSROOT/wrap %s %s' #*.tiff -m 'COPY' 4/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/usermatic
Commit message (Expand)AuthorAgeFilesLines
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
* - Switch to options helpersamdmi32015-09-031-4/+3
* Cleanup plistantoine2014-11-221-2/+0