Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: print/pips800 |
Commit | Credits | Log message |
1.3.2_9 22 Sep 2012 13:09:05 |
eadler |
2012-09-20 www/linuxpluginwrapper: doesn't support ELF symbol versioning, yet.
pips ports don't work anymore as the depend on www/linuxpluginwrapper
Approved by: ume (maintainer) |
1.3.2_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.2_8 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.3.2_8 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.3.2_8 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
1.3.2_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.2_8 28 Oct 2010 21:00:21 |
erwin |
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now. Also,
generalize the MD5_FILE macro to DISTINFO_FILO.
PR: 149657
Submitted by: rene
Approved by: portmgr
Tested on: pointyhat i386 7-exp |
1.3.2_8 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.3.2_8 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.3.2_7 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.3.2_7 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.2_5 27 Mar 2010 05:21:36 |
dougb |
For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.
For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list. |
1.3.2_7 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.3.2_5 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.3.2_4 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
1.3.2_4 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.3.2_4 06 Jun 2008 14:33:40 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3.2_4 06 Jun 2008 13:58:01 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3.2_3 04 Oct 2007 07:05:26 |
edwin |
Remove leftover .endif
Pointyhat to: that pile over there |
1.3.2_3 04 Oct 2007 02:22:25 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.3.2_3 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.3.2_3 28 Jul 2007 06:33:59 |
ade |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav |
1.3.2_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.3.2_2 12 Jan 2007 09:12:57 |
rafan |
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago) |
1.3.2_2 13 May 2006 01:03:17 |
edwin |
Remove USE_REINPLACE from all categories starting with P |
1.3.2_2 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.3.2_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.3.2_1 08 Nov 2005 16:30:49 |
ume |
add SHA256. |
1.3.2_1 11 Apr 2005 15:10:00 |
ume |
the distribution was rerolled.
Reported by: pointyhat via kris |
1.3.2_1 07 Apr 2005 18:35:21 |
ume |
make it fetchable again by changing MASTER_SITES.
The coporate name was changed from EPSON KOWA Co. to EPSON AVASYS Co.
Reported by: pointyhat via kris |
1.3.2_1 20 Mar 2005 05:33:25 |
ume |
preparation for adding support for EPSON Stylus CX3500/CX3600 Series.
Requested by: Laurent <l.cligny@free.fr> |
1.3.2_1 27 Feb 2005 10:36:36 |
ume |
- master site was moved.
- most of the tarballs were rerolled.
- preparation for adding EPSON Stylus C80 Series support. |
1.3.2 20 Dec 2004 08:36:31 |
ume |
fix plist.
Reported by: pointyhat via kris |
1.3.2 26 Sep 2004 16:28:48 |
ume |
fix build on pointyhat.
Approved by: portmgr (kris) |
1.3.2 06 Sep 2004 10:31:01 |
ume |
fix typo (BUILD_DEPEND -> BUILD_DEPENDS).
this should fix build breakage on pointyhat.
Reported by: krion
Approved by: portmgr (krion) (implicitly) |
1.3.2 30 Aug 2004 15:06:31 |
ume |
preparation for adding drivers for some international products. |
1.3.2 29 Aug 2004 12:31:43 |
ume |
simplify determination of MASTER_SITE_SUBDIR. |
1.3.2 29 Aug 2004 09:31:34 |
ume |
simplify handring of printer model. |
1.3.2 29 Aug 2004 06:17:24 |
ume |
inkbox.h is specific to PX-G900. |
1.3.2 28 Aug 2004 21:46:11 |
ume |
more for PX-G900. |
1.3.2 28 Aug 2004 19:45:49 |
ume |
suppress leading zero. |
1.3.2 28 Aug 2004 18:57:55 |
ume |
- use USE_GHOSTSCRIPT_RUN.
- simplify plist substitution.
Submitted by: hrs (with some modification) |
1.3.2 28 Aug 2004 17:18:38 |
ume |
preparation for EPSON Stylus Color Series. |
1.3.2 28 Aug 2004 15:23:28 |
ume |
fix MASTER_SITE_SUBDIR for 1.3.2 drivers. It was broken since
simplify version checking.
Reported by: hrs |
1.3.2 28 Aug 2004 08:03:43 |
ume |
replace /dev/usb/lp0 with /dev/ulpt0, too. |
1.3.2 27 Aug 2004 18:33:07 |
ume |
more for PM-730C, PM-G700, PM-G800 and PX-V700. |
1.3.2 27 Aug 2004 16:32:23 |
ume |
- simplify matching pattern.
- simplify version checking.
- preparation for adding the drivers which version is 2.5.2.
- fix build of some drivers on 4.X. [*1]
Reported by: hrs [*1] |
1.3.2 27 Aug 2004 09:12:43 |
ume |
bsdtar does uncompress automatically. but, gnutar doesn't. |
1.3.2 27 Aug 2004 08:04:08 |
ume |
don't touch setup directory. |
1.3.2 27 Aug 2004 03:32:59 |
ume |
escape $. |
1.3.2 26 Aug 2004 19:04:33 |
ume |
- sync pkg-descr with reality.
- preparation for adding the drivers which version is 2.6.2. |
1.3.2 26 Aug 2004 04:11:15 |
ume |
we need to add library path only when version is 2.6.2. |
1.3.2 25 Aug 2004 20:24:18 |
ume |
Fix long standing fetch problem by using latest distribution.
Recently, the souce codes are available. So, we can build FreeBSD
native version of PIPS from source instead of just using Linux
version. However, some libraries are still shipped as Linux binary.
So, we use libmap.conf to solve this problem.
Since I have only PM-760C, I cannot test it with other than PM-760C,
actually. So, your feedbacks are welcome. |
1.3.1 25 Aug 2004 17:44:57 |
nork |
Change MAINTAINER to requester.
Requested by: ume
Approved by: taoka (maintainer/blanket) |
1.3.1 22 Aug 2004 08:29:04 |
nork |
Remove DEPRECATED and EXPIRATION_DATE. Because ume is investigating
these ports.
Requested by: ume
Approved by: taoka(blanket) |
1.3.1 10 Jul 2004 22:02:48 |
pav |
- Correct dependency on linux-png
Thank to Jean-Yves for spotting this and finding a solution.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
1.3.1 23 Jun 2004 22:11:04 |
linimon |
Mark the print/pips* ports as deprecated: the distfiles have failed to
fetch from the mastersite since 2002.
PR: ports/62572
Approved by: maintainer timeout (> 4 months) |
1.3.1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.3.1 28 Jul 2003 10:19:43 |
ru |
Fixed broken string comparisons that were made apparent only after
the recent make/cond.c fix. Strictly speaking, all comparisons in
this makefile should be the string-type, and as such, RHSes should
be enclosed in double-quotes, as explained in section 4.3 of the
PMake -- A Tutorial (PSD:12-39), but to make "make describe" happy
in ports/print, this was enough, and the rest is now up to the
respective maintainer.
Urged by: kris |
1.3.1 11 Jul 2003 11:04:22 |
osa |
s/NOPORTSDOCS/NOPORTDOCS/
Maintainer timeout after 1 week.
PR: 53911 |
1.3.1 10 Jul 2003 20:57:20 |
kris |
Correct makefile syntax error in r1.11 |
1.3.1 06 Mar 2003 21:01:40 |
ade |
More manual pkg-comment cleanups.
Approved by: portmgr (implicitly) |
1.3.1 06 Mar 2003 19:23:19 |
ade |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly) |
1.3.1 10 Feb 2003 09:04:04 |
kris |
Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by: lioux |
1.3.1 03 Aug 2002 14:23:31 |
mita |
Removed {ja, ko, zh}/linux_locale dependencies. Because of version up of
linux-gtk, locale ports above are no more necessary.
Users who have been using pips ports (since epoch of linux_base 6) are not
required to upgrade. Therefore PORTREVISION doesn't bump.
Reviewed by: Maintainer |
1.3.1 25 May 2002 04:01:37 |
taoka |
Fix MASTER_SITES for pips-sc20s, pips-sc40s |
1.3.1 25 May 2002 02:39:50 |
taoka |
Fix for pips3300
(1) add pkg-plist13 for pips3300
(2) add files/filter13.rev to support printing via USB for pips3300 |
07 Nov 2001 17:44:36 |
taoka |
Update version to 1.3.1 |
08 Mar 2001 00:14:07 |
taoka |
Each print/pips* makes etc/ld.so.cache by "@exec ldconfig" in pkg-plist But
the file is an extra file after pkg_delete. So the command is deleted. |
07 Mar 2001 09:29:46 |
taoka |
Add a PLIST file for International products (I forgot to add it. So a
problem occurred on bento ....) |
07 Mar 2001 09:26:38 |
taoka |
Use MASTERDIR instead of PKGDIR If the former is used then a problem occures
on bento. But on my box no problem dose. |
12 Feb 2001 17:14:09 |
taoka |
Modification for adding the new slave ports |
12 Feb 2001 17:00:31 |
taoka |
Correct my English in pkg-descr |
09 Jan 2001 01:49:30 |
taoka |
pips800 is a master port for pips-sc680_777, pips780 and pips880 which are
going to be imported by me. Then for these new ports I must modify pips800.
|
18 Dec 2000 00:46:47 |
taoka |
Add dependency to linux-png for Ver. 1.3 pips* |
14 Dec 2000 15:29:52 |
taoka |
To support printing via USB port for pips{760,770,800,820_3300} |
14 Dec 2000 14:46:15 |
taoka |
(1) When I committed ports of pips{2200,3000,3300,670,750,900}, I must
commit modification for pips800 which is a master port for these. I forgot
it. (2) Simplify slave ports in japapese (modifying Makefile and
deleting pkg-plist). |
08 Oct 2000 11:31:14 |
asami |
Fix MD5_FILE (files/md5 -> distinfo). |
08 Oct 2000 05:10:43 |
asami |
Convert category print to new layout. |
27 Sep 2000 14:05:20 |
taoka |
Update files/md5 because distfiles was updated but these are same file names.
|
06 Sep 2000 17:55:13 |
taoka |
Bug-fixed to create correctly filter*.rev of each slave ports Pointed out:
Jun USHIDA <ushida@msa.biglobe.ne.jp> |
04 Sep 2000 01:15:16 |
taoka |
Fixed for failuer to make checksum in slave ports |
01 Sep 2000 17:35:55 |
taoka |
Photo Image Print System for Linux --- EPSON PM-800C |