summaryrefslogtreecommitdiff
path: root/www/websvn
AgeCommit message (Collapse)AuthorFilesLines
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-4/+6
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+3
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-05-23Removed trailing white-space.rillig1-5/+5
2005-05-03Add missing entries in PLIST. Sort PLIST.seb2-4/+8
Bump PKGREVISION to 2.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-25This package needs php-zlib in order to use the option "tarballs".xtraeme1-2/+3
Bump PKGREVISION.
2004-11-06Update websvn to latest 1.61, since 1.40 is no longer available on the homejdolecek3-9/+39
site. Notable changes since 1.40: * language/encoding fixes * cache overhaul and directory listing optimization, the existing cache files should be deleted * wsvn.php changed, configuration changes need to be re-done * added blame support * support for comparing entire directories, and directory tarball download * various config options now per-project * new 'Zinn' style * new Swedish, Japanese, Korean, Russian, Chinese, Spanish translations See changes.txt in the source distribution for complete & detailed list of changes.
2004-11-06use ap-php instead of ap-php4, and simplify the DEPENDS match; alsojdolecek1-3/+3
use DEPENDS rather than BUILD_DEPENDS for PHP, since PHP is necessary to _run_ this bump PKGREVISION
2004-06-21Update www/websvn to 1.40, and honour CONF_FILES and PKG_SYSCONFDIR.xtraeme4-22/+29
Changes: ADD: RSS feed support (thanks to Lübbe Onken for his work on this) ADD: Translatations for French and Portuguese ADD: .exe is recognised by default as having content-type application/x-msdownload ADD: Recognised links are now 'linkified' in the log messages ADD: Tabs in file/diff listings are now expanded by a user configurable number of spaces. ADD: WebSVN URLs now access the repository by name rather than number. This means that bookmarks will stay the same when new projects are added. The old behaviour can be configure in config.inc. FIX: Removed the revision 0 that has appeared in the previous version FIX: Repositories were not sorted alphabetically when using ParentPath FIX: The PNG support script needed for IE (and the BlueGrey scheme) is now only loaded with IE
2004-06-20Initial import of websvn-1.39 from pkgsrc-wip.xtraeme5-0/+118
WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. WebSVN offers the following features: * Easy to use interface * Highly customisable templating system * Log message searching * Colourisation of file listings * Fast browsing thanks to internal caching feature * Apache MultiViews support Since it's written using PHP, WebSVN is also very portable and easy to install.