head 1.2; access; symbols pkgsrc-2013Q2:1.1.0.14 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.12 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.10 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.8 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.6 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.4 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.2 pkgsrc-2011Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2013.08.15.11.12.06; author marino; state dead; branches; next 1.1; commitid H8gHqh7qKxKFBx1x; 1.1 date 2011.11.02.21.13.31; author marino; state Exp; branches; next ; desc @@ 1.2 log @Remove pkgtools/tinderbox-dragonfly This package is no longer in use, and is far behind upstream now. It is heavily customized so maintenance is far from trivial. There were no objections to the announcement of my intentions to remove this package which I made on package-users@@ a month ago. I feel it is better to retire this package than allow it to bitrot further. @ text @$NetBSD: patch-bb,v 1.1 2011/11/02 21:13:31 marino Exp $ --- ../FreeBSD/webui/templates/paefchen/tinderstyle.css 2011-10-16 00:52:55.000000000 +0000 +++ webui/templates/paefchen/tinderstyle.css @@@@ -17,14 +17,18 @@@@ body, td, li, input, select, label, #con a:link, a:visited { color : #900; + text-decoration : none; + margin : 2px 4px; } + a:hover { - color : #000; + color : #C30; + text-decoration : underline; } table { - background-color : #EEE; + background-color : #F7F7F7; border-collapse : collapse; border-color : #CACACA; border-spacing : 0; @@@@ -69,6 +73,12 @@@@ input[type="submit"] { border-width : 1px 2px 2px 1px; } +#member { + margin-left : 10px; + color : #666; + font-weight : bold; +} + input:focus, input:hover, select:focus, select:hover { background-color : #FFF; } @@@@ -237,7 +247,7 @@@@ label { } td.port_success { - background-color : #E8FFE8; + background-color : #BEFEEB; } td.port_dud { background-color : yellow; @@@@ -263,11 +273,11 @@@@ td.port_depend { background-color : #FFA500; } td.port_default { - background-color : #808080; + background-color : #C0C0C0; } td.build_portbuild { - background-color : green; + background-color : #3C9; } td.build_prepare { background-color : #ADD8E6; @@@@ -276,13 +286,13 @@@@ td.build_default { } td.queue_entry_enqueued { - background-color : #808080; + background-color : #C0C0C0; } td.queue_entry_processing { - background-color : green; + background-color : #3C9; } td.queue_entry_success { - background-color : #E8FFE8; + background-color : #BEFEEB; } td.queue_entry_fail { background-color : red; @ 1.1 log @Import pkgtools/tinderbox-dragonfly Tinderbox is a well-known package building system for FreeBSD. This commit ports the original Tinderbox to DragonFly. The scripts are highly platform specific, so only one operating system can be supported per package. With interest, alternative versions such as tinderbox-netbsd and tinderbox-sunos could be developed fairly easily as they would share the pkgsrc-specific changes with this package. The repository for the project is: https://github.com/jrmarino/pkgsrc-tinderbox @ text @d1 1 a1 1 $NetBSD$ @