summaryrefslogtreecommitdiff
path: root/misc/tds/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-09-04Comment out dead sites.wiz1-3/+3
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2009-09-02Remove kei as maintainer, he resigned.wiz1-2/+2
2009-02-07Fix path to Perl. DESTDIR support.joerg1-2/+9
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-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+3
Bump PKGREVISION.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-05-12USE_PERL -> USE_PERL5.wiz1-2/+2
2001-04-16* Updated to latest stable release 1.4.2.kei1-5/+5
* Added japanese category by request from author. FreeBSD ports is in there, too. * MASTER_SITE/HOMPAGE has been changed.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-01-25Clean up "*.orig" files after make patch, so they not to be included in binarykei1-1/+4
package accidentally.
2001-01-25Initial import of new tds-1.3.2 package.kei1-0/+16
**************************************************************** TDS - Tomsoft Diary System **************************************************************** * What's TDS(Tomsoft Diary System) ? TDS supports creating web diary which payed attention as EDI. By using this system, user can concentrate only to write diary content, without confused for dull process such as adding HTML tag, creating HTML files. For this system includes some convinience command for writing diary, user can write diary without knowledge of HTML in detail, adding, output HTML is assuranced as HTML 4.0 transitional. Many function is offered, such as PIM(scheduler, todo list), categorize, searching, log analyses. *** for more info, read the README file comes with the distribution.